aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)vodz2005-10-128-163/+140
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11842 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more busyboxesvodz2005-10-122-9/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11841 69ca8d6d-28ef-0310-b511-8ec308f3f277
* trivial generate exit codevodz2005-10-121-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11840 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correct strange *3 isatty(0) codevodz2005-10-121-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11839 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Prepend '-' to the first argument if required, more const, indentvodz2005-10-121-7/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11838 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new featured bb_opt_complementally, correct argc checkingvodz2005-10-121-14/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There doesn't seem to be a standard header for makedev(), but this is close.landley2005-10-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11831 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-119-69/+100
| | | | | | | - more long opt compatibility, can set flag for long opt struct now - more logic: check opt-depend requires and global requires, special for 'id' and 'start-stop-daemon' applets. git-svn-id: svn://busybox.net/trunk/busybox@11828 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The check for EROFS was wrong. For example, if you try to mount a filesystemlandley2005-10-111-4/+3
| | | | | | | | | appended to an executable that's being run (yes, I'm doing this) you get EPERM, but mounting readonly fixes it. Doing the fallback all the time shouldn't hurt, and is one less test. git-svn-id: svn://busybox.net/trunk/busybox@11825 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowealdot2005-10-101-20/+6
| | | | | | | | | being unsigned. - minor correction: use stdin only when no file was given via -i. - use shorter boilerplate. git-svn-id: svn://busybox.net/trunk/busybox@11824 69ca8d6d-28ef-0310-b511-8ec308f3f277
* better check usage with options, correct show problem error message, indentvodz2005-10-101-18/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz2005-10-1019-441/+436
| | | | | | | e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep. git-svn-id: svn://busybox.net/trunk/busybox@11822 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fluff out INSTALL a bit.landley2005-10-092-34/+83
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove passing PREFIX and CROSS to make which was added for bug #94.aldot2005-10-091-2/+0
| | | | | | | | My recent Makefile touch-up assures that make O=/tmp/o PREFIX=/tmp/i install works as expected without this ugly workaround. git-svn-id: svn://busybox.net/trunk/busybox@11820 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The readme in 1.0 is more up to date than the 1.1 version...landley2005-10-091-81/+163
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11819 69ca8d6d-28ef-0310-b511-8ec308f3f277
* catch and report errors from file_write()pgf2005-10-091-15/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11817 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'spgf2005-10-091-2/+3
| | | | | | | needed elsewhere as well now. git-svn-id: svn://busybox.net/trunk/busybox@11816 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When lstat returns an error (such as file not found), the value oflandley2005-10-091-10/+9
| | | | | | | | | st_mode is random garbage (under uClibc), leading to random triggering of the S_ISDIR() case when the destination will be a normal file which doesn't exist yet. I.E. checking the return value of lstat is not optional. git-svn-id: svn://busybox.net/trunk/busybox@11815 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Sullivan added character and equivalence classes to tr. I changed somelandley2005-10-081-3/+55
| | | | | | | comments. git-svn-id: svn://busybox.net/trunk/busybox@11814 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make libiproute compile..aldot2005-10-085-22/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11813 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig canlandley2005-10-084-5/+6
| | | | | | | find it (and tweak defconfig to catch up). git-svn-id: svn://busybox.net/trunk/busybox@11812 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.landley2005-10-082-6/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11811 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.landley2005-10-081-317/+174
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11810 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - rename bareconfig to allbareconfig and emit "is not set" strings needed foraldot2005-10-081-5/+8
| | | | | | | oldconfig. git-svn-id: svn://busybox.net/trunk/busybox@11808 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionslandley2005-10-081-17/+5
| | | | | | | | not in newlib, and also that all the _unlocked variants are kind of pointless in this context. git-svn-id: svn://busybox.net/trunk/busybox@11807 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add config target bareconfig. Enables all applets but without any features.aldot2005-10-071-2/+8
| | | | | | | Rob wanted to have regression tests if a bug crops up. Here you are wrt find :) git-svn-id: svn://busybox.net/trunk/busybox@11803 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Note that directories for make have to be given as absolute paths.aldot2005-10-071-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11802 69ca8d6d-28ef-0310-b511-8ec308f3f277
* trim dep linesvodz2005-10-071-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11800 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - size reduction of pidofaldot2005-10-072-43/+31
| | | | | | | - fix typo in reverse_pidlist git-svn-id: svn://busybox.net/trunk/busybox@11799 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fast replace if src outsidevodz2005-10-071-29/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11798 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵aldot2005-10-074-5/+5
| | | | | | | | | | ifconfig.c - gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path closes bug #221 (partially; The rest will follow later). git-svn-id: svn://busybox.net/trunk/busybox@11797 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O=aldot2005-10-071-21/+27
| | | | | | | - other minor cosmetic tweaks while at it git-svn-id: svn://busybox.net/trunk/busybox@11796 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. Thelandley2005-10-061-22/+50
| | | | | | | | -exec feature shouldn't be tangled up with this, so revert everything but the new exec feature for the moment. git-svn-id: svn://busybox.net/trunk/busybox@11794 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pidof(8): make -s optional and optional -o; closes #168aldot2005-10-063-33/+136
| | | | | | | first cut. git-svn-id: svn://busybox.net/trunk/busybox@11793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* to bb_getopt_ulflags()vodz2005-10-061-10/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* change strange depend to libbb.h, but require busybox.hvodz2005-10-064-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11791 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update documentationvodz2005-10-061-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11790 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_mkdep can use src outside nowvodz2005-10-061-1/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11789 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add a few basic tests for pidof(8)aldot2005-10-061-0/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11788 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - support make check V=1 to run the checks in verbose modealdot2005-10-063-8/+20
| | | | | | | - pass verbose from runtest to testing.sh git-svn-id: svn://busybox.net/trunk/busybox@11787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add llist_free_one() and llist_free() to libbbaldot2005-10-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11786 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.aldot2005-10-063-32/+73
| | | | | | | | | | - change llist_add_to_end as proposed by vodz in http://busybox.net/lists/busybox/2005-September/016411.html - remove unneeded includes, add short boilerplate and copyright to llist.c - move COMM_LEN from find_pid_by_name to libbb.h and use it in procps_status_t - add reverse_pidlist() to find_pid_by_name. Will be needed for pidof. git-svn-id: svn://busybox.net/trunk/busybox@11785 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove explicit dependency of busybox.o and applets.o and usage.h from thealdot2005-10-052-2/+2
| | | | | | | Makefile. Instead fix the invocation of bb_mkdep. git-svn-id: svn://busybox.net/trunk/busybox@11774 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more lost changes BSD signals -> SysV signals. Noticed by Bernhardvodz2005-10-051-8/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11773 69ca8d6d-28ef-0310-b511-8ec308f3f277
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhardvodz2005-10-051-17/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11772 69ca8d6d-28ef-0310-b511-8ec308f3f277
* another more correction for getopt_ulflags() documentation (examples)vodz2005-10-051-5/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11771 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix generation of .depend when building out of tree.aldot2005-10-051-1/+1
| | | | | | | point bb_mkdep to the source directory and not the build-directory. git-svn-id: svn://busybox.net/trunk/busybox@11770 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - busybox.o and applets.o depend on usage.haldot2005-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11769 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more correction for getopt_ulflags() documentation by author of this fuck logicvodz2005-10-051-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11768 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add proper separators. sorry for the noise..aldot2005-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11767 69ca8d6d-28ef-0310-b511-8ec308f3f277