aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>vapier2005-07-011-0/+6
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...vapier2005-07-016-27/+35
* patch by Shaun Jackman to combine dup/close funcs into dup2vapier2005-06-301-3/+2
* dont use f_frsize unless linux-2.6.0 or bettervapier2005-06-291-1/+12
* rip out all the non-linux code and ugly workaroundsvapier2005-06-282-172/+9
* tweak signed/unsigned char usage to avoid mismatchesvapier2005-06-241-4/+4
* - remove extra/unneeded function call. testing svnsolar2005-06-241-10/+1
* Enabling runtime SUID/SGID configuration via /etc/busybox.confandersen2005-06-231-2/+2
* applets specified as _BB_SUID_ALWAYS in applets.h should also selectandersen2005-06-232-0/+3
* characters encoded as html should have a trailing semicolonandersen2005-06-231-1/+1
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could uselandley2005-06-209-28/+1049
* Tito says: unify verbose/quiet flagsvapier2005-06-171-3/+2
* Tito says: strip unused program_namevapier2005-06-171-13/+1
* use xmalloc instead of mallocvapier2005-06-123-34/+10
* use malloc instead of xmallocvapier2005-06-116-53/+29
* use xmalloc() instead of malloc()vapier2005-06-112-6/+2
* use xmalloc() and bb_perror_msg_and_die()vapier2005-06-111-9/+3
* Note that memory allocaiton needs to be cleaned up too.landley2005-06-111-0/+12
* remove com_err.h includesvapier2005-06-113-5/+0
* DOS only crapvapier2005-06-112-609/+0
* import initial fat mke2fsvapier2005-06-115-3/+1536
* import tune2fs supportvapier2005-06-114-3/+54
* fix signed/unsigned char pointersvapier2005-06-111-3/+3
* oops, we only want to affect local CFLAGSvapier2005-06-111-2/+2
* initial fat tune2fs/findfs/e2label sourcevapier2005-06-111-0/+776
* replace simple is_null func with a memcmp definevapier2005-06-112-51/+4
* force including of e2fsbb.h and move the HAVE_* defines to itvapier2005-06-111-6/+5
* move config.h requirement to the actual .depend target rather than the depend...vapier2005-06-111-2/+2
* make sure clean removes objects in subdirsvapier2005-06-111-1/+1
* need strings.h for ffs()vapier2005-06-111-0/+1
* only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledvapier2005-06-113-3/+13
* replace simple functions with definesvapier2005-06-112-87/+0
* whitespace updatesvapier2005-06-111-1/+0
* replace functions with definesvapier2005-06-111-2/+4
* whitespace updatesvapier2005-06-111-3/+2
* whitespace updatesvapier2005-06-112-8/+6
* recode functions to shrink sizevapier2005-06-119-109/+92
* setup the HAVE_* definesvapier2005-06-111-1/+21
* About time to just apply this and kill off the patchesandersen2005-06-094-324/+197
* Tito posted a devfsd error message fix. It's highly deprecated and willlandley2005-06-071-31/+28
* Clean up strings.c to use busybox's option processing. Bug 006, apparently.landley2005-06-071-71/+54
* Patch from Dmitry Zakharov:landley2005-06-071-2/+1
* Thus spake Brenda J. Butler:landley2005-06-071-0/+6
* Shaun Jackman submitted a patch converting an allocation to uselandley2005-05-281-5/+7
* Patch from Shaun Jackman to save a few bytes.landley2005-05-281-4/+3
* Tobias Krawutschke found a bug where the DHCP client would accept packetslandley2005-05-261-0/+3
* Add readprofile applet support.lethal2005-05-205-0/+327
* Patch from Colin Watson (mangled slightly by Rob Landley):landley2005-05-182-6/+24
* Doug Swarin pointed out a security bug in the -i option of sed.landley2005-05-181-9/+8
* use more busybox functions and remove redundant codevapier2005-05-161-18/+17