aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* random small shrinkage and elimination of staticsvda2007-04-071-1/+1
* svn add match_fstype.c :(vda2007-04-051-0/+44
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)vda2007-04-051-0/+1
* libbb: add xunlink()vda2007-04-051-0/+6
* nc: port nc 1.10 to busyboxvda2007-04-053-1/+166
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.aldot2007-04-051-1/+3
* test: comment out unused codevda2007-04-021-6/+22
* tcpsvd: new appletvda2007-04-012-7/+62
* - fix bug where we did not reject invalid classes like '[[:alpha'aldot2007-03-301-6/+5
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-291-21/+20
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2007-03-281-3/+3
* pidfile creation mode set to 0666 (umask affects it as usual)vda2007-03-271-1/+1
* forgotten svn add...vda2007-03-271-0/+29
* make pidfile writing configurable.vda2007-03-272-6/+7
* remove_file: cosmetic code improvement, a few bytes savedvda2007-03-261-34/+21
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-262-6/+16
* Attempt to get more applets compile for NOMMU.vda2007-03-261-4/+6
* libbb: rework NOMMU helper API so that it makes more sensevda2007-03-262-79/+133
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-0/+10
* random style fixes (extra spaces deleted)vda2007-03-242-3/+3
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-241-14/+9
* applets.c, xfunc.c: style cleanupvda2007-03-241-8/+8
* fix accumulated whitespace and indentation damagevda2007-03-202-3/+3
* fix inadvertently leaked PWD_BUFFER_SIZEvda2007-03-181-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccvda2007-03-151-1/+2
* copy_file: comment out one condition which is always false.vda2007-03-151-28/+50
* fix TODO: getopt32 should reset optind to 1 itselfvda2007-03-151-2/+6
* modify ptr_to_globals trick so that we do not violatevda2007-03-151-1/+2
* swapon: reinstate hole check but reduce it to warningvda2007-03-141-1/+0
* stop using big static buffer for inode hashvda2007-03-142-42/+44
* stop using (yet another) static buffervda2007-03-141-3/+1
* gzip: reduce global data footprint, part 3vda2007-03-141-1/+1
* gzip: reduce global data footprint, part 2vda2007-03-141-0/+2
* Do not fail password check if shadow password does not exist -vda2007-03-132-16/+24
* introduce and use setfscreatecon_or_dievda2007-03-122-1/+11
* next portion of selinux updates: chcon, runcon. Fromvda2007-03-112-0/+31
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)vda2007-03-101-0/+40
* clean up accumulated whitespace damagevda2007-03-074-6/+6
* ifupdown: code to deconstruct the state_list gracefullyvda2007-03-061-8/+27
* ping: don't measure times if ping payload is less than 8 bytes;vda2007-03-032-12/+8
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* init: code readability enhancements; very small code changesvda2007-02-171-10/+5
* httpd: a little bit more correct handling of CGI "HTTP/xxx" outputvda2007-02-131-2/+0
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-115-6/+6
* ping: support -I addr in family neutral manner; reuse a bit of common codevda2007-02-091-1/+1
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier2007-02-081-11/+5
* tftp: fix IPv6 falloutvda2007-02-071-1/+1
* fix #ifdef ENABLE_xxx -> #ifvda2007-02-071-1/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-061-0/+15
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-0/+10