aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* fsirand(8): Just use arc4random(3)Conrad Meyer2019-12-131-3/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-1110-12/+82
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-117-0/+56
* fsck_ffs: fix some memory leaks found by Coverity.Eric van Gyzen2019-12-101-3/+12
* Fix a logic bug in error handling code. It is an error if p == NULL.Don Lewis2019-12-091-1/+1
* Fix a couple of minor issues with newfs_msdos:Xin LI2019-12-082-7/+4
* Correct a handful of typos/grammos.Jens Schweikhardt2019-12-071-8/+8
* Regularize my copyright noticeWarner Losh2019-12-047-14/+7
* Explicitly exit() instead of return in main().Xin LI2019-12-031-1/+1
* newfs_msdos: -A is incompatible with -r, not -o.Xin LI2019-12-031-1/+1
* Capitalize some user-visible output messages inBenedict Reuschling2019-11-301-12/+12
* Use strlcat().Xin LI2019-11-301-1/+1
* Fix braino in previous bugfix r300174Conrad Meyer2019-11-291-1/+1
* ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers2019-11-262-2/+18
* dhclient: support option 114, default-url asciiDave Cottlehuber2019-11-224-3/+9
* Fix off-by-one error in HPA/AMA maximum reporting.Alexander Motin2019-11-221-1/+1
* Remove sio(4).Gleb Smirnoff2019-11-213-12/+1
* makefs: avoid warning when creating FAT filesystem on existing fileEd Maste2019-11-081-0/+2
* mdmfs(8): add -k skel option to populate fs from a skeletonKyle Evans2019-11-012-5/+35
* Replace an uninitialized variable with the correct element from theKirk McKusick2019-10-221-1/+1
* Fix option names in the Examples section of the manual pageAlan Somers2019-10-201-3/+3
* ddb: use 'textdump dump' instead of 'call doadump'Andriy Gapon2019-10-181-1/+1
* bectl(8): destroy: use BE_DESTROY_AUTOORIGIN if -o is not specifiedKyle Evans2019-10-161-1/+3
* Explicitly initialize the memory buffer to store O_ICMP6TYPE opcode.Andrey V. Elsukov2019-10-151-0/+1
* add ability to set watchdog timeout for a shutdownAndriy Gapon2019-10-031-1/+10
* Size is unsigned, so remove the test entirely.Warner Losh2019-09-251-4/+0
* After my comnd changes, the number of threads and size weren't set. InWarner Losh2019-09-251-2/+8
* ping6: Use caph_rights_limit(3) for STDIN_FILENOMark Johnston2019-09-231-6/+6
* Add two options to allow mount to avoid covering up existing mount points.Sean Eric Fagan2019-09-233-3/+15
* ifconfig: add report of the string from SIOCGIFDOWNREASON.Konstantin Belousov2019-09-171-5/+27
* Avoid mixing cluster numbers and sector numbers. Makes code more readable.Xin LI2019-09-153-11/+19
* Remove Tagged Command Queuing feature reporting.Alexander Motin2019-09-121-10/+0
* Report Trusted Computing feature set support.Alexander Motin2019-09-121-0/+3
* ping: Verify whether a datagram timestamp was actually received.Alan Somers2019-09-111-1/+2
* ping: fix a string in an error messageAlan Somers2019-09-111-1/+1
* Assume all the short args have optional args so allocate space for theWarner Losh2019-09-111-1/+1
* bectl(8): Add a "check" commandKyle Evans2019-09-112-28/+54
* Remove struct ata_res_pass16, unneeded after r352082.Alexander Motin2019-09-101-16/+0
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-1/+2
* Initialize page/subpage in case of `modepage -d`.Alexander Motin2019-09-091-6/+7
* Add one more error message to r352082.Alexander Motin2019-09-091-1/+2
* bectl(8): initialize reverse earlierKyle Evans2019-09-091-3/+2
* Fix number of problems found while testing on SAT devices.Alexander Motin2019-09-091-317/+271
* mount_fusefs: fix a segfault on memory allocation failureAlan Somers2019-09-071-0/+2
* Unify cam_send_ccb() error reporting.Alexander Motin2019-09-073-126/+17
* Supply SAT layer with valid transfer sizes.Alexander Motin2019-09-072-171/+135
* Fix typo not -> nor and add 'the' because we are talking about specific flagsWarner Losh2019-09-061-2/+2
* pkgbase: pfctl: tests: Put tests files in the FreeBSD-tests packageEmmanuel Vadot2019-09-052-0/+4
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-054-4/+1
* pkgbase: Move rc scripts and related files to their own packagesEmmanuel Vadot2019-09-051-1/+1