oweals/busybox.git
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-28 Glenn L McGrathUse erorr_msg( isntead of fprintf(stderr,
2002-11-28 Glenn L McGrathUse error_msg instead of printf(stderr
2002-11-28 Glenn L McGrathStyle
2002-11-28 Glenn L McGrathUse printf instead of fprintf(stdout
2002-11-28 Glenn L McGrathSave a few bytes in show_usage
2002-11-28 Glenn L McGrathleft out a \"
2002-11-28 Glenn L McGrathThis test was hanging
2002-11-27 Glenn L McGrathAdds a dummy entry to make it easier to make custom...
2002-11-27 Glenn L McGrathInstall symlinks for the udeb, dont install changelogs...
2002-11-27 Glenn L McGrathlast_patch_68 from Vladimir N. Oleynik
2002-11-27 Glenn L McGrathCheck that one and only one of the [cxt] options is...
2002-11-26 Glenn L McGrathfdisk applet by Vladimir N. Oleynik
2002-11-26 Glenn L McGrathName package busybox-unstable to keep a clean seperatio...
2002-11-26 Glenn L McGrathuse #ifdef CONFIG_* instead of #if CONFIG_*
2002-11-26 Glenn L McGrathRequired file for busybox-doc package
2002-11-26 Glenn L McGrathStore a custom Rules.mak file to enable buildign static...
2002-11-26 Glenn L McGrathuse #ifdef instead of #if
2002-11-26 Glenn L McGrathInclude heaps of options as is tradional with this deb
2002-11-26 Glenn L McGrathUse #ifdef instead of #if
2002-11-26 Glenn L McGrathFix simple syntax error
2002-11-26 Glenn L McGrathMake a seperate busybox-doc package
2002-11-25 Glenn L McGrathUse vfork instead of fork, some more cleanup from Vladi...
2002-11-25 Glenn L McGrathHandle name entries that have a \0 in them, last_patch_...
2002-11-25 Glenn L McGrathlast_patch_67 from Vladimir N. Oleynik
2002-11-24 Glenn L McGrathDont need a seperate function
2002-11-24 Glenn L McGrathWhen making parent directories set permissions based...
2002-11-24 Glenn L McGrathAdd an input buffer (currently 32kB) to speed things...
2002-11-24 Glenn L McGrathinclude libbb after stdlib.h as it breaks dmalloc
2002-11-23 Glenn L McGrathFix long filename support
2002-11-23 Glenn L McGrathNew rules file for unstable
2002-11-22 Glenn L McGrathConfig file for the static deb, based on options from...
2002-11-22 Glenn L McGrathConfig file for the standard debian package based on...
2002-11-22 Glenn L McGrathThe tunnel option isnt required for the ip command
2002-11-22 Glenn L McGrathUpdate configuration options
2002-11-22 Glenn L McGrathConfig file for udeb based on options from 0.60.5
2002-11-21 Glenn L McGrathFix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik
2002-11-20 Glenn L McGrathAdd entry for Laurence Anderson
2002-11-20 Glenn L McGrathSpeed and memory usage improvements from Laurence Adnerson
2002-11-20 Glenn L McGrathread_gz patch 3 from Laurence Anderson
2002-11-19 Glenn L McGrathHeaders for the read_gz changes
2002-11-19 Glenn L McGrathDont use xargs
2002-11-19 Glenn L McGrathdont use the -i option of xargs
2002-11-19 Glenn L McGrathUse read_gz, remove fork() woohoo!
2002-11-19 Russ Dilludhcpc documentation update
2002-11-18 Glenn L McGrathUse error_msg_and_die, style
2002-11-17 Glenn L McGrathRemove mapping option, its should always be used
2002-11-17 Glenn L McGrathPatch from Laurence Anderson to provide a read_gz funct...
2002-11-16 Glenn L McGrathRemove #defines around get_header_ptr, we allways need it.
2002-11-15 Glenn L McGrathUse vfork, by vodz
2002-11-15 Glenn L McGrathAllow short reads as we are looping anyway.
2002-11-15 Eric AndersenPatch from Bastian Blank:
2002-11-15 Glenn L McGrathDont chdir untill after we open the archive
2002-11-14 Eric AndersenPatch from Marcel Hamer to fix addgroup argument parsing
2002-11-14 Eric AndersenA missing securetty file is not an error.
2002-11-13 Glenn L McGrathMinor cleanups
2002-11-12 Glenn L McGrathReduce block size to 512 to prevent short read's when...
2002-11-11 Glenn L McGrathMake ifupdown use internal run_parts
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-11-11 Glenn L McGrathMove readlink, mktemp, run-parts and which to a new...
2002-11-10 Glenn L McGrathipcalc applet by Stephan Linz and Jordan Crouse
2002-11-10 Glenn L McGrathrun through indent and manually check result
2002-11-10 Glenn L McGrathConfig feature DEVPTS defined and used in telnetd,...
2002-11-10 Glenn L McGrathWill the real od.c please stand up! (my previous commit...
2002-11-10 Glenn L McGrathFix for hostname -s, by Stephan Linz
2002-11-10 Glenn L McGrathPrevent a segfault if no argument, by Geoffrey Lee...
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...
next