aboutsummaryrefslogtreecommitdiff
path: root/util-linux/uevent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* help text tweaksDenys Vlasenko2020-12-181-1/+1
* libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-6/+1
* uevent: make it survive ENOBUFSDenys Vlasenko2020-11-221-13/+22
* uevent: increase netlink buffer sizesDenys Vlasenko2020-11-221-10/+14
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-27/+10
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* uevent: placate gccDenys Vlasenko2017-08-161-1/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+0
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-3/+3
* uevent: new appletDenys Vlasenko2015-04-161-0/+127