aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* ls: w/o -l follow symlinks to dirs for commandline argsvda2007-02-281-8/+10
* start_stop_daemon: add -chuid supportvda2007-02-261-19/+1
* sort: fix multiple -k (was ignoring all except last)vda2007-02-172-5/+11
* diff: fix access past end of arrayvda2007-02-111-36/+13
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-113-4/+5
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-065-5/+5
* - fix buglet introduced in r17351 in find_param(). Closes #1193aldot2007-02-041-4/+5
* suppress warnings about easch <applet>_main() havingvda2007-02-0372-2/+73
* - include busybox.h before looking at an eventual #if ENABLE_DESKTOPaldot2007-02-031-2/+2
* preparatory patch for -Wwrite-strings #1vda2007-01-2911-25/+25
* use bb_sanitize_stdio() where appropriatevda2007-01-271-13/+19
* - sum -r TODO should not print the filename as oposed to -saldot2007-01-271-16/+21
* find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)vda2007-01-261-3/+3
* - remove nested function. Saves ~30 bytes.aldot2007-01-241-11/+11
* - small size tweakaldot2007-01-201-4/+2
* - make pre SUSv3 option handling dependant on INCLUDE_SUSv2aldot2007-01-201-6/+4
* - small size tweakaldot2007-01-201-1/+1
* - reuse retval for the option handling.aldot2007-01-201-5/+5
* - small size tweaksaldot2007-01-201-2/+2
* - make read_stduu() and read_base64() void, small size tweaksaldot2007-01-201-9/+8
* - small size tweakaldot2007-01-201-2/+2
* ls: stop doing time() for each file in "ls -l"vda2007-01-191-1/+14
* ls: use get_cached_username/groupnamevda2007-01-191-9/+5
* - reinstate paranoia check in wrapf().aldot2007-01-181-2/+3
* stop using global variable needlesslyvda2007-01-181-28/+30
* - remove superfluous define that expanded to "!strcmp"aldot2007-01-171-22/+3
* - reuse return code of vsnprintf to avoid pulling in strlenaldot2007-01-171-3/+3
* - merge display_changed() and display_all()aldot2007-01-171-69/+22
* - peruse get_terminal_width_height and remove legacy code for ancientaldot2007-01-171-69/+10
* - rewrite find_param to use index_in_str_arrayaldot2007-01-171-1/+21
* - manually inline tty_value_to_baud and remove string_to_baud_or_diealdot2007-01-171-10/+5
* - constify some read-only members and remove superfluous castsaldot2007-01-171-12/+11
* - reuse option_mask32 for state-handling in mainaldot2007-01-171-36/+33
* whitespace fixes (leading spaces to tab)vda2007-01-132-2/+2
* random small size optimizationsvda2007-01-121-5/+3
* stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -vda2007-01-121-0/+3
* stty: rearrange functions, avoiding the need in forward declarations.vda2007-01-121-386/+374
* Trailing whitespace removal over entire treevda2007-01-112-2/+2
* - FIXME: someone broke diff -raldot2007-01-071-48/+48
* work around gcc's false warningvda2007-01-071-3/+2
* diff: small optimizations; do not try to diff non-seekable streamvda2007-01-072-55/+46
* - minor shrinkage: -25 bytes or so.aldot2007-01-061-12/+14
* new libbb func: xmalloc_realpath (+ use it where makes sense)vda2007-01-041-2/+0
* chown: fix handling of "user.group" notationvda2007-01-031-13/+12
* Remove networking/libiproute/linux/pkt_sched.hvda2007-01-021-1/+1
* str2u() is only used when FEATURE_SORT_BIG is enabledvapier2007-01-021-0/+2
* awk: undo locale setting for numbers - or else parsingvda2007-01-011-1/+2
* stty: fix width of a field for ppc32vda2007-01-012-96/+143
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-311-1/+1
* Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...vapier2006-12-311-1/+1