aboutsummaryrefslogtreecommitdiff
path: root/init/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-16Confirmed that on Linux the serial interrupt takes precedence over the timerRob Landley1-2/+3
2008-10-15build system: dpkg needs .gz handlingDenis Vlasenko1-2/+3
2008-10-15sysctl: sysctl -a was still misbehaving, fix itDenis Vlasenko1-2/+6
2008-10-15return accidentally deleted "/* vi: set sw=4 ts=4: */"Denis Vlasenko1-0/+1
2008-10-15sysctl: fix bug 3894 _for real_.Denis Vlasenko1-7/+18
2008-10-15sysctl: remove trivial comments. no code changesDenis Vlasenko1-27/+12
2008-10-15sysctl: remove special-cased reporting of EPERM,Denis Vlasenko1-30/+10
2008-10-15sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)Denis Vlasenko1-4/+23
2008-10-14vi: fix bizarre formatting. no code changesDenis Vlasenko1-2/+2
2008-10-14hush: add TODODenis Vlasenko1-0/+2
2008-10-14hush: next small step towards functionsDenis Vlasenko1-19/+53
2008-10-14fix recurring "last_cmd overrun", fix [del] handling in insert modeDenis Vlasenko1-15/+15
2008-10-14vi: trivial size optimization -65 bytesDenis Vlasenko1-18/+16
2008-10-14vi: reinstate timeout of 300 msDenis Vlasenko1-4/+8
2008-10-14vi: add comments to Rob's algorithm of reading and matching ESC sequencesDenis Vlasenko1-23/+33
2008-10-14Escape sequences sent over serial links don't come in as a block, so pollRob Landley1-1/+1
2008-10-14Clean up editors/vi.c:readit() so it only does readahead when actuallyRob Landley1-61/+58
2008-10-13hush: fix NOMMU bug (analogous to preceding commit for MMU)Denis Vlasenko4-84/+108
2008-10-13testcase for the last fixDenis Vlasenko2-0/+20
2008-10-13hush: fix trashing of environment by local env vars:Denis Vlasenko2-61/+105
2008-10-12blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko7-12/+29
2008-10-12findfs: fix LUKS and FAT detection routines; do not exit if corruptedDenis Vlasenko3-82/+111
2008-10-10zcip: code size optimizations, improved help text and commentsDenis Vlasenko2-63/+83
2008-10-09hush: fix environment and memory leaks, add tests for themDenis Vlasenko6-58/+218
2008-10-09unzip: remove example of a file we now can handleDenis Vlasenko1-0/+0
2008-10-09hush: preparatory work for implementing functionsDenis Vlasenko1-66/+89
2008-10-09hush: massive renaming of ill-named structures and fieldsDenis Vlasenko1-202/+206
2008-10-07- route metric support (Natanael Copa)Bernhard Reutner-Fischer2-3/+11
2008-10-07- add some anchorsBernhard Reutner-Fischer1-4/+4
2008-10-07ash: support &> redirection (bashism). ~90 bytes of codeDenis Vlasenko1-49/+68
2008-10-06ash: some beautification work, no code changesDenis Vlasenko1-41/+38
2008-10-05ash: implement ">&file" bashism. ~100 bytes.Denis Vlasenko1-47/+111
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2-28/+45
2008-10-02- wrap overlong lineBernhard Reutner-Fischer1-1/+2
2008-09-30grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT caseDenis Vlasenko1-2/+12
2008-09-30inetd: use config parser. by VladimirDenis Vlasenko1-87/+36
2008-09-28route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko1-2/+2
2008-09-28website: announce 1.12.1 and 1.11.3Denis Vlasenko1-0/+14
2008-09-28scripts/randomtest[.loop]: add scripts for randomconfig testingDenis Vlasenko2-0/+109
2008-09-28showkey: suppress gcc warningDenis Vlasenko1-2/+2
2008-09-28sendmail: update by VladimirDenis Vlasenko4-408/+251
2008-09-27remove redundant NULL checkDenis Vlasenko1-4/+0
2008-09-27more style fixes, no code changesDenis Vlasenko3-22/+22
2008-09-27style fixes, no code changesDenis Vlasenko5-19/+19
2008-09-27sendmail: compat update by VladimirDenis Vlasenko3-138/+211
2008-09-27lineedit: fix problems with empty commands in historyDenis Vlasenko1-26/+47
2008-09-27start_stop_daemon: accept (and ignore) -R <param>Denis Vlasenko1-3/+3
2008-09-26udhcp: add inline docs; small code shrinkDenis Vlasenko6-41/+64
2008-09-26udhcpc: fixlet for previous commitDenis Vlasenko1-3/+5
2008-09-26udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko6-19/+36