aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Run through indentbug12003-06-071-780/+808
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6897 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman, lars at larsshack.org, toandersen2003-06-051-6/+12
| | | | | | | make ifupdown's mapping function work as documented. git-svn-id: svn://busybox.net/trunk/busybox@6894 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put this back the way it was. I misunderstood what vodz was doing.andersen2003-05-271-23/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6862 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make all syscall declarations use the syscall() functionandersen2003-05-263-63/+77
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6859 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This was doing some silly stuff that is not necessary when usingandersen2003-05-261-17/+23
| | | | | | | vfork(), so I have simplified it. git-svn-id: svn://busybox.net/trunk/busybox@6858 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanup a bit to remove needless verify() functionandersen2003-05-261-39/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Skip printing "/proc/%d/cmdline" stuff when it is not relevantandersen2003-05-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6856 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove cruftandersen2003-05-261-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6855 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last_path_87, formatiing changesbug12003-05-261-275/+306
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6854 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last_patch_86bug12003-05-2617-115/+121
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6853 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update mkdep, per the "touchless dependencies for 2.4.x" patchandersen2003-05-241-14/+14
| | | | | | | | from Geert Uytterhoeven posted to the lkml. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6852 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oopsandersen2003-05-231-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6850 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Vitezslav Batrla, is a cleaner fix for theandersen2003-05-231-15/+5
| | | | | | | problem with syslogd logging the '<' char. git-svn-id: svn://busybox.net/trunk/busybox@6849 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Russell Coker:andersen2003-05-221-2/+3
| | | | | | | | | The attached patch fixes a compilation error. If you compile ping6 without the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this patch. git-svn-id: svn://busybox.net/trunk/busybox@6847 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Glenn Engelbug12003-05-191-39/+139
| | | | | | | | | | | | | | | - more comments - larger allowed number of CGI script variables - ifdefs for regression test hooks - default to ./ rather than /www (if unspecified) for compatibility with earlier versions. - Allow ip: as a synomym for A: rules for compatibility with earlier versions. - Setting of CGI_ARGLIST_ when automatic setting of env vars for form scripting is utilized. This helps with minimal systems like openap. git-svn-id: svn://busybox.net/trunk/busybox@6846 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Handle -O preceding -x.kraai2003-05-182-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6845 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply patch from Georg Magschok to fix syslog behavior so that theandersen2003-05-161-8/+18
| | | | | | | | | | | '>' charactor can be logged, per rfc3164. Also, a small patch from me to fix it so we use MAXLINE when allocating the buffer, which is consistant with use everywhere else. This is needed since uClibc defines BUFSIZE as 255, causing lines to be truncated at 255... git-svn-id: svn://busybox.net/trunk/busybox@6844 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Part of a patch from Glenn Engel, updates httpd helpbug12003-05-141-31/+43
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6840 69ca8d6d-28ef-0310-b511-8ec308f3f277
* vodz, last_patch_85bug12003-05-141-39/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6839 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Re-use existing variables, patch from Titobug12003-05-131-7/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch84 by Vodz.bug12003-05-131-327/+284
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6836 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add some missing lines for getty, patch by Steven Scholzbug12003-05-131-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6835 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix \l so it doesnt print the character as well as the tty, from oldbug12003-05-131-1/+2
| | | | | | | patch by Nick Fedchik git-svn-id: svn://busybox.net/trunk/busybox@6834 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minit, a Minimal init system.bug12003-05-117-0/+1051
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6833 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use xopen instead of xfopenbug12003-05-081-5/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6832 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Dmitry V. Levin to fix a fd leakandersen2003-05-021-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6830 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple of patches from Tito <farmatito@tiscali.it>andersen2003-04-272-18/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use bb_xgetlargbug12003-04-271-9/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6822 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, foldbug12003-04-275-0/+222
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Config option to create an fgrep aliasbug12003-04-272-0/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6820 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix segfault when cleaning upbug12003-04-271-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6819 69ca8d6d-28ef-0310-b511-8ec308f3f277
* grep -f support, adds only 60 Bytes, but regex's now compiled asbug12003-04-271-27/+48
| | | | | | | required, rather than being pre-compiled. git-svn-id: svn://busybox.net/trunk/busybox@6818 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Always preserve datebug12003-04-261-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6817 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New commands, 'G' and 'H'bug12003-04-261-1/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6816 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the -d option, its used by old versions of config.guess, change tobug12003-04-261-3/+26
| | | | | | | use getopt. git-svn-id: svn://busybox.net/trunk/busybox@6815 69ca8d6d-28ef-0310-b511-8ec308f3f277
* iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)bug12003-04-261-0/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6813 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Steven Scholz to fix telnetd compile problemandersen2003-04-251-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6811 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There have been many reports of init failing to reboot and/or failing to haltandersen2003-04-241-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | over the years. Well I finally took the time to track this down. It turns out that inside linux/kernel/sys.c the kernel will call machine_halt(); do_exit(0); when halting, or will call machine_power_off(); do_exit(0); during a reboot. Unlike sysv init, we call reboot from within the init process, so if the call to machine_halt() or machine_power_off() returns, the call to do_exit(0) will cause the kernel to panic. Which is a very bad thing to happen. So I just added this little patch to fork and call the reboot syscall from within the forked child process, thereby neatly avoiding the problem. But IMHO, both calls to do_exit(0) within linux/kernel/sys.c are bugs and should be fixed. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6808 69ca8d6d-28ef-0310-b511-8ec308f3f277
* unlink a previous file before its extractedbug12003-04-211-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6805 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync with waldibug12003-04-215-13/+47
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6804 69ca8d6d-28ef-0310-b511-8ec308f3f277
* unlink() an existing file, before opening it, simply truncating canbug12003-04-211-1/+2
| | | | | | | cause nasty problems if overwriting glibc, spotted by waldi. git-svn-id: svn://busybox.net/trunk/busybox@6803 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add link to SimplyGNUstepandersen2003-04-211-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6801 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from David Updegraff to use calloc so that forward pointers start outandersen2003-04-191-7/+29
| | | | | | | | NULL, and so it can handle format strings that have stuff _after_ the last %? specification git-svn-id: svn://busybox.net/trunk/busybox@6798 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from David Updegraff to avoid corrupting memory while parsing theandersen2003-04-191-2/+5
| | | | | | | | networks/iterfaces file with next_word routine. Without this, next_word increments one beyond the end of the string. git-svn-id: svn://busybox.net/trunk/busybox@6797 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor .o file naming changeandersen2003-04-162-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6796 69ca8d6d-28ef-0310-b511-8ec308f3f277
* enable CONFIG_USE_BB_PWD_GRP for the debian installer,andersen2003-04-164-4/+4
| | | | | | | | | to prevent glibc from trying and failing to use NSS junk that is not present. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6795 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix logic error in grouped commandsbug12003-04-121-42/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up indentingbug12003-04-111-78/+59
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6791 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Really fix the 'r' commandbug12003-04-091-4/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6790 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the sed 'r' commandbug12003-04-091-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6789 69ca8d6d-28ef-0310-b511-8ec308f3f277