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