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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- don't free user-supplied string (via -e)
Bernhard Reutner-Fischer
2008-08-05
1
-3
/
+3
*
Apply post-1.11.0 patches. Bump version to 1.11.1.
Denis Vlasenko
2008-07-11
1
-3
/
+1
*
trim usage text
Denis Vlasenko
2008-06-22
1
-6
/
+3
*
Specially for Bernhard Fischer introduce USE_BB_CRYPT
Denis Vlasenko
2008-06-15
1
-0
/
+3
*
udhcpc: kill undocumented -W, it was a no-op.
Denis Vlasenko
2008-06-13
2
-2
/
+4
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-1
/
+1
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-12
/
+10
*
mktemp: make default tempfile template shorter;
Denis Vlasenko
2008-06-08
1
-1
/
+1
*
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-07
1
-0
/
+8
*
klogd: make help text more understandable
Denis Vlasenko
2008-06-06
1
-2
/
+2
*
- fix compilation on standard-conforming compilers
Bernhard Reutner-Fischer
2008-06-06
1
-1
/
+1
*
which: -a support (needed for bfin uclibc build script)
Denis Vlasenko
2008-06-05
1
-1
/
+1
*
mktemp: make argument optional (coreutil 6.12 compat)
Denis Vlasenko
2008-06-05
1
-6
/
+5
*
change default rtcwake mode to match changed behavior in upstream util-linux
Mike Frysinger
2008-06-04
1
-1
/
+1
*
networking/interface.c: fix indentation
Denis Vlasenko
2008-06-04
1
-0
/
+2
*
make the help for rtcwake reflect the actual default behavior
Mike Frysinger
2008-06-02
1
-1
/
+1
*
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
2
-4
/
+7
*
- add strrchr
Bernhard Reutner-Fischer
2008-05-28
1
-0
/
+1
*
- remove duplicate helptext of dhcprelay and improve it
Bernhard Reutner-Fischer
2008-05-27
1
-7
/
+3
*
udhcpc: shrink
Denis Vlasenko
2008-05-26
1
-1
/
+14
*
- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...
Bernhard Reutner-Fischer
2008-05-26
2
-0
/
+7
*
move setgroups definition to libbb.h so that it no longer inadvertently
Denis Vlasenko
2008-05-25
2
-6
/
+3
*
inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Denis Vlasenko
2008-05-24
2
-0
/
+25
*
last: trim help text
Denis Vlasenko
2008-05-22
1
-3
/
+3
*
last: optional alternative sysv-like implementation
Denis Vlasenko
2008-05-22
1
-2
/
+8
*
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-19
2
-2
/
+4
*
swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)
Denis Vlasenko
2008-05-18
1
-1
/
+4
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-1
/
+1
*
start_stop_daemon: add -test, fix -x to not match by inode,
Denis Vlasenko
2008-05-18
1
-32
/
+51
*
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-16
2
-1
/
+4
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-09
11
-58
/
+131
*
- fix selinux stuff
Bernhard Reutner-Fischer
2008-05-08
1
-7
/
+7
*
- correct usage helptext of ifupdown
Bernhard Reutner-Fischer
2008-05-08
1
-4
/
+8
*
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-05-07
1
-0
/
+4
*
uniq: support -w. closes bug 3094.
Denis Vlasenko
2008-05-03
1
-5
/
+5
*
remove stray semicolon
Denis Vlasenko
2008-04-30
1
-1
/
+1
*
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-27
1
-3
/
+4
*
date: make it accept ISO date format. Fix help text.
Denis Vlasenko
2008-04-25
1
-1
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-04-22
2
-2
/
+2
*
tentative fix for ppc64 problems with ioctl.
Denis Vlasenko
2008-04-21
1
-6
/
+7
*
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-04-19
1
-2
/
+5
*
top: fix build failure
Denis Vlasenko
2008-04-17
1
-5
/
+0
*
make test, [ and [[ all NOFORK, for consistency.
Denis Vlasenko
2008-04-13
2
-336
/
+361
*
man: new applet. ~600 bytes.
Denis Vlasenko
2008-04-13
2
-0
/
+9
*
dd: update usage text
Denis Vlasenko
2008-04-07
1
-4
/
+8
*
ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)
Denis Vlasenko
2008-04-07
1
-0
/
+4
*
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
Denis Vlasenko
2008-04-06
2
-4
/
+8
*
cpio: optional support for writing cpio files in newc format.
Denis Vlasenko
2008-04-05
1
-2
/
+9
*
udhcpc: add -o "do not request options by default" switch
Denis Vlasenko
2008-04-02
1
-5
/
+7
[next]