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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-16
1
-0
/
+7
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
4
-8
/
+9
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
5
-10
/
+10
*
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-05-07
1
-3
/
+5
*
fix build failure for libbusybox
Denis Vlasenko
2008-04-29
1
-3
/
+4
*
libbb: fix wrong sscanf count check (affects pidof etc)
Denis Vlasenko
2008-04-25
1
-1
/
+1
*
lineedit: hack for making it sort-of-work even if term width is wrong
Denis Vlasenko
2008-04-25
1
-0
/
+19
*
- bump copyright year
Bernhard Reutner-Fischer
2008-04-24
1
-1
/
+1
*
lineedit: filename completion on symlinks-to-dirs should add / too
Denis Vlasenko
2008-04-24
1
-8
/
+11
*
getopt32: fix "tar x" case; fix memory leak
Denis Vlasenko
2008-04-23
1
-5
/
+3
*
add forgotten files. I am forgetting it all the time :(
Denis Vlasenko
2008-04-22
1
-0
/
+23
*
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-04-22
4
-13
/
+18
*
getopt32: fix recently broken opt_complementary "--"
Denis Vlasenko
2008-04-21
1
-2
/
+3
*
tentative fix for ppc64 problems with ioctl.
Denis Vlasenko
2008-04-21
1
-6
/
+6
*
xmalloc_open_read_close: use fstat to get file size (instead of lseek).
Denis Vlasenko
2008-04-20
1
-0
/
+43
*
libbb: prevent xmalloc_open_read_close from dying on seek failure
Denis Vlasenko
2008-04-20
1
-7
/
+16
*
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-04-19
1
-1
/
+11
*
style fixes. no code changes
Denis Vlasenko
2008-04-19
1
-1
/
+1
*
fix english in comment
Denis Vlasenko
2008-04-13
1
-3
/
+3
*
ash: speed up NOFORK code in ash by eliminating second find_applet().
Denis Vlasenko
2008-04-13
1
-1
/
+10
*
fix build with gcc -combine
Denis Vlasenko
2008-04-11
1
-1
/
+14
*
actually adding xfuncs_printf.c :(
Denis Vlasenko
2008-04-09
1
-0
/
+521
*
Splitting xfuncs.c into two parts. No code chabges.
Denis Vlasenko
2008-04-09
3
-507
/
+26
*
Avoid linking in printf/bsearch if possible. -20k for static bbox with
Denis Vlasenko
2008-04-08
1
-23
/
+73
*
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-06
1
-6
/
+17
*
xfunc_die: resurrect (actually, it's "svn add" being forgotten again)
Denis Vlasenko
2008-04-01
1
-0
/
+40
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
4
-32
/
+55
*
copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.
Denis Vlasenko
2008-03-28
1
-8
/
+29
*
whitespace fixes
Denis Vlasenko
2008-03-28
1
-17
/
+13
*
mdev: plug a few memory and fd leaks; simplify code a bit
Denis Vlasenko
2008-03-27
1
-2
/
+4
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
3
-7
/
+8
*
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-26
1
-6
/
+8
*
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
2
-2
/
+2
*
lpd: fix OOM vulnerability (was eating arbitrarily large commands)
Denis Vlasenko
2008-03-24
1
-3
/
+6
*
inetd: use change_identity().
Denis Vlasenko
2008-03-20
1
-1
/
+1
*
die_if_bad_username: shrink: 88 -> 77 bytes
Denis Vlasenko
2008-03-19
1
-11
/
+13
*
...and actually adding new file now...
Denis Vlasenko
2008-03-19
1
-0
/
+34
*
adduser/addgroup: check username for invalid chars
Denis Vlasenko
2008-03-19
1
-0
/
+1
*
remove extra spaces in help text; delete duplicate #define
Denis Vlasenko
2008-03-17
1
-2
/
+0
*
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-6
/
+9
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
3
-8
/
+29
*
clean up TODO file. No real code changes.
Denis Vlasenko
2008-03-17
2
-2
/
+3
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
3
-3
/
+10
*
dnsd: properly set _src_ IP:port on outgoing UDP packets
Denis Vlasenko
2008-03-17
1
-3
/
+2
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
3
-7
/
+10
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-4
/
+4
*
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-17
1
-10
/
+8
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
2
-3
/
+29
*
nc: remove a bit of bloat
Denis Vlasenko
2008-03-12
1
-6
/
+1
[prev]
[next]