aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ping: don't measure times if ping payload is less than 8 bytes;vda2007-03-033-117/+83
* ls: w/o -l follow symlinks to dirs for commandline argsvda2007-02-281-8/+10
* I *always* forget svn add :(vda2007-02-271-0/+205
* udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)vda2007-02-276-21/+77
* init: de-indent a block of codevda2007-02-271-143/+139
* init: trivial compile fixvda2007-02-271-2/+2
* start_stop_daemon: add -chuid supportvda2007-02-265-42/+70
* grep: "implement" -a and -I by ignoring themvda2007-02-252-22/+27
* grep: implement -wvda2007-02-251-76/+96
* ash: replace xstrdup (shell shall not die)vda2007-02-252-54/+54
* stop using bash'isms ('function')vda2007-02-252-8/+18
* awk: fix memory leak (can affect large file processing)vda2007-02-241-18/+18
* ash: fix compile problemsvda2007-02-241-1/+4
* ash: cleanup part 2.8vda2007-02-231-75/+57
* ash: cleanup part 2.7vda2007-02-231-491/+471
* ash: cleanup part 2.6vda2007-02-231-207/+195
* ash: cleanup part 2.5vda2007-02-231-158/+159
* ash: cleanup part 2.4vda2007-02-231-1548/+1541
* ash: cleanup part 2.3vda2007-02-231-74/+69
* ash: cleanup part 2.2vda2007-02-231-148/+146
* ash: starting second round of cleanups. #1vda2007-02-231-1349/+1327
* ash: cleanup part 9vda2007-02-231-1658/+1579
* ash: cleanup part 8vda2007-02-231-524/+441
* ash: cleanup part 7vda2007-02-231-217/+191
* ash: cleanup part 6vda2007-02-231-294/+283
* ash: cleanup part 5vda2007-02-231-464/+439
* ash: cleanup part 4vda2007-02-231-647/+597
* ash: cleanup part 3vda2007-02-231-42/+46
* ash: cleanup part 2vda2007-02-231-1738/+1640
* ash: cleanup part 1vda2007-02-231-586/+539
* init: stop doing silly things with the console (-400 bytes)vda2007-02-214-292/+131
* ash: move ash_main() and helpers to end of ash.c, more fuctions renamed,vda2007-02-191-423/+382
* ash: more renaming and style fixesvda2007-02-191-126/+130
* ash: rearrange code to reduce forward references, rename some functionsvda2007-02-191-657/+568
* ash: tiny style fixesvda2007-02-191-8/+16
* ash: de-obfuscate code, add 'static' keyword, etc.vda2007-02-181-364/+299
* hdparm: style fixes, no code changesvda2007-02-181-405/+271
* ash: convert #ifdef CONFIG_ to #if ENABLE_vda2007-02-181-163/+119
* ash: fix indentation and style. no code changesvda2007-02-181-599/+593
* runsv: add missing {}vda2007-02-181-1/+2
* sort: fix multiple -k (was ignoring all except last)vda2007-02-178-10/+26
* init: code readability enhancements; very small code changesvda2007-02-175-65/+62
* klogd: code de-obfuscation with small code size reductionvda2007-02-172-25/+21
* - whitespace cleanup and add a possible shrinkage suggestionaldot2007-02-161-3/+4
* dpkg: fix segfault on "dpkg -i"vda2007-02-151-15/+15
* syslogd: MARK code is buggy. Disabling it altogether on anti-bloat groundsvda2007-02-142-1/+12
* zcip: revert my bogus changevda2007-02-141-11/+11
* less: support xterm's home/end; improve forward searchvda2007-02-141-8/+28
* create a document for mdev so people dont have to rtfsvapier2007-02-142-26/+78
* httpd: a little bit more correct handling of CGI "HTTP/xxx" outputvda2007-02-132-36/+50