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
/
libcoreutils
Age
Commit message (
Expand
)
Author
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-08
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-04
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2008-07-12
*: add FAST_FUNC markers
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-13
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
Denis Vlasenko
2007-08-25
make copy_file() a bit easier to understand, and smaller
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-06-10
getopt_mk_fifo_nod: heed warning
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-03-12
introduce and use setfscreatecon_or_die
Denis Vlasenko
2007-03-10
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-21
cp: add support for -s, -l. Fix free(nonmalloc) bug.
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-13
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
Mike Frysinger
2006-03-13
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-09
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-02
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-01
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-02-02
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2006-01-15
- shared libbusybox.
Bernhard Reutner-Fischer
2005-10-26
* uniq.c: remove unneeded include and use short boilerplate.
Bernhard Reutner-Fischer
2005-10-06
to bb_getopt_ulflags()
"Vladimir N. Oleynik"
2005-09-07
Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.
Rob Landley
2005-07-27
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Mike Frysinger
2004-10-08
egor duda writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III