aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-27init: de-indent a block of codevda1-143/+139
2007-02-27init: trivial compile fixvda1-2/+2
2007-02-26start_stop_daemon: add -chuid supportvda5-42/+70
2007-02-25grep: "implement" -a and -I by ignoring themvda2-22/+27
2007-02-25grep: implement -wvda1-76/+96
2007-02-25ash: replace xstrdup (shell shall not die)vda2-54/+54
2007-02-25stop using bash'isms ('function')vda2-8/+18
2007-02-24awk: fix memory leak (can affect large file processing)vda1-18/+18
2007-02-24ash: fix compile problemsvda1-1/+4
2007-02-23ash: cleanup part 2.8vda1-75/+57
2007-02-23ash: cleanup part 2.7vda1-491/+471
2007-02-23ash: cleanup part 2.6vda1-207/+195
2007-02-23ash: cleanup part 2.5vda1-158/+159
2007-02-23ash: cleanup part 2.4vda1-1548/+1541
2007-02-23ash: cleanup part 2.3vda1-74/+69
2007-02-23ash: cleanup part 2.2vda1-148/+146
2007-02-23ash: starting second round of cleanups. #1vda1-1349/+1327
2007-02-23ash: cleanup part 9vda1-1658/+1579
2007-02-23ash: cleanup part 8vda1-524/+441
2007-02-23ash: cleanup part 7vda1-217/+191
2007-02-23ash: cleanup part 6vda1-294/+283
2007-02-23ash: cleanup part 5vda1-464/+439
2007-02-23ash: cleanup part 4vda1-647/+597
2007-02-23ash: cleanup part 3vda1-42/+46
2007-02-23ash: cleanup part 2vda1-1738/+1640
2007-02-23ash: cleanup part 1vda1-586/+539
2007-02-21init: stop doing silly things with the console (-400 bytes)vda4-292/+131
2007-02-19ash: move ash_main() and helpers to end of ash.c, more fuctions renamed,vda1-423/+382
2007-02-19ash: more renaming and style fixesvda1-126/+130
2007-02-19ash: rearrange code to reduce forward references, rename some functionsvda1-657/+568
2007-02-19ash: tiny style fixesvda1-8/+16
2007-02-18ash: de-obfuscate code, add 'static' keyword, etc.vda1-364/+299
2007-02-18hdparm: style fixes, no code changesvda1-405/+271
2007-02-18ash: convert #ifdef CONFIG_ to #if ENABLE_vda1-163/+119
2007-02-18ash: fix indentation and style. no code changesvda1-599/+593
2007-02-18runsv: add missing {}vda1-1/+2
2007-02-17sort: fix multiple -k (was ignoring all except last)vda8-10/+26
2007-02-17init: code readability enhancements; very small code changesvda5-65/+62
2007-02-17klogd: code de-obfuscation with small code size reductionvda2-25/+21
2007-02-16- whitespace cleanup and add a possible shrinkage suggestionaldot1-3/+4
2007-02-15dpkg: fix segfault on "dpkg -i"vda1-15/+15
2007-02-14syslogd: MARK code is buggy. Disabling it altogether on anti-bloat groundsvda2-1/+12
2007-02-14zcip: revert my bogus changevda1-11/+11
2007-02-14less: support xterm's home/end; improve forward searchvda1-8/+28
2007-02-14create a document for mdev so people dont have to rtfsvapier2-26/+78
2007-02-13httpd: a little bit more correct handling of CGI "HTTP/xxx" outputvda2-36/+50
2007-02-12make tar restore mode againvda1-0/+8
2007-02-12- check if the compiler supports -fwhole-program -- 4.0 does notaldot1-2/+2
2007-02-11httpd: fix for POSTDATA handling bugs:vda1-24/+24
2007-02-11diff: fix access past end of arrayvda1-36/+13