aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - make libiproute compile..Bernhard Reutner-Fischer2005-10-085-22/+24
* Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig canRob Landley2005-10-084-5/+6
* Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.Rob Landley2005-10-082-6/+26
* Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.Rob Landley2005-10-081-317/+174
* - rename bareconfig to allbareconfig and emit "is not set" strings needed forBernhard Reutner-Fischer2005-10-081-5/+8
* Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionsRob Landley2005-10-081-17/+5
* - add config target bareconfig. Enables all applets but without any features.Bernhard Reutner-Fischer2005-10-071-2/+8
* - Note that directories for make have to be given as absolute paths.Bernhard Reutner-Fischer2005-10-071-0/+2
* trim dep lines"Vladimir N. Oleynik"2005-10-071-3/+4
* - size reduction of pidofBernhard Reutner-Fischer2005-10-072-43/+31
* fast replace if src outside"Vladimir N. Oleynik"2005-10-071-29/+21
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-074-5/+5
* - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O=Bernhard Reutner-Fischer2005-10-071-21/+27
* The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. TheRob Landley2005-10-061-22/+50
* - pidof(8): make -s optional and optional -o; closes #168Bernhard Reutner-Fischer2005-10-063-33/+136
* to bb_getopt_ulflags()"Vladimir N. Oleynik"2005-10-061-10/+5
* 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