index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
util-linux
Age
Commit message (
Expand
)
Author
2007-08-15
more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-03
mount: print errno on NFS error (again)
Denis Vlasenko
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-20
- strndupa is a GNU extension. Using strdup to avoid several errors like:
Bernhard Reutner-Fischer
2007-06-17
hwclock: size optimizations
Denis Vlasenko
2007-06-16
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Denis Vlasenko
2007-06-14
Alex Landau writes: open firmware for reading, not writing
Mike Frysinger
2007-06-13
minix.h: add very simple test script
Denis Vlasenko
2007-06-13
fsck_minix: forgotten bit of previous commit...
Denis Vlasenko
2007-06-13
fsck_minix: stop using data/bss
Denis Vlasenko
2007-06-13
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...
Mike Frysinger
2007-06-13
add support for firmware loading
Mike Frysinger
2007-06-13
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-12
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-08
mdev: microscopic enhancement, should change nothing
Denis Vlasenko
2007-06-03
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
2007-06-02
fdisk: make it work with big disks (read: typical today's disks)
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
more: stop using bss
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-20
mount: fix mounting of symlinks (mount from util-linux allows that)
Denis Vlasenko
2007-05-09
mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).
Denis Vlasenko
2007-04-19
loop device code: readability improvement
Denis Vlasenko
2007-04-18
switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-10
Rename two config options:
Denis Vlasenko
2007-04-10
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-07
getopt: use getopt32 for option parsing - inspired by patch by
Denis Vlasenko
2007-04-05
[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-03-24
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-03-22
assorted fixes uncovered by randomconfig runs
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
[next]