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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-07
vi: failure to open file is not an error when initialising buffer
Ron Yorston
1
-7
/
+5
2015-01-07
depmod: fix recent breakage in modules.dep generation
Denys Vlasenko
1
-7
/
+13
2015-01-06
libpwdgrp: line counting in error meesages is broken, remove it
Tito Ragusa
1
-3
/
+1
2015-01-05
swaponoff: add support for -e
René Rhéaume
1
-5
/
+13
2015-01-05
mpstat: code shrink
Denys Vlasenko
1
-6
/
+2
2015-01-05
free: handle "cached" value too
Guillermo Rodriguez
1
-31
/
+46
2015-01-05
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
5
-16
/
+20
2015-01-05
deleting unused ntpd_simple.c
Denys Vlasenko
1
-1005
/
+0
2015-01-05
libpwdgrp: fixes suggested by Tito, comment tweaks
Denys Vlasenko
1
-13
/
+14
2015-01-04
ntpd: relicense ntpd applet to ISC-style license
Adam Tkac
1
-19
/
+32
2015-01-04
libpwdgrp: another code shrink
Denys Vlasenko
1
-38
/
+31
2015-01-04
libpwdgrp: code shrink
Denys Vlasenko
1
-25
/
+16
2015-01-03
libpwdgrp: getgrXXX: empty string is not a member name, do not store it
Denys Vlasenko
1
-1
/
+4
2015-01-03
fix a SEGV in previous commit
Denys Vlasenko
1
-1
/
+1
2015-01-03
libpwdgrp: fix counting of commas in group list
Denys Vlasenko
1
-16
/
+18
2015-01-03
libpwdgrp: store getXXnam result in a single malloc block
Denys Vlasenko
1
-26
/
+32
2015-01-03
libpwdgrp: make db->def[] one byte shorter
Denys Vlasenko
1
-6
/
+11
2015-01-03
libpwdgrp: use a better estimate of max struct size
Denys Vlasenko
1
-5
/
+4
2015-01-03
libpwdgrp: reinstate Tito's optional atexit freeing
Denys Vlasenko
1
-0
/
+15
2015-01-03
libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)
Denys Vlasenko
1
-57
/
+74
2015-01-03
libpwdgrp: tweak comments, replace one xmalloc with xzalloc
Denys Vlasenko
1
-23
/
+17
2015-01-02
libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...
Denys Vlasenko
4
-42
/
+41
2015-01-02
libpwdgrp: rewritten to use malloced implementation
Tito Ragusa
5
-1067
/
+359
2015-01-01
modprobe: revert checking for /, stop doing basename() on modprobe args
Denys Vlasenko
3
-15
/
+12
2014-12-31
Makefile: fix cscope target
Bartosz Golaszewski
2
-18
/
+9
2014-12-29
ash: fix a SEGV in ${#1}
Denys Vlasenko
1
-9
/
+9
2014-12-25
udhcpd: account for script delay in lease
John Schroeder
1
-1
/
+5
2014-12-24
Start 1.24.0 development cycle
Denys Vlasenko
1
-2
/
+2
2014-12-24
Bump version to 1.23.0
1_23_0
Denys Vlasenko
1
-1
/
+1
2014-12-24
libbb: add sanity check in bb_arg_max()
Denys Vlasenko
1
-1
/
+9
2014-12-22
randomconfig fixes
Denys Vlasenko
4
-7
/
+7
2014-12-22
Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
Peter Kümmel
1
-0
/
+2
2014-12-21
udhcpc: account for script run time
Denys Vlasenko
1
-1
/
+5
2014-12-18
nanddump: don't show --bb in usage when disabled
Baruch Siach
1
-1
/
+3
2014-12-17
nandwrite: fix build when long options are disabled
Baruch Siach
1
-3
/
+4
2014-12-15
lineedit: don't block when looking for escape sequence in vi-mode
Ron Yorston
1
-1
/
+1
2014-12-11
tar: fix "tar -cJ" ignoring -J option. closes 7706
Denys Vlasenko
1
-38
/
+28
2014-12-10
lineedit: don't fall back to simple line input if tty is in raw mode
Denys Vlasenko
1
-2
/
+6
2014-12-10
Config: select PLATFORM_LINUX if using sendfile()
Bartosz Golaszewski
1
-0
/
+1
2014-12-10
flashcp: change BUFSIZE to 4k
Jacob Kjaergaard
1
-1
/
+1
2014-12-07
make xmalloc_open_zipped_read_close result NUL terminated
Denys Vlasenko
1
-1
/
+2
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
14
-125
/
+241
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
13
-70
/
+70
2014-11-30
man: do not mangle $MANPATH in memory
Denys Vlasenko
1
-3
/
+5
2014-11-27
libbb: use sendfile() to copy data between file descriptors
Bartosz Golaszewski
4
-42
/
+71
2014-11-27
man: accept a list of dirs in $MANPATH
Denys Vlasenko
1
-37
/
+49
2014-11-26
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2
-3
/
+6
2014-11-26
bbunit: fix WANT_TIMING compilation
Denys Vlasenko
1
-1
/
+1
2014-11-26
gitignore: add testsuite/echo-ne
Bartosz Golaszewski
1
-0
/
+1
2014-11-25
udhcpd: if a lease from lease file coincides with a static one, ignore it
Denys Vlasenko
1
-1
/
+13
[next]