Age | Commit message (Expand) | Author |
2008-04-01 | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko |
2008-03-28 | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-25 | date: make help text more understandable; small shrink | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-03-23 | tail: fix fallout from tail -c optimization | Denis Vlasenko |
2008-03-17 | brctl: eliminate stray data object | Denis Vlasenko |
2008-03-17 | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-17 | dos2unix: tiny shrink | Denis Vlasenko |
2008-03-12 | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko |
2008-03-02 | actually add bb_qsort.c | Denis Vlasenko |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko |
2008-02-25 | lpd: spool mode added by Vladimir | Denis Vlasenko |
2008-02-24 | forgotten bit of rmdir long options support | Denis Vlasenko |
2008-02-24 | rmdir: optional long options support for Debian users. +68 bytes. | Denis Vlasenko |
2008-02-24 | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko |
2008-02-19 | tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) | Denis Vlasenko |
2008-02-17 | dos2unix: shrink | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-02-16 | random s/short/int/ | Denis Vlasenko |
2008-02-13 | cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 | Denis Vlasenko |
2008-02-13 | sort: -z outputs NUL terminated lines. Closes bug 1591. | Denis Vlasenko |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2008-02-09 | test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite | Denis Vlasenko |
2008-02-08 | README: doccument the need of CONFIG_DESKTOP | Denis Vlasenko |
2008-02-04 | nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> | Denis Vlasenko |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko |
2008-01-27 | stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.... | Denis Vlasenko |
2008-01-09 | tac: handle NULs properly. +145 bytes | Denis Vlasenko |
2008-01-07 | whitespace fixes | Denis Vlasenko |
2008-01-07 | tac: *really* add tac.c now | Denis Vlasenko |
2008-01-06 | tac: new applet. ~240 bytes. | Denis Vlasenko |
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko |
2007-12-24 | od: reduce data/bss usage (code size went down too) | Denis Vlasenko |
2007-12-02 | dd: fix a bug where we don't report write errors | Denis Vlasenko |
2007-11-30 | test: stop using lots of bss. | Denis Vlasenko |
2007-11-28 | touch: accept and ignore -f | Denis Vlasenko |
2007-11-24 | stty: reorganize data tables - save 0.5k | Denis Vlasenko |
2007-11-24 | remove echo_main -> bb_echo indirection | Denis Vlasenko |
2007-11-23 | cut: add proper stdout error handling, fix "-" handling; | Denis Vlasenko |
2007-11-22 | ash: fix bug where redirection of closed fd was leaving it open afterwards. | Denis Vlasenko |
2007-11-18 | stty: mark variable as static | Denis Vlasenko |
2007-11-16 | - use standard-imposed constants some more | Bernhard Reutner-Fischer |
2007-11-16 | - remove most of the forward declarations. No obj-code changes. | Bernhard Reutner-Fischer |
2007-11-16 | - add note about SUSv3 missing options. | Bernhard Reutner-Fischer |
2007-11-16 | who: add -a (by Tito) | Denis Vlasenko |