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
/
util-linux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mdev: add -v to increase log verbosity
Jan Klötzke
2020-11-22
1
-3
/
+8
*
mdev: add syslog logging mode
Jan Klötzke
2020-11-22
1
-6
/
+18
*
mdev: re-initialize if uevent messages were lost
Jan Klötzke
2020-11-22
1
-0
/
+10
*
mdev: move daemon setup to dedicated function
Jan Klötzke
2020-11-22
1
-17
/
+27
*
uevent: increase netlink buffer sizes
Denys Vlasenko
2020-11-22
1
-10
/
+14
*
mdev: increase netlink buffer sizes
Jan Klötzke
2020-11-22
1
-9
/
+17
*
volume_id: improve struct layout (smaller offesets, smaller insns on x86)
Denys Vlasenko
2020-11-19
1
-3
/
+3
*
util-linux: support erofs filesystem
Norbert Lange
2020-11-18
3
-0
/
+72
*
chrt: support for musl C library
Christian Eggers
2020-11-15
1
-2
/
+32
*
compat: move hexdump -R functionality to xxd -r
Denys Vlasenko
2020-10-25
2
-64
/
+73
*
xxd: fix printing of trailing spaces
Denys Vlasenko
2020-10-20
1
-0
/
+1
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
4
-9
/
+12
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
4
-31
/
+24
*
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
2020-10-01
2
-2
/
+62
*
hwclock: Fix settimeofday for glibc v2.31+
Eddie James
2020-08-15
1
-3
/
+11
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
36
-42
/
+0
*
acpid: only display -p if supported in usage
Norbert Lange
2020-06-29
1
-1
/
+3
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-1
/
+1
*
fdisk: add HFS / HFS+ partition type
Denys Vlasenko
2020-02-14
1
-6
/
+4
*
Remove stime() function calls
Alistair Francis
2019-11-19
1
-2
/
+6
*
taskset: tighten the check for stride values
Denys Vlasenko
2019-11-09
1
-2
/
+2
*
taskset: implement stride argument
Denys Vlasenko
2019-11-09
1
-5
/
+10
*
taskset: update comment
Denys Vlasenko
2019-11-08
1
-2
/
+8
*
taskset: add support for taking/printing CPU list (-c option)
Denys Vlasenko
2019-11-01
1
-11
/
+118
*
suppress a few "unused function" warnings
Denys Vlasenko
2019-10-25
1
-0
/
+2
*
fdisk_aix: fix aliasing warning, comment out unused global variables
Denys Vlasenko
2019-10-04
2
-23
/
+23
*
fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink
Denys Vlasenko
2019-10-04
4
-34
/
+29
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
28
-79
/
+85
*
mount,losetup: use /dev/loop-control is it exists
Denys Vlasenko
2019-06-09
1
-1
/
+7
*
blockdev: add usage comment, no code changes
Denys Vlasenko
2019-06-08
1
-1
/
+11
*
libbb: move netlink socket binding to the utility function
Denys Vlasenko
2019-06-03
2
-47
/
+18
*
mdev: add support to run as daemon
Jan Klötzke
2019-06-03
1
-17
/
+120
*
mdev: use option parser helper
Jan Klötzke
2019-06-03
1
-2
/
+9
*
mdev: move action processing into separate functions
Jan Klötzke
2019-06-03
1
-72
/
+82
*
losetup: Add partition scanning option
Jack O'Sullivan
2019-05-30
1
-10
/
+17
*
losetup: implement -c
Denys Vlasenko
2019-05-23
1
-10
/
+22
*
style fix, no code changes
Denys Vlasenko
2019-05-14
1
-1
/
+4
*
chrt: fix for SCHED_RESET_ON_FORK bit
Denys Vlasenko
2019-04-05
1
-0
/
+11
*
chrt: do not segfault if policy number is unknown
Denys Vlasenko
2019-04-05
1
-28
/
+34
*
blockdev: code shrink
Denys Vlasenko
2019-03-30
1
-81
/
+58
*
Fix off by one error in FAT16 <=> FAT32 detection
Thomas Frauendorfer
2019-03-15
1
-1
/
+1
*
config: add size information for three more applets
Denys Vlasenko
2018-12-28
2
-2
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
53
-60
/
+60
*
mdev: suppress aliasing warning
Denys Vlasenko
2018-12-08
1
-1
/
+11
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-1
/
+1
*
docs: add embedded-scripts.txt
Ron Yorston
2018-11-27
1
-1
/
+1
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-0
/
+27
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
1
-1
/
+1
*
move storage helpers to libbb.h
Denys Vlasenko
2018-09-28
3
-46
/
+0
*
fdisk: code shrink
Denys Vlasenko
2018-07-25
1
-5
/
+27
[prev]
[next]