change osbolete sigpause() to sigsuspend()
[oweals/busybox.git] / coreutils /
2005-11-01 Rob LandleyFix cp /dev/null filename, and a few in-passing cleanups.
2005-10-27 Bernhard Reutner... - Matthias Wenzel writes:
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-15 "Vladimir N. Oleynik"RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"remove 1 CR, correct strange bb_opt_complementally...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-10-09 Rob LandleyWhen lstat returns an error (such as file not found...
2005-10-08 Rob LandleyRob Sullivan added character and equivalence classes...
2005-10-08 Rob LandleyRename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so...
2005-10-06 "Vladimir N. Oleynik"to bb_getopt_ulflags()
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-22 "Vladimir N. Oleynik"very small size reduce for nohup applet
2005-09-21 Bernhard Reutner... - add applet nohup(1)
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-15 Manuel Novoa III Get rid of warnings, remove compat with older gnu uniq...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-10 Mike Frysingeruse CONFIG_BUFFER macros like cow suggested and shrink...
2005-09-10 Rob LandleyPatch from Dirk Clemens so df doesn't run numbers toget...
2005-09-10 Mike Frysingersome tweaks by cow to shrink a little
2005-09-08 Manuel Novoa III Rob, I don't know why you feel some unexplainable compu...
2005-09-07 Rob LandleyDon't comment warnings. Don't put #warnings about...
2005-09-06 Rob LandleyWhitespace-level changes. Replace s0,s1,e0,e1 with...
2005-09-05 "Vladimir N. Oleynik"- usage fresh bb_getopt_ulflags for ls -- very size...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyBernhard Fischer trimmed down dos2unix a bit.
2005-08-13 Rob LandleyVery minor tweak to tail.
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-08-01 Paul Foxcommiting patch from bug 71:
2005-07-30 Mike Frysingertell people to ignore the dups/e0 warnings
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-26 Mike Frysingerremove unused variable ret as reported by apgo in Bug...
2005-07-26 Mike Frysingerjust punt all the f_frsize crap since not all linux...
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying patch from:
2005-07-20 Rob LandleyIf /tmp and /home were different partitions, then ...
2005-07-01 Mike FrysingerPatch by jonlar in Bug 312 to split the U_W_TMP feature...
2005-06-30 Mike Frysingerpatch by Shaun Jackman to combine dup/close funcs into...
2005-06-29 Mike Frysingerdont use f_frsize unless linux-2.6.0 or better
2005-06-24 Mike Frysingertweak signed/unsigned char usage to avoid mismatches
2005-05-28 Rob LandleyShaun Jackman submitted a patch converting an allocatio...
2005-05-28 Rob LandleyPatch from Shaun Jackman to save a few bytes.
2005-05-16 Mike Frysingeruse more busybox functions and remove redundant code
2005-05-13 Mike Frysingeras Rob Landley pointed out, need to fix the 1 versus...
2005-05-13 Mike Frysingerblah, forgot to save last time to fix whitespacing
2005-05-13 Mike Frysingerremove duplicated code and rework algorithms to end...
2005-05-12 Mike Frysingeruse a bunch of if statements since it is a few bytes...
2005-05-12 Mike Frysingererr, added 2 to the wrong var :) also touchup the optio...
2005-05-12 Mike Frysingerfix segfault if user only specifies 1 file
2005-05-12 Mike Frysingerfix whitespace/coding style
2005-05-12 Mike Frysingeradd missing comm.o rule
2005-05-12 Mike Frysingerwhitespace touchups
2005-05-11 Rob LandleySmall comm implementatin from Rob Sullivan. Needed...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-05-09 Rob LandleyPatch from Shaun Jackman:
2005-05-07 Rob LandleyManuel points out that if printf needs a flush to act...
2005-05-07 Rob LandleyShaun Jackman pointed out that dprintf(STDOUT_FILENO...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-04-30 Rob LandleyOn Wednesday 13 April 2005 09:12 pm, Shaun Jackman...
2005-04-29 Rob LandleyPatch from Matthew S. Wood:
2005-04-26 Mike Frysingerfix stupid build mistake i made earlier as pointed...
2005-04-24 Mike Frysingerrework human_fstype to cut down size
2005-04-24 Mike Frysingerrework options to get rid of extra variables
2005-04-23 Mike Frysingerstat implementation based upon coreutils
2005-04-23 Mike Frysingercast the time pointer so gcc stops warning over nothing
2005-04-23 Mike Frysingeruse bb_fflush_stdout_and_exit instead of exit
2005-04-21 Mike Frysingergrab sum from coreutils, clean it up, and make it busyb...
2005-04-21 Mike Frysingeradd a printenv implementation
2005-04-21 Mike Frysingerfix whitespace
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2005-04-14 Mike Frysingerfake out support for POSIX -H and -L options since...
2005-04-14 Mike Frysingeradd aliases == and [[ for = and [ to support more bash...
2005-02-13 Manuel Novoa III Add 'nice' and replace 'renice' with a new implementation.
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2005-01-07 Mike Frysingercp: make -P a synonym for -d
2004-10-11 Eric AndersenPatch from David Daney:
2004-10-08 Eric Andersenegor duda writes:
2004-09-30 Glenn L McGrathPatch from William Barsse to fix a segfault when multip...
2004-09-24 Glenn L McGrathPatch from David Daney to make the -i option work with -l.
2004-09-15 Glenn L McGrathAdd a missing brace, patch by Hideki IWAMOTO
2004-09-15 Glenn L McGrathTito writes,
2004-09-15 Glenn L McGrathPatch by Felipe Kellermann, use the common escape handl...
2004-09-02 Eric AndersenTito writes:
2004-08-28 Eric AndersenFixup some warnings
2004-08-26 Eric AndersenTito writes:
2004-08-26 Eric AndersenTito writes:
2004-08-11 Glenn L McGrathPatch from Bastian Blank to add 64 bit support to the...
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-07-30 Eric AndersenFixup getty, login, etc so the utmp and wtmp are update...
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-07-23 Glenn L McGrathPatch from Felipe Kellermann, fix endless loop when...
next