aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-02-11syslogd: fix "readpath bug" by using readlink insteadvda15-38/+46
2007-02-11Add CGI docsvda6-0/+3057
2007-02-09remove unused #include,, improve code readabilityvda2-3/+4
2007-02-09ping: reuse another bit of common code. -60 bytesvda1-28/+16
2007-02-09ping: support -I addr in family neutral manner; reuse a bit of common codevda4-52/+43
2007-02-09msh: fix my bugletvda1-5/+8
2007-02-08tftp: fix my bugvda1-1/+1
2007-02-08make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier5-43/+41
2007-02-08/etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...vapier1-4/+8
2007-02-08touchup style; no functional changesvapier1-23/+12
2007-02-07tftp: fix IPv6 falloutvda3-22/+25
2007-02-07selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp>vda5-9/+11
2007-02-07fix #ifdef ENABLE_xxx -> #ifvda2-2/+2
2007-02-06fix warning coming from printing size_t with %uvda1-1/+1
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda14-10/+361
2007-02-06find: fix -not supportvda1-3/+3
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda22-28/+39
2007-02-06minix utils: de-inline bit ops (saves ~130 bytes)vda2-18/+40
2007-02-06minix utils: make a message easier to understand; small tweaksvda2-20/+25
2007-02-06correct "pivot_root: pivot_root: <msg>"vda1-2/+4
2007-02-04fix tar t segfault (closes 1183)vda1-18/+25
2007-02-04- indentaldot1-9/+20
2007-02-04- improve wordingaldot1-2/+2
2007-02-04- remove duplicate menu entryaldot1-9/+0
2007-02-04find: support for !vda3-9/+56