- a0f0f0c Still fine tunning the printing of the substitute command by Glenn L McGrath · 22 years ago
- 595a6a4 sed 't' branching command by Glenn L McGrath · 22 years ago
- ccd43a8 Fix sed 's' command's 'p' flag, so it can print line twice by Glenn L McGrath · 22 years ago
- b08e3e8 fix q command by Glenn L McGrath · 22 years ago
- 961c6c1 Add basic branching support, sed ':' and 'b' commands by Glenn L McGrath · 22 years ago
- 56c633c make sed cleanup use linked list by Glenn L McGrath · 22 years ago
- c949bfa Use a linked list for sed commands in preparation for branching support by Glenn L McGrath · 22 years ago
- 3a9b0bf Oops... had != but meant ==. by Manuel Novoa III · 22 years ago
- 4baef0c Minor cleanups. Document the cmp -l option. by Manuel Novoa III · 22 years ago
- ea4c434 Restrict octal perms to <= 07777. Cosmetic error message change. by Manuel Novoa III · 22 years ago
- 1cb1b64 Obligatory forgotten item. by Manuel Novoa III · 22 years ago
- 4eff181 Things my compiler didn't catch... by Manuel Novoa III · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- e01f966 Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used. by Glenn L McGrath · 22 years ago
- 2971ef1 Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) by Glenn L McGrath · 22 years ago
- 737f5fb Patch from Jonas Holmberg, adjusted by Robert Schwebel, and by Eric Andersen · 22 years ago
- d2b8118 oops. args shuffled. by Eric Andersen · 22 years ago
- c3b2dbe Fix obviously wrong names from older busybox by Eric Andersen · 22 years ago
- 92b7e7b Patch from Tito Ragusa: by Eric Andersen · 22 years ago
- 3f1cf45 cope with crappy windoze ftp servers by Eric Andersen · 22 years ago
- e68afef Avoid potential rendering problems by Eric Andersen · 22 years ago
- 4157a8a fix n, add N, P by Glenn L McGrath · 22 years ago
- ff724fb add the 'n' command by Glenn L McGrath · 22 years ago
- bed4033 Add the q (quit) option by Glenn L McGrath · 22 years ago
- f3bd7c4 Fix a delimiter matching bug i introduced. by Glenn L McGrath · 22 years ago
- f50ce31 Support grouped commands, i.e. {cmd1;cmd2} by Glenn L McGrath · 22 years ago
- 4c6523a alloc array for commands, use string ptr in parse_command_string() by Glenn L McGrath · 22 years ago
- e7a8bc9 use typedef for struct sed_cmd by Glenn L McGrath · 22 years ago
- 1fb4467 redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. by Glenn L McGrath · 22 years ago
- 2f8a401 Woops, remove the code i didnt mean to commit by Glenn L McGrath · 22 years ago
- d5eadea Mention the opengroup sed reference, add a check which is disabled at present. by Glenn L McGrath · 22 years ago
- 505bd0f Fix matching for the $ address (last line) by Glenn L McGrath · 22 years ago
- 77831c1 be more careful about cleaning up by Eric Andersen · 22 years ago
- 3719e9e Scrub things a bit, shave off a few bytes. -Erik by Eric Andersen · 22 years ago
- 1bc5fa8 Save a few bytes and remove a redundant string by Eric Andersen · 22 years ago
- 6067c08 With nightmares of libbb ending up with 100 .c files starting by Eric Andersen · 22 years ago
- 2afcbe4 audit for proper error handling, apply a few size optimizations -Erik by Eric Andersen · 22 years ago
- a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 22 years ago
- bae7c1a Explicitly define -DNDEBUG so asserts don't clutter release code by Eric Andersen · 22 years ago
- 08f4a4c Add all the syslogd help text by Eric Andersen · 22 years ago
- 5ef4482 There is no good reason to prevent nfs mounts from being mounted by Eric Andersen · 22 years ago
- a0ac452 Write all the help text for the util-linux utilities. Allow by Eric Andersen · 22 years ago
- ee6da55 mention "katamaran" by Eric Andersen · 22 years ago
- 008c019 Fix for big endian machines by Glenn L McGrath · 22 years ago
- ae0f1e7 New applet sha1sum by Glenn L McGrath · 22 years ago
- 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 22 years ago
- 858fad7 sync with udhcp bug fixes by Russ Dill · 22 years ago
- 496411b Don't use HZ -- use sysconf(_SC_CLK_TCK) by Eric Andersen · 22 years ago
- c284356 Fix compile error... header problems. by Manuel Novoa III · 22 years ago
- ae494a9 last_patch83 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- b1207b3 Fix compile error, last_patch82 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 3d2405c Fix compile error, last_patch81 by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 18d8a3b udhcpc is supposed to be in /sbin, not /usr/sbin/ by Eric Andersen · 22 years ago
- 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
- 826b48b Woops, my gunzip fix broke unzip, these cant be static by Glenn L McGrath · 22 years ago
- a837e2d Minor update to arping, patch from Nick Fedchik by Glenn L McGrath · 22 years ago
- 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 22 years ago
- 877d418 Dont die if logging remotely fails, patch by Joshua Jackson by Glenn L McGrath · 22 years ago
- def85e8 Specify install path, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
- 1d21fb3 Moved to libunarchive/unzip.c by Glenn L McGrath · 22 years ago
- cc61692 Fix endian probelm on PPC, i had different types for an extern variable. by Glenn L McGrath · 22 years ago
- a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 22 years ago
- 3aeaee3 Patch from Joshua Jackson, make md5 the default hash algorithm by Glenn L McGrath · 22 years ago
- b4f3d7f Rewrite by Manuel Novoa III, very compact implimentation. by Glenn L McGrath · 22 years ago
- cb66509 Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour. by Glenn L McGrath · 22 years ago
- a486f46 Mention penguru by Eric Andersen · 22 years ago
- 46c203a Fix a couple more ifupdown bugs by Eric Andersen · 22 years ago
- 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 22 years ago
- a995343 Don't wipe the config system on 'make clean' by Eric Andersen · 22 years ago
- 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 22 years ago
- 2223701 Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung by Eric Andersen · 22 years ago
- ee9441f Patch from Brett Hunt at micron.com to fixup potential segfaults by Eric Andersen · 22 years ago
- bf77f61 Patch from Jason McMullan @ linuxcare.com adding insmod by Eric Andersen · 22 years ago
- 853c494 A patch from John F. Kelly to add in a utility for configuring by Eric Andersen · 22 years ago
- 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 22 years ago
- be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
- 889dd20 Patch from Joel Vallier to add modules symbols to the kernel symbol by Eric Andersen · 22 years ago
- 8eb214e Patch from Basitan Blank to fix nasty bug by Glenn L McGrath · 22 years ago
- d8fdf0c Fix a typo that broke it so busybox won't build by Eric Andersen · 22 years ago
- 6393d69 merge fixes with udhcp by Russ Dill · 22 years ago
- 6af21c2 Login prompt function, part of waldi's telnetd from inetd patch by Glenn L McGrath · 22 years ago
- 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
- 4c51202 re-order config options, part of a patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 5cc9ada header update by Glenn L McGrath · 22 years ago
- 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
- aad465e Make test mode output same as official version by Glenn L McGrath · 22 years ago
- a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
- e6ae6e3 fix missed option argument for -I <device>, interface name checks by Glenn L McGrath · 22 years ago
- f2ba45e Compile option to avoid using /usr directory, patch by Bastian Blank by Glenn L McGrath · 22 years ago
- 77c60e5 Use vsyslog instead of syslog, improve initalisation and cleanup of by Glenn L McGrath · 22 years ago
- 8573704 Fix leading spaces bug, free line buffer, redo next_word, save some space. by Glenn L McGrath · 22 years ago
- 147a3ca Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank by Glenn L McGrath · 22 years ago
- fc4a0fd last_patch75_2 from vodz, by Eric Andersen · 22 years ago
- 85d9d80 Ensure consistant sort order, sed behavior, etc -Erik by Eric Andersen · 22 years ago
- ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
- 92a06d0 Clean config binsries on 'make clean' by Eric Andersen · 22 years ago
- 8004bb7 Eliminate use of kernel header file -Erik by Eric Andersen · 22 years ago
- e0716ba Fixup addgroup help text by Eric Andersen · 22 years ago
- 4b525ad Only call free if it is necessary by Eric Andersen · 22 years ago