.. |
.gitignore
|
build-sys: .gitignore hwclock-parse-date.c
|
2019-11-07 10:43:46 +01:00 |
adjtime_config.5.adoc
|
man pages: Fix punctuation, wording and markup
|
2021-12-15 15:03:05 +01:00 |
blkdiscard.8.adoc
|
blkdiscard: add extra exit code when device does not support discard
|
2022-12-07 11:43:20 +01:00 |
blkdiscard.c
|
exitcodes: add EXIT_NOTSUPP
|
2023-01-03 20:19:32 +00:00 |
blkpr.8.adoc
|
documentation: link to HTML versions of kernel docs on docs.kernel.org
|
2023-02-15 15:29:47 +02:00 |
blkpr.c
|
blkpr: mark data const
|
2023-01-23 13:52:00 +01:00 |
blkzone.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
blkzone.c
|
blkzone: don't take address of struct blk_zone
|
2023-05-31 16:11:46 +02:00 |
chcpu.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
chcpu.c
|
Fix memory leaks in the chcpu
|
2021-09-06 16:50:27 +08:00 |
chmem.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
chmem.c
|
lsmem: check errno after strto..()
|
2021-06-21 15:29:33 +02:00 |
choom.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
choom.c
|
choom: improve docs
|
2019-08-01 11:06:06 +02:00 |
ctrlaltdel.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
ctrlaltdel.c
|
ctrlaltdel: display error message indicated by errno
|
2020-03-29 20:19:11 +01:00 |
dmesg.1.adoc
|
dmesg: (man) add note about subsecond support
|
2023-01-25 12:57:50 +01:00 |
dmesg.c
|
dmesg: -r LOG_MAKEPRI needs fac << 3
|
2023-06-26 13:27:02 +02:00 |
eject.1.adoc
|
eject.1.adoc: Fix markup
|
2022-02-13 13:19:51 +01:00 |
eject.c
|
eject: also use sysfs_blkdev_is_removable
|
2023-01-24 17:26:15 +01:00 |
fallocate.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
fallocate.c
|
fallocate: add verbose messages
|
2021-09-27 15:40:11 +02:00 |
flock.1.adoc
|
flock: Decribe limitations of flock: deadlock, NFS, CIFS
|
2022-03-25 09:26:48 +01:00 |
flock.c
|
flock: timeout_expired must be volatile qualified
|
2023-01-15 01:33:14 +00:00 |
fsfreeze.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
fsfreeze.c
|
fsfreeze: remove unnecessary condition [lgtm scan]
|
2019-09-20 15:57:31 +02:00 |
fstab.5.adoc
|
fstab: add hint about systemd reload
|
2023-05-23 11:34:19 +02:00 |
fstrim.8.adoc
|
fstrim: add --types to filter out by filesystem types
|
2023-01-24 19:03:15 +01:00 |
fstrim.c
|
fstrim: add --types to filter out by filesystem types
|
2023-01-24 19:03:15 +01:00 |
fstrim.service.in
|
fstrim: add --listed-in <file[:file ..]>
|
2020-05-22 14:48:31 +02:00 |
fstrim.timer
|
minor: clarity in fstrim.timer
|
2022-05-20 16:47:12 +10:00 |
hwclock-cmos.c
|
hwclock: constify struct clock_opts
|
2023-04-04 16:36:20 +00:00 |
hwclock-parse-date.y
|
clang: ignore -Wunused-but-set-variable
|
2022-12-12 21:02:52 +00:00 |
hwclock-rtc.c
|
hwclock: add support for RTC_VL_READ/RTC_VL_CLR ioctls
|
2023-06-22 10:27:36 +02:00 |
hwclock.8.adoc
|
hwclock: add --vl-read, --vl-clear documentation and bash-completion
|
2023-06-22 10:27:36 +02:00 |
hwclock.c
|
hwclock: add support for RTC_VL_READ/RTC_VL_CLR ioctls
|
2023-06-22 10:27:36 +02:00 |
hwclock.h
|
hwclock: add support for RTC_VL_READ/RTC_VL_CLR ioctls
|
2023-06-22 10:27:36 +02:00 |
ipcmk.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
ipcmk.c
|
ipcmk: fix strtoul use, remove deadcode [coverity scan]
|
2021-08-18 10:38:52 +02:00 |
ipcrm.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
ipcrm.c
|
ipcs: check errno after strto..()
|
2021-06-21 15:20:20 +02:00 |
ipcs.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
ipcs.c
|
ipcs: do not use atoi()
|
2021-06-22 17:04:24 +02:00 |
ipcutils.c
|
ipc_msg_get_limits: always initialize memory
|
2023-01-08 16:28:48 +00:00 |
ipcutils.h
|
ipcs: use new ul_path_* API
|
2018-06-21 13:07:46 +02:00 |
irq-common.c
|
irqtop: improve delta-sort stability
|
2022-11-20 20:18:16 -06:00 |
irq-common.h
|
irqtop: support -C/--cpu-list
|
2022-04-01 10:21:31 +02:00 |
irqtop.1.adoc
|
[man] Fix typo in irqtop.1.adoc
|
2023-06-16 16:31:47 +02:00 |
irqtop.c
|
irqtop: support -C/--cpu-list
|
2022-04-01 10:21:31 +02:00 |
ldattach.8.adoc
|
ldattach.8.adoc: Add missing standard options
|
2022-02-03 20:32:48 +01:00 |
ldattach.c
|
ldattach: fix --intro-command and --pause
|
2022-12-05 12:36:42 +01:00 |
losetup.8.adoc
|
losetup: Fix typo for the --sector-size docs
|
2022-05-12 23:35:21 +02:00 |
losetup.c
|
losetup: deduplicate find_unused() logic
|
2023-06-25 10:06:21 +02:00 |
lscpu-arm.c
|
Fix Blizzard-M2-Max
|
2023-05-29 14:47:50 +02:00 |
lscpu-cpu.c
|
lscpu: fix memory leaks
|
2020-11-13 10:20:33 +01:00 |
lscpu-cputype.c
|
lscpu: Add "ISA" field into lscpu_cputype and determine loongarch op-mode from its value
|
2023-03-22 21:03:18 +08:00 |
lscpu-dmi.c
|
lscpu: add more sanity checks for dmi_decode_cputype()
|
2021-06-18 17:51:11 +02:00 |
lscpu-topology.c
|
lscpu: use topology maps in more robust way
|
2022-09-19 13:30:14 +02:00 |
lscpu-virt.c
|
lscpu: check errno after strto..()
|
2021-06-21 15:22:04 +02:00 |
lscpu.1.adoc
|
lscpu: add --hierarchic
|
2022-06-29 15:35:43 +02:00 |
lscpu.c
|
lscpu: fix -p --output-all caches delimiter
|
2023-04-17 10:50:08 +02:00 |
lscpu.h
|
lscpu: Add "ISA" field into lscpu_cputype and determine loongarch op-mode from its value
|
2023-03-22 21:03:18 +08:00 |
lsipc.1.adoc
|
lsipc: add -y,--shell
|
2022-02-14 14:00:14 +01:00 |
lsipc.c
|
misc: constify some fields
|
2023-06-03 10:13:59 +02:00 |
lsirq.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
lsirq.c
|
irqtop: support -C/--cpu-list
|
2022-04-01 10:21:31 +02:00 |
lsmem.1.adoc
|
Fix several adoc files as reported by Helge Kreutzmann
|
2022-02-13 19:26:07 +01:00 |
lsmem.c
|
lsmem: check errno after strto..()
|
2021-06-21 15:29:33 +02:00 |
lsns.8.adoc
|
lsns: report unsupported ioctl
|
2022-12-21 03:41:27 +00:00 |
lsns.c
|
lsns: report unsupported ioctl
|
2022-12-21 03:41:27 +00:00 |
Makemodule.am
|
lib: remove pager.c from libcommon
|
2023-06-20 13:15:45 +02:00 |
meson.build
|
lib: remove pager.c from libcommon
|
2023-06-20 13:15:45 +02:00 |
mount.8.adoc
|
sys-utils: fix SELinux context example in mount.8
|
2023-06-20 11:27:07 +02:00 |
mount.c
|
mount: improve code readability
|
2023-05-23 10:47:18 +02:00 |
mountpoint.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
mountpoint.c
|
mountpoint: different exit status for errors and non-mountpoint situation
|
2021-03-11 10:48:36 +01:00 |
nsenter.1.adoc
|
Add --user-parent option to nsenter
|
2023-06-23 00:26:13 +06:00 |
nsenter.c
|
nsenter: avoid NULL pointer dereference [coverity scan]
|
2023-06-28 10:19:34 +02:00 |
pivot_root.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
pivot_root.c
|
misc: consolidate version printing and close_stdout()
|
2019-04-16 15:14:13 +02:00 |
prlimit.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
prlimit.c
|
prlimit: reject trailing junk in limits without ":"
|
2023-06-29 20:13:01 +02:00 |
readprofile.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
readprofile.c
|
readprofile: use snprintf() rather than sprintf()
|
2021-07-27 13:31:57 +02:00 |
renice.1.adoc
|
doc: update renice.1 for spelling and style
|
2023-01-06 01:43:22 +01:00 |
renice.c
|
Changes for review
|
2023-01-02 18:18:43 +01:00 |
rfkill.8.adoc
|
documentation: link to HTML versions of kernel docs on docs.kernel.org
|
2023-02-15 15:29:47 +02:00 |
rfkill.c
|
rfkill: quit when read end of stdout is closed
|
2021-08-18 17:37:22 +02:00 |
rtcwake.8.adoc
|
Fix several adoc files as reported by Helge Kreutzmann
|
2022-02-13 19:26:07 +01:00 |
rtcwake.c
|
rtcwake: fix time_t=long assumptions
|
2021-05-06 11:07:22 +02:00 |
setarch.8.adoc
|
Fix mmap/ioctl(3p) references in manual
|
2023-04-11 12:56:13 +02:00 |
setarch.c
|
setarch: add loongarch support
|
2023-03-28 18:59:23 +02:00 |
setpriv.1.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
setpriv.c
|
Merge branch 'privfix' of https://github.com/ericonr/util-linux
|
2020-11-23 10:19:01 +01:00 |
setsid.1.adoc
|
build-sys: make man pages location independent
|
2021-03-31 11:50:47 +02:00 |
setsid.c
|
misc: consolidate version printing and close_stdout()
|
2019-04-16 15:14:13 +02:00 |
swapoff.c
|
swapon: add --fstab command line option
|
2023-01-16 13:47:36 +01:00 |
swapon-common.c
|
swapon: add --fstab command line option
|
2023-01-16 13:47:36 +01:00 |
swapon-common.h
|
swapon: add --fstab command line option
|
2023-01-16 13:47:36 +01:00 |
swapon.8.adoc
|
swapon: (man) use correct markup for external man page links
|
2023-04-10 16:44:52 +02:00 |
swapon.c
|
misc: constify some fields
|
2023-06-03 10:13:59 +02:00 |
switch_root.8.adoc
|
switch_root: (man) fix return code description
|
2022-08-02 10:55:16 +02:00 |
switch_root.c
|
switch_root: check if mount point to move even exists
|
2021-02-08 15:35:07 +01:00 |
tunelp.8.adoc
|
build-sys: make man pages location independent
|
2021-03-31 11:50:47 +02:00 |
tunelp.c
|
[clang-tidy] fix misleading identation
|
2020-04-20 13:21:00 -07:00 |
umount.8.adoc
|
libmount: remove mtab related code
|
2022-06-17 17:45:29 +02:00 |
umount.c
|
umount: don't ignore --quiet for non-root users
|
2023-02-09 14:11:00 +01:00 |
unshare.1.adoc
|
unshare: (man) fix example formatting
|
2023-03-13 16:34:09 +01:00 |
unshare.c
|
unshare: allow negative time offsets
|
2023-06-30 22:36:06 +02:00 |
wdctl.8.adoc
|
man pages: unify output of --help and --version
|
2022-02-01 20:49:24 +01:00 |
wdctl.c
|
misc: constify some fields
|
2023-06-03 10:13:59 +02:00 |
zramctl.8.adoc
|
documentation: link to HTML versions of kernel docs on docs.kernel.org
|
2023-02-15 15:29:47 +02:00 |
zramctl.c
|
zramctl: fix compiler warning [-Werror=maybe-uninitialized]
|
2022-06-06 16:19:16 +02:00 |