2003-03-30 |
bug1 | Update config to new menu options
|
commit | commitdiff | tree |
2003-03-30 |
bug1 | Rename, to specify kernel
|
commit | commitdiff | tree |
2003-03-30 |
bug1 | Group common string
|
commit | commitdiff | tree |
2003-03-30 |
bug1 | Small fix for sed 'y' command
|
commit | commitdiff | tree |
2003-03-30 |
bug1 | sed 'y' command, simplify some other code
|
commit | commitdiff | tree |
2003-03-30 |
bug1 | Experimental support for embeded newline. (im evil)
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | Still fine tunning the printing of the substitute command
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | sed 't' branching command
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | Fix sed 's' command's 'p' flag, so it can print line...
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | fix q command
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | Add basic branching support, sed ':' and 'b' commands
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | make sed cleanup use linked list
|
commit | commitdiff | tree |
2003-03-28 |
bug1 | Use a linked list for sed commands in preparation for...
|
commit | commitdiff | tree |
2003-03-18 |
bug1 | Match newlines, this fixes matching of ^ or $ when...
|
commit | commitdiff | tree |
2003-03-18 |
bug1 | Fix a bug that corrupted the string followed commands...
|
commit | commitdiff | tree |
2003-03-10 |
bug1 | fix n, add N, P
|
commit | commitdiff | tree |
2003-03-10 |
bug1 | add the 'n' command
|
commit | commitdiff | tree |
2003-03-10 |
bug1 | Add the q (quit) option
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | Fix a delimiter matching bug i introduced.
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | Support grouped commands, i.e. {cmd1;cmd2}
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | alloc array for commands, use string ptr in parse_command_st...
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | use typedef for struct sed_cmd
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | redo get_addres(). save some space. possible fix a...
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | Woops, remove the code i didnt mean to commit
|
commit | commitdiff | tree |
2003-03-09 |
bug1 | Mention the opengroup sed reference, add a check which...
|
commit | commitdiff | tree |
2003-03-08 |
bug1 | Fix matching for the $ address (last line)
|
commit | commitdiff | tree |
2003-02-17 |
bug1 | Fix for big endian machines
|
commit | commitdiff | tree |
2003-02-17 |
bug1 | New applet sha1sum
|
commit | commitdiff | tree |
2003-02-15 |
bug1 | Patch from Bastian Blank
|
commit | commitdiff | tree |
2003-02-15 |
bug1 | Merge fileutils, textutils and shellutils into coreuils
|
commit | commitdiff | tree |
2003-02-10 |
bug1 | last_patch83 by Vladimir N. Oleynik
|
commit | commitdiff | tree |
2003-02-10 |
bug1 | Fix compile error, last_patch82 by Vladimir N. Oleynik
|
commit | commitdiff | tree |
2003-02-10 |
bug1 | Fix compile error, last_patch81 by Vladimir N. Oleynik
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Fix compiler warnings, patch by Steven Scholz
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Woops, my gunzip fix broke unzip, these cant be static
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Minor update to arping, patch from Nick Fedchik
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | New applet, inetd, make httpd features more configurable...
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Dont die if logging remotely fails, patch by Joshua...
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Specify install path, patch by Nick Fedchik
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Moved to libunarchive/unzip.c
|
commit | commitdiff | tree |
2003-02-09 |
bug1 | Fix endian probelm on PPC, i had different types for...
|
commit | commitdiff | tree |
2003-02-08 |
bug1 | Patch from mathuria, compatability with solaris
|
commit | commitdiff | tree |
2003-02-08 |
bug1 | Patch from Joshua Jackson, make md5 the default hash...
|
commit | commitdiff | tree |
2003-02-08 |
bug1 | Rewrite by Manuel Novoa III, very compact implimentation.
|
commit | commitdiff | tree |
2003-02-08 |
bug1 | Patch from Nick Fedchik, CONFIG_SYSLOGD should determine...
|
commit | commitdiff | tree |
2003-01-28 |
bug1 | Fix long standing bug with old gnu tar files, add a...
|
commit | commitdiff | tree |
2003-01-22 |
bug1 | Patch from Basitan Blank to fix nasty bug
|
commit | commitdiff | tree |
2003-01-21 |
bug1 | Login prompt function, part of waldi's telnetd from...
|
commit | commitdiff | tree |
2003-01-21 |
bug1 | run telnet from inetd, present login prompt if login...
|
commit | commitdiff | tree |
2003-01-21 |
bug1 | re-order config options, part of a patch from Bastian...
|
commit | commitdiff | tree |
2003-01-21 |
bug1 | header update
|
commit | commitdiff | tree |
2003-01-20 |
bug1 | New test mode that allows run_parts to fail silently...
|
commit | commitdiff | tree |
2003-01-20 |
bug1 | Make test mode output same as official version
|
commit | commitdiff | tree |
2003-01-19 |
bug1 | Dont use getopt_long, minor usage changes, patch by...
|
commit | commitdiff | tree |
2003-01-19 |
bug1 | fix missed option argument for -I <device>, interface...
|
commit | commitdiff | tree |
2003-01-19 |
bug1 | Compile option to avoid using /usr directory, patch...
|
commit | commitdiff | tree |
2003-01-16 |
bug1 | Use vsyslog instead of syslog, improve initalisation...
|
commit | commitdiff | tree |
2003-01-14 |
bug1 | Fix leading spaces bug, free line buffer, redo next_word...
|
commit | commitdiff | tree |
2003-01-14 |
bug1 | Patch for the debian-cvs package, ip* applets in /bin...
|
commit | commitdiff | tree |
2003-01-13 |
bug1 | Correct some init issues, update email address, last_patch78...
|
commit | commitdiff | tree |
2003-01-13 |
bug1 | Option to allow ifupdown use ip commands instead of...
|
commit | commitdiff | tree |
2003-01-09 |
bug1 | arping applet by Nick Fedchik
|
commit | commitdiff | tree |
2003-01-09 |
bug1 | Make output the same as upstream, patch by Tito
|
commit | commitdiff | tree |
2003-01-08 |
bug1 | Patch by Stewart Brodie to terminate the string array...
|
commit | commitdiff | tree |
2003-01-06 |
bug1 | Minor cleanup, identified by Stewart Brodie, patch...
|
commit | commitdiff | tree |
2003-01-06 |
bug1 | Correct column width for tab completion and ls
|
commit | commitdiff | tree |
2003-01-05 |
bug1 | New applet: httpd, by Glenn Engel
|
commit | commitdiff | tree |
2003-01-05 |
bug1 | Prepare for new busybox-cvs upload
|
commit | commitdiff | tree |
2003-01-05 |
bug1 | fixes for ia64
|
commit | commitdiff | tree |
2003-01-04 |
bug1 | Sync with 20030104-2 cvs package, disable fdisk BSD...
|
commit | commitdiff | tree |
2003-01-04 |
bug1 | fdisk writable feature, allows compilation of a small...
|
commit | commitdiff | tree |
2002-12-27 |
bug1 | Add usage for tar -j and -z
|
commit | commitdiff | tree |
2002-12-23 |
bug1 | Sync with 20021214-1 debian package
|
commit | commitdiff | tree |
2002-12-23 |
bug1 | Support the obsolete '+' option
|
commit | commitdiff | tree |
2002-12-23 |
bug1 | Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73...
|
commit | commitdiff | tree |
2002-12-23 |
bug1 | Support the '=' command
|
commit | commitdiff | tree |
2002-12-20 |
bug1 | Adjust for new .depend target
|
commit | commitdiff | tree |
2002-12-20 |
bug1 | busybox target wasnt checking .depend, clean kbuild...
|
commit | commitdiff | tree |
2002-12-19 |
bug1 | Bugfix, wastn retrieving last block, patch by Jean...
|
commit | commitdiff | tree |
2002-12-18 |
bug1 | When retrieving a file dont open file until we have...
|
commit | commitdiff | tree |
2002-12-17 |
bug1 | Get interface names using ioctl rather than /proc,...
|
commit | commitdiff | tree |
2002-12-16 |
bug1 | Only included headers that are used.
|
commit | commitdiff | tree |
2002-12-16 |
bug1 | fix warning
|
commit | commitdiff | tree |
2002-12-13 |
bug1 | Fix bug when reading mac from command line, continue...
|
commit | commitdiff | tree |
2002-12-13 |
bug1 | Merge copyfd and copy_file_chunk
|
commit | commitdiff | tree |
2002-12-13 |
bug1 | Change ftpput so it uses <remote-path> <local-file...
|
commit | commitdiff | tree |
2002-12-13 |
bug1 | Fix possible bug if file length not known
|
commit | commitdiff | tree |
2002-12-13 |
bug1 | New applets, ftpget and ftpput
|
commit | commitdiff | tree |
2002-12-13 |
bug1 | New applet, nameif by Nick Fedchik and myself.
|
commit | commitdiff | tree |
2002-12-12 |
bug1 | full usage cleanup for udhcp
|
commit | commitdiff | tree |
2002-12-12 |
bug1 | Update email address for Gennady Feldman <gena01@gena01...
|
commit | commitdiff | tree |
2002-12-12 |
bug1 | Support the o, f and p options, patch by Magnus M�rtensson
|
commit | commitdiff | tree |
2002-12-11 |
bug1 | Fix -mtime, by Ian Abbott
|
commit | commitdiff | tree |
2002-12-11 |
bug1 | Small bugfix, last_patch72 from Vladimir N. Oleynik
|
commit | commitdiff | tree |
2002-12-11 |
bug1 | undefine sysinfo to prevent breakage on ia64
|
commit | commitdiff | tree |
2002-12-11 |
bug1 | Use libbb/get_line_from_file instead of getline
|
commit | commitdiff | tree |
2002-12-10 |
bug1 | Sync debian files with debian package version 0.60...
|
commit | commitdiff | tree |
2002-12-10 |
bug1 | Fix undefined behaviour and save some bytes as suggested...
|
commit | commitdiff | tree |
2002-12-10 |
bug1 | include busybox after libc includes
|
commit | commitdiff | tree |
2002-12-10 |
bug1 | rpm applet by Laurence Anderson
|
commit | commitdiff | tree |
next |