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
/
util-linux
Age
Commit message (
Expand
)
Author
2008-08-24
fbset: fix mode matching code: original code may trigger false positive.
Denis Vlasenko
2008-08-23
setarch: do not try to use non-existent data in argv[]
Denis Vlasenko
2008-08-19
- add new applet rdev (Grant Erickson)
Bernhard Reutner-Fischer
2008-08-06
- support relatime / norelatime
Bernhard Reutner-Fischer
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-29
randomconfig fixes
Denis Vlasenko
2008-07-27
fbset: shrink code a bit more
Denis Vlasenko
2008-07-27
fbset: code shrink
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-26
mdev: do not complain if mdev.conf does not exist;
Denis Vlasenko
2008-07-22
- strip implied proto and superfluous "www." domain part.
Bernhard Reutner-Fischer
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-21
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
- s/super.block/superblock/g; # for consistency; -1b
Bernhard Reutner-Fischer
2008-07-19
mount: support nfs mount option nordiplus.
Denis Vlasenko
2008-07-19
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-17
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-16
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
libbb: get rid of statics in dump.c; code shrinks a lot too
Denis Vlasenko
2008-07-15
mdev: support for serializing hotplug
Denis Vlasenko
2008-07-15
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-12
mdev: check for "/block/" substring for block dev detection
Denis Vlasenko
2008-07-12
mdev: if device was moved at creation, at removal coreectly remove
Denis Vlasenko
2008-07-11
switch_root: shrink
Denis Vlasenko
2008-07-09
fdisk: fix compile failure
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
mount: support for "-o mand"
Denis Vlasenko
2008-07-06
mdev: reinstate "follow symlinks" flag, this time with explanation
Denis Vlasenko
2008-07-06
mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
*: introduce and use xvfork()
Denis Vlasenko
2008-06-29
fdisk: cosmetics, and removal of dead data
Denis Vlasenko
2008-06-29
fdisk: move more data to struct globals; shrink code
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-26
style fixes, no code changes
Denis Vlasenko
2008-06-25
mkfs_minix, fsck_minix: code shrink
Denis Vlasenko
2008-06-25
whitespace fixes. no code changes
Denis Vlasenko
2008-06-24
mount: fix mishandling of proto=tcp/udp
Denis Vlasenko
2008-06-24
mount: code shrink without logic changes. Added a comment
Denis Vlasenko
2008-06-16
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-07
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-04
change default rtcwake mode to match changed behavior in upstream util-linux
Mike Frysinger
2008-06-02
make the help for rtcwake reflect the actual default behavior
Mike Frysinger
2008-06-02
- pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"
Bernhard Reutner-Fischer
[next]