| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | init: stop doing silly things with the console (-400 bytes) | vda | 2007-02-21 | 4 | -292/+131 |
* | ash: move ash_main() and helpers to end of ash.c, more fuctions renamed, | vda | 2007-02-19 | 1 | -423/+382 |
* | ash: more renaming and style fixes | vda | 2007-02-19 | 1 | -126/+130 |
* | ash: rearrange code to reduce forward references, rename some functions | vda | 2007-02-19 | 1 | -657/+568 |
* | ash: tiny style fixes | vda | 2007-02-19 | 1 | -8/+16 |
* | ash: de-obfuscate code, add 'static' keyword, etc. | vda | 2007-02-18 | 1 | -364/+299 |
* | hdparm: style fixes, no code changes | vda | 2007-02-18 | 1 | -405/+271 |
* | ash: convert #ifdef CONFIG_ to #if ENABLE_ | vda | 2007-02-18 | 1 | -163/+119 |
* | ash: fix indentation and style. no code changes | vda | 2007-02-18 | 1 | -599/+593 |
* | runsv: add missing {} | vda | 2007-02-18 | 1 | -1/+2 |
* | sort: fix multiple -k (was ignoring all except last) | vda | 2007-02-17 | 8 | -10/+26 |
* | init: code readability enhancements; very small code changes | vda | 2007-02-17 | 5 | -65/+62 |
* | klogd: code de-obfuscation with small code size reduction | vda | 2007-02-17 | 2 | -25/+21 |
* | - whitespace cleanup and add a possible shrinkage suggestion | aldot | 2007-02-16 | 1 | -3/+4 |
* | dpkg: fix segfault on "dpkg -i" | vda | 2007-02-15 | 1 | -15/+15 |
* | syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds | vda | 2007-02-14 | 2 | -1/+12 |
* | zcip: revert my bogus change | vda | 2007-02-14 | 1 | -11/+11 |
* | less: support xterm's home/end; improve forward search | vda | 2007-02-14 | 1 | -8/+28 |
* | create a document for mdev so people dont have to rtfs | vapier | 2007-02-14 | 2 | -26/+78 |
* | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | vda | 2007-02-13 | 2 | -36/+50 |
* | make tar restore mode again | vda | 2007-02-12 | 1 | -0/+8 |
* | - check if the compiler supports -fwhole-program -- 4.0 does not | aldot | 2007-02-12 | 1 | -2/+2 |
* | httpd: fix for POSTDATA handling bugs: | vda | 2007-02-11 | 1 | -24/+24 |
* | diff: fix access past end of array | vda | 2007-02-11 | 1 | -36/+13 |
* | syslogd: fix "readpath bug" by using readlink instead | vda | 2007-02-11 | 15 | -38/+46 |
* | Add CGI docs | vda | 2007-02-11 | 6 | -0/+3057 |
* | remove unused #include,, improve code readability | vda | 2007-02-09 | 2 | -3/+4 |
* | ping: reuse another bit of common code. -60 bytes | vda | 2007-02-09 | 1 | -28/+16 |
* | ping: support -I addr in family neutral manner; reuse a bit of common code | vda | 2007-02-09 | 4 | -52/+43 |
* | msh: fix my buglet | vda | 2007-02-09 | 1 | -5/+8 |
* | tftp: fix my bug | vda | 2007-02-08 | 1 | -1/+1 |
* | make sure ps/top output what they claim: vsz, not rss ... down the line we sh... | vapier | 2007-02-08 | 5 | -43/+41 |
* | update ignores | vapier | 2007-02-08 | 0 | -0/+0 |
* | /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul... | vapier | 2007-02-08 | 1 | -4/+8 |
* | touchup style; no functional changes | vapier | 2007-02-08 | 1 | -23/+12 |
* | tftp: fix IPv6 fallout | vda | 2007-02-07 | 3 | -22/+25 |
* | selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp> | vda | 2007-02-07 | 5 | -9/+11 |
* | fix #ifdef ENABLE_xxx -> #if | vda | 2007-02-07 | 2 | -2/+2 |
* | fix warning coming from printing size_t with %u | vda | 2007-02-06 | 1 | -1/+1 |
* | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | vda | 2007-02-06 | 14 | -10/+361 |
* | find: fix -not support | vda | 2007-02-06 | 1 | -3/+3 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 22 | -28/+39 |
* | minix utils: de-inline bit ops (saves ~130 bytes) | vda | 2007-02-06 | 2 | -18/+40 |
* | minix utils: make a message easier to understand; small tweaks | vda | 2007-02-06 | 2 | -20/+25 |
* | correct "pivot_root: pivot_root: <msg>" | vda | 2007-02-06 | 1 | -2/+4 |
* | fix tar t segfault (closes 1183) | vda | 2007-02-04 | 1 | -18/+25 |
* | - indent | aldot | 2007-02-04 | 1 | -9/+20 |
* | - improve wording | aldot | 2007-02-04 | 1 | -2/+2 |
* | - remove duplicate menu entry | aldot | 2007-02-04 | 1 | -9/+0 |
* | find: support for ! | vda | 2007-02-04 | 3 | -9/+56 |