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
...
*
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
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
2
-12
/
+1
*
more: stop using bss
Denis Vlasenko
2007-05-31
1
-13
/
+27
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
24
-25
/
+24
*
mount: fix mounting of symlinks (mount from util-linux allows that)
Denis Vlasenko
2007-05-20
1
-1
/
+3
*
mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).
Denis Vlasenko
2007-05-09
1
-2
/
+1
*
loop device code: readability improvement
Denis Vlasenko
2007-04-19
1
-3
/
+6
*
switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.
Denis Vlasenko
2007-04-18
1
-7
/
+8
*
style fixes
Denis Vlasenko
2007-04-13
1
-3
/
+2
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
2
-12
/
+12
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
Rename two config options:
Denis Vlasenko
2007-04-10
1
-8
/
+29
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
1
-2
/
+0
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-5
/
+8
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
2
-3
/
+3
*
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
2
-4
/
+3
*
getopt: use getopt32 for option parsing - inspired by patch by
Denis Vlasenko
2007-04-07
1
-195
/
+158
*
[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)
Denis Vlasenko
2007-04-05
2
-6
/
+9
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
5
-12
/
+12
*
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-03-24
2
-3
/
+3
*
assorted fixes uncovered by randomconfig runs
Denis Vlasenko
2007-03-22
1
-0
/
+2
*
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-20
1
-1
/
+1
*
fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU
Denis Vlasenko
2007-03-19
1
-175
/
+177
*
fdisk: get rid of _() macro.
Denis Vlasenko
2007-03-19
5
-795
/
+791
*
mkfs_minix: remove older, less efficient bss reduction trick
Denis Vlasenko
2007-03-18
1
-4
/
+3
*
fdisk: move 2k ptes[] array into bb_common_bufsiz1
Denis Vlasenko
2007-03-18
1
-25
/
+32
*
mkfs_minix: stop using lots of bss/data.
Denis Vlasenko
2007-03-15
1
-178
/
+190
*
swapon: reinstate hole check but reduce it to warning
Denis Vlasenko
2007-03-14
1
-2
/
+2
[prev]
[next]