aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct the comment to match the code.rpjday2006-07-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Standardize on the vi editing directives being on the first line.rpjday2006-07-02284-19/+285
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow a user-configurable minimum password length.rpjday2006-07-022-7/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15580 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - note that get_hz potentially needs cleanup.aldot2006-07-021-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15577 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.landley2006-07-011-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15575 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more "#if 0" content removed.rpjday2006-07-018-85/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15573 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More removal of "#if 0" content.rpjday2006-07-016-93/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15572 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More removal of "#if 0" content.rpjday2006-07-018-89/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15571 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove "#if 0" content.rpjday2006-07-012-32/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15570 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of all "#if 0" content.rpjday2006-07-014-121/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15569 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove all usage of the "register" storage class specifier.rpjday2006-07-0114-252/+247
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15568 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove "#if 1" directives.rpjday2006-07-011-14/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15567 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Annoint 1.2.0.landley2006-06-302-1/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15564 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,landley2006-06-306-103/+6
| | | | | | | | and nobody seemed interested in fixing it despite repeated complaints. I'll worry about it in the 1.3 timeframe... git-svn-id: svn://busybox.net/trunk/busybox@15563 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Give Rob Landley things TODO like depmodsolar2006-06-301-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15562 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make another warning go away.landley2006-06-301-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make warnings go away.landley2006-06-301-19/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15560 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More random todo items...landley2006-06-301-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15559 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This kind of paranoia is a debug option at best.landley2006-06-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 744 by moving the flushing logic into the exhausted read buffer test.landley2006-06-301-75/+22
| | | | | | | | (Also some other minor cleanups while I was there, shouldn't affect the resulting binary.) git-svn-id: svn://busybox.net/trunk/busybox@15557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first timelandley2006-06-301-9/+9
| | | | | | | through the loop. git-svn-id: svn://busybox.net/trunk/busybox@15556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix from Kolbjørn Barmen for building for m68k targetsvapier2006-06-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15553 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some old kernel headers don't #include BLKSSZGET in sys/mount.h.landley2006-06-291-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15543 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor update on init not working.landley2006-06-291-3/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15542 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itslandley2006-06-281-2/+3
| | | | | | | spacing wrong. git-svn-id: svn://busybox.net/trunk/busybox@15541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Top was catching sigterm (and fumbling sigint) so it could reset the terminallandley2006-06-281-5/+2
| | | | | | | | | type on the way out, but the signal handler didn't exit. Plus it did unnecessary things with sigaction. This code is overgrown and needs a serious weed-whacking... git-svn-id: svn://busybox.net/trunk/busybox@15540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"landley2006-06-281-1/+1
| | | | | | | | crashes because the empty state of the hold space is NULL but the empty state of the pattern space is "". git-svn-id: svn://busybox.net/trunk/busybox@15539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanup patch usagevapier2006-06-281-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15538 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More website cleanup.landley2006-06-275-73/+75
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move 2005 and earlier to oldnews.landley2006-06-272-77/+82
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Redo the license section completely, and update the header to group the tabs.landley2006-06-272-131/+65
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move documentation links into the index so they're more visible.landley2006-06-272-27/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15534 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 bylandley2006-06-271-19/+3
| | | | | | | changing wget's ftp code not to chdir but to use the complete path each time. git-svn-id: svn://busybox.net/trunk/busybox@15533 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.landley2006-06-271-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Properly print the output for a sit (IPv6-in-IPv4) interface.rpjday2006-06-261-0/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15522 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Aesthetic fix to use newer structure initialization format.rpjday2006-06-261-8/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15521 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix watchdog on no-mmu systems by adding -F option for rexecvapier2006-06-262-4/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15520 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont setpgrp() for now as it breaks system() and that is more important than ↵vapier2006-06-261-4/+0
| | | | | | ctrl+c handling of background processes git-svn-id: svn://busybox.net/trunk/busybox@15519 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upgrade mdev to allow commands to be run on create/delete.landley2006-06-263-105/+130
| | | | | | | | | | | | | | Both Jason Schoon and Giuseppe Ciotta deserve credit for this, I used elements of both.  It's been upgraded so that you can specify that a given command should run at create, at delete, or at both using different special characters (@, $, and * respectively).  It uses the system() method of running command lines which means you can use environment variables on the command line (it sets $MDEV to the name of the current device being created/deleted, which is useful if you matched it via regex), and the documentation warns that you need a /bin/sh to make that work, so you probably want to pick a default shell. git-svn-id: svn://busybox.net/trunk/busybox@15515 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Missed one. Based on suggestions from Erik Hovland.landley2006-06-251-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15514 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-255-111/+31
| | | | | | | some of which are even from him. :) git-svn-id: svn://busybox.net/trunk/busybox@15513 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - convert old-style parameter declarations (K&R) to modern style.aldot2006-06-253-314/+154
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15511 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"landley2006-06-251-1/+1
| | | | | | | and "nighttime"...) git-svn-id: svn://busybox.net/trunk/busybox@15510 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a possible race condition if two processes try to claim the same looplandley2006-06-251-3/+4
| | | | | | | | device at the same time. We should only CLR_FD if the set status fails, not if the SET_FD fails. git-svn-id: svn://busybox.net/trunk/busybox@15509 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andlandley2006-06-254-12/+6
| | | | | | | removing some unnecessary code. git-svn-id: svn://busybox.net/trunk/busybox@15505 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a test from Glenn.landley2006-06-241-0/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15503 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document mount's new error return conventions.landley2006-06-241-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15502 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The logic to make cp -d or -P treat things like regular files should onlylandley2006-06-241-21/+14
| | | | | | | | | | trigger for symlinks, not for device nodes. This should fix "cp -a /dev ." to work as expected (when run by root, anyway). While I was there, cleanup headers and make an #ifdef go away... git-svn-id: svn://busybox.net/trunk/busybox@15501 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Slowly pulling more common headers into libbb.h. Andre pointed out thatlandley2006-06-241-0/+5
| | | | | | | | older uClibc didn't include sys/socket.h from netinet/in.h, so add an explicit #include for that too... git-svn-id: svn://busybox.net/trunk/busybox@15500 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clean up.landley2006-06-221-74/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15484 69ca8d6d-28ef-0310-b511-8ec308f3f277