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
*
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
3
-3
/
+3
*
assorted static vars removal
Denis Vlasenko
2007-09-28
1
-41
/
+36
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
7
-23
/
+23
*
style and message text fixes
Denis Vlasenko
2007-09-27
1
-17
/
+13
*
losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)
Denis Vlasenko
2007-09-26
1
-23
/
+37
*
make fdisk compile on libc without llseek64
Denis Vlasenko
2007-09-23
1
-0
/
+8
*
- actually mv microcom.c to miscutils
Bernhard Reutner-Fischer
2007-09-22
1
-138
/
+0
*
move microcom to miscutils
Denis Vlasenko
2007-09-22
2
-7
/
+0
*
- remove some trailing whitespace
Bernhard Reutner-Fischer
2007-09-22
1
-2
/
+3
*
microcom: add copyright/license info
Denis Vlasenko
2007-09-22
1
-2
/
+4
*
microcom: add new applet, this time for real
Denis Vlasenko
2007-09-21
1
-0
/
+135
*
microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2007-09-21
2
-0
/
+7
*
httpd: do not clear environment
Denis Vlasenko
2007-09-15
2
-15
/
+50
*
messages: by popular request allow PATH to be customized at build time
Denis Vlasenko
2007-09-07
1
-3
/
+2
*
umount: support (by ignoring) -i; style fixes
Denis Vlasenko
2007-09-06
1
-11
/
+16
*
mount: ignore NFS bg option on NOMMU machines
Denis Vlasenko
2007-09-04
1
-2
/
+13
*
mount: allow (and ignore) -i
Denis Vlasenko
2007-08-29
1
-1
/
+2
*
mount: don't close fd twice in NFS code
Denis Vlasenko
2007-08-28
1
-5
/
+8
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
14
-15
/
+15
*
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-17
1
-0
/
+2
*
more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:
Denis Vlasenko
2007-08-15
1
-46
/
+62
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
3
-12
/
+15
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
8
-19
/
+19
*
mount: print errno on NFS error (again)
Denis Vlasenko
2007-08-03
1
-14
/
+11
*
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-27
1
-4
/
+4
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
3
-42
/
+38
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
2
-23
/
+21
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
3
-8
/
+8
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
2
-2
/
+2
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
5
-44
/
+16
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-2
/
+2
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
4
-14
/
+10
*
- strndupa is a GNU extension. Using strdup to avoid several errors like:
Bernhard Reutner-Fischer
2007-06-20
1
-3
/
+8
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-33
/
+27
*
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Denis Vlasenko
2007-06-16
1
-1
/
+2
*
Alex Landau writes: open firmware for reading, not writing
Mike Frysinger
2007-06-14
1
-1
/
+1
*
minix.h: add very simple test script
Denis Vlasenko
2007-06-13
1
-0
/
+22
*
fsck_minix: forgotten bit of previous commit...
Denis Vlasenko
2007-06-13
1
-0
/
+1
*
fsck_minix: stop using data/bss
Denis Vlasenko
2007-06-13
2
-124
/
+130
*
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
2
-3
/
+2
*
as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...
Mike Frysinger
2007-06-13
1
-32
/
+27
*
add support for firmware loading
Mike Frysinger
2007-06-13
2
-2
/
+84
*
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-13
1
-1
/
+1
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
3
-5
/
+5
*
mdev: microscopic enhancement, should change nothing
Denis Vlasenko
2007-06-08
1
-8
/
+6
*
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
2007-06-03
1
-11
/
+9
*
fdisk: make it work with big disks (read: typical today's disks)
Denis Vlasenko
2007-06-02
1
-83
/
+58
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
2
-4
/
+2
[next]