summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-0/+7
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-8/+9
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-135-10/+10
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-3/+5
* fix build failure for libbusyboxDenis Vlasenko2008-04-291-3/+4
* libbb: fix wrong sscanf count check (affects pidof etc)Denis Vlasenko2008-04-251-1/+1
* lineedit: hack for making it sort-of-work even if term width is wrongDenis Vlasenko2008-04-251-0/+19
* - bump copyright yearBernhard Reutner-Fischer2008-04-241-1/+1
* lineedit: filename completion on symlinks-to-dirs should add / tooDenis Vlasenko2008-04-241-8/+11
* getopt32: fix "tar x" case; fix memory leakDenis Vlasenko2008-04-231-5/+3
* add forgotten files. I am forgetting it all the time :(Denis Vlasenko2008-04-221-0/+23
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-224-13/+18
* getopt32: fix recently broken opt_complementary "--"Denis Vlasenko2008-04-211-2/+3
* tentative fix for ppc64 problems with ioctl.Denis Vlasenko2008-04-211-6/+6
* xmalloc_open_read_close: use fstat to get file size (instead of lseek).Denis Vlasenko2008-04-201-0/+43
* libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2008-04-201-7/+16
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-1/+11
* style fixes. no code changesDenis Vlasenko2008-04-191-1/+1
* fix english in commentDenis Vlasenko2008-04-131-3/+3
* ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko2008-04-131-1/+10
* fix build with gcc -combineDenis Vlasenko2008-04-111-1/+14
* actually adding xfuncs_printf.c :(Denis Vlasenko2008-04-091-0/+521
* Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko2008-04-093-507/+26
* Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko2008-04-081-23/+73
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-6/+17
* xfunc_die: resurrect (actually, it's "svn add" being forgotten again)Denis Vlasenko2008-04-011-0/+40
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-014-32/+55
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-8/+29
* whitespace fixesDenis Vlasenko2008-03-281-17/+13
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-271-2/+4
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-263-7/+8
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-6/+8
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-2/+2
* lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko2008-03-241-3/+6
* inetd: use change_identity().Denis Vlasenko2008-03-201-1/+1
* die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko2008-03-191-11/+13
* ...and actually adding new file now...Denis Vlasenko2008-03-191-0/+34
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-0/+1
* remove extra spaces in help text; delete duplicate #defineDenis Vlasenko2008-03-171-2/+0
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-6/+9
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-173-8/+29
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-172-2/+3
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-173-3/+10
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-171-3/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-7/+10
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-4/+4
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-10/+8
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-122-3/+29
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-6/+1