aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move usage.h to include/usage.handersen2001-10-312-0/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>andersen2001-10-312-0/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use extended regular expressions when invoked as egrep (noted and initialkraai2001-10-291-1/+1
| | | | | | | patch by Charles Steinkuehler). git-svn-id: svn://busybox.net/trunk/busybox@3601 69ca8d6d-28ef-0310-b511-8ec308f3f277
* include unistd which provides off_t for the header and hence unarchive appletsbug12001-10-271-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* libunarchive, and recovery from my previous commitbug12001-10-252-77/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3585 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Modify applets to use libunarchivebug12001-10-251-0/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split true and false into separate applets.kraai2001-10-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3576 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ignore generated filesandersen2001-10-241-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3567 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-246-207/+203
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit the start-stop-daemon applet. This was contributed by Davidandersen2001-10-182-0/+17
| | | | | | | | | Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David! git-svn-id: svn://busybox.net/trunk/busybox@3546 69ca8d6d-28ef-0310-b511-8ec308f3f277
* unarchive function changed to support both exclude and include lists, ↵bug12001-10-131-2/+2
| | | | | | applets that use unarchive changed to match. git-svn-id: svn://busybox.net/trunk/busybox@3516 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove duplicate tftp -l option helpbug12001-10-051-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.bug12001-10-051-2/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3492 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial support for for bunzip2....bug12001-10-052-0/+9
| | | | | | | | | | This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy)) git-svn-id: svn://busybox.net/trunk/busybox@3491 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.kraai2001-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tftp usage information (closes: #1216).kraai2001-09-211-5/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* closes bug#1215?timr2001-09-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3420 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove traces of rpmunpack (patch by Laurence Anderson).kraai2001-08-272-8/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate improper consts and allow standard version to override.kraai2001-08-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial merge of all tinylogin applets that do not require crypt.andersen2001-08-212-0/+57
| | | | | | | | | | There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik git-svn-id: svn://busybox.net/trunk/busybox@3318 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit Vladimir's simplify_path.kraai2001-08-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc5 fixupsandersen2001-08-021-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make_directory used mode as if it were an signed entity, but in factandersen2001-08-021-1/+1
| | | | | | | | it was a mode_t which is unsigned. Fix it to be signed... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3192 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, if no shell is enabled, don't include any of the SH_IS_<name>andersen2001-08-021-4/+4
| | | | | | | | options or the build will fail -Erik git-svn-id: svn://busybox.net/trunk/busybox@3186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest patch from vodz. Adds a check for divide by zero in the posixandersen2001-08-021-1/+3
| | | | | | | | | math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere. git-svn-id: svn://busybox.net/trunk/busybox@3181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow multiple shells to be enabled.kraai2001-08-012-5/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I just wrote up a simple pidof applet, closing bug #1197andersen2001-07-312-0/+11
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3169 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This incorporates Posix math support into ash. The Posix math supportandersen2001-07-301-0/+2
| | | | | | | | | | was written by Aaron Lehmann <aaronl@vitelus.com> for busybox. This patch makes a few trivial changes to Aaron's code so that it can be used (in theory) by the other shells as well... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3165 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This fixes dos2unix and unix2dos so they behave as expected. dos2unixandersen2001-07-251-1/+1
| | | | | | | | was broken in the 0.52 release, and unix2dos was pretty lame... -Erik git-svn-id: svn://busybox.net/trunk/busybox@3140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add support for devfs device names.kraai2001-07-231-0/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3136 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some patches to make dietlibc work...andersen2001-07-223-1/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.ckraai2001-07-191-0/+3
| | | | | | | (noted by Adam Slattery). git-svn-id: svn://busybox.net/trunk/busybox@3125 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change read_package_field interface, and rewrite using low level functionsbug12001-07-181-1/+1
| | | | | | | Fixes for a few bugs that have crept into dpkg in the last few days git-svn-id: svn://busybox.net/trunk/busybox@3122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update dpkg usagebug12001-07-181-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* enum entry for unarchive to be used by tarbug12001-07-141-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3098 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz:andersen2001-07-121-0/+2
| | | | | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function git-svn-id: svn://busybox.net/trunk/busybox@3078 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Quiet mode, sometimes error messages arent wantedbug12001-07-121-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow unarchive to redirect stdout (tobe used by dpkg applet)bug12001-07-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3070 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A traceroute applet from vodz. This could probably be slimmed down,andersen2001-07-102-0/+25
| | | | | | | but will do for now... git-svn-id: svn://busybox.net/trunk/busybox@3053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid bug revealed by multibuild.plandersen2001-07-061-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3017 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed obsolete function, strdup_substr.kraai2001-07-051-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't use void * to pass pointers of known typeandersen2001-06-261-4/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2910 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vladimir's last_patch_15bug12001-06-261-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2905 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rpm2cpio applet by Laurence Andersonbug12001-06-262-1/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Nore unarchive (and doc) fixes from Laurence Andersonbug12001-06-242-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cpio applet, and changes to associated codebug12001-06-222-0/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove obsolete function declaration.kraai2001-06-221-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2884 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add wget -P support, finishing off bug #1176andersen2001-06-211-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2874 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-211-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2873 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support tar -C, per bug #1176andersen2001-06-211-5/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2872 69ca8d6d-28ef-0310-b511-8ec308f3f277