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-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-04
losetup: use LOOP_foo defines
Lauri Kasanen
2010-06-27
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-24
*: introduce and use bb_unsetenv_and_free
Denys Vlasenko
2010-06-21
bootchartd: added optional compat features
Denys Vlasenko
2010-06-07
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-06
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-05-30
*: teach tar et. al. to understand .xz by heart
Denys Vlasenko
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
[next]