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
/
cksum.c
Age
Commit message (
Expand
)
Author
2018-12-28
config: update size information
Denys Vlasenko
2018-02-01
cksum: code shrink
Denys Vlasenko
2017-08-06
sv,svc: fix NOEXEC fallout
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-04-07
shred: new applet
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-11
chsum: fix
Pascal Bellard
2010-10-27
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-10-01
Marked some more applets NOEXEC/NOFORK
Dan Fandrich
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-11-26
split: handle - as "use stdin". +13 bytes. Closes bug 741.
Denys Vlasenko
2008-11-11
cksum, printenv: report errors via exitcode
Denis Vlasenko
2008-08-27
cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-05-28
Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
Rob Landley
2006-04-18
New applet cksum, from Rob Sullivan.
Rob Landley