aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Typo fix in ipfw.8: amd -> andBenedict Reuschling2019-04-211-2/+2
* pfctl: Fix ifgroup checkKristof Provost2019-04-191-5/+15
* Close filedescriptors when done with them.Poul-Henning Kamp2019-04-191-1/+3
* cap_fileargs: chase r346315, update fileargs_init in consumersEd Maste2019-04-171-1/+1
* Don't cast result from malloc().Xin LI2019-04-151-2/+2
* Followup to -r344552 in which fsck_ffs checks for a size past theKirk McKusick2019-04-133-12/+17
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+1
* Exercise some care before sending SIGHUP to mountd.Konstantin Belousov2019-04-081-0/+11
* Write string constant differently to improve readability.Xin LI2019-04-061-4/+2
* Fix build.Xin LI2019-04-051-1/+1
* Implement checking of `.' and `..' entries of subdirectory.Xin LI2019-04-051-3/+101
* Restore lfcl when LOSTDIR's chain was corrupted and overwrittenXin LI2019-04-041-0/+1
* Restore the ability of checking and fixing next freeXin LI2019-04-041-0/+14
* bectl.8: Bump date after r345845Mateusz Piotrowski2019-04-031-1/+1
* bectl.8: Clean up & clarify the create subcommandMateusz Piotrowski2019-04-031-60/+79
* Assert that q can't be NULL. 'empty' is always non-NULL when DIREMPTYXin LI2019-04-031-1/+3
* libbe: Fix zfs_is_mounted check w/ snapshotsKyle Evans2019-04-011-0/+9
* Introduce new event SIZECHANGE within GEOM system to inform about GEOMPawel Jakub Dawidek2019-03-301-3/+7
* Distinguish between lseek errors and read errores.Xin LI2019-03-281-4/+11
* init: pedantic correction to "can't exec" script warningEd Maste2019-03-261-1/+1
* Make WD and WDC aliases for HGST.Warner Losh2019-03-211-0/+4
* Rename fuse(4) to fusefs(4)Alan Somers2019-03-201-1/+1
* bectl(8): change jail command to execute jail(8)Kyle Evans2019-03-191-99/+162
* Remove extra spaces.Andrey V. Elsukov2019-03-191-2/+2
* Reapply r345274 with build fixes for 32-bit architectures.Andrey V. Elsukov2019-03-193-82/+73
* Revert r345274. It appears that not all 32-bit architectures haveAndrey V. Elsukov2019-03-183-72/+81
* Update NAT64LSN implementation:Andrey V. Elsukov2019-03-183-81/+72
* Add NAT64 CLAT implementation as defined in RFC6877.Andrey V. Elsukov2019-03-186-1/+616
* Add SPDX-License-Identifier and update year in copyright.Andrey V. Elsukov2019-03-182-6/+8
* Modify struct nat64_config.Andrey V. Elsukov2019-03-184-11/+51
* camcontrol.8: Bump date after r345051Mateusz Piotrowski2019-03-121-1/+1
* Add -l to camcontrol readcap.Warner Losh2019-03-122-3/+17
* explain ``fsck -f'' more in detailWolfram Schneider2019-03-081-3/+7
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-063-1/+6
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Allow to build ifconfig(8) without wireless supportAndriy Voskoboinyk2019-03-041-0/+2
* Properly calculate the last used logical block of a file when checkingKirk McKusick2019-03-022-3/+3
* The size of the UFS soft-updates journal must be a multiple of theKirk McKusick2019-03-021-2/+2
* Fix typos and caps for ipfw(8) man page.Guangyuan Yang2019-03-011-16/+16
* Fix incorrect / unused sector_count for identify requestsSteven Hartland2019-03-011-3/+2
* Grammar tweaks in ipfw manual page.Tom Rhodes2019-02-281-4/+4
* Add SPDX tag.Warner Losh2019-02-281-0/+2
* Add verifying manifest loader for mac_veriexecSimon J. Gerraty2019-02-268-0/+864
* ifconfig: eliminate trailing whitespaceAlan Somers2019-02-264-24/+24
* After a crash, a file that extends into indirect blocks may end upKirk McKusick2019-02-255-0/+76
* evdev: export event device properties through sysctl interfaceVladimir Kondratyev2019-02-241-0/+19
* Further refine r336195: do not even attempt to verify/update interface'sMaxim Sobolev2019-02-231-1/+9
* Rework logpage extensibility.Warner Losh2019-02-223-27/+29
* Ensure that inode updates are properly flushed out during the firstKirk McKusick2019-02-191-0/+6
* mdmfs(8): use -o reserve with malloc-backed md(4)Kyle Evans2019-02-161-0/+1