aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+2
* Remove sorting of matches and print all the matches as we find them.Warner Losh2018-08-231-60/+2
* Improve devmatch driver loadingWarner Losh2018-08-231-2/+4
* bectl(8): Man page and usage cleanupKyle Evans2018-08-232-115/+103
* bectl(8): jail: Tear down jail by default after command exitsKyle Evans2018-08-233-13/+44
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-226-23/+58
* Move all devfs related files to sbin/devfs/Brad Davis2018-08-223-0/+134
* pfctl: Remove unused functionKristof Provost2018-08-221-20/+0
* pfctl: Improve set skip handling for groupsKristof Provost2018-08-222-9/+75
* Make NVMe compatible with the original APIChuck Tuffli2018-08-227-15/+15
* Move all devd related configs to sbin/devd/Brad Davis2018-08-219-0/+900
* bectl(8): Allow running a custom command in the 'jail' subcommandKyle Evans2018-08-183-8/+17
* Consistently use NULL to terminate the argv; no functional changes.Edward Tomasz Napierala2018-08-171-7/+7
* bectl(8): Add batch mode to jail subcommandKyle Evans2018-08-173-10/+27
* bectl(8): Kit-kat barKyle Evans2018-08-161-1/+2
* bectl(8): Implement the 'create a snapshot' variant of createKyle Evans2018-08-161-5/+19
* bectl(8): Appease clang-scanKyle Evans2018-08-161-1/+1
* libbe(3)/bectl(8): Hit rewind on a bunch of off-by-onesKyle Evans2018-08-161-5/+5
* Add SECURITY section to loader(8).Edward Tomasz Napierala2018-08-151-1/+10
* bectl(8): Check jailparam_* return valuesKyle Evans2018-08-141-13/+28
* Add init_exec kenv(1) variable, to make init(8) execute a fileEdward Tomasz Napierala2018-08-142-1/+33
* libbe(3)/bectl(8): Remove now-redundant include pathsKyle Evans2018-08-131-1/+0
* libbe(3): Fix be_import to delete temp snapshotKyle Evans2018-08-131-7/+1
* bectl(8): Use strcmp, rather than trying to directly compareKyle Evans2018-08-121-1/+1
* bectl(8): Rename "index" variable, which shadows a global in some landsKyle Evans2018-08-121-2/+2
* Merge libbe(3)/bectl(8) from projects/bectl into headKyle Evans2018-08-117-0/+1636
|\
| * libbe(3)/bectl(8): More SYSROOT/GCC build fixesKyle Evans2018-08-111-0/+1
| * bectl(8): Add missing include pathKyle Evans2018-08-111-0/+1
| * MFH @ r337607, in preparation for boardingKyle Evans2018-08-11194-138/+17364
| |\
| * | bectl(8): Also document the import bug.Kyle Evans2018-08-111-0/+6
| * | bectl(8): Swap the order of ujail/umount documentation...Kyle Evans2018-08-111-3/+3
| * | bectl(8): Document export/importKyle Evans2018-08-111-6/+25
| * | libbe(3)/bectl(8): Make igor and mandoc -Tlint a little happierKyle Evans2018-08-111-19/+11
| * | libbe(3)/bectl(8): Kill off the 'add' functionality for nowKyle Evans2018-08-111-2/+8
| * | libbe(3)/bectl(8): Standardize $FreeBSD$ IDsKyle Evans2018-08-074-4/+10
| * | libbe(3)/bectl(8): Standardize copyright headersKyle Evans2018-08-072-3/+6
| * | libbe(3): Check that dataset is to be mounted at / for be_existsKyle Evans2018-08-071-5/+2
| * | bectl(8): Only show mountpoint if the dataset is actually mountedKyle Evans2018-08-071-2/+5
| * | bectl(8): Provide -u option to unset jail parametersKyle Evans2018-08-063-7/+78
| * | bectl(8): Split list functionality out into its own file as wellKyle Evans2018-08-064-380/+421
| * | bectl(8): bectl jail improvementsKyle Evans2018-08-065-161/+378
| * | bectl(8): Some light cleanup and commentingKyle Evans2018-08-051-5/+23
| * | bectl(8): Implement `bectl list -s`Kyle Evans2018-08-051-7/+34
| * | bectl: Implement -D ("space if origin datasets were deleted")Kyle Evans2018-08-051-4/+41
| * | bectl(8): Take -H parameter to list into accountKyle Evans2018-08-051-20/+39
| * | bectl(8): Sort BEs lightly by active (now or later) BE, then othersKyle Evans2018-08-041-5/+31
| * | bectl(8): Add some relevant `bectl list -a` informationKyle Evans2018-08-041-50/+133
| * | bectl(8): Take origin snapshot into account when calculating used spaceKyle Evans2018-08-031-1/+22
| * | bectl(8): Just use a single pointer for all string propsKyle Evans2018-08-031-10/+10
| * | bectl(8): Move dataset printing out into its own functionKyle Evans2018-08-031-55/+77