aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-26fdisk applet by Vladimir N. OleynikGlenn L McGrath
2002-11-26Name package busybox-unstable to keep a clean seperation between the official...Glenn L McGrath
2002-11-26use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath
2002-11-26Required file for busybox-doc packageGlenn L McGrath
2002-11-26Store a custom Rules.mak file to enable buildign static binariesGlenn L McGrath
2002-11-26use #ifdef instead of #ifGlenn L McGrath
2002-11-26Include heaps of options as is tradional with this debGlenn L McGrath
2002-11-26Use #ifdef instead of #ifGlenn L McGrath
2002-11-26Fix simple syntax errorGlenn L McGrath
2002-11-26Make a seperate busybox-doc packageGlenn L McGrath
2002-11-25Use vfork instead of fork, some more cleanup from Vladimir N. OleynikGlenn L McGrath
2002-11-25Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Ol...Glenn L McGrath
2002-11-25last_patch_67 from Vladimir N. OleynikGlenn L McGrath
2002-11-24Dont need a seperate functionGlenn L McGrath
2002-11-24When making parent directories set permissions based on the base parent tree ...Glenn L McGrath
2002-11-24Add an input buffer (currently 32kB) to speed things up heaps, it still requi...Glenn L McGrath
2002-11-24include libbb after stdlib.h as it breaks dmallocGlenn L McGrath
2002-11-23Fix long filename supportGlenn L McGrath
2002-11-23New rules file for unstableGlenn L McGrath
2002-11-22Config file for the static deb, based on options from the stable 0.60.5 branchGlenn L McGrath
2002-11-22Config file for the standard debian package based on 0.60.5 optionsGlenn L McGrath
2002-11-22The tunnel option isnt required for the ip commandGlenn L McGrath
2002-11-22Update configuration optionsGlenn L McGrath
2002-11-22Config file for udeb based on options from 0.60.5Glenn L McGrath
2002-11-21Fix a vfork bug, by Nick Fedchik and Vladimir N. OleynikGlenn L McGrath
2002-11-20Add entry for Laurence AndersonGlenn L McGrath
2002-11-20Speed and memory usage improvements from Laurence AdnersonGlenn L McGrath
2002-11-20read_gz patch 3 from Laurence AndersonGlenn L McGrath
2002-11-19Headers for the read_gz changesGlenn L McGrath
2002-11-19Dont use xargsGlenn L McGrath
2002-11-19dont use the -i option of xargsGlenn L McGrath
2002-11-19Use read_gz, remove fork() woohoo!Glenn L McGrath
2002-11-19udhcpc documentation updateRuss Dill
2002-11-18Use error_msg_and_die, styleGlenn L McGrath
2002-11-17Remove mapping option, its should always be usedGlenn L McGrath
2002-11-17Patch from Laurence Anderson to provide a read_gz function, doesnt require fo...Glenn L McGrath
2002-11-16Remove #defines around get_header_ptr, we allways need it.Glenn L McGrath
2002-11-15Use vfork, by vodzGlenn L McGrath
2002-11-15Allow short reads as we are looping anyway.Glenn L McGrath
2002-11-15Patch from Bastian Blank:Eric Andersen
2002-11-15Dont chdir untill after we open the archiveGlenn L McGrath
2002-11-14Patch from Marcel Hamer to fix addgroup argument parsingEric Andersen
2002-11-14A missing securetty file is not an error.Eric Andersen
2002-11-13Minor cleanupsGlenn L McGrath
2002-11-12Reduce block size to 512 to prevent short read's when reading from a pipeGlenn L McGrath
2002-11-11Make ifupdown use internal run_partsGlenn L McGrath
2002-11-11Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-10ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath
2002-11-10run through indent and manually check resultGlenn L McGrath