index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-28
libbb/procps.c: make fast_strtoul_10() stop on '\n' too
Denys Vlasenko
1
-4
/
+5
2012-02-28
grep: support for -x, match whole line
Natanael Copa
1
-3
/
+9
2012-02-28
libbb/procps.c: make fast_strtoul_10() stop on '\n' too
Denys Vlasenko
1
-1
/
+2
2012-02-28
du: use long long for size field
Ian Wienand
1
-5
/
+5
2012-02-28
ntpd: fix offset adjustment after step; better step printing
Denys Vlasenko
1
-17
/
+23
2012-02-23
ntpd: increase OPT_qq constant to not collide with -L
Denys Vlasenko
1
-14
/
+14
2012-02-23
tar: add support for PAX-encoded path=LONGFILENAME
Denys Vlasenko
4
-44
/
+46
2012-02-23
mkdir: fix permissions on 64-bit platforms
Timo Teras
1
-3
/
+4
2012-02-19
ifupdown: support metric for static default gw
Natanael Copa
1
-4
/
+4
2012-02-19
httpd: make byte ranges which start at 0 work too. Closes 4766
Denys Vlasenko
1
-6
/
+7
2012-02-19
modprobe-small: add comment about aliased commands' help text
Denys Vlasenko
1
-0
/
+4
2012-02-19
depmod: supply help text
Lauri Kasanen
1
-9
/
+18
2012-02-09
getopt: trim help text
Denys Vlasenko
1
-2
/
+1
2012-02-09
applets_sh/*: Add a few more examples of "shell applets"
Pere Orga
4
-0
/
+22
2012-02-09
getopt: simple code shrink; expand help text
Denys Vlasenko
1
-16
/
+36
2012-02-09
Make unix (local) sockets work without IPv6 enabled
Jonh Wendell
2
-12
/
+9
2012-02-06
mdev: add a comment. no code changes
Denys Vlasenko
1
-1
/
+5
2012-02-05
acpid: do not install handlers for fatal signals
Denys Vlasenko
1
-2
/
+6
2012-02-04
cttyhack: handle multiple consoles found in sysfs
Aaro Koskinen
1
-3
/
+10
2012-02-04
httpd: fix sendfile of files larger than 2 Gb. Closes 4754
Denys Vlasenko
1
-1
/
+1
2012-02-02
tweak comment, no code changes
Denys Vlasenko
1
-3
/
+3
2012-02-01
httpd: fix MD5-encrypted-in-httpd.conf password logic
Denys Vlasenko
2
-27
/
+39
2012-01-31
modprobe: accept -b even if blacklist functionality is disabled
Felipe Contreras
2
-8
/
+9
2012-01-31
vi: add ":prev" command support
Dennis Groenen
1
-11
/
+18
2012-01-31
vi: move mark[i] pointers if text[] moves after realloc
Denys Vlasenko
1
-27
/
+37
2012-01-30
login: -f should not ask for password even with PAM
Sergey Naumov
1
-8
/
+10
2012-01-30
init: add a segv debugging aid, disabled by default
Denys Vlasenko
1
-0
/
+51
2012-01-30
gen_build_files.sh: exclude hidden directories
Paulius Zaleckas
1
-2
/
+5
2012-01-30
mdev: fix wrong sizeof
Javier Viguera
1
-1
/
+1
2012-01-18
bootchartd: add process accounting feature
Quentin Casasnovas
1
-15
/
+24
2012-01-18
find_mount_point: fix find_mount_point for char devices
Javier Viguera
1
-1
/
+2
2012-01-16
vconfig: fix help text; small code shrink. Closes 4658
Denys Vlasenko
1
-55
/
+41
2012-01-15
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
3
-5
/
+6
2012-01-15
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
Denys Vlasenko
2
-7
/
+16
2012-01-15
sed: fix possible case of signed char bug; expand debugging printouts
Denys Vlasenko
1
-13
/
+25
2012-01-11
mke2fs: do not zero out first kilobyte. Closes 3247
Denys Vlasenko
1
-1
/
+5
2012-01-11
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676
Denys Vlasenko
3
-4
/
+6
2012-01-09
acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.
Denys Vlasenko
1
-19
/
+35
2012-01-08
passwd,cryptpw: make default encryption algorithm configurable
Denys Vlasenko
4
-2
/
+11
2012-01-08
Move include <shadow.h> close to pwd.h and grp.h includes
Denys Vlasenko
1
-8
/
+8
2012-01-08
Move Adroid endgrent() and endpwent() NOPS to libbb.h
Denys Vlasenko
2
-7
/
+6
2012-01-06
libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions
Denys Vlasenko
1
-62
/
+38
2012-01-06
libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC
Denys Vlasenko
1
-0
/
+3
2012-01-06
platform.h: define endgrent() and endpwent() as no-ops on Android
Denys Vlasenko
3
-2
/
+7
2011-12-22
libbb/bb_strtonum: always set end ptr, even on error return
Denys Vlasenko
1
-19
/
+40
2011-12-22
kill: fix segfault in arguments parsing
Alexey Fomenko
1
-4
/
+7
2011-12-20
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
Denys Vlasenko
1
-3
/
+9
2011-12-20
makemime: tweak help text: -a HDR can be repeated
Denys Vlasenko
1
-3
/
+3
2011-12-19
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
Denys Vlasenko
2
-19
/
+34
2011-12-18
wget: fix use-after-free on redirect
Denys Vlasenko
1
-2
/
+4
[next]