index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply post-1.13.2 fixes, bump version to 1.13.3
Denis Vlasenko
2009-02-26
1
-2
/
+3
*
*: a bit of code shrink
Denis Vlasenko
2008-11-09
1
-1
/
+2
*
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-11-06
1
-3
/
+1
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-3
/
+3
*
whitespace fixes, no code changes
Denis Vlasenko
2008-10-29
1
-2
/
+2
*
getopt: reinstate erroneously removed getopt() reset code.
Denis Vlasenko
2008-10-21
1
-0
/
+9
*
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-10-20
1
-9
/
+2
*
add comment explaining previous change
Denis Vlasenko
2008-10-19
1
-0
/
+11
*
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-10-19
3
-225
/
+33
*
blkid: vda forgot to svn add it again. vda is stupid
Denis Vlasenko
2008-10-19
1
-0
/
+18
*
mount: -o parm1 -o parm2 should accumulate
Denis Vlasenko
2008-10-18
1
-4
/
+4
*
hush: fix trashing of environment by local env vars:
Denis Vlasenko
2008-10-13
1
-1
/
+1
*
blkid: new applet. We almost had everything needed for it already
Denis Vlasenko
2008-10-12
4
-12
/
+22
*
findfs: fix LUKS and FAT detection routines; do not exit if corrupted
Denis Vlasenko
2008-10-12
3
-82
/
+111
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
watchdog: add -T option
Denis Vlasenko
2008-09-07
1
-29
/
+26
*
fbset: fix mode matching code: original code may trigger false positive.
Denis Vlasenko
2008-08-24
1
-117
/
+132
*
setarch: do not try to use non-existent data in argv[]
Denis Vlasenko
2008-08-23
1
-15
/
+15
*
- add new applet rdev (Grant Erickson)
Bernhard Reutner-Fischer
2008-08-19
3
-0
/
+31
*
- support relatime / norelatime
Bernhard Reutner-Fischer
2008-08-06
1
-0
/
+4
*
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-08-04
1
-3
/
+2
*
randomconfig fixes
Denis Vlasenko
2008-07-29
1
-1
/
+1
*
fbset: shrink code a bit more
Denis Vlasenko
2008-07-27
1
-20
/
+15
*
fbset: code shrink
Denis Vlasenko
2008-07-27
1
-30
/
+14
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
2
-9
/
+13
*
mdev: do not complain if mdev.conf does not exist;
Denis Vlasenko
2008-07-26
1
-138
/
+155
*
- strip implied proto and superfluous "www." domain part.
Bernhard Reutner-Fischer
2008-07-22
1
-1
/
+1
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-63
/
+66
*
- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP
Bernhard Reutner-Fischer
2008-07-22
1
-1
/
+4
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
9
-25
/
+14
*
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
2
-6
/
+6
*
- s/super.block/superblock/g; # for consistency; -1b
Bernhard Reutner-Fischer
2008-07-21
3
-22
/
+22
*
mount: support nfs mount option nordiplus.
Denis Vlasenko
2008-07-19
1
-24
/
+32
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
1
-1
/
+1
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
1
-5
/
+5
*
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
1
-1
/
+1
*
libbb: get rid of statics in dump.c; code shrinks a lot too
Denis Vlasenko
2008-07-16
1
-20
/
+18
*
mdev: support for serializing hotplug
Denis Vlasenko
2008-07-15
1
-3
/
+28
*
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
2008-07-15
1
-56
/
+25
*
mdev: check for "/block/" substring for block dev detection
Denis Vlasenko
2008-07-12
1
-7
/
+5
*
mdev: if device was moved at creation, at removal coreectly remove
Denis Vlasenko
2008-07-12
1
-19
/
+37
*
switch_root: shrink
Denis Vlasenko
2008-07-11
1
-21
/
+11
*
fdisk: fix compile failure
Denis Vlasenko
2008-07-09
1
-38
/
+41
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
2
-3
/
+3
*
mount: support for "-o mand"
Denis Vlasenko
2008-07-08
1
-0
/
+4
*
mdev: reinstate "follow symlinks" flag, this time with explanation
Denis Vlasenko
2008-07-06
1
-4
/
+7
*
mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).
Denis Vlasenko
2008-07-06
1
-5
/
+12
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
18
-31
/
+31
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
2
-2
/
+4
[next]