Do not require that the signal number be specified
[oweals/busybox.git] / libbb /
2003-07-30 Eric AndersenVladimir N. Oleynik writes:
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-28 Eric AndersenJames Petterson writes:
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-05 Eric AndersenFixup compile problem with dmalloc
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-07-03 Eric AndersenUsing safe_read seems, well, safer...
2003-06-26 Eric AndersenGeir Thomassen wrote, regarding networking/httpd.c...
2003-06-20 Eric AndersenDon't shadow a paramater
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-05-27 Eric AndersenPut this back the way it was. I misunderstood what...
2003-05-26 Eric AndersenMake all syscall declarations use the syscall() function
2003-05-26 Eric AndersenThis was doing some silly stuff that is not necessary...
2003-05-26 Eric AndersenSkip printing "/proc/%d/cmdline" stuff when it is not...
2003-05-26 Eric AndersenRemove cruft
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-05-13 Glenn L McGrathFix \l so it doesnt print the character as well as...
2003-05-02 Eric AndersenPatch from Dmitry V. Levin to fix a fd leak
2003-04-21 Glenn L McGrathsync with waldi
2003-04-19 Eric AndersenPatch from David Updegraff to use calloc so that forwa...
2003-04-16 Eric AndersenMinor .o file naming change
2003-03-19 Manuel Novoa III Restrict octal perms to <= 07777. Cosmetic error messa...
2003-03-19 Manuel Novoa III Obligatory forgotten item.
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-07 Eric AndersenWith nightmares of libbb ending up with 100 .c files...
2003-03-07 Eric AndersenDefine bb_xgetlarg as a standard interface for extracting
2003-02-27 Eric AndersenWrite all the help text for the util-linux utilities...
2003-02-09 Glenn L McGrathFix compiler warnings, patch by Steven Scholz
2003-01-21 Glenn L McGrathLogin prompt function, part of waldi's telnetd from...
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2003-01-20 Glenn L McGrathNew test mode that allows run_parts to fail silently...
2003-01-20 Glenn L McGrathMake test mode output same as official version
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2003-01-13 Glenn L McGrathCorrect some init issues, update email address, last_pa...
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-12-07 Glenn L McGrathRe-sort filenames to alphebetical order.
2002-12-07 Glenn L McGrathCommit to reverse my previous commit, isnt cvs supposed...
2002-12-07 Glenn L McGrathinclude "busybox" after the libc includes tofix compile...
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-12-03 Glenn L McGrathSave 10 bytes or so, last_patch_70 from Vladimir N...
2002-12-02 Glenn L McGrathlast_patch_69, 8 bit clean and other fixes from Vladimi...
2002-12-02 Glenn L McGrathMove compare_string_array to libbb
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 error_msg( instead of fprintf(stderr
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr, other minor...
2002-11-28 Glenn L McGrathStyle, minor cleanups
2002-11-26 Glenn L McGrathuse #ifdef CONFIG_* instead of #if CONFIG_*
2002-11-26 Glenn L McGrathUse #ifdef instead of #if
2002-11-25 Glenn L McGrathHandle name entries that have a \0 in them, last_patch_...
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 McGrathinclude libbb after stdlib.h as it breaks dmalloc
2002-11-21 Glenn L McGrathFix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik
2002-11-15 Glenn L McGrathUse vfork, by vodz
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
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-10 Eric Andersenlast_patch61 from vodz:
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-28 Glenn L McGrathFail straight away rather than recursively printing...
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-22 Glenn L McGrathFix error messages conditions, and make them the same...
2002-09-17 Eric Andersenlast_patch56 from vodz to simplify copy_file logic
2002-09-17 Eric AndersenUse "MiB" not "Mb"
2002-09-16 Eric AndersenLet people force overwrite links
2002-09-16 Eric AndersenProperly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORC...
2002-09-16 Eric AndersenPatch from Matthias Lang <matthias@corelatus.se> to...
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-09-12 Manuel Novoa III Apply vodz's last_patch53.gz (bb_asprintf.c) and last_p...
2002-08-24 Glenn L McGrathDont return an error if the directory already existed
2002-08-24 Glenn L McGrathFix warning
2002-08-23 Glenn L McGrathRewrite, its smaller
2002-08-23 Glenn L McGrathApply vodz last_patch51_2 and run through indent
2002-08-22 Glenn L McGrathRemove duplicate definitions, run through indent
2002-08-22 Glenn L McGrathreplace some global const ints with defines
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-15 Glenn L McGrathFix dietlibc test condition
2002-08-13 Eric AndersenTry to be a bit more dietlibc friendly
2002-07-19 Robert Griebl- Forgot to cvs add bb_asprintf.c (from vodz' patch...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-11 Eric AndersenBrad Campbell <brad@seme.com.au> notes that
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-23 Aaron LehmannNeeds shadow.h; otherwise wont compile without CONFIG_U...
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-11 Matt Kraai* libbb/copy_file.c (copy_file): Check st_dev instead...
2002-06-06 Eric AndersenPatch from Gyepi SAM <gyepi@praxis-sw.com>:
next