aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-26Markus Heidelberg writes:Bernhard Reutner-Fischer2-4/+5
2008-09-26- add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer2-3/+6
2008-09-26- commentary typo fixBernhard Reutner-Fischer3-3/+3
2008-09-26nmeter: 4k buffers are too small for /proc files,Denis Vlasenko1-15/+30
2008-09-26libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko6-74/+44
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko20-101/+98
2008-09-26dhcpc: treat "discover...select...discover..." loop the same wayDenis Vlasenko1-0/+6
2008-09-25fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/Denis Vlasenko1-12/+12
2008-09-25- add dpkg -l <packagepattern> (Peter Korsgaard)Bernhard Reutner-Fischer1-2/+6