- 923dd79 sync with waldi by Glenn L McGrath · 22 years ago
- 35a5b08 unlink() an existing file, before opening it, simply truncating can by Glenn L McGrath · 22 years ago
- 6f9a0d4 Add link to SimplyGNUstep by Eric Andersen · 22 years ago
- 4a11e0f Patch from David Updegraff to use calloc so that forward pointers start out by Eric Andersen · 22 years ago
- 2894266 Patch from David Updegraff to avoid corrupting memory while parsing the by Eric Andersen · 22 years ago
- 3436585 Minor .o file naming change by Eric Andersen · 22 years ago
- 7cb6ef7 enable CONFIG_USE_BB_PWD_GRP for the debian installer, by Eric Andersen · 22 years ago
- fc4cb4d Fix logic error in grouped commands by Glenn L McGrath · 22 years ago
- d4185b0 Fix up indenting by Glenn L McGrath · 22 years ago
- d7fe39b Really fix the 'r' command by Glenn L McGrath · 22 years ago
- d87a7ac Fix the sed 'r' command by Glenn L McGrath · 22 years ago
- 2410386 fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else by Glenn L McGrath · 22 years ago
- bd9b32b Label ends at a newline, update comments, rename linked list field by Glenn L McGrath · 22 years ago
- 8d6395d Run through indent by Glenn L McGrath · 22 years ago
- c1d9507 Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex isnt specified by Glenn L McGrath · 22 years ago
- 7ce9e24 Add hold space commands 'g', 'h', 'x' by Glenn L McGrath · 22 years ago
- c6adada Rename "line" to pattern_space to be more descriptive and closer to the POSIX description by Glenn L McGrath · 22 years ago
- 4957fc7 Sync with waldi's package by Glenn L McGrath · 22 years ago
- 8353fe9 Preparation for the new net-udeb based on required applets documented at by Glenn L McGrath · 22 years ago
- 982da3e Add more help text by Eric Andersen · 22 years ago
- 4762a48 Test that cvs commit messages are working properly -Erik by Eric Andersen · 22 years ago
- 0c236a0 Fix 'thinko'. by Manuel Novoa III · 22 years ago
- 8320b42 Yet another rather large face lift. It now works for me as expected. -Erik by Eric Andersen · 22 years ago
- a71c704 Avoid errors with buggy preprocessors by Eric Andersen · 22 years ago
- f3def27 Update config to new menu options by Glenn L McGrath · 22 years ago
- 1b6dfa7 Rename, to specify kernel by Glenn L McGrath · 22 years ago
- 9a52bb6 Group common string by Glenn L McGrath · 22 years ago
- 30b47df Small fix for sed 'y' command by Glenn L McGrath · 22 years ago
- f01b46d sed 'y' command, simplify some other code by Glenn L McGrath · 22 years ago
- 0c51832 Experimental support for embeded newline. (im evil) by Glenn L McGrath · 22 years ago
- b5b5ac3 trivial fix to make sure we have sufficient arguments before by Eric Andersen · 22 years ago
- 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