summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2023-07-05Revert "fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S)."riastradh
2023-07-05Revert "newfs(8): Ensure A divides S before aligned_alloc(A, S)."riastradh
2023-07-05Revert "nvmectl(8): Ensure A divides S before aligned_alloc(A, S)."riastradh
2023-07-04fsck_ffs(8): Fix whitespace issues.riastradh
2023-07-04nvmectl(8): Ensure A divides S before aligned_alloc(A, S).riastradh
2023-07-04newfs(8): Ensure A divides S before aligned_alloc(A, S).riastradh
2023-07-04fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S).riastradh
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-25pathadj() is required to succeed. If it cannot, simply issuing akre
2023-05-20ALso fix chgrp Synopsis to include -d optionpgoyette
2023-05-20dd -d to the Synopsispgoyette
2023-05-17Use https for Ext2 documentation URLs.tsutsui
2023-05-10newfs_udf: fix wording in commentrillig
2023-05-04KNF: no space after ( and before ), constants on the RHS (like everywhere elsechristos
2023-05-04Cast -1 to expected type and fix a edititing mishap to make this build.martin
2023-05-04Add a -d flag to avoid changing a file's owner/group to the currentpgoyette
2023-04-28Fix typo in commentpgoyette
2023-04-18mount_procfs(8): Document the format of the region descriptorjkoshy
2023-04-11rndctl(8): Take omitted name/type as empty device name.riastradh
2023-04-04mount_portal: fix lint warnings about extern and empty declarationsrillig
2023-04-02commonize case blockryo
2023-04-02don't pass add=1 to print_tree() when displaying by specifying nodes.ryo
2023-03-27Apply this commit from FreeBSD:chs
2023-03-26Fix parser for carp state.mlelstv
2023-03-05In "devlist" mode, exit with a 0 return code if any nvme devices aresimonb
2023-03-01Fix a typo in a newly added comment.kre
2023-03-01When processing swapon -a (or swapctl -A, or swapctl -U) ignore lines inkre
2023-02-27fix some typos in comments.andvar
2023-02-26s/superblok/superblock/ in comment.andvar
2023-02-15shutdown(8): markup fixesuwe
2023-02-15shutdown(8): fix -width cargo cultuwe
2023-02-15adjust width of flag arg to align more nicelyjschauma
2023-02-02Data units read/written are counted in 1000s of 512 bytes.mlelstv
2023-01-24Use opendisk when looking for filesystem type, otherwise the detectionmlelstv
2023-01-24Work on swapped-endian FFS.mlelstv
2023-01-14Use %zu rather than %lu to print a size_t (should fix i386 build).kre
2023-01-14catch up with sign changes in the fs.hchristos
2023-01-08ufs: more signed/unsigned fixeschs
2023-01-07ufs: fixed signed/unsigned bugs affecting large file systemschs
2023-01-02Change getdiskinfo() to no longer infer the partition from the device name.hannken
2022-12-21mount_nfs: add missing "A" to getopt stringchs
2022-12-19tunefs: clarify that "-a" refers to NFSv4 ACLschs
2022-12-12apply this commit from FreeBSD:chs
2022-12-10apply this change from FreeBSD:chs
2022-12-01fix sign.christos
2022-12-01Add a sanity check for the ip header length (from FreeBSD)christos
2022-11-25ifconfig(8) support unnumbered flag.knakahara
2022-11-22Big-Endian fixes.mlelstv