index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
util-linux
Age
Commit message (
Expand
)
Author
2019-06-08
blockdev: add usage comment, no code changes
Denys Vlasenko
2019-06-03
libbb: move netlink socket binding to the utility function
Denys Vlasenko
2019-06-03
mdev: add support to run as daemon
Jan Klötzke
2019-06-03
mdev: use option parser helper
Jan Klötzke
2019-06-03
mdev: move action processing into separate functions
Jan Klötzke
2019-05-30
losetup: Add partition scanning option
Jack O'Sullivan
2019-05-23
losetup: implement -c
Denys Vlasenko
2019-05-14
style fix, no code changes
Denys Vlasenko
2019-04-05
chrt: fix for SCHED_RESET_ON_FORK bit
Denys Vlasenko
2019-04-05
chrt: do not segfault if policy number is unknown
Denys Vlasenko
2019-03-30
blockdev: code shrink
Denys Vlasenko
2019-03-15
Fix off by one error in FAT16 <=> FAT32 detection
Thomas Frauendorfer
2018-12-28
config: add size information for three more applets
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-12-08
mdev: suppress aliasing warning
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
docs: add embedded-scripts.txt
Ron Yorston
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
2018-09-30
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-28
move storage helpers to libbb.h
Denys Vlasenko
2018-07-25
fdisk: code shrink
Denys Vlasenko
2018-07-25
fdisk: sync up with some util-linux 2.31 behavior
Denys Vlasenko
2018-07-25
fdisk: use strtoul[l] instead of atoi, closes 11176
Denys Vlasenko
2018-07-17
whitespace fixes
Denys Vlasenko
2018-06-26
fdisk: placate warning of strncpy not copying NUL byte
Denys Vlasenko
2018-06-26
randomconfig fixes
Denys Vlasenko
2018-06-06
restore documentation on the build config language
Kartik Agaram
2018-05-26
fdisk: remove "Partition N does not end on cylinder boundary" message
Denys Vlasenko
2018-05-13
nsenter: fix parsing of -t, -S and -G options
Euan Harris
2018-05-13
nsenter: Rename --network option to --net
Euan Harris
2018-04-17
libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...
Denys Vlasenko
2018-04-08
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-03-29
fstrim: do not check that specified file is on a block device
Denys Vlasenko
2018-03-11
readprofile: code shrink
Denys Vlasenko
2018-03-08
ipcs: further code shrink
Denys Vlasenko
2018-03-08
ipcs: code shrink
Denys Vlasenko
2018-02-21
libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT
Denys Vlasenko
2018-02-20
umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified
Denys Vlasenko
2018-02-15
mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms
Denys Vlasenko
2018-02-13
inetd,mount: add comment with example of flags to build with libtirpc
Denys Vlasenko
2018-02-01
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2018-01-25
chrt: code shrink
Denys Vlasenko
2018-01-23
chrt: use correct min/max priorities
Denys Vlasenko
2018-01-23
chrt: add support for SCHED_IDLE
Povilas Kanapickas
2018-01-23
chrt: add support for SCHED_BATCH
Povilas Kanapickas
2018-01-19
volume_id: add LittleFS detection
Sven-Göran Bergh
2018-01-14
renice: add comment about getpwnam/NOFORK interaction
Denys Vlasenko
2018-01-14
renice: use BUILD_BUG_ON()
Denys Vlasenko
2018-01-14
cal: make it NOEXEC
Denys Vlasenko
2018-01-08
umount: ignore -c
Shawn Landden
[next]