index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2008-05-25
lineedit: correctly handle prompt longer than screen width. closes bug 3414
Denis Vlasenko
2008-05-22
dnsd: fixes various segfaults.
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-16
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-07
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-04-29
fix build failure for libbusybox
Denis Vlasenko
2008-04-25
libbb: fix wrong sscanf count check (affects pidof etc)
Denis Vlasenko
2008-04-25
lineedit: hack for making it sort-of-work even if term width is wrong
Denis Vlasenko
2008-04-24
- bump copyright year
Bernhard Reutner-Fischer
2008-04-24
lineedit: filename completion on symlinks-to-dirs should add / too
Denis Vlasenko
2008-04-23
getopt32: fix "tar x" case; fix memory leak
Denis Vlasenko
2008-04-22
add forgotten files. I am forgetting it all the time :(
Denis Vlasenko
2008-04-22
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-04-21
getopt32: fix recently broken opt_complementary "--"
Denis Vlasenko
2008-04-21
tentative fix for ppc64 problems with ioctl.
Denis Vlasenko
2008-04-20
xmalloc_open_read_close: use fstat to get file size (instead of lseek).
Denis Vlasenko
2008-04-20
libbb: prevent xmalloc_open_read_close from dying on seek failure
Denis Vlasenko
2008-04-19
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-04-19
style fixes. no code changes
Denis Vlasenko
2008-04-13
fix english in comment
Denis Vlasenko
2008-04-13
ash: speed up NOFORK code in ash by eliminating second find_applet().
Denis Vlasenko
2008-04-11
fix build with gcc -combine
Denis Vlasenko
2008-04-09
actually adding xfuncs_printf.c :(
Denis Vlasenko
2008-04-09
Splitting xfuncs.c into two parts. No code chabges.
Denis Vlasenko
2008-04-08
Avoid linking in printf/bsearch if possible. -20k for static bbox with
Denis Vlasenko
2008-04-06
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-01
xfunc_die: resurrect (actually, it's "svn add" being forgotten again)
Denis Vlasenko
2008-04-01
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-03-28
copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.
Denis Vlasenko
2008-03-28
whitespace fixes
Denis Vlasenko
2008-03-27
mdev: plug a few memory and fd leaks; simplify code a bit
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
lpd: fix OOM vulnerability (was eating arbitrarily large commands)
Denis Vlasenko
2008-03-20
inetd: use change_identity().
Denis Vlasenko
2008-03-19
die_if_bad_username: shrink: 88 -> 77 bytes
Denis Vlasenko
2008-03-19
...and actually adding new file now...
Denis Vlasenko
2008-03-19
adduser/addgroup: check username for invalid chars
Denis Vlasenko
2008-03-17
remove extra spaces in help text; delete duplicate #define
Denis Vlasenko
2008-03-17
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
clean up TODO file. No real code changes.
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
[prev]
[next]