| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | init: trivial compile fix | vda | 2007-02-27 | 1 | -2/+2 |
* | start_stop_daemon: add -chuid support | vda | 2007-02-26 | 5 | -42/+70 |
* | grep: "implement" -a and -I by ignoring them | vda | 2007-02-25 | 2 | -22/+27 |
* | grep: implement -w | vda | 2007-02-25 | 1 | -76/+96 |
* | ash: replace xstrdup (shell shall not die) | vda | 2007-02-25 | 2 | -54/+54 |
* | stop using bash'isms ('function') | vda | 2007-02-25 | 2 | -8/+18 |
* | awk: fix memory leak (can affect large file processing) | vda | 2007-02-24 | 1 | -18/+18 |
* | ash: fix compile problems | vda | 2007-02-24 | 1 | -1/+4 |
* | ash: cleanup part 2.8 | vda | 2007-02-23 | 1 | -75/+57 |
* | ash: cleanup part 2.7 | vda | 2007-02-23 | 1 | -491/+471 |
* | ash: cleanup part 2.6 | vda | 2007-02-23 | 1 | -207/+195 |
* | ash: cleanup part 2.5 | vda | 2007-02-23 | 1 | -158/+159 |
* | ash: cleanup part 2.4 | vda | 2007-02-23 | 1 | -1548/+1541 |
* | ash: cleanup part 2.3 | vda | 2007-02-23 | 1 | -74/+69 |
* | ash: cleanup part 2.2 | vda | 2007-02-23 | 1 | -148/+146 |
* | ash: starting second round of cleanups. #1 | vda | 2007-02-23 | 1 | -1349/+1327 |
* | ash: cleanup part 9 | vda | 2007-02-23 | 1 | -1658/+1579 |
* | ash: cleanup part 8 | vda | 2007-02-23 | 1 | -524/+441 |
* | ash: cleanup part 7 | vda | 2007-02-23 | 1 | -217/+191 |
* | ash: cleanup part 6 | vda | 2007-02-23 | 1 | -294/+283 |
* | ash: cleanup part 5 | vda | 2007-02-23 | 1 | -464/+439 |
* | ash: cleanup part 4 | vda | 2007-02-23 | 1 | -647/+597 |
* | ash: cleanup part 3 | vda | 2007-02-23 | 1 | -42/+46 |
* | ash: cleanup part 2 | vda | 2007-02-23 | 1 | -1738/+1640 |
* | ash: cleanup part 1 | vda | 2007-02-23 | 1 | -586/+539 |
* | 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 |