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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2015-01-05
1
-0
/
+2
*
libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...
Denys Vlasenko
2015-01-02
3
-26
/
+25
*
libpwdgrp: rewritten to use malloced implementation
Tito Ragusa
2015-01-02
2
-78
/
+1
*
Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
Peter Kümmel
2014-12-22
1
-0
/
+2
*
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
2
-15
/
+30
*
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2014-12-07
1
-12
/
+12
*
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2014-11-26
1
-2
/
+5
*
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-11-04
1
-0
/
+1
*
less: move "retry-on-EAGAIN" logic closer to read ops
Denys Vlasenko
2014-09-22
1
-2
/
+2
*
taskset: support CPU masks for more than 64 CPUs
Denys Vlasenko
2014-08-17
1
-1
/
+0
*
ftpd: add optional support for authentication
Morten Kvistgaard
2014-08-05
1
-0
/
+1
*
Rename INIT_LAST to INIT_FUNC to avoid confusion
Bartosz Golaszewski
2014-06-30
2
-3
/
+3
*
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2014-06-22
2
-0
/
+138
*
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
1
-0
/
+1
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
1
-0
/
+8
*
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-19
1
-0
/
+2
*
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
1
-3
/
+3
*
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-04-30
1
-0
/
+1
*
crond: tweak help text, make course less cryptic
Denys Vlasenko
2014-04-30
1
-1
/
+0
*
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2014-04-19
1
-25
/
+25
*
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-04-13
1
-2
/
+14
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
1
-0
/
+2
*
zcat: complain if input is not compressed
Denys Vlasenko
2014-02-02
1
-3
/
+3
*
Another FreeBSD fix from Matthias Andree
Denys Vlasenko
2014-01-08
1
-3
/
+12
*
platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD
Denys Vlasenko
2014-01-07
1
-5
/
+12
*
platform: strchrnul is missing if __APPLE__
Daniel Borca
2013-11-27
1
-1
/
+1
*
rfkill: use new-style config/kbuild/applet
Denys Vlasenko
2013-11-20
1
-1
/
+0
*
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
1
-3
/
+4
*
sulogin: use common password-checking routine.
Denys Vlasenko
2013-11-19
1
-1
/
+2
*
archival/*: move "applet:" snippets into .c files, part 2
Denys Vlasenko
2013-11-14
1
-7
/
+0
*
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-15
/
+0
*
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
2013-11-13
1
-4
/
+0
*
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
2013-11-12
1
-1
/
+0
*
fstrim: use new-style config/kbuild/applet snippets; trim help text
Denys Vlasenko
2013-11-12
1
-1
/
+0
*
fstrim: New applet
Malek Degachi
2013-11-09
1
-0
/
+1
*
libbb: use <poll.h> instead of <sys/poll.h>
Thomas Petazzoni
2013-10-16
1
-2
/
+2
*
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
Guilherme Maciel Ferreira
2013-10-16
1
-0
/
+5
*
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
Ryan Mallon
2013-10-08
1
-3
/
+6
*
wall: access FILE under real user's credentials
Denys Vlasenko
2013-10-06
1
-2
/
+0
*
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-09-06
1
-2
/
+2
*
Whitespace fixes
Denys Vlasenko
2013-07-30
3
-5
/
+5
*
catv: code shrink
Denys Vlasenko
2013-07-30
1
-1
/
+4
*
Refactor catv. Move visible() from stty to libbb.
Bartosz Golaszewski
2013-07-30
1
-0
/
+4
*
buildsys: Add helper to list suid applets
Bernhard Reutner-Fischer
2013-07-26
1
-1
/
+8
*
networking: code shrink
Bartosz Golaszewski
2013-07-25
1
-0
/
+1
*
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2013-07-13
1
-0
/
+3
*
Move create_icmp[6]_socket to its only user, and simplify it
Denys Vlasenko
2013-06-28
1
-3
/
+0
*
losetup: assorted fixes. Closes 6314
Denys Vlasenko
2013-06-27
1
-2
/
+2
*
md5/sha512: a better fix for strict aliasing warnings
Denys Vlasenko
2013-06-27
1
-0
/
+1
*
ash,hush: history builtin
Flemming Madsen
2013-04-07
1
-1
/
+2
[next]