aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-064-5/+3
* update documentation"Vladimir N. Oleynik"2005-10-061-3/+3
* bb_mkdep can use src outside now"Vladimir N. Oleynik"2005-10-061-1/+21
* - add a few basic tests for pidof(8)Bernhard Reutner-Fischer2005-10-061-0/+29
* - support make check V=1 to run the checks in verbose modeBernhard Reutner-Fischer2005-10-063-8/+20
* - add llist_free_one() and llist_free() to libbbBernhard Reutner-Fischer2005-10-061-1/+1
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer2005-10-063-32/+73
* - remove explicit dependency of busybox.o and applets.o and usage.h from theBernhard Reutner-Fischer2005-10-052-2/+2
* more lost changes BSD signals -> SysV signals. Noticed by Bernhard"Vladimir N. Oleynik"2005-10-051-8/+7
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard"Vladimir N. Oleynik"2005-10-051-17/+28
* another more correction for getopt_ulflags() documentation (examples)"Vladimir N. Oleynik"2005-10-051-5/+8
* - fix generation of .depend when building out of tree.Bernhard Reutner-Fischer2005-10-051-1/+1
* - busybox.o and applets.o depend on usage.hBernhard Reutner-Fischer2005-10-051-1/+1
* more correction for getopt_ulflags() documentation by author of this fuck logic"Vladimir N. Oleynik"2005-10-051-5/+6
* - add proper separators. sorry for the noise..Bernhard Reutner-Fischer2005-10-051-1/+1
* - add a bit more documentation to vodz' recent additions.Bernhard Reutner-Fischer2005-10-051-8/+26
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ..."Vladimir N. Oleynik"2005-10-052-19/+50
* - Fix spurious rebuilds for (parallel) out-of-tree builds.Bernhard Reutner-Fischer2005-10-051-8/+12
* - fix building out-of-tree;Bernhard Reutner-Fischer2005-10-056-106/+149
* as Tito points out, e2fsck and fsck need more dependenciesMike Frysinger2005-10-051-2/+2
* dont typecast lvalue since gcc hates thatMike Frysinger2005-10-051-1/+1
* ps selinux logic correction, but do not tested too"Vladimir N. Oleynik"2005-10-041-4/+3
* use updated bb_getopt_ulflags() for ps applet"Vladimir N. Oleynik"2005-10-042-27/+58
* - add option 'w' to ps (wide output, optional feature defaults to off).Bernhard Reutner-Fischer2005-10-043-39/+48
* - add prototype for llist_add_to_end to libbb.hBernhard Reutner-Fischer2005-10-041-0/+1
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_Rob Landley2005-10-043-44/+78
* speed up * 2"Vladimir N. Oleynik"2005-10-031-105/+94
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455"Vladimir N. Oleynik"2005-10-032-910/+1494
* excellent shrinkage patch by TitoMike Frysinger2005-10-024-367/+307
* clean out unneeded E2FSCK variablesMike Frysinger2005-10-021-4/+1
* remove debug warningMike Frysinger2005-10-021-1/+1
* reorder arches into alphabetical orderMike Frysinger2005-10-021-198/+201
* fixup whitespaceMike Frysinger2005-10-021-14/+14
* remove all Elf32 hardcodes to make sure the elf handling is 64bit cleanMike Frysinger2005-10-021-47/+53
* svdavidson writes in Bug 459: add support for x86_64 relocations from modutil...Mike Frysinger2005-10-021-1/+72
* typoBernhard Reutner-Fischer2005-09-301-1/+1
* - remove duplicate entry of resolve.c in BLKID_SRCBernhard Reutner-Fischer2005-09-301-2/+3
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-2916-49/+33
* forgotten putenv"Vladimir N. Oleynik"2005-09-291-2/+1
* don't out \r to syslog"Vladimir N. Oleynik"2005-09-291-1/+1
* - rename llist_add_to.c to llist.cBernhard Reutner-Fischer2005-09-294-40/+53
* getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect"Vladimir N. Oleynik"2005-09-291-221/+180
* more busybox's style for fsck.c, size reduce"Vladimir N. Oleynik"2005-09-291-201/+142
* busybox.c: ENABLE_LOCALE logic correct."Vladimir N. Oleynik"2005-09-291-1/+1
* reorder include <sys/types.h> and <sys/types.h>."Vladimir N. Oleynik"2005-09-291-1/+1
* more const, inline, forward declaration usage, strip 20k source size ;-)"Vladimir N. Oleynik"2005-09-282-1178/+459
* allow people to adjtime locationMike Frysinger2005-09-282-2/+18
* move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automat..."Vladimir N. Oleynik"2005-09-2730-17233/+15465
* fix building w/out et headers and w/out debugMike Frysinger2005-09-274-5/+3
* as pointed out in Bug 17, use uint32_t instead of unsigned long since the cod...Mike Frysinger2005-09-271-20/+20