aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2005-06-24tweak signed/unsigned char usage to avoid mismatchesMike Frysinger1-4/+4
2005-06-24- remove extra/unneeded function call. testing svnNed Ludd1-10/+1
2005-06-23Enabling runtime SUID/SGID configuration via /etc/busybox.confEric Andersen1-2/+2
2005-06-23applets specified as _BB_SUID_ALWAYS in applets.h should also selectEric Andersen2-0/+3
2005-06-23characters encoded as html should have a trailing semicolonEric Andersen1-1/+1
2005-06-20Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley9-28/+1049
2005-06-17Tito says: unify verbose/quiet flagsMike Frysinger1-3/+2
2005-06-17Tito says: strip unused program_nameMike Frysinger1-13/+1
2005-06-12use xmalloc instead of mallocMike Frysinger3-34/+10
2005-06-11use malloc instead of xmallocMike Frysinger6-53/+29
2005-06-11use xmalloc() instead of malloc()Mike Frysinger2-6/+2
2005-06-11use xmalloc() and bb_perror_msg_and_die()Mike Frysinger1-9/+3
2005-06-11Note that memory allocaiton needs to be cleaned up too.Rob Landley1-0/+12
2005-06-11remove com_err.h includesMike Frysinger3-5/+0
2005-06-11DOS only crapMike Frysinger2-609/+0
2005-06-11import initial fat mke2fsMike Frysinger5-3/+1536
2005-06-11import tune2fs supportMike Frysinger4-3/+54
2005-06-11fix signed/unsigned char pointersMike Frysinger1-3/+3
2005-06-11oops, we only want to affect local CFLAGSMike Frysinger1-2/+2