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