Eric Andersen | fa7532b91a6 | Fix the location for the default config so 'make defconfig'
actually works | | |
Glenn L McGrath | b838420fd53 | Handle hard links by converting them to symlinks | | |
Glenn L McGrath | 24833430bc2 | Vodz, last_patch_88 | | |
Glenn L McGrath | 6c43f743a3f | sha1sum option to compare checksums | | |
Glenn L McGrath | a721204ec50 | Better error handling | | |
Glenn L McGrath | a9e46174945 | Minor correction | | |
Glenn L McGrath | 138d71bc35b | Fix bug (wrong value computed) when reading file from stdin, implement
-s option | | |
Glenn L McGrath | 7aa62cf1739 | Run through indent | | |
Eric Andersen | 233b170a856 | Patch from Lars Kellogg-Stedman, lars at larsshack.org, to
make ifupdown's mapping function work as documented. | | |
Eric Andersen | d130973f349 | Put this back the way it was. I misunderstood what vodz was doing. | | |
Eric Andersen | 82ab3d7c3e6 | Make all syscall declarations use the syscall() function | | |
Eric Andersen | b0cfca75442 | This was doing some silly stuff that is not necessary when using
vfork(), so I have simplified it. | | |
Eric Andersen | a2d1982841a | cleanup a bit to remove needless verify() function | | |
Eric Andersen | fab3e12cec5 | Skip printing "/proc/%d/cmdline" stuff when it is not relevant | | |
Eric Andersen | 64191c38961 | Remove cruft | | |
Glenn L McGrath | 2faee7b1ed8 | Vodz, last_path_87, formatiing changes | | |
Glenn L McGrath | 393183dccc4 | Vodz, last_patch_86 | | |
Eric Andersen | ddfe18df75c | Update mkdep, per the "touchless dependencies for 2.4.x" patch
from Geert Uytterhoeven posted to the lkml.
-Erik | | |
Eric Andersen | 46ba568fc08 | oops | | |
Eric Andersen | d4f90ed37ec | This patch from Vitezslav Batrla, is a cleaner fix for the
problem with syslogd logging the '<' char. | | |
Eric Andersen | 787ff55a69a | Patch from Russell Coker:
The attached patch fixes a compilation error. If you compile ping6 without
the CONFIG_FEA... | | |
Glenn L McGrath | 4fe3ff8cffc | Patch from Glenn Engel
- more comments
- larger allowed number of CGI script variables
- ifdefs for regression test h... | | |
Matt Kraai | 0861e828d02 | Handle -O preceding -x. | | |
Eric Andersen | 900c8f3362c | Apply patch from Georg Magschok to fix syslog behavior so that the
'>' charactor can be logged, per rfc3164.
Also, a... | | |
Glenn L McGrath | d3af409eaec | Part of a patch from Glenn Engel, updates httpd help | | |
Glenn L McGrath | 874e3381dbe | vodz, last_patch_85 | | |
Glenn L McGrath | 0a3b0106ab6 | Re-use existing variables, patch from Tito | | |
Glenn L McGrath | c9163fee91e | last_patch84 by Vodz. | | |
Glenn L McGrath | 49e74effbc2 | Add some missing lines for getty, patch by Steven Scholz | | |
Glenn L McGrath | 74fcbb0f7d1 | Fix \l so it doesnt print the character as well as the tty, from old
patch by Nick Fedchik | | |
Glenn L McGrath | 1e11c34be4d | minit, a Minimal init system. | | |
Glenn L McGrath | 8c6887c8554 | Use xopen instead of xfopen | | |
Eric Andersen | 7b3edeb14d4 | Patch from Dmitry V. Levin to fix a fd leak | | |
Eric Andersen | a860bec167f | A couple of patches from Tito <farmatito@tiscali.it> | | |
Glenn L McGrath | 7a54360cd41 | Use bb_xgetlarg | | |
Glenn L McGrath | f01b805d914 | New applet, fold | | |
Glenn L McGrath | c91ce570999 | Config option to create an fgrep alias | | |
Glenn L McGrath | c5408fe7f7e | Fix segfault when cleaning up | | |
Glenn L McGrath | 26df70a823d | grep -f support, adds only 60 Bytes, but regex's now compiled as
required, rather than being pre-compiled. | | |
Glenn L McGrath | e2aed7ffd75 | Always preserve date | | |
Glenn L McGrath | 91e1978ff0e | New commands, 'G' and 'H' | | |
Glenn L McGrath | 69f28e7c0c2 | Add the -d option, its used by old versions of config.guess, change to
use getopt. | | |
Glenn L McGrath | fbf0b8af41e | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | | |
Eric Andersen | 86f2cce6bfc | Patch from Steven Scholz to fix telnetd compile problem | | |
Eric Andersen | 2c1de61023d | There have been many reports of init failing to reboot and/or failing to halt
over the years. Well I finally took th... | | |
Glenn L McGrath | afc01cd4854 | unlink a previous file before its extracted | | |
Glenn L McGrath | 923dd79af70 | sync with waldi | | |
Glenn L McGrath | 35a5b08eee9 | unlink() an existing file, before opening it, simply truncating can
cause nasty problems if overwriting glibc, spotte... | | |
Eric Andersen | 6f9a0d4bbb0 | Add link to SimplyGNUstep | | |
Eric Andersen | 4a11e0fb459 | Patch from David Updegraff to use calloc so that forward pointers start out
NULL, and so it can handle format string... | | |
Eric Andersen | 2894266f12e | Patch from David Updegraff to avoid corrupting memory while parsing the
networks/iterfaces file with next_word routin... | | |
Eric Andersen | 343658582bb | Minor .o file naming change | | |
Eric Andersen | 7cb6ef79828 | enable CONFIG_USE_BB_PWD_GRP for the debian installer,
to prevent glibc from trying and failing to use NSS junk
that ... | | |
Glenn L McGrath | fc4cb4dbb5e | Fix logic error in grouped commands | | |
Glenn L McGrath | d4185b0e158 | Fix up indenting | | |
Glenn L McGrath | d7fe39b587d | Really fix the 'r' command | | |
Glenn L McGrath | d87a7ac2694 | Fix the sed 'r' command | | |
Glenn L McGrath | 2410386611e | fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _som... | | |
Glenn L McGrath | bd9b32bc0df | Label ends at a newline, update comments, rename linked list field | | |
Glenn L McGrath | 8d6395d41a4 | Run through indent | | |
Glenn L McGrath | c1d95076f0b | Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex... | | |
Glenn L McGrath | 7ce9e247f02 | Add hold space commands 'g', 'h', 'x' | | |
Glenn L McGrath | c6adada1584 | Rename "line" to pattern_space to be more descriptive and closer to the POSIX description | | |
Glenn L McGrath | 4957fc7a931 | Sync with waldi's package | | |
Glenn L McGrath | 8353fe92981 | Preparation for the new net-udeb based on required applets documented at
http://cvs.debian.org/debian-installer/doc/b... | | |
Eric Andersen | 982da3e6b4e | Add more help text | | |
Eric Andersen | 4762a481667 | Test that cvs commit messages are working properly
-Erik | | |
Manuel Novoa III | 0c236a09edf | Fix 'thinko'. | | |
Eric Andersen | 8320b425a30 | Yet another rather large face lift. It now works for me as expected.
-Erik | | |
Eric Andersen | a71c7047cfd | Avoid errors with buggy preprocessors | | |
Glenn L McGrath | f3def2792bd | Update config to new menu options | | |
Glenn L McGrath | 1b6dfa7066a | Rename, to specify kernel | | |
Glenn L McGrath | 9a52bb6878f | Group common string | | |
Glenn L McGrath | 30b47df86be | Small fix for sed 'y' command | | |
Glenn L McGrath | f01b46d7ddd | sed 'y' command, simplify some other code | | |
Glenn L McGrath | 0c51832b600 | Experimental support for embeded newline. (im evil)
Fix segfault when using 'N' with an odd number of lines. | | |
Eric Andersen | b5b5ac32372 | trivial fix to make sure we have sufficient arguments before
we mess with a possibly non-existant argv[1]
-Erik | | |
Glenn L McGrath | a0f0f0cf764 | Still fine tunning the printing of the substitute command | | |
Glenn L McGrath | 595a6a41993 | sed 't' branching command | | |
Glenn L McGrath | ccd43a83014 | Fix sed 's' command's 'p' flag, so it can print line twice | | |
Glenn L McGrath | b08e3e8c2e1 | fix q command | | |
Glenn L McGrath | 961c6c19da4 | Add basic branching support, sed ':' and 'b' commands | | |
Glenn L McGrath | 56c633c1396 | make sed cleanup use linked list | | |
Glenn L McGrath | c949bfa555c | Use a linked list for sed commands in preparation for branching support | | |
Manuel Novoa III | 3a9b0bf0ba4 | Oops... had != but meant ==. | | |
Manuel Novoa III | 4baef0c77f6 | Minor cleanups. Document the cmp -l option. | | |
Manuel Novoa III | ea4c43445c1 | Restrict octal perms to <= 07777. Cosmetic error message change. | | |
Manuel Novoa III | 1cb1b64c35a | Obligatory forgotten item. | | |
Manuel Novoa III | 4eff18189a5 | Things my compiler didn't catch... | | |
Manuel Novoa III | cad5364599e | Major coreutils update. | | |
Glenn L McGrath | e01f9662a5b | Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases whe... | | |
Glenn L McGrath | 2971ef1730d | Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) | | |
Eric Andersen | 737f5fb8907 | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and
later re-adjusted by me to fix msh backtick handling | | |
Eric Andersen | d2b81186505 | oops. args shuffled. | | |
Eric Andersen | c3b2dbec8c3 | Fix obviously wrong names from older busybox | | |
Eric Andersen | 92b7e7baa11 | Patch from Tito Ragusa:
The changes I've made: in strings.c:
1) fix memory allocation error I've detected with MALLO... | | |
Eric Andersen | 3f1cf455a02 | cope with crappy windoze ftp servers | | |
Eric Andersen | e68afefe564 | Avoid potential rendering problems | | |
Glenn L McGrath | 4157a8a71e2 | fix n, add N, P | | |
Glenn L McGrath | ff724fb076f | add the 'n' command | | |
Glenn L McGrath | bed4033e968 | Add the q (quit) option | | |
Glenn L McGrath | f3bd7c4631b | Fix a delimiter matching bug i introduced. | | |
Glenn L McGrath | f50ce3135f3 | Support grouped commands, i.e. {cmd1;cmd2} | | |
Glenn L McGrath | 4c6523a90b2 | alloc array for commands, use string ptr in parse_command_string() | | |
Glenn L McGrath | e7a8bc949ba | use typedef for struct sed_cmd | | |
Glenn L McGrath | 1fb446795dd | redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is gi... | | |
Glenn L McGrath | 2f8a4017722 | Woops, remove the code i didnt mean to commit | | |
Glenn L McGrath | d5eadea970a | Mention the opengroup sed reference, add a check which is disabled at present. | | |
Glenn L McGrath | 505bd0f15ac | Fix matching for the $ address (last line) | | |
Eric Andersen | 77831c11d15 | be more careful about cleaning up | | |
Eric Andersen | 3719e9e7908 | Scrub things a bit, shave off a few bytes.
-Erik | | |
Eric Andersen | 1bc5fa8c0ca | Save a few bytes and remove a redundant string | | |
Eric Andersen | 6067c08145a | With nightmares of libbb ending up with 100 .c files starting
with "bb_" it seems best to rename this now and avoid s... | | |
Eric Andersen | 2afcbe436fc | audit for proper error handling, apply a few size optimizations
-Erik | | |
Eric Andersen | a9c6bc41e99 | Define bb_xgetlarg as a standard interface for extracting
numbers from getopt which includes careful error checking.
... | | |
Eric Andersen | bae7c1ac240 | Explicitly define -DNDEBUG so asserts don't clutter release code | | |
Eric Andersen | 08f4a4c5080 | Add all the syslogd help text | | |
Eric Andersen | 5ef448285b6 | There is no good reason to prevent nfs mounts from being mounted
during 'mount -a'. If the user wants to do that, he... | | |
Eric Andersen | a0ac4523b1e | Write all the help text for the util-linux utilities. Allow
people to locate the mtab file somewhere other that /etc... | | |
Eric Andersen | ee6da5527c9 | mention "katamaran" | | |
Glenn L McGrath | 008c01915b6 | Fix for big endian machines | | |
Glenn L McGrath | ae0f1e7052c | New applet sha1sum | | |
Glenn L McGrath | 4a4c677fcca | Patch from Bastian Blank
- ip route flush
- different usage for telnetd in inetd mode
- changes for the default fl... | | |
Glenn L McGrath | 3238ea1673d | Merge fileutils, textutils and shellutils into coreuils | | |
Russ Dill | 858fad722fa | sync with udhcp bug fixes | | |
Eric Andersen | 496411b4891 | Don't use HZ -- use sysconf(_SC_CLK_TCK) | | |
Manuel Novoa III | c2843563f32 | Fix compile error... header problems. | | |
Glenn L McGrath | ae494a90864 | last_patch83 by Vladimir N. Oleynik | | |
Glenn L McGrath | b1207b33206 | Fix compile error, last_patch82 by Vladimir N. Oleynik | | |
Glenn L McGrath | 3d2405cfb30 | Fix compile error, last_patch81 by Vladimir N. Oleynik | | |
Eric Andersen | 18d8a3b7e31 | udhcpc is supposed to be in /sbin, not /usr/sbin/ | | |
Glenn L McGrath | 883d4842d26 | Fix compiler warnings, patch by Steven Scholz | | |
Glenn L McGrath | 826b48b624e | Woops, my gunzip fix broke unzip, these cant be static | | |
Glenn L McGrath | a837e2d9b3f | Minor update to arping, patch from Nick Fedchik | | |
Glenn L McGrath | 06e9565b6c3 | New applet, inetd, make httpd features more configurable, update authors, last_patch_80
from Vladimir N. Oleynik | | |
Glenn L McGrath | 877d418b394 | Dont die if logging remotely fails, patch by Joshua Jackson | | |
Glenn L McGrath | def85e87522 | Specify install path, patch by Nick Fedchik | | |
Glenn L McGrath | 1d21fb3c231 | Moved to libunarchive/unzip.c | | |
Glenn L McGrath | cc616928d5e | Fix endian probelm on PPC, i had different types for an extern variable. | | |
Glenn L McGrath | a88cb5025c3 | Patch from mathuria, compatability with solaris | | |
Glenn L McGrath | 3aeaee33b6d | Patch from Joshua Jackson, make md5 the default hash algorithm | | |
Glenn L McGrath | b4f3d7f5948 | Rewrite by Manuel Novoa III, very compact implimentation. | | |
Glenn L McGrath | cb665093b81 | Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's
behaviour. | | |
Eric Andersen | a486f469cb6 | Mention penguru | | |
Eric Andersen | 46c203a6cef | Fix a couple more ifupdown bugs | | |
Glenn L McGrath | 21110a0aa2b | Fix long standing bug with old gnu tar files, add a check so tar will
complain "unknown file type" if it tries to ext... | | |
Eric Andersen | a99534354a5 | Don't wipe the config system on 'make clean' | | |
Eric Andersen | 66a3af9d7c8 | This seems sufficient for ifup and ifdown to actually work
as advertised. Works for me (at least with glibc) | | |
Eric Andersen | 22237017a7a | Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung | | |
Eric Andersen | ee9441f8489 | Patch from Brett Hunt at micron.com to fixup potential segfaults
during 'make menuconfig' | | |
Eric Andersen | bf77f61d694 | Patch from Jason McMullan @ linuxcare.com adding insmod
support for s390 systems. | | |
Eric Andersen | 853c494efd7 | A patch from John F. Kelly to add in a utility for configuring
vlan under linux, derived from Ben Greear's VLAN "vcon... | | |
Eric Andersen | 97d86f2bb59 | Apply patch from Ghozlane Toumi to add -inum support to find.
Apply patch from Ghozlane Toumi to make find smaller by... | | |
Eric Andersen | be65c350ae5 | Patch from Artem Egorkine to support the -m option | | |
Eric Andersen | 889dd20c699 | Patch from Joel Vallier to add modules symbols to the kernel symbol
table in order to obtain better debug output from... | | |
Glenn L McGrath | 8eb214edbd3 | Patch from Basitan Blank to fix nasty bug | | |
Eric Andersen | d8fdf0c57d0 | Fix a typo that broke it so busybox won't build | | |
Russ Dill | 6393d69f76d | merge fixes with udhcp | | |
Glenn L McGrath | 6af21c2afac | Login prompt function, part of waldi's telnetd from inetd patch | | |
Glenn L McGrath | 9e5d6c002ca | run telnet from inetd, present login prompt if login is configured,
patch from Bastian Blank | | |
Glenn L McGrath | 4c51202b9df | re-order config options, part of a patch from Bastian Blank | | |
Glenn L McGrath | 5cc9ada0e46 | header update | | |
Glenn L McGrath | 2e51a14d57c | New test mode that allows run_parts to fail silently if the directory
is not found. Patch from Bastian Blank | | |
Glenn L McGrath | aad465efb7d | Make test mode output same as official version | | |
Glenn L McGrath | a9adef0394b | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | | |
Glenn L McGrath | e6ae6e3d394 | fix missed option argument for -I <device>, interface name checks
redesigned, patch by Nick Fedchik | | |
Glenn L McGrath | f2ba45e339a | Compile option to avoid using /usr directory, patch by Bastian Blank | | |
Glenn L McGrath | 77c60e5c667 | Use vsyslog instead of syslog, improve initalisation and cleanup of
variables, save 300 Bytes or so, patch by Vladimi... | | |
Glenn L McGrath | 85737040974 | Fix leading spaces bug, free line buffer, redo next_word, save some
space. | | |
Glenn L McGrath | 147a3ca1a40 | Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank | | |
Eric Andersen | fc4a0fd82eb | last_patch75_2 from vodz, | | |
Eric Andersen | 85d9d80db89 | Ensure consistant sort order, sed behavior, etc
-Erik | | |
Eric Andersen | ab4e19afc66 | Eliminate most instances where we use linux kernel headers
-Erik | | |
Eric Andersen | 92a06d0943a | Clean config binsries on 'make clean' | | |
Eric Andersen | 8004bb7661b | Eliminate use of kernel header file
-Erik | | |
Eric Andersen | e0716ba23bb | Fixup addgroup help text | | |
Eric Andersen | 4b525addb89 | Only call free if it is necessary | | |
Eric Andersen | 65ddf77fbd0 | Patch from Tito to rework strings applet, and some testsuite
stuff to test it added by me. | | |
Glenn L McGrath | b4a1baa3127 | Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik | | |
Glenn L McGrath | d66370cd732 | Option to allow ifupdown use ip commands instead of ifconfig, add flush
command to ipaddr, patch by Bastian Blank | | |
Eric Andersen | 4e486a5d008 | Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING
would return 0 instead of EXIT_FAILURE when no re... | | |
Eric Andersen | 1dcf218e608 | Patch from Daniel J Walsh at redhat to make free work for systems
with more than 1 GB of memory... | | |
Eric Andersen | 575c78274a7 | Patch from Robert Schwebel -- support ncurses installed in /usr/local | | |
Eric Andersen | b1c9469f652 | Patch from Robert Schwebel fixing a missing \n | | |
Eric Andersen | aaab46baba8 | Fix an obvious mistake | | |
Eric Andersen | f05fd444e83 | Fix addgroup so it actually works
-Erik | | |
Eric Andersen | e931909d2db | Additional patch from Tito to fix some anomolies | | |
Glenn L McGrath | 9e598413750 | arping applet by Nick Fedchik | | |
| Next → |