| Commit message (Expand) | Author | Age | Files | Lines |
* | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | aldot | 2005-10-06 | 3 | -32/+73 |
* | - remove explicit dependency of busybox.o and applets.o and usage.h from the | aldot | 2005-10-05 | 2 | -2/+2 |
* | more lost changes BSD signals -> SysV signals. Noticed by Bernhard | vodz | 2005-10-05 | 1 | -8/+7 |
* | BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard | vodz | 2005-10-05 | 1 | -17/+28 |
* | another more correction for getopt_ulflags() documentation (examples) | vodz | 2005-10-05 | 1 | -5/+8 |
* | - fix generation of .depend when building out of tree. | aldot | 2005-10-05 | 1 | -1/+1 |
* | - busybox.o and applets.o depend on usage.h | aldot | 2005-10-05 | 1 | -1/+1 |
* | more correction for getopt_ulflags() documentation by author of this fuck logic | vodz | 2005-10-05 | 1 | -5/+6 |
* | - add proper separators. sorry for the noise.. | aldot | 2005-10-05 | 1 | -1/+1 |
* | - add a bit more documentation to vodz' recent additions. | aldot | 2005-10-05 | 1 | -8/+26 |
* | update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ... | vodz | 2005-10-05 | 2 | -19/+50 |
* | - Fix spurious rebuilds for (parallel) out-of-tree builds. | aldot | 2005-10-05 | 1 | -8/+12 |
* | - fix building out-of-tree; | aldot | 2005-10-05 | 6 | -106/+149 |
* | as Tito points out, e2fsck and fsck need more dependencies | vapier | 2005-10-05 | 1 | -2/+2 |
* | dont typecast lvalue since gcc hates that | vapier | 2005-10-05 | 1 | -1/+1 |
* | ps selinux logic correction, but do not tested too | vodz | 2005-10-04 | 1 | -4/+3 |
* | use updated bb_getopt_ulflags() for ps applet | vodz | 2005-10-04 | 2 | -27/+58 |
* | - add option 'w' to ps (wide output, optional feature defaults to off). | aldot | 2005-10-04 | 3 | -39/+48 |
* | - add prototype for llist_add_to_end to libbb.h | aldot | 2005-10-04 | 1 | -0/+1 |
* | Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ | landley | 2005-10-04 | 3 | -44/+78 |
* | speed up * 2 | vodz | 2005-10-03 | 1 | -105/+94 |
* | sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 | vodz | 2005-10-03 | 2 | -910/+1494 |
* | excellent shrinkage patch by Tito | vapier | 2005-10-02 | 4 | -367/+307 |
* | clean out unneeded E2FSCK variables | vapier | 2005-10-02 | 1 | -4/+1 |
* | remove debug warning | vapier | 2005-10-02 | 1 | -1/+1 |
* | reorder arches into alphabetical order | vapier | 2005-10-02 | 1 | -198/+201 |
* | fixup whitespace | vapier | 2005-10-02 | 1 | -14/+14 |
* | remove all Elf32 hardcodes to make sure the elf handling is 64bit clean | vapier | 2005-10-02 | 1 | -47/+53 |
* | svdavidson writes in Bug 459: add support for x86_64 relocations from modutil... | vapier | 2005-10-02 | 1 | -1/+72 |
* | typo | aldot | 2005-09-30 | 1 | -1/+1 |
* | - remove duplicate entry of resolve.c in BLKID_SRC | aldot | 2005-09-30 | 1 | -2/+3 |
* | change interface to bb_xasprintf() - more perfect for me. | vodz | 2005-09-29 | 16 | -49/+33 |
* | forgotten putenv | vodz | 2005-09-29 | 1 | -2/+1 |
* | don't out \r to syslog | vodz | 2005-09-29 | 1 | -1/+1 |
* | - rename llist_add_to.c to llist.c | aldot | 2005-09-29 | 4 | -40/+53 |
* | getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect | vodz | 2005-09-29 | 1 | -221/+180 |
* | more busybox's style for fsck.c, size reduce | vodz | 2005-09-29 | 1 | -201/+142 |
* | busybox.c: ENABLE_LOCALE logic correct. | vodz | 2005-09-29 | 1 | -1/+1 |
* | reorder include <sys/types.h> and <sys/types.h>. | vodz | 2005-09-29 | 1 | -1/+1 |
* | more const, inline, forward declaration usage, strip 20k source size ;-) | vodz | 2005-09-28 | 2 | -1178/+459 |
* | allow people to adjtime location | vapier | 2005-09-28 | 2 | -2/+18 |
* | move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automat... | vodz | 2005-09-27 | 30 | -17233/+15465 |
* | fix building w/out et headers and w/out debug | vapier | 2005-09-27 | 4 | -5/+3 |
* | as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod... | vapier | 2005-09-27 | 1 | -20/+20 |
* | pass EXTRA_CFLAGS to final link since it may contain things that affect linki... | vapier | 2005-09-27 | 1 | -1/+1 |
* | eat misappropriated whitespace | vapier | 2005-09-27 | 1 | -66/+66 |
* | uncuddle function scope brackets | vapier | 2005-09-27 | 1 | -116/+116 |
* | - remove unused variable TOPDIR | aldot | 2005-09-26 | 2 | -5/+3 |
* | add "make help" | landley | 2005-09-26 | 1 | -0/+30 |
* | revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) alread... | vodz | 2005-09-26 | 1 | -3/+0 |