aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove leftovers of block_device, which disapperared aroundandersen2000-07-063-7/+0
| | | | | | | | busybox 0.28. -Erik git-svn-id: svn://busybox.net/trunk/busybox@757 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change order.andersen2000-07-062-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@754 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added (fixed) the '-n' option to fbset. Renumbered the command parameters toandersen2000-07-062-40/+50
| | | | | | | | | put a gap between the normal commands and the fancy commands. This makes it cleaner to add normal commands. Patch from Jon McClintock <jonm@bluemug.com>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@753 69ca8d6d-28ef-0310-b511-8ec308f3f277
* setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butandersen2000-07-061-3/+3
| | | | | | | | | | | leave setkeycodes active, busybox will not link. Also fix a trivial use-before-initialize warning. Both fixes from Jon McClintock <jonm@bluemug.com>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@752 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove some warning with glibc.andersen2000-07-062-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Comment on kill.c change.andersen2000-07-061-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@750 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reorganized signal names for better architecture support -- patchandersen2000-07-062-92/+60
| | | | | | | | thanks to simon wood <simon@mungewell.uklinux.net> -Erik git-svn-id: svn://busybox.net/trunk/busybox@749 69ca8d6d-28ef-0310-b511-8ec308f3f277
* DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>andersen2000-07-061-562/+394
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@748 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Had an extra tcsetpgrp.andersen2000-07-063-12/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@747 69ca8d6d-28ef-0310-b511-8ec308f3f277
* a few minor cleanups.andersen2000-07-069-9/+14
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@746 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove MAXNAMLEN and use BUFSIZ instead.andersen2000-07-062-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@743 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove misguided klude around for 2.4.x-test* brokenness. Al Viroandersen2000-07-055-25/+0
| | | | | | | | will be removing this stuff from /proc/mounts real soon now I am assured. -Erik git-svn-id: svn://busybox.net/trunk/busybox@740 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Fix to tr so it recognizes standard escape sequences. Merged commonandersen2000-07-057-66/+63
| | | | | | | | | | escape seq. code from tr and echo into utility.c. Fix thanks to Matt Kraai <kraai@alumni.carnegiemellon.edu>. * This should close Bug #1015. Please test. -Erik git-svn-id: svn://busybox.net/trunk/busybox@737 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> toandersen2000-07-052-30/+30
| | | | | | | | simplify ar.c and make it more readable. -Erik git-svn-id: svn://busybox.net/trunk/busybox@736 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some cosmetic updates. Changed "OPTIONS" to "Options".andersen2000-07-048-11/+11
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@735 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updatesandersen2000-07-042-851/+688
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@734 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A first pass at integrating the SGML docs into the Makefile.andersen2000-07-044-333/+279
| | | | | | | | | A first pass a cleaning up the current SGML (lots more cleanup is needed though). -Erik git-svn-id: svn://busybox.net/trunk/busybox@733 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so thatandersen2000-07-042-0/+2
| | | | | | | | it always sets the controlling terminal before running any programs -Erik git-svn-id: svn://busybox.net/trunk/busybox@732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a potential infinite loop. First delete any chars after theandersen2000-07-042-2/+20
| | | | | | | | | | cursor, then delete everything before it. Before this, we would just delete everything before the cursor and freak out if there were still chars left (i.e. stuff after the cursor). -Erik git-svn-id: svn://busybox.net/trunk/busybox@731 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sh fixes from Marius Groeger <mag@sysgo.de>andersen2000-07-034-37/+202
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for ignoring '-g' per GNU ls, thanks to David Vrabelandersen2000-07-033-0/+6
| | | | | | | | | <dvrabel@arcom.co.uk>. Seems some ftp clients expect the '-g' option to exist. -Erik git-svn-id: svn://busybox.net/trunk/busybox@728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for being a login shell, so things like '-su' or '-sh' (stuffandersen2000-06-293-0/+17
| | | | | | | | | 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
* Fixed comment.markw2000-06-282-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for reading from stdin with '-' as file name arg.markw2000-06-282-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions frommarkw2000-06-288-117/+34
| | | | | | | | | | utility.c and replaced them with get_line_from_file() from the new grep.c. Also changed declaration in internal.h and replaced instances of cstring_lineFromFile() in dc.c and sort.c with get_line_from_file(). Tested them and they worked fine. git-svn-id: svn://busybox.net/trunk/busybox@722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Brand, spankin', new grep that uses libc regex routines instead of themarkw2000-06-282-200/+310
| | | | | | | | hand-rolled ones. Sed still needs to be replaced and then the regexp stuff can be axed. git-svn-id: svn://busybox.net/trunk/busybox@721 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moved some function decls, a struct, and a #define from regexp.h into here.markw2000-06-281-3/+18
| | | | | | | | Also static-ified said functions so they do not have namespace conflicts with the libc regex functions. git-svn-id: svn://busybox.net/trunk/busybox@720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed some function decls (regex, regcomp, etc.) and put them in regexp.cmarkw2000-06-281-18/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Better cross libc support.andersen2000-06-285-7/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Forgot -- targeted the wrong release.andersen2000-06-281-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@716 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Fixed a _horrible_ bug where 'tar -tvf' could unlinkandersen2000-06-286-63/+177
| | | | | | | | | | | local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> * Added support for "sh -c command args...", also thanks to Marius Groeger <mgroeger@sysgo.de> -Erik git-svn-id: svn://busybox.net/trunk/busybox@715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates for the .debandersen2000-06-282-7/+18
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@714 69ca8d6d-28ef-0310-b511-8ec308f3f277
* = minor formatting issuesbeppu2000-06-282-42/+40
| | | | git-svn-id: svn://busybox.net/trunk/busybox@713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + busybox --install [-s]beppu2000-06-283-20/+78
| | | | | | | | 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
* Remove stuff now moved into the bug tracking system.andersen2000-06-271-61/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + s/int install_links/static int install_links/beppu2000-06-272-2/+2
| | | | | | | | | | | ? 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
* This kernel patch is no longer needed, with the change I made to initandersen2000-06-271-77/+0
| | | | | | | | and free... -Erik git-svn-id: svn://busybox.net/trunk/busybox@708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + littering my code w/ comments about what troubles me.beppu2000-06-272-2/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@707 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + busybox --install [-s]beppu2000-06-273-0/+153
| | | | | | | | | | | | | | | | | | 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
* Just converted busybox.pod to busybox.sgml using the Pod::DocBook Perl module.markw2000-06-261-0/+5495
| | | | | | | | | The resulting file needs some massaging and once it gets presentable, I'll edit the Makefile to use the SGML file as the "authoritative" file; the plan here is to generate other file formats from the SGML. git-svn-id: svn://busybox.net/trunk/busybox@705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.andersen2000-06-264-20/+55
| | | | | | | | Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik git-svn-id: svn://busybox.net/trunk/busybox@704 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Fixed insmod module option parsing for options lacking an '='.andersen2000-06-263-8/+18
| | | | | | | | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> -Erik git-svn-id: svn://busybox.net/trunk/busybox@703 69ca8d6d-28ef-0310-b511-8ec308f3f277
* readlink(2) does not NULL terminate the buffer it reads in, but tar expected itandersen2000-06-262-2/+8
| | | | | | | | | to do so. This caused symlinks stored in tarballs to likely have trailing crap in the stored symlink named. Oops. -Erik git-svn-id: svn://busybox.net/trunk/busybox@702 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inandersen2000-06-2614-47/+159
| | | | | | | | /proc/mounts, added a hack to make sysinfo work with both old and new kernels). -Erik git-svn-id: svn://busybox.net/trunk/busybox@701 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Better error checking in insmod. Remove left over %m'sandersen2000-06-222-38/+30
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@700 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor web page update.andersen2000-06-221-30/+34
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix version #andersen2000-06-221-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@696 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updatesandersen2000-06-221-0/+31
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merged two TODO items into onemarkw2000-06-221-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@694 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the list.andersen2000-06-221-3/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@693 69ca8d6d-28ef-0310-b511-8ec308f3f277