aboutsummaryrefslogtreecommitdiff
path: root/applets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.andersen2000-08-212-0/+15
| | | | | | | | I added the docs, and made behavior identical to the GNU version. -Erik git-svn-id: svn://busybox.net/trunk/busybox@970 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>andersen2000-08-211-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@967 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in the "reset" command.andersen2000-08-212-0/+13
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@962 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor fixups.andersen2000-08-191-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com>andersen2000-08-111-0/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some #include updates.andersen2000-08-101-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@946 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge in two patches from Dave Cinege:andersen2000-08-021-2/+2
| | | | | | | | | | | | | the first is a cleanup of tar --exclude the second changes mount so mtab works more as it should, and also allows mount to use the traditional short form (i.e. 'mount / -o remount,rw' now works. While inside tar, I changed it to use getopt... -Erik git-svn-id: svn://busybox.net/trunk/busybox@937 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>andersen2000-08-021-25/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@934 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Disabled debugging outputproski2000-07-281-8/+6
| | | | | | | | Fine-grained checks for possible errors instead of "set -e" The standard output shows what is being linked to what git-svn-id: svn://busybox.net/trunk/busybox@920 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More sh updates (with related changes to everything else). Switchedandersen2000-07-281-3/+3
| | | | | | | | | to using getopt and cleaned up the resulting mess. if-then-else-fi is now basically working (given a bunch of constraints). -Erik git-svn-id: svn://busybox.net/trunk/busybox@913 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove some noise.andersen2000-07-251-27/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clean up $1=$prefixandersen2000-07-251-5/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@901 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>andersen2000-07-212-1/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@897 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed usage info for "cut"proski2000-07-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@892 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Took -V out of the sed_usage string.markw2000-07-201-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@891 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * syslogd can now log messages to a remote host -- patch thanksandersen2000-07-201-0/+3
| | | | | | | | to Gyepi Sam <gyepi@praxis-sw.com> -Erik git-svn-id: svn://busybox.net/trunk/busybox@890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Adjusted install.sh to use relative symlinks, and to optionallyandersen2000-07-201-7/+37
| | | | | | | | create hardlinks. Added a makefile target to create hardlinks. -Erik git-svn-id: svn://busybox.net/trunk/busybox@887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Centralize handling of --help.kraai2000-07-191-108/+110
| | | | git-svn-id: svn://busybox.net/trunk/busybox@883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some missing declarations and fixed some typos. I have tokraai2000-07-191-0/+1
| | | | | | | remember to compile *before* committing. git-svn-id: svn://busybox.net/trunk/busybox@882 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add usage messages for applets without them.kraai2000-07-191-0/+89
| | | | git-svn-id: svn://busybox.net/trunk/busybox@881 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Funny. Head was getting installed to the wrong spot.andersen2000-07-191-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@877 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New message added to messages.c: full_versionproski2000-07-171-2/+6
| | | | | | | Used where possible git-svn-id: svn://busybox.net/trunk/busybox@871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Extract usage information into a separate file.kraai2000-07-161-0/+1204
| | | | git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be more pedantic aboutthe terminating null applet.andersen2000-07-141-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@851 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use errorMsg rather than fprintf.kraai2000-07-141-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The applet name isn't constant.kraai2000-07-121-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@828 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added applet_name to contain the applet name.kraai2000-07-111-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beandersen2000-07-111-0/+3
| | | | | | | | loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik git-svn-id: svn://busybox.net/trunk/busybox@813 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tandersen2000-07-071-3/+0
| | | | | | | | | maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik git-svn-id: svn://busybox.net/trunk/busybox@774 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove leftovers of block_device, which disapperared aroundandersen2000-07-061-3/+0
| | | | | | | | busybox 0.28. -Erik git-svn-id: svn://busybox.net/trunk/busybox@757 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for being a login shell, so things like '-su' or '-sh' (stuffandersen2000-06-291-0/+7
| | | | | | | | | where argv[0][0]=='-') will now always invoke the shell. Now you can use BusyBox as a login shell. -Erik git-svn-id: svn://busybox.net/trunk/busybox@726 69ca8d6d-28ef-0310-b511-8ec308f3f277
* = minor formatting issuesbeppu2000-06-281-21/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + busybox --install [-s]beppu2000-06-281-9/+38
| | | | | | | | is functional (but disabled in busybox.def.h by default) Someone email the guy who originally wanted this. git-svn-id: svn://busybox.net/trunk/busybox@712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + s/int install_links/static int install_links/beppu2000-06-271-1/+1
| | | | | | | | | | | ? Did you want "busybox --install" or "busybox install" ? The TODO and mailing-list conflict on this issue. I would recommend against "busybox install", because people might confuse it w/ /usr/bin/install that does something different. git-svn-id: svn://busybox.net/trunk/busybox@709 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + littering my code w/ comments about what troubles me.beppu2000-06-271-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@707 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + busybox --install [-s]beppu2000-06-271-0/+74
| | | | | | | | | | | | | | | | | | is almost good to go. Here is my work in progress. + Look at the FIXME in busybox.c to see what I need. The actual (sym)linking is disabled for now, although I'm sure it works ;) (Am I going to have to dig through /proc to find out where the currently running busybox is sitting?) + I put an #ifdef BB_FEATURE_INSTALLER around the new bits of code in busybox.c, and I have a #define BB_FEATURE_INSTALLER in busybox.def.h towards the bottom. git-svn-id: svn://busybox.net/trunk/busybox@706 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed all vestiges of "math"proski2000-06-211-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@679 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + added dc (aka the function formerly known as math)beppu2000-06-211-0/+3
| | | | | | | + did all the housekeeping that this change requires. git-svn-id: svn://busybox.net/trunk/busybox@678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-13/+5
| | | | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.andersen2000-06-131-0/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@640 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-021-0/+3
| | | | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik git-svn-id: svn://busybox.net/trunk/busybox@594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc portability updates, add in the website (which has not beenerik2000-05-191-9/+8
| | | | | | | | archived previously). Wrote 'which' during the meeting today. -Erik git-svn-id: svn://busybox.net/trunk/busybox@558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* BusyBox shell (lash) can now be used as a standalone shell whenerik2000-05-131-3/+3
| | | | | | | | | BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace sash). Also fixed it so shell builtins now respect pipes and redirects. -Erik git-svn-id: svn://busybox.net/trunk/busybox@536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+5
| | | | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some accrued fixes/updates.erik2000-05-011-0/+3
| | | | | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet git-svn-id: svn://busybox.net/trunk/busybox@507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-2/+5
| | | | | | | | compatability. -Erik git-svn-id: svn://busybox.net/trunk/busybox@499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several more updateserik2000-04-251-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix creation of /linuxrcerik2000-04-182-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@480 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-04-181-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@472 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More documentation updates, and minor fixes to make things syncerik2000-04-151-32/+32
| | | | | | | | up with the docs. -Erik git-svn-id: svn://busybox.net/trunk/busybox@457 69ca8d6d-28ef-0310-b511-8ec308f3f277