index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
Age
Commit message (
Expand
)
Author
2010-07-06
whitespace fixes
Denys Vlasenko
2010-07-04
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-06-18
date: make %N work without -lrt on glibc
Denys Vlasenko
2010-06-12
stat: make output more similar to GNU stat
Seb
2010-06-12
date: trivial fix - was reading seconds into nanoseconds field! DOH
Denys Vlasenko
2010-06-08
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-08
date: use the same code for FEATURE_DATE_NANO for glibc and uclibc
Denys Vlasenko
2010-06-07
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-06
date: make FEATURE_NANO compile on glibc systems
Denys Vlasenko
2010-06-06
yes: this applet doesn't have options, don't lie that it does.
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-05
tr: add forgotten //config: prefixes
Denys Vlasenko
2010-06-04
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2010-06-04
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
date: optional support for %N. Closes bug 1861.
Denys Vlasenko
2010-06-03
test: "" is not a valid number. Closes bug 1915
Denys Vlasenko
2010-06-02
*: better string sharing
Denys Vlasenko
2010-06-01
deinline two big functions
Denys Vlasenko
2010-05-10
work on adding testsuite runs to randomconfig test builds
Denys Vlasenko
2010-04-06
Move utmp/wtmp support to "General configuration" section
Denys Vlasenko
2010-04-05
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-04
who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H
Denys Vlasenko
2010-03-26
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-03-26
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
unexpand: fix "a b"\n" input case
Tomas Heinrich
2010-03-26
[un]expand: account for different character widths. +16 bytes.
Tomas Heinrich
2010-03-23
*: merge some common strings
Denys Vlasenko
2010-03-21
touch: do not ignore argument of -d/-t option
Mikhail Gusarov
2010-03-12
tailk: fix error detected by testsuite
Denys Vlasenko
2010-03-08
wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes
Denys Vlasenko
2010-03-02
head,tail: trim help text; make suffixes unconditional for head too
Denys Vlasenko
2010-02-26
tail: document FANCY flags in helptext
Bernhard Reutner-Fischer
2010-02-26
df: explain FANCY options in helptext
Bernhard Reutner-Fischer
2010-02-21
install: strip before mode/uid/gid is set, not after.
Denys Vlasenko
2010-02-09
compat and warning fixes
Denys Vlasenko
2010-02-07
shaNNNsum: accept and ignore -b and -t
Denys Vlasenko
2010-02-06
adduser: copy /etc/skel to mew homes. +100 bytes
Denys Vlasenko
2010-02-06
cosmetic fixes
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-02
stat: get rid on intmax_t
Denys Vlasenko
2010-01-31
ls: unicode fixes
Denys Vlasenko
2010-01-31
cal: add a unicode test
Denys Vlasenko
2010-01-30
further work on unicodization
Denys Vlasenko
2010-01-28
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-24
randomconfig fixes
Denys Vlasenko
2010-01-24
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-23
date: introduce FEATURE_DATE_COMPAT; shrink
Denys Vlasenko
2010-01-23
chown: -2 bytes
Denys Vlasenko
2010-01-23
chown: support long options
Matheus Izvekov
[next]