aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.aldot2005-10-063-32/+73
* - remove explicit dependency of busybox.o and applets.o and usage.h from thealdot2005-10-052-2/+2
* more lost changes BSD signals -> SysV signals. Noticed by Bernhardvodz2005-10-051-8/+7
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhardvodz2005-10-051-17/+28
* another more correction for getopt_ulflags() documentation (examples)vodz2005-10-051-5/+8
* - fix generation of .depend when building out of tree.aldot2005-10-051-1/+1
* - busybox.o and applets.o depend on usage.haldot2005-10-051-1/+1
* more correction for getopt_ulflags() documentation by author of this fuck logicvodz2005-10-051-5/+6
* - add proper separators. sorry for the noise..aldot2005-10-051-1/+1
* - add a bit more documentation to vodz' recent additions.aldot2005-10-051-8/+26
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ...vodz2005-10-052-19/+50
* - Fix spurious rebuilds for (parallel) out-of-tree builds.aldot2005-10-051-8/+12
* - fix building out-of-tree;aldot2005-10-056-106/+149
* as Tito points out, e2fsck and fsck need more dependenciesvapier2005-10-051-2/+2
* dont typecast lvalue since gcc hates thatvapier2005-10-051-1/+1
* ps selinux logic correction, but do not tested toovodz2005-10-041-4/+3
* use updated bb_getopt_ulflags() for ps appletvodz2005-10-042-27/+58
* - add option 'w' to ps (wide output, optional feature defaults to off).aldot2005-10-043-39/+48
* - add prototype for llist_add_to_end to libbb.haldot2005-10-041-0/+1
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_landley2005-10-043-44/+78
* speed up * 2vodz2005-10-031-105/+94
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455vodz2005-10-032-910/+1494
* excellent shrinkage patch by Titovapier2005-10-024-367/+307
* clean out unneeded E2FSCK variablesvapier2005-10-021-4/+1
* remove debug warningvapier2005-10-021-1/+1
* reorder arches into alphabetical ordervapier2005-10-021-198/+201
* fixup whitespacevapier2005-10-021-14/+14
* remove all Elf32 hardcodes to make sure the elf handling is 64bit cleanvapier2005-10-021-47/+53
* svdavidson writes in Bug 459: add support for x86_64 relocations from modutil...vapier2005-10-021-1/+72
* typoaldot2005-09-301-1/+1
* - remove duplicate entry of resolve.c in BLKID_SRCaldot2005-09-301-2/+3
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-2916-49/+33
* forgotten putenvvodz2005-09-291-2/+1
* don't out \r to syslogvodz2005-09-291-1/+1
* - rename llist_add_to.c to llist.caldot2005-09-294-40/+53
* getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfectvodz2005-09-291-221/+180
* more busybox's style for fsck.c, size reducevodz2005-09-291-201/+142
* busybox.c: ENABLE_LOCALE logic correct.vodz2005-09-291-1/+1
* reorder include <sys/types.h> and <sys/types.h>.vodz2005-09-291-1/+1
* more const, inline, forward declaration usage, strip 20k source size ;-)vodz2005-09-282-1178/+459
* allow people to adjtime locationvapier2005-09-282-2/+18
* move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automat...vodz2005-09-2730-17233/+15465
* fix building w/out et headers and w/out debugvapier2005-09-274-5/+3
* as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...vapier2005-09-271-20/+20
* pass EXTRA_CFLAGS to final link since it may contain things that affect linki...vapier2005-09-271-1/+1
* eat misappropriated whitespacevapier2005-09-271-66/+66
* uncuddle function scope bracketsvapier2005-09-271-116/+116
* - remove unused variable TOPDIRaldot2005-09-262-5/+3
* add "make help"landley2005-09-261-0/+30
* revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) alread...vodz2005-09-261-3/+0