aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* make fsck.h as common, e2fsck: includes correct"Vladimir N. Oleynik"2005-10-123-89/+90
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"2005-10-128-163/+140
* more busyboxes"Vladimir N. Oleynik"2005-10-122-9/+4
* trivial generate exit code"Vladimir N. Oleynik"2005-10-121-2/+1
* correct strange *3 isatty(0) code"Vladimir N. Oleynik"2005-10-121-2/+2
* Prepend '-' to the first argument if required, more const, indent"Vladimir N. Oleynik"2005-10-121-7/+12
* new featured bb_opt_complementally, correct argc checking"Vladimir N. Oleynik"2005-10-121-14/+6
* There doesn't seem to be a standard header for makedev(), but this is close.Rob Landley2005-10-111-0/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-119-69/+100
* The check for EROFS was wrong. For example, if you try to mount a filesystemRob Landley2005-10-111-4/+3
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to loweBernhard Reutner-Fischer2005-10-101-20/+6
* better check usage with options, correct show problem error message, indent"Vladimir N. Oleynik"2005-10-101-18/+19
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-1019-441/+436
* Fluff out INSTALL a bit.Rob Landley2005-10-092-34/+83
* - remove passing PREFIX and CROSS to make which was added for bug #94.Bernhard Reutner-Fischer2005-10-091-2/+0
* The readme in 1.0 is more up to date than the 1.1 version...Rob Landley2005-10-091-81/+163
* catch and report errors from file_write()Paul Fox2005-10-091-15/+28
* make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'sPaul Fox2005-10-091-2/+3
* When lstat returns an error (such as file not found), the value ofRob Landley2005-10-091-10/+9
* Rob Sullivan added character and equivalence classes to tr. I changed someRob Landley2005-10-081-3/+55
* - 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