summaryrefslogtreecommitdiffstats
path: root/String.c
AgeCommit message (Collapse)Author
2011-08-29Don't simply trust that string splits were successful...Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2008-09-23ACPI Battery meterHisham Muhammad
contributed by Ian Hands
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
Reduces resulting code size.
2006-08-04--sort-key flag in the command-line, overriding theHisham Muhammad
saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
2006-03-04Initial import.Hisham Muhammad