aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* In ask(): override default option if any of alwaysyes/alwaysno/rdonly isXin LI2019-06-151-5/+6
* Blankspace. No actual code change.Xin LI2019-06-151-2/+2
* Clarify that the -r and -R options can be used only to create level 0 dumps.Kirk McKusick2019-06-141-1/+13
* Increase the timeout for READ NATIVE MAXWarner Losh2019-06-131-1/+1
* Avoid out of boundary access when checking invalid long filenames.Xin LI2019-06-111-0/+9
* preen should work independently with alwaysyes and alwaysno.Xin LI2019-06-071-3/+2
* Don't increment cl after increment.Xin LI2019-06-041-2/+2
* bectl(8): Don't accept jid=0 from jail_getidKyle Evans2019-06-021-1/+6
* acpi_dock(4): Notify devd(8) on dock status change.Mark Johnston2019-05-311-1/+3
* bectl(8): Address Coverity complaintsKyle Evans2019-05-281-1/+2
* Remove unused token that was added in r348235.Andrey V. Elsukov2019-05-271-1/+0
* Add `missing` and `or-flush` options to "ipfw table <NAME> create"Andrey V. Elsukov2019-05-243-7/+45
* bectl(8): Add a test for jail/unjail of numeric BE namesKyle Evans2019-05-241-4/+12
* EKCD: Add Chacha20 encryption modeConrad Meyer2019-05-233-12/+64
* bectl(8): add description for create subcommandKyle Evans2019-05-221-1/+19
* Update the example added in r348082 to specify a dump device priority.Mark Johnston2019-05-221-8/+4
* Provide an example of using dhclient-script(5) to configure netdump.Mark Johnston2019-05-221-1/+44
* This revision began as a simple change to eliminate an uninitialized warningKirk McKusick2019-05-211-100/+105
* Change ed(4), ep(4), and fxp(4) examples to em(4).Brooks Davis2019-05-181-8/+8
* Add DragonFly's partition number to fdisk(8) and diskmbr.hConrad Meyer2019-05-181-0/+1
* Better formatting for the logpage sectionScott Long2019-05-171-6/+20
* ifconfig(8): Add kld mappings for ipsec/encKyle Evans2019-05-101-3/+25
* ifconfig(8): Partial revert of r347241Kyle Evans2019-05-091-11/+5
* tun/tap: merge and rename to `tuntap`Kyle Evans2019-05-081-6/+45
* List-ify kernel dump device configurationConrad Meyer2019-05-062-62/+133
* Decode Deallocate Logical Block Features.Alexander Motin2019-05-051-1/+11
* This update eliminates a kernel stack disclosure bug in UFS/FFSKirk McKusick2019-05-035-20/+104
* Select lacp egress ports based on NUMA domainAndrew Gallatin2019-05-032-1/+21
* Update the manpage text to show the output generated by the first-stageIan Lepore2019-04-301-2/+2
* Handle HAVE_PROTO flag and print "proto" keyword for O_IP4 and O_IP6Andrey V. Elsukov2019-04-291-0/+4
* Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov2019-04-241-2/+23
* Add ATA power mode support to camcontrolSteven Hartland2019-04-232-4/+80
* 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