Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | watchdog: add -T option | Denis Vlasenko | 2008-09-07 | 1 | -4/+1 |
| | | | | | | | | function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes. | ||||
* | whitespace fixes, no code changed | Denis Vlasenko | 2008-07-21 | 1 | -2/+2 |
| | |||||
* | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -2/+6 |
| | | | | This needs further love, alot of love.. Tito? | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -2/+2 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | start_stop_daemon: add -chuid support | Denis Vlasenko | 2007-02-26 | 1 | -0/+36 |
| | |||||
* | fixdep.c: avoit doing memcmp in most cases | Denis Vlasenko | 2006-12-30 | 1 | -0/+27 |
| | | | | | uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names | ||||
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 1 | -17/+38 |
| | | | | | | | uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | ||||
* | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 1 | -0/+49 |