aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make tar restore mode againvda2007-02-121-0/+8
* - check if the compiler supports -fwhole-program -- 4.0 does notaldot2007-02-121-2/+2
* httpd: fix for POSTDATA handling bugs:vda2007-02-111-24/+24
* diff: fix access past end of arrayvda2007-02-111-36/+13
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-1115-38/+46
* Add CGI docsvda2007-02-116-0/+3057
* remove unused #include,, improve code readabilityvda2007-02-092-3/+4
* ping: reuse another bit of common code. -60 bytesvda2007-02-091-28/+16
* ping: support -I addr in family neutral manner; reuse a bit of common codevda2007-02-094-52/+43
* msh: fix my bugletvda2007-02-091-5/+8
* tftp: fix my bugvda2007-02-081-1/+1
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier2007-02-085-43/+41
* update ignoresvapier2007-02-080-0/+0
* /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...vapier2007-02-081-4/+8
* touchup style; no functional changesvapier2007-02-081-23/+12
* tftp: fix IPv6 falloutvda2007-02-073-22/+25
* selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-075-9/+11
* fix #ifdef ENABLE_xxx -> #ifvda2007-02-072-2/+2
* fix warning coming from printing size_t with %uvda2007-02-061-1/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-0614-10/+361
* find: fix -not supportvda2007-02-061-3/+3
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-0622-28/+39
* minix utils: de-inline bit ops (saves ~130 bytes)vda2007-02-062-18/+40
* minix utils: make a message easier to understand; small tweaksvda2007-02-062-20/+25
* correct "pivot_root: pivot_root: <msg>"vda2007-02-061-2/+4
* fix tar t segfault (closes 1183)vda2007-02-041-18/+25
* - indentaldot2007-02-041-9/+20
* - improve wordingaldot2007-02-041-2/+2
* - remove duplicate menu entryaldot2007-02-041-9/+0
* find: support for !vda2007-02-043-9/+56