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
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+5
|
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-0
/
+1
|
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
1
-0
/
+4
|
*
libbb: introduce and use xsettimeofday()
Denys Vlasenko
2020-12-16
1
-0
/
+2
|
*
lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
2020-12-16
1
-5
/
+11
|
*
libbb: enable fixed 4k pagesize for 32bit ARM
Denys Vlasenko
2020-12-15
1
-0
/
+5
|
*
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
1
-0
/
+18
|
*
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-14
1
-0
/
+3
|
*
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
1
-0
/
+1
|
*
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
2020-12-02
1
-2
/
+2
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+2
|
*
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
1
-1
/
+2
|
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
1
-3
/
+1
|
*
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2020-11-29
1
-3
/
+4
|
*
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-28
1
-2
/
+2
|
*
base32: new applet
Denys Vlasenko
2020-11-26
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-12
/
+22
|
\
|
|
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-4
/
+12
|
*
tydy up a few uses of recursive_action(), no logic changes
Denys Vlasenko
2020-10-01
1
-3
/
+3
|
*
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
1
-1
/
+1
|
*
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
1
-3
/
+4
|
*
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
2020-10-01
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
1
-0
/
+7
|
\
|
|
*
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
2020-07-20
1
-0
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-0
/
+3
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+1
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+2
*
|
ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes
Ron Yorston
2020-04-13
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-18
1
-0
/
+2
|
\
|
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
1
-0
/
+13
|
\
|
|
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
1
-0
/
+13
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-1
/
+21
|
\
|
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-1
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-4
/
+50
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+44
|
*
mount,losetup: use /dev/loop-control is it exists
Denys Vlasenko
2019-06-09
1
-3
/
+4
|
*
libbb: move netlink socket binding to the utility function
Denys Vlasenko
2019-06-03
1
-0
/
+1
|
*
losetup: Add partition scanning option
Jack O'Sullivan
2019-05-30
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-1
/
+9
|
\
|
|
*
libarchive: treat one "FIXME: avoid seek"
Denys Vlasenko
2019-05-24
1
-0
/
+1
|
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
1
-1
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
1
-1
/
+5
|
\
|
|
*
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-03-30
1
-1
/
+1
|
*
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-03-17
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-16
1
-0
/
+2
|
\
|
|
*
watch: support fractional -n SEC
Denys Vlasenko
2019-03-12
1
-0
/
+2
*
|
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
1
-5
/
+5
|
\
|
|
*
start-stop-daemon: create pidfile before parent exits, closes 8596
Denys Vlasenko
2019-01-14
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-2
/
+9
|
\
|
[prev]
[next]