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
/
include
/
libbb.h
Age
Commit message (
Expand
)
Author
2010-05-06
rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...
Denys Vlasenko
2010-04-06
libbb: add skip_dev_pfx()
Denys Vlasenko
2010-04-06
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
2010-04-05
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
2010-04-05
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-04
libbb: factor out hex2bin() for infiniband address parser
Denys Vlasenko
2010-03-26
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-03-18
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-11
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-03-09
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
Tomas Heinrich
2010-03-05
tftp: do not show progress bar if we get error right away. +13 bytes
Denys Vlasenko
2010-02-26
su: move restricted_shell into su.c (the only user)
Denys Vlasenko
2010-02-26
setup_environment(): eliminate one parameter
Denys Vlasenko
2010-02-26
crontab: use setup_environment
Bernhard Reutner-Fischer
2010-02-02
more thorough fix for systems with strange socklen_t
Denys Vlasenko
2010-02-02
stat: get rid on intmax_t
Denys Vlasenko
2010-02-01
mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)
Denys Vlasenko
2010-01-31
ls: unicode fixes
Denys Vlasenko
2010-01-18
ls: make it so that group never glues itself to file size
Denys Vlasenko
2010-01-15
cp: fix -H handling
Denys Vlasenko
2010-01-12
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-04
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2009-11-28
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-25
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-24
ntpd: locally bind every peer socket. +22 bytes
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-14
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-08
wget: factor out progress bar code
Magnus Damm
2009-11-04
libbb.h: remove two over-zealous RETURNS_MALLOC
Denys Vlasenko
2009-11-02
include/libbb.h: mark malloc-returning functions with GCC attribute
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-10-27
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-26
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Denys Vlasenko
2009-10-25
lineedit: handle Ctrl-arrows
Denys Vlasenko
2009-10-23
libbb.h: tidy it up a bit. no code changes (verified)
Denys Vlasenko
2009-10-23
fix isalnum and isxdigit. Unfortunately, +285 bytes
Denys Vlasenko
2009-10-23
eliminate all remaining users of ctype. ~600 byte large tables are gone.
Denys Vlasenko
2009-10-23
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-10-23
libbb: smaller isdigit. -95 bytes
Denys Vlasenko
2009-10-22
*: use better isspace implementation
Denys Vlasenko
2009-10-19
randomconfig fixes
Denys Vlasenko
2009-10-15
move generate_uuid from mkswap to libbb
Vladimir Dronnikov
2009-10-13
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
2009-10-05
unpackers: check errors from close() too
Denys Vlasenko
2009-09-29
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-22
ps: fix compile breakage
Denys Vlasenko
2009-09-19
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-12
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
[next]