| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - fix open(creat) without a mode | Bernhard Reutner-Fischer | 2008-02-18 | 1 | -1/+1 |
| * | mount: recognize "dirsync" (closes bug 835) | Denis Vlasenko | 2008-02-18 | 1 | -8/+3 |
| * | whitespace fixes | Denis Vlasenko | 2008-02-17 | 1 | -1/+1 |
| * | crontab: stop using remove() - use unlink() instead | Denis Vlasenko | 2008-02-17 | 1 | -16/+9 |
| * | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko | 2008-02-17 | 1 | -5/+5 |
| * | microcom: maintainer update | Denis Vlasenko | 2008-02-16 | 1 | -39/+30 |
| * | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko | 2008-02-16 | 4 | -15/+23 |
| * | crontab: clear env if run by non-root, so that we can use PATH now | Denis Vlasenko | 2008-02-16 | 1 | -10/+8 |
| * | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko | 2008-02-16 | 1 | -6/+6 |
| * | random s/short/int/ | Denis Vlasenko | 2008-02-16 | 1 | -1/+1 |
| * | crontab: almost complete rewrite | Denis Vlasenko | 2008-02-16 | 1 | -283/+187 |
| * | microcom: read more than 1 byte from device, if possible | Denis Vlasenko | 2008-02-10 | 1 | -14/+16 |
| * | microcom: compile fixes | Denis Vlasenko | 2008-02-09 | 1 | -2/+3 |
| * | microcom: split -d (delay) option away from -t | Denis Vlasenko | 2008-02-09 | 1 | -18/+20 |
| * | microcom: update from maintainer | Denis Vlasenko | 2008-02-08 | 1 | -82/+71 |
| * | - add eject -s for SCSI- and USB-devices (Nico Erfurth) | Bernhard Reutner-Fischer | 2008-02-08 | 2 | -17/+78 |
| * | microcom: undo #define trick, gcc fails to take advantage of it | Denis Vlasenko | 2008-01-28 | 1 | -3/+3 |
| * | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | 2008-01-27 | 1 | -2/+9 |
| * | microcom: update from the author | Denis Vlasenko | 2008-01-27 | 1 | -73/+133 |
| * | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 2 | -9/+4 |
| * | crond: small code shrink and readability enhancements | Denis Vlasenko | 2008-01-24 | 1 | -15/+15 |
| * | - Fix hdparm's ioctl parameter passing (John Brandwood) | Bernhard Reutner-Fischer | 2008-01-19 | 1 | -6/+6 |
| * | ps: fix build breakage from vda's recent commit | Denis Vlasenko | 2008-01-07 | 1 | -4/+4 |
| * | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | 2008-01-02 | 1 | -1/+1 |
| * | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko | 2007-11-06 | 3 | -20/+30 |
| * | ifconfig: code shrink | Denis Vlasenko | 2007-11-04 | 2 | -56/+69 |
| * | hdparm: code shrink | Denis Vlasenko | 2007-10-30 | 1 | -229/+214 |
| * | mt: eliminate vector of structures with pointers (bad for libbusybox). | Denis Vlasenko | 2007-10-11 | 1 | -56/+79 |
| * | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 25 | -28/+28 |
| * | printf("%s\n") -> puts() | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
| * | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 4 | -4/+4 |
| * | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko | 2007-09-30 | 1 | -4/+1 |
| * | small code shrink | Denis Vlasenko | 2007-09-29 | 1 | -2/+1 |
| * | hdparm: paranoia-induced fix against theoretical div-by-0 case | Denis Vlasenko | 2007-09-28 | 1 | -2/+2 |
| * | hdparm: more robust (re overflows) code. +38 bytes. | Denis Vlasenko | 2007-09-28 | 1 | -25/+23 |
| * | hdparm: reduce possibility of numeric overflow in -T. | Denis Vlasenko | 2007-09-28 | 1 | -6/+14 |
| * | hdparm: simplify timing measurement (it wa the last last user | Denis Vlasenko | 2007-09-28 | 1 | -64/+62 |
| * | hdparm: get rid of static variables | Denis Vlasenko | 2007-09-28 | 1 | -97/+179 |
| * | less: make 'f' page forward | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
| * | hdparm: use fixed fd #3 for device being interrogated | Denis Vlasenko | 2007-09-27 | 1 | -26/+30 |
| * | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 6 | -83/+71 |
| * | style and message text fixes | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
| * | introduce safe_poll (fixes a problem in top) | Denis Vlasenko | 2007-09-27 | 1 | -2/+1 |
| * | include libbb.h, not busybox.h | Denis Vlasenko | 2007-09-22 | 1 | -1/+1 |
| * | - actually mv microcom.c to miscutils | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -0/+138 |
| * | move microcom to miscutils | Denis Vlasenko | 2007-09-22 | 2 | -0/+7 |
| * | watchdog: allow millisecond spec (-t 250ms) | Denis Vlasenko | 2007-09-05 | 1 | -9/+15 |
| * | crond: code shrink | Denis Vlasenko | 2007-08-19 | 1 | -59/+21 |
| * | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | 2007-08-19 | 1 | -1/+1 |
| * | crond: don't start sendmail with absolute path | Denis Vlasenko | 2007-08-18 | 1 | -8/+8 |