aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Pavel Roskin <proski@gnu.org> just found a nasty memoryandersen2000-06-222-2/+16
| | | | | | | | corruption bug. Disabling 'ln -n' till it is fixed. -Erik git-svn-id: svn://busybox.net/trunk/busybox@692 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document 'ln --'andersen2000-06-213-3/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@691 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleaned up some #ifdef spiderwebs.markw2000-06-212-60/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version number to 0.45andersen2000-06-215-5/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@689 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS ifmarkw2000-06-211-0/+6
| | | | | | | BB_FEATURE_AUTOWIDTH is #defined. git-svn-id: svn://busybox.net/trunk/busybox@688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates.andersen2000-06-212-26/+42
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Web site updates.andersen2000-06-213-215/+329
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@686 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in my little patch for 2.4.x to make sysinfo binary compatable (again)andersen2000-06-212-0/+88
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Documented "which"proski2000-06-211-1/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@684 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed trailing spacesproski2000-06-211-15/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@683 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in telnet docs.andersen2000-06-211-1/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@682 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add insmod docsandersen2000-06-211-1/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@681 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updated the list of supported commandsproski2000-06-211-11/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed all vestiges of "math"proski2000-06-216-21/+14
| | | | 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-218-28/+234
| | | | | | | + did all the housekeeping that this change requires. git-svn-id: svn://busybox.net/trunk/busybox@678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 'tar --help' wasn't working. Fixed it.andersen2000-06-212-0/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + made it so that you can use the mnemonicsbeppu2000-06-211-6/+10
| | | | | | | (add, sub, mul, div) in lieu of (+, -, *, /) git-svn-id: svn://busybox.net/trunk/busybox@676 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Special case the memcopy stuff so it isn't enabled for uclibcandersen2000-06-201-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@675 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some makefile fixes to allow compiling with ucLibc (stuff turned offandersen2000-06-201-5/+5
| | | | | | | | by default of course). -Erik git-svn-id: svn://busybox.net/trunk/busybox@674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updated e-mail address of Pavel Roskin to proski@gnu.orgproski2000-06-203-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@672 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Mention libc support, Pavel's rm fix is already merged.andersen2000-06-192-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@670 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Finish off the libc5 porting effort. Everything now works with libc5andersen2000-06-196-6/+15
| | | | | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik git-svn-id: svn://busybox.net/trunk/busybox@669 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Made insmod work with both libc5 and libc6.andersen2000-06-192-6/+12
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@668 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Made ping work with libc5 and libc6.andersen2000-06-192-4/+168
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@667 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make umount work and compile cleanly under libc5 and libc6.andersen2000-06-192-10/+32
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@666 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make swaponoff compile cleanly under both libc5 and libc6.andersen2000-06-192-4/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@665 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make syslogd.c, init.c, and update.c compile error/warning free under both ↵andersen2000-06-196-14/+14
| | | | | | | | | libc5 and libc6. -Erik git-svn-id: svn://busybox.net/trunk/busybox@664 69ca8d6d-28ef-0310-b511-8ec308f3f277
* printf now compiles cleanly under both libc5 and libc6.andersen2000-06-192-4/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updated to compile and work with libc5.andersen2000-06-192-28/+58
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@662 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update internal.h to conditionally include asm/string.handersen2000-06-191-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@661 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-19142-221/+190
| | | | | | | | 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
* Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk.markw2000-06-191-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@659 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid bug, where I cleaned things as the last makefile target. duh.andersen2000-06-191-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@658 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for building debian packages.andersen2000-06-195-0/+200
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@657 69ca8d6d-28ef-0310-b511-8ec308f3f277