aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-14vi: add comments to Rob's algorithm of reading and matching ESC sequencesDenis Vlasenko
2008-10-14Escape sequences sent over serial links don't come in as a block, so pollRob Landley
2008-10-14Clean up editors/vi.c:readit() so it only does readahead when actuallyRob Landley
2008-10-13hush: fix NOMMU bug (analogous to preceding commit for MMU)Denis Vlasenko
2008-10-13testcase for the last fixDenis Vlasenko
2008-10-13hush: fix trashing of environment by local env vars:Denis Vlasenko
2008-10-12blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko
2008-10-12findfs: fix LUKS and FAT detection routines; do not exit if corruptedDenis Vlasenko
2008-10-10zcip: code size optimizations, improved help text and commentsDenis Vlasenko
2008-10-09hush: fix environment and memory leaks, add tests for themDenis Vlasenko
2008-10-09unzip: remove example of a file we now can handleDenis Vlasenko
2008-10-09hush: preparatory work for implementing functionsDenis Vlasenko
2008-10-09hush: massive renaming of ill-named structures and fieldsDenis Vlasenko
2008-10-07- route metric support (Natanael Copa)Bernhard Reutner-Fischer
2008-10-07- add some anchorsBernhard Reutner-Fischer
2008-10-07ash: support &> redirection (bashism). ~90 bytes of codeDenis Vlasenko
2008-10-06ash: some beautification work, no code changesDenis Vlasenko
2008-10-05ash: implement ">&file" bashism. ~100 bytes.Denis Vlasenko
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko
2008-10-02- wrap overlong lineBernhard Reutner-Fischer
2008-09-30grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT caseDenis Vlasenko
2008-09-30inetd: use config parser. by VladimirDenis Vlasenko
2008-09-28route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko
2008-09-28website: announce 1.12.1 and 1.11.3Denis Vlasenko
2008-09-28scripts/randomtest[.loop]: add scripts for randomconfig testingDenis Vlasenko
2008-09-28showkey: suppress gcc warningDenis Vlasenko
2008-09-28sendmail: update by VladimirDenis Vlasenko
2008-09-27remove redundant NULL checkDenis Vlasenko
2008-09-27more style fixes, no code changesDenis Vlasenko
2008-09-27style fixes, no code changesDenis Vlasenko
2008-09-27sendmail: compat update by VladimirDenis Vlasenko
2008-09-27lineedit: fix problems with empty commands in historyDenis Vlasenko
2008-09-27start_stop_daemon: accept (and ignore) -R <param>Denis Vlasenko
2008-09-26udhcp: add inline docs; small code shrinkDenis Vlasenko
2008-09-26udhcpc: fixlet for previous commitDenis Vlasenko
2008-09-26udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko
2008-09-26Markus Heidelberg writes:Bernhard Reutner-Fischer
2008-09-26- add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer
2008-09-26- commentary typo fixBernhard Reutner-Fischer
2008-09-26nmeter: 4k buffers are too small for /proc files,Denis Vlasenko
2008-09-26libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko
2008-09-26dhcpc: treat "discover...select...discover..." loop the same wayDenis Vlasenko
2008-09-25fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/Denis Vlasenko
2008-09-25- add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25- improve helptextBernhard Reutner-Fischer
2008-09-25top: fix "top -d 1" (bug 5144)Denis Vlasenko
2008-09-25top: don't lie in help screen about "-d 1" being validDenis Vlasenko
2008-09-25top: fixes to prev commit: '1' should toggle SMP view too;Denis Vlasenko