oweals/busybox.git
2002-11-10 Glenn L McGrathRewrite of xargs by Vladimir N. Oleynik
2002-11-10 Glenn L McGrathlast_patch57 from Vladimir N. Oleynik
2002-11-10 Glenn L McGrathlast_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
2002-11-10 Glenn L McGrathFixup a previous define
2002-11-10 Glenn L McGrathMake mapping support a definable feature, saves 1.6kB
2002-11-10 Glenn L McGrathOnly compile the files in this dir if the IP applet...
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>
2002-11-09 Glenn L McGrathdebian compatable ifup and ifdown commands
2002-11-08 Eric AndersenTeach lash to get $1 $2 $3 etc correct
2002-11-08 Glenn L McGrath#ifdef, not just #if... grrr
2002-11-08 Glenn L McGrathFix reading from stdin (me), Fix tar segfault when...
2002-11-07 Eric AndersenRemove gratuitous and unnecessary "BusyBox" refernece...
2002-11-07 Eric AndersenFix a stupid typo
2002-11-07 Eric AndersenImplement a small strings applet
2002-11-07 Eric AndersenFix broken tabs
2002-11-06 Glenn L McGrathUse a switch instead of successive if (strcmp()) statments.
2002-11-06 Glenn L McGrathSplit deb_extract() into more generic functions
2002-11-06 Glenn L McGrathTerminate the buffer with a '\0'
2002-11-05 Russ Dilltypo in udhcpc help
2002-11-05 Russ Dillversion number oops
2002-11-05 Glenn L McGrathSupport for bziped debs, i.e. use .tar.bz2 instead...
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-05 Glenn L McGrathenable .tar.bz2 for dpkg-deb
2002-11-04 Glenn L McGrathChange filter paramaters, filters can be more powefull now
2002-11-03 Glenn L McGrathCall lseek directly rather than via data_align()
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-11-03 Glenn L McGrathFix #define syntax
2002-11-03 Glenn L McGrathMove data_extract_all_prefix to dpkg, its only used...
2002-11-03 Glenn L McGrathAdd copyright notice and license, use strcat+strcpy...
2002-11-03 Glenn L McGrathUse xread_char to save a few bytes, fix indenting of...
2002-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive
2002-11-03 Eric AndersenTest for holes in swapfiles
2002-11-01 Glenn L McGrathMake uncompress a seperate applet so it doesnt pull...
2002-11-01 Glenn L McGrathAllow short reads when filling compress buffer
2002-11-01 Glenn L McGrathAllow the .Z prefix if compress support enabled
2002-11-01 Glenn L McGrathMake it a fatal error if bad chksum or crc, if not...
2002-11-01 Glenn L McGrathReport errror if the first magic character doesnt match
2002-10-31 Russ Dillsync to udhcp 0.9.8
2002-10-30 Eric AndersenUse a nifty macro to make testing gcc features simpler
2002-10-27 Eric AndersenFormatting
2002-10-27 Eric AndersenUpdate the webpage
2002-10-26 Eric Andersenlast_patch64 from vodz: 0_60_5
2002-10-26 Eric AndersenA patch from Jouni Malinen to avoid some buffer overflo...
2002-10-26 Eric AndersenIvan Popov noticed that handling of PREFIX was bad.
2002-10-26 Eric AndersenA bugfix from Danny Lepage:
2002-10-25 Eric AndersenThis patch from Magnus Damm fixed a long standing problem
2002-10-22 Eric AndersenFix warning
2002-10-22 Eric Andersenmjn3 noticed that crond and crontab had #include <pwd...
2002-10-22 Eric Andersenvodz forgot to include the suid field
2002-10-22 Eric AndersenApply patch from bug #1278 -- fix usage message for the
2002-10-22 Eric Andersenvodz writes:
2002-10-22 Eric AndersenI committed the fflush in the wrong spot. I should...
2002-10-22 Eric Andersenlast_patch63 from vodz: add in crond and crontab applets
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-10-22 Eric AndersenApply last_patch51_3 from vodz
2002-10-22 Eric AndersenBe absurdly careful about flushing stdout.
2002-10-22 Glenn L McGrathMove unzip.c uncompress.c from libbb to archiveal/libun...
2002-10-21 Glenn L McGrathgz_open is used anymore, use inflate directly, see...
2002-10-19 Glenn L McGrathDont try and make the "/" directory
2002-10-19 Glenn L McGrathUpdate dpkg to use new unarchive code
2002-10-19 Glenn L McGrathFix exclude/include problem
2002-10-19 Glenn L McGrathFind a string in a list
2002-10-19 Glenn L McGrathRemove entries from the accept list as they are matched...
2002-10-19 Glenn L McGrathDont use absolute pathname (dunno why i did that),...
2002-10-18 Glenn L McGrathPut bac kthe code that handles cases where a '-' wasnt...
2002-10-18 Eric AndersenFix an obvious thinko
2002-10-18 Eric Andersendisambiguate a test
2002-10-18 Eric AndersenFix needless formatting differences vs modutils
2002-10-18 Eric AndersenFix needless difference vs GNU
2002-10-14 Russ Dillmissed add for udhcp
2002-10-14 Russ Dilladded full udhcp integration
2002-10-12 Eric AndersenDoh! I screwed up applying vodz' patch.
2002-10-12 Eric AndersenAfter thinking about it, I think this patch from Matt...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-10 Eric Andersenlast_patch60 from vodz:
2002-10-10 Eric Andersenlast_patch59 from vodz to cleanup chmod and correctly...
2002-10-10 Eric Andersenlast_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCE...
2002-10-08 "Steven J.... Fixed the script. It always put output to 'stdout'...
2002-10-08 Eric AndersenRemember to delete docs/busybox.pod
2002-10-08 Eric AndersenFix missing \n noticed by Robert Schwebel
2002-10-06 Glenn L McGrathFix segfault when testing if reaidng from stdin "-"
2002-09-30 Eric AndersenFix init docs
2002-09-30 Eric AndersenBugfix from Claudio Fleiner <claudio@fleiner.com>
2002-09-30 Eric Andersenlast_patch58 from vodz:
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-30 Eric AndersenFix dependancy so we rebuild busybox.o, usage.o and...
2002-09-30 Eric AndersenUse %m, not strerror, and strerror(err) was broken...
2002-09-30 Eric AndersenPatch from Konstantin Isakov <ikm@pisem.net>:
2002-09-30 Eric AndersenDon't even try to run ash on uClinux. It won't work.
2002-09-30 Eric AndersenSet the close-on-exec flag, just to be saf
2002-09-30 Eric AndersenDoh. We divide microseconds by 60?
2002-09-30 Glenn L McGrathSave status so we know if to delete compressed file
2002-09-28 Glenn L McGrathmake_directory() will fail instantly so we dont need...
2002-09-28 Glenn L McGrathFail straight away rather than recursively printing...
2002-09-28 Glenn L McGrathFix for using '-' as the filename when reading from...
2002-09-27 Eric AndersenBug fix from Nitin Gupta <gupta@equator.com>
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-26 Glenn L McGrathFix simple define problem
2002-09-26 Eric AndersenAvoid calling exit() from within fork/vfork'ed processes.
2002-09-25 Eric AndersenIgnoring SIGCHLD causes a race leading to the occasiona...
next