summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * pwd: implement -LP if DESKTOPDenys Vlasenko2011-10-161-1/+51
| * inotify: if PROG is -, print events to stdoutFlemming Madsen2011-10-101-6/+15
| * patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-102-8/+26
| * disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz2011-10-091-1/+1
| * tftp: mode string is case independentDenys Vlasenko2011-10-061-1/+2
| * ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn2011-09-291-0/+2
| * ps: with -l, show STIME tooFlemming Madsen2011-09-271-16/+21
| * ps: add support for -l for !DESKTOPDenys Vlasenko2011-09-262-19/+94
| * rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-2246-45/+45
| * mdev: trim overlong comments. No code changesDenys Vlasenko2011-09-221-30/+1
| * mdev: don't reparse rules on -sDenys Vlasenko2011-09-221-217/+341
| * add INIT_G()'s. No code changes.Denys Vlasenko2011-09-2111-6/+33
| * mdev: expand --help so that it's actually useful.Denys Vlasenko2011-09-195-71/+89
| * sendmail: don't talk until 220 code is seen. Closes 3487Denys Vlasenko2011-09-182-43/+58
| * tail: fix -c +N. Closes 4111Denys Vlasenko2011-09-172-3/+11
| * applet_tables: fix single applet build failure. Closes 4009Denys Vlasenko2011-09-161-1/+8
| * syslogd: fix missing newline problen in memory log buffer. Closes 4159Denys Vlasenko2011-09-161-2/+2
| * chpst: move misplaced commentDenys Vlasenko2011-09-161-5/+4
| * chpst: simple code shrinkDenys Vlasenko2011-09-161-8/+7
| * start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2011-09-152-3/+11
| * suppress "warning: implicit declaration of function 'alloca'"Denys Vlasenko2011-09-152-0/+2
| * login: new option LOGIN_SESSION_AS_CHILDIan Wienand2011-09-143-6/+61
| * sed: better help textDenys Vlasenko2011-09-131-2/+3
| * conspy: add framebuffer support, -Q option.Pascal Bellard2011-09-131-43/+71
| * Config: fix wording in help-textBernhard Reutner-Fischer2011-09-131-2/+2
| * losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-124-13/+17
| * wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-114-81/+86
| * ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko2011-09-111-3/+3
| * tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko2011-09-111-4/+11
| * inetd: close new udp fd in "udp nowait" caseDenys Vlasenko2011-09-111-11/+55
| * chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko2011-09-111-6/+11
| * awk: fix a SEGVDenys Vlasenko2011-09-112-9/+65
| * stop declariong our own dirname prototypeDenys Vlasenko2011-09-102-7/+5
| * regularize options which control size/speed tradeDenys Vlasenko2011-09-1017-66/+69
| * awk: fix define name collision with BSD headersDenys Vlasenko2011-09-101-0/+3
| * gzip: new GZIP_BIG_MEM optionIan Wienand2011-09-092-1/+15
| * depmod.pl: output correct dep format according to kernel versionSonic Zhang2011-09-091-1/+1
| * tweak comments in android build filesDenys Vlasenko2011-09-092-2/+5
| * Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko2011-09-093-1/+1001
| * unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko2011-09-091-2/+3
| * vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko2011-09-091-155/+139
| * udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach2011-09-091-2/+0
| * inet_cksum: big-endian fixDenys Vlasenko2011-09-081-2/+6
| * Fix compile breakageDenys Vlasenko2011-09-071-2/+2
| * awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko2011-09-071-9/+11
| * networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-077-95/+48
| * crond: fix the case when option -d is disabledDenys Vlasenko2011-09-071-1/+2
| * lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-043-14/+8
| * lineedit: add support for history saving on exitDenys Vlasenko2011-09-045-6/+86
| * lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2011-09-043-20/+26