ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>
[oweals/busybox.git] / coreutils /
2007-10-05 Denis Vlasenkostat: code shrink; stop using bss; stop using strncat...
2007-10-05 Denis Vlasenkodelete now unused check_header_gzip.c
2007-10-05 Denis Vlasenkotail: sizeof(buf) is sizeof(char*)! must be BUFSIZ
2007-10-02 Denis Vlasenkotail: work correctly on /proc files (Kazuo TAKADA ...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-26 Denis Vlasenkoinstall: fix bug in "install -c file dir" (tries to...
2007-09-25 Denis Vlasenkocp: -r and -R imply -d (coreutils compat)
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-21 Denis Vlasenkotest: correct confusing placement of "const"
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-03 Denis Vlasenkodu: remove statics (by Bernhard Fischer <rep.dot.nop...
2007-08-26 Denis Vlasenkoinstall: shrink a bit, fix two buglets
2007-08-25 Denis Vlasenkomake copy_file() a bit easier to understand, and smaller
2007-08-24 Denis Vlasenkocp,mv: simpler arg[cv] handling -> smallish code savings
2007-08-20 Denis Vlasenkorunit/*: get rid of tai[a] time abstraction, it's too...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-13 Denis Vlasenkodf: match coreutils behavior of wrapping lines if files...
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-08-09 Denis Vlasenkostat: fix option -Z segv (bug 1454)
2007-08-06 Denis Vlasenkocatv: catv without arguments was trying to use environ...
2007-08-06 Denis Vlasenkoenv: micro-optimization
2007-07-30 Denis Vlasenkodd: use unsigned printf specifier for # of blocks
2007-07-29 Denis Vlasenkodd: fix newly introduced bug (introduced by me)
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-27 Denis Vlasenkodd: fix bug where we assume count=INT_MAX when count...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-07-26 Denis Vlasenkocal: small code shrink
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-24 Denis Vlasenkood: shrink a bit
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
2007-07-01 Denis Vlasenkoexpr: small code shrink
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-06-19 Denis Vlasenkoecho: fix yet another buglet in non-fancy echo
2007-06-17 Denis Vlasenkoinstall: fix install a b /a/link/to/dir
2007-06-15 Bernhard Reutner... - fix test -f ./exists
2007-06-12 Bernhard Reutner... - fix testing primary expressions like '"-u" = "-u"'
2007-06-12 Denis Vlasenkocatv: was abusing xopen, should not die on err, but...
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-06-12 Denis Vlasenkouudecode: nuke duplicate base64_table[]. saves 65 bytes
2007-06-10 Denis Vlasenkogetopt_mk_fifo_nod: heed warning
2007-06-08 Bernhard Reutner... - fix invocation without any argument
2007-06-08 Denis Vlasenkotest: fix thinko in previous commit
2007-06-08 Denis Vlasenkotest: recognize /path/to/[ case too
2007-06-07 Bernhard Reutner... - i need this disabled code for testing a patch. Please...
2007-06-06 Bernhard Reutner... - fix wrong not operator which was essentially ignored...
2007-06-06 Denis Vlasenkoawk: move all data to malloc space
2007-06-06 Denis Vlasenkoecho: fix non-fancy echo
2007-06-04 Denis Vlasenkouudecode: fix to base64 decode by Jorgen Cederlof ...
2007-06-04 Denis Vlasenkodiff: stop using data/bss
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-27 Denis Vlasenkotest: close bug 1371
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-05-08 Denis Vlasenkotail: fix SEGV on "tail -N"
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-19 Denis Vlasenkodd: NOEXEC fix
2007-04-19 Denis Vlasenkodd: fix skip= parse error (spotted by Dirk Clemens...
2007-04-19 Denis Vlasenkostty: fix option parsing bug (spotted by Sascha Hauer...
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-16 Bernhard Reutner... - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-13 Denis Vlasenkostyle fixes
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Bernhard Reutner... - use enum for the OPs as suggested by vda. No obj...
2007-04-10 Denis Vlasenkoecho: fix regression ("echo" with no arguments didn...
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-10 Bernhard Reutner... - use skip_non_whitespace() where appropriate
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-07 Denis Vlasenkocomm: eliminate statics
next