A collection of basic system utilities
This package contains a large variety of low-level system utilities
that are necessary for a Linux system to function. It contains the
mount program, the fdisk configuration tool, and more.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/util-linux && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.largedisk | 0000000569 569 Bytes | |
README.raw | 0000002481 2.42 KB | |
addnote.c | 0000005117 5 KB | |
baselibs.conf | 0000000311 311 Bytes | |
blkid.conf | 0000000135 135 Bytes | |
eject-scsi-check-host_status-and-driver_status.pat |
0000002402 2.35 KB | |
etc.raw | 0000000222 222 Bytes | |
etc_filesystems | 0000000026 26 Bytes | |
fdisk-tinfo.patch | 0000000295 295 Bytes | |
klogconsole-quiet.patch | 0000000252 252 Bytes | |
klogconsole.diff | 0000000732 732 Bytes | |
klogconsole.tar.bz2 | 0000001942 1.9 KB | |
login.pamd | 0000000397 397 Bytes | |
make-sure-sbin-resp-usr-sbin-are-in-PATH.diff | 0000003125 3.05 KB | |
mkzimage_cmdline.8 | 0000000689 689 Bytes | |
mkzimage_cmdline.c | 0000004040 3.95 KB | |
nologin.8 | 0000002504 2.45 KB | |
nologin.c | 0000001999 1.95 KB | |
raw.init | 0000001264 1.23 KB | |
remote.pamd | 0000000492 492 Bytes | |
setctsid.8 | 0000000601 601 Bytes | |
setctsid.c | 0000001695 1.66 KB | |
su.default | 0000000313 313 Bytes | |
su.pamd | 0000000277 277 Bytes | |
util-linux-2.23.1-eject-fpie.patch | 0000000525 525 Bytes | |
util-linux-2.23.1-fdisk_remove_bogus_warnings.patc |
0000000851 851 Bytes | |
util-linux-2.23.1-noenc-suse.diff | 0000000638 638 Bytes | |
util-linux-2.23.2.tar.sign | 0000000836 836 Bytes | |
util-linux-2.23.2.tar.xz | 0003383052 3.23 MB | |
util-linux-HACK-boot.localfs.diff | 0000000799 799 Bytes | |
util-linux-rpmlintrc | 0000000642 642 Bytes | |
util-linux.changes | 0000118179 115 KB | |
util-linux.keyring | 0000003271 3.19 KB | |
util-linux.spec | 0000025125 24.5 KB | |
uuidd.rc | 0000001670 1.63 KB |
Revision 165 (latest revision is 289)
Stephan Kulow (coolo)
accepted
request 199432
from
Stanislav Brabec (sbrabec)
(revision 165)
- Avoid build require gpg-offline twice - Update to version 2.23.2: nsenter(1): * this NEW COMMAND provides command line interface to setns() Linux syscall and allows to run program with namespaces of other processes unshare(1): * supports new PID and USER namespaces fdisk(8): * provides experimental support for GUID Partition Table (GPT), the implementation is still not complete and some (unimportant) features are missing. * ~50% of fdisk code has been refactored, this task is going to be complete in the next release. The goal is to have libfdisk shared between all fdisks. partx(8): * supports new "update" command (implemented by BLKPG_RESIZE_PARTITION ioctl) mount(8): * supports new userspace mount option x-mount.mkdir[=<mode>] to create mountpoints on demand * the support for propagation flags has been improved, now the flags could be specified in /etc/fstab and used together with regular mount options. It's also possible to specify more propagation flags together. This EXPERIMENTAL feature is implemented by additional mount(2) syscalls, because Linux does not allow to use propagation flags with another options or more flags together. umount(8): * supports new command line option --recursive to recursively unmount all sub-mounts for the specified mountpoint * supports new command line option --all-targets to unmount all mountpoints in the current namespace for the specified filesystem * the options --recursive and --all-targets could be used together dmesg(1): * supports new command line options --color, --human and --nopager, the --human option enables relative times, colors and pager support. su(1): * supports new command line options --group and --supp-group to specify primary and supplementary groups chfn(1) and chsh(1): * the commands could be linked with libuser to support non-local accounts modification (e.g. LDAP, etc). kill(1): * the command has been improved to be compatible with procps version, the procps version is deprecated now, the util-linux version is enabled by default. blkdiscard(8): * this NEW COMMAND discard sectors on a device (for example on SSD disks) sulogin(8): * provides multi-console feature from SysVinit findmnt(8): * provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION lslocks(8): * provides new column BLOCKER and detects blocked locks lsblk(8): * supports new command line option --scsi and new columns HCTL, TRANsport VENDOR and REVision swapon(8) and losetup(8): * the commands prints basic overview by default if no option specified column(1): * supports new command line option --output-separator to specify table output delimiter rename(1): * supports new command line option --symlink to rename symlink target hwclock(8): * supports new command line option --compare to periodically compare the Hardware Clock to the System Time (based on adjtimex -c) ipcs(1): * supports new command line options --bytes and --human wipefs(1): * supports new command line option --force to force erase on used devices - Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch, mkfs.bfs_cleanup_endian.patch)
Comments 1
stable version 2.37 has already been released. https://github.com/karelzak/util-linux/tree/stable/v2.37 and it seems to me that a distribution kit actively promoting btrfs is simply obliged to deliver lsblk with the latest changes.