- f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
- 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
- 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
- cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
- 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
- 30f892a last: code shrink by Denis Vlasenko · 17 years ago
- 8e2c9e1 inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 17 years ago
- 61082ec - not sure but i may have had the shutdown-time wrong and no records to verify by Bernhard Reutner-Fischer · 17 years ago
- 69d5ba2 - untangle the implementation of the small and huge last applets by Bernhard Reutner-Fischer · 17 years ago
- dfd8282 last: make its output more like "standard" last (aka "fancy last"). by Denis Vlasenko · 17 years ago
- 7b38639 last: trim format string a bit by Denis Vlasenko · 17 years ago
- 869d3d3 last: optional alternative sysv-like implementation by Denis Vlasenko · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- d04e1fc last: style fixes by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
- 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
- c8f7a97 - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
- 44f0821 taskset: (1ull < 65) like ops are not good, avoid that by Denis Vlasenko · 17 years ago
- a50a9b0 delay reconfig of input tty until target device has been both opened by Paul Fox · 17 years ago
- 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
- 376003b build system: move misplaced config entry for script applet by Denis Vlasenko · 17 years ago
- f3745ea libbb: introduce xmalloc_xopen_read_close and use where appropriate by Denis Vlasenko · 17 years ago
- 50d068c man: handle many MANPAGER directives so that they do not override by Denis Vlasenko · 17 years ago
- b15ebe4 fix typo in Config.in hext text by Denis Vlasenko · 17 years ago
- 24f824e less: fix somewhat elusive case when less gets stuck in search mode by Denis Vlasenko · 17 years ago
- ffa4499 man: new applet. ~600 bytes. by Denis Vlasenko · 17 years ago
- 6fa1ba3 crond: add handling of "MAILTO=user" lines by Denis Vlasenko · 17 years ago
- 7f8f0fa fbsplash: more compact support for named pipes + EOF scenario by Denis Vlasenko · 17 years ago
- a38ba59 fbsplash: move to /sbin; small shrink by Denis Vlasenko · 17 years ago
- 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
- 72b3442 fbsplash: support this usage: by Denis Vlasenko · 17 years ago
- 11b9f26 fbsplash: fix broken handling of buffered case: by Denis Vlasenko · 17 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- 25a9c17 fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg by Denis Vlasenko · 17 years ago
- c6dbb85 fbsplash: shrink, better help text; inifile cannot specify image now; by Denis Vlasenko · 17 years ago
- 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
- 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- 45ecfc2 taskset: fix false failure in testsuite by Denis Vlasenko · 17 years ago
- c52248e small NOMMU fixes by Denis Vlasenko · 17 years ago
- 3c96d02 hdparm: do not lie about supporting -q (quiet) by Denis Vlasenko · 17 years ago
- cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
- d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
- b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
- 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 17 years ago
- cd174d1 microcom: shrink by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
- 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
- b78d1c0 less: shrink by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- d553faf less: small shrink by Denis Vlasenko · 17 years ago
- d2172c0 less: make it a bit more resistant against statusline corruption. by Denis Vlasenko · 17 years ago
- 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
- 624188a microcom: tiny shrink, adding comments by Denis Vlasenko · 17 years ago
- 8617454 fix chat CONFIG_xxx dependencies by Denis Vlasenko · 17 years ago
- e935508 chat: now with "svn add" by Denis Vlasenko · 17 years ago
- 5233cd3 chat: new applet by dronnikov AT gmail.com. With all options on: by Denis Vlasenko · 17 years ago
- 27dd495 - fix open(creat) without a mode by Bernhard Reutner-Fischer · 17 years ago
- c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
- 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
- 03b4c14 crontab: stop using remove() - use unlink() instead by Denis Vlasenko · 17 years ago
- cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
- ffae845 microcom: maintainer update by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- 7fc294c crontab: clear env if run by non-root, so that we can use PATH now by Denis Vlasenko · 17 years ago
- 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
- 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
- 069e347 crontab: almost complete rewrite by Denis Vlasenko · 17 years ago
- 9304d6e microcom: read more than 1 byte from device, if possible by Denis Vlasenko · 17 years ago
- 68e8e96 microcom: compile fixes by Denis Vlasenko · 17 years ago
- d56e3cc microcom: split -d (delay) option away from -t by Denis Vlasenko · 17 years ago
- dc1c457 microcom: update from maintainer by Denis Vlasenko · 17 years ago
- afdad65 - add eject -s for SCSI- and USB-devices (Nico Erfurth) by Bernhard Reutner-Fischer · 17 years ago
- 0effc24 microcom: undo #define trick, gcc fails to take advantage of it by Denis Vlasenko · 17 years ago
- b5c60fc mkswap, readahead: stop using fdlength, it is reported to be unreliable by Denis Vlasenko · 17 years ago
- ef67c57 microcom: update from the author by Denis Vlasenko · 17 years ago
- f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
- 314820e crond: small code shrink and readability enhancements by Denis Vlasenko · 17 years ago
- 46904bf - Fix hdparm's ioctl parameter passing (John Brandwood) by Bernhard Reutner-Fischer · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
- bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
- 9130340 hdparm: code shrink by Denis Vlasenko · 17 years ago
- 8add068 mt: eliminate vector of structures with pointers (bad for libbusybox). by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago