aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Bump .Dd for earlier update (should have been part of r353024).Ian Lepore2019-10-021-1/+1
* Clarify how the -f option for daemon(8) interacts with other optionsIan Lepore2019-10-021-0/+5
* Add a comment explaining why the opensolaris_load line in loader.confGlen Barber2019-10-021-0/+2
* Explicitly add opensolaris_load="YES" to loader.conf through theGlen Barber2019-10-021-0/+1
* Unbreak etcupdate(8) and mergemaster(8) after r352950Kyle Evans2019-10-022-4/+2
* Use size_t for byte_to_write variable when comparing to eeprom_info_out_lenHans Petter Selasky2019-10-021-2/+3
* Add the ability to query the EEPROM information in mlx5tool(8).Hans Petter Selasky2019-10-022-15/+109
* [3/3] etcupdate and mergemaster support for certctlKyle Evans2019-10-022-0/+28
* [2/3] Add certctl(8)Kyle Evans2019-10-024-0/+358
* Move httpd to simple_httpd...Kyle Evans2019-10-014-3/+2
* Move simple_httpd out of picobsd, add HTTPD option (default OFF)Kyle Evans2019-10-014-0/+677
* bhyve: support for enabling/disabling the net backendVincenzo Maffione2019-09-283-8/+87
* efibootmgr(8): fix markup and style issuesYuri Pankov2019-09-251-59/+123
* cron: add log suppression and mail suppression for successful runsKyle Evans2019-09-255-57/+169
* freebsd-update: Add `updatesready' and `showconfig' commandsMichael Gmelin2019-09-242-3/+39
* - Revert WARNS to 2 because of mismatch between (xdrproc_t) and xdr_void().Hiroki Sato2019-09-212-2/+6
* Fix warnings and set WARNS=6.Hiroki Sato2019-09-213-12/+11
* Fix build errors of test.c, which had been broken for a long time.Hiroki Sato2019-09-212-19/+20
* Fix src component detectionMichael Gmelin2019-09-191-0/+9
* Apply r346792 (cperciva) from stable/12 to head. The original commitGlen Barber2019-09-191-0/+10
* Reduce calls to close(2) at startup through the use of closefrom(2).Cy Schubert2019-09-191-1/+1
* freebsd-update: make usage output consistentEd Maste2019-09-191-1/+1
* freebsd-update.8: appease igorEd Maste2019-09-191-1/+1
* Use correct filename in newsyslog.confSteve Wills2019-09-171-1/+1
* log daemon.info to /var/log/daemon.log by defaultSteve Wills2019-09-172-0/+2
* No longer mlock() ntpd pages by default in memory thus allowing itsCy Schubert2019-09-132-1/+9
* [jail] removal by jid doesn't trigger pre/post stop scriptsMichael Zhilin2019-09-125-23/+194
* mtree: Fix -f -f not considering type changes.Bryan Drewery2019-09-121-1/+1
* Get the readline header from the installed header instead of the from the sourceBaptiste Daroussin2019-09-121-1/+1
* Remove useless extra definition of libedit flagsBaptiste Daroussin2019-09-122-5/+0
* buf: Add B_INVALONERR flag to discard dataConrad Meyer2019-09-115-0/+5
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-104-3/+3
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-2/+1
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-1/+2
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-2/+1
* by specifyng we do not use yywrap we can avoid linking to libl and libyBaptiste Daroussin2019-09-102-1/+2
* config: do not link against libl, it is not neededBaptiste Daroussin2019-09-101-1/+1
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-056-0/+7
* mpsutil slot set statusAndriy Gapon2019-09-044-1/+139
* - Retire pc-sysinstall(8)Kris Moore2019-09-0388-11083/+0
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-018-208/+7
* Replace -Werror with ${WERROR} in pmcstudyWarner Losh2019-08-251-1/+1
* mixer(8): Report an error if the passed value is an empty stringMateusz Piotrowski2019-08-254-0/+138
* Report Clock Power Management support and status.Alexander Motin2019-08-231-0/+5
* Properly update FSInfo block after generation.Xin LI2019-08-233-0/+33
* makefs: diff reduction to sys/fs/msdosfsEd Maste2019-08-228-24/+33
* makefs: Verify that the BPB media descriptor and FAT ID matchEd Maste2019-08-211-6/+16
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-219-276/+33
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-218-127/+16
* makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste2019-08-212-23/+23