| Commit message (Expand) | Author | Age | Files | Lines |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -4/+6 |
* | - move llist to top of file so we can potentially use it in all prototypes ea... | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -9/+10 |
* | - add workaround for tar being broken since it uses a non-portable constant. | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+6 |
* | - move libc checks from busybox.h to platform.h | Bernhard Reutner-Fischer | 2006-05-26 | 2 | -12/+101 |
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -9/+9 |
* | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley | 2006-05-25 | 1 | -0/+2 |
* | New version of nohup that's much smaller, less paranoid, consistent, | Rob Landley | 2006-05-21 | 1 | -0/+2 |
* | - backout erroneously checked in snippet.. | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -2/+0 |
* | A pending item in my tree I might as well check in: I plan to migrate calloc() | Rob Landley | 2006-05-19 | 1 | -0/+1 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -0/+3 |
* | fix indenting in help output for ifconfig | Mike Frysinger | 2006-05-19 | 1 | -2/+2 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 2 | -1/+8 |
* | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | Rob Landley | 2006-05-16 | 1 | -5/+9 |
* | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley | 2006-05-16 | 1 | -1/+1 |
* | implement -print0 for find | Paul Fox | 2006-05-12 | 1 | -1/+3 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 1 | -2/+2 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+3 |
* | The udhcp was deleted from busybox in 14634. Bolting an external project to | Rob Landley | 2006-05-07 | 1 | -3/+0 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -5/+0 |
* | fix udhcp again | Mike Frysinger | 2006-05-06 | 1 | -3/+3 |
* | Patch from Dennis Vlasenko simplifying the APPLET macros. | Rob Landley | 2006-05-05 | 1 | -260/+260 |
* | Not quite compiler independent, but we've never tried to be gcc independent | Rob Landley | 2006-05-04 | 2 | -17/+5 |
* | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley | 2006-05-04 | 2 | -3/+7 |
* | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley | 2006-04-28 | 1 | -72/+14 |
* | Patch from Dennis Vlasenko to add the option to compress help text. | Rob Landley | 2006-04-27 | 1 | -1/+0 |
* | Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a | Rob Landley | 2006-04-25 | 1 | -129/+50 |
* | New applet cksum, from Rob Sullivan. | Rob Landley | 2006-04-18 | 2 | -0/+6 |
* | - enable dumpleases applet again; bad rob | Bernhard Reutner-Fischer | 2006-04-18 | 1 | -1/+1 |
* | enable udhcp applets again; bad rob | Mike Frysinger | 2006-04-17 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+2 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+3 |
* | - include netinet/in.h for struct sockaddr_in. | Bernhard Reutner-Fischer | 2006-04-11 | 1 | -0/+1 |
* | Robert P. J. Day writes: even in the header file, make it clear that the rout... | Mike Frysinger | 2006-04-11 | 1 | -0/+3 |
* | Patch from Tito to unify deluser and delgroup, and generally shrink code. | Rob Landley | 2006-04-10 | 1 | -4/+4 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | 2006-04-10 | 1 | -0/+2 |
* | - patch from Rob Sullivan to add support for -L | Bernhard Reutner-Fischer | 2006-04-06 | 1 | -1/+2 |
* | - new applet diff. Rob Sullivan writes: | Bernhard Reutner-Fischer | 2006-04-06 | 2 | -0/+21 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 2 | -17/+18 |
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer | 2006-04-02 | 2 | -2/+2 |
* | - typo: s/compenent/component/g | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -3/+6 |
* | - update help text. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -2/+2 |
* | Update ipaddr help to match reality. | Rob Landley | 2006-03-30 | 1 | -1/+1 |
* | find ./ -name .cvsignore | xargs svn rm | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -3/+0 |
* | just whitespace fixes | Mike Frysinger | 2006-03-28 | 1 | -16/+16 |
* | setlogcons, from Jan Kaszka. | Rob Landley | 2006-03-27 | 2 | -0/+6 |
* | Define both big endian and little endian macros. | Rob Landley | 2006-03-25 | 1 | -3/+6 |