aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* setpriv: allow modifying inheritable capsPatrick Steinhardt2017-07-071-11/+95
* setpriv: dump ambient capabilitiesPatrick Steinhardt2017-07-061-0/+26
* setpriv: dump capability bounding setPatrick Steinhardt2017-07-061-0/+23
* setpriv: dump inheritable capability setPatrick Steinhardt2017-07-061-4/+147
* setpriv: dump no-new-privs infoPatrick Steinhardt2017-07-061-2/+10
* setpriv: dump user and group infoDenys Vlasenko2017-07-041-3/+62
* setpriv: prepare option parsing logic for additional optsPatrick Steinhardt2017-07-041-3/+11
* setpriv: do not process remaining argsPatrick Steinhardt2017-07-041-1/+2
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-0/+3
* unshare: fix help text; select LONG_OPTS instead depending on themDenys Vlasenko2017-06-141-3/+4
* setpriv: new appletAssaf Gordon2017-06-141-0/+73
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-175-5/+5
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-6/+1
* Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko2017-04-123-0/+614
* Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko2017-04-129-0/+1353
* fallocate: new appletDenys Vlasenko2017-04-112-1/+105
* fsfreeze: new appletDenys Vlasenko2017-04-111-0/+54
* switch_root: don't bail out when console doesn't existAndrei Gherzan2017-03-241-4/+6
* Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko2017-03-161-16/+8
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-162-2/+46
* libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-302-3/+3
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-296-3/+9
* xxd: make -p output lines actually end with a newlineDenys Vlasenko2017-01-251-1/+3
* xxd: implement -pDenys Vlasenko2017-01-252-18/+31
* hexdump/xxd: a bit more condensed formatsDenys Vlasenko2017-01-252-3/+3
* xxd: new appletDenys Vlasenko2017-01-252-9/+144
* make --help texts more uniformDenys Vlasenko2017-01-215-32/+32
* rdate: time(NULL) is shorter than time(&var)Denys Vlasenko2017-01-201-4/+1
* rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2017-01-201-6/+27
* fdisk: add typical values of -H and -S to --helpDenys Vlasenko2017-01-191-2/+2
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-112-12/+4
* more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko2017-01-111-57/+49
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-1042-145/+5
* df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-22/+3
* Code style fixes, no code changesDenys Vlasenko2016-11-282-5/+6
* fdisk_gpt: simplify GPT partition name printingDenys Vlasenko2016-11-271-2/+2
* fdisk: sanitize partition name printing; drop "Code" column; get rid of one s...Denys Vlasenko2016-11-272-15/+42
* Make "hd" independently selectableDenys Vlasenko2016-11-231-2/+3
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2341-555/+622
* Make mkfs.vfat and mkdosfs individually selectableDenys Vlasenko2016-11-163-8/+19
* Make mke2fs and mkfs.ext2 individually selectableDenys Vlasenko2016-11-163-8/+20
* Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-143-30/+50
* Make setarch/linux32/linux64 independently selectableDenys Vlasenko2016-11-131-5/+24
* more: accept and ignore a bunch of optionsDenys Vlasenko2016-10-111-1/+10
* mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko2016-09-271-8/+14
* mount: tweak "IPv6 scoped addr" commitDenys Vlasenko2016-09-261-3/+3
* libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-0/+6
* fdisk: fix CONFIG_FEATURE_SUN_LABEL=y buildDenys Vlasenko2016-09-171-36/+36
* mdev: create devices from /sys/devDenys Vlasenko2016-09-071-47/+41
* volume_id: Add support for UBIFSSerj Kalichev2016-09-064-1/+135