aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* backup-passwd: mask out all passwords in the diffKyle Evans2020-02-111-1/+1
* Use __riscv instead of __riscv__Warner Losh2020-02-101-1/+1
* Remove ifdefs for ia64 and sparc64.Warner Losh2020-02-101-4/+0
* Refresh architecture list with latest:Warner Losh2020-02-101-12/+4
* Remove sparc64 specific eeprom commandWarner Losh2020-02-107-1226/+0
* For valid arch values (really $MACHINE), remove references to alphaWarner Losh2020-02-101-6/+6
* Fix a comment for the SUN geom class.Warner Losh2020-02-101-1/+1
* Fix comment. It mentioned sparc64 specifically, but alignment issuesWarner Losh2020-02-101-2/+1
* Remove sparc64 ifdefWarner Losh2020-02-101-2/+0
* Remove sparc64 example.Warner Losh2020-02-101-12/+1
* cron(8): rip out do_univKyle Evans2020-02-101-46/+1
* cron(8): convert vfork() usage to fork()Kyle Evans2020-02-105-31/+8
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* Advertise the MPI Message Version that's contained in the IOCFacts messageScott Long2020-02-071-4/+17
* Touch up some of the iocfacts fieldsScott Long2020-02-071-2/+4
* Improve documentation of bootconfig and PARTITIONSMateusz Piotrowski2020-02-061-1/+13
* fstyp: sync HAMMER1/2 detection support with DragonFly BSD.Pedro F. Giffuni2020-02-062-60/+210
* mixer: call the cleanup function in a testLuca Pizzamiglio2020-02-061-1/+1
* cron(8): set the environment variables of the user and/or login classKyle Evans2020-02-052-8/+31
* service(8): set the environment of the "daemon" class before invokingKyle Evans2020-02-051-1/+1
* Remove simple_httpdKyle Evans2020-02-044-676/+0
* services: Add PROFInet and EtherCAT.Pedro F. Giffuni2020-01-311-0/+8
* Merge r357339 from the clang1000-import branch:Dimitry Andric2020-01-311-1/+2
|\
| * Fix the following -Werror warning from clang 10.0.0 in bsnmpd:Dimitry Andric2020-01-311-1/+2
* | Fix an indentation bug in r357169.Brooks Davis2020-01-301-1/+1
|/
* Fix the following -Werror warning from clang 10.0.0 in bsnmpd:Dimitry Andric2020-01-291-2/+2
* ypldap(8): Fix absent va_end() in 'goto fail' pathConrad Meyer2020-01-291-0/+1
* bsdinstall: Provide help text for partitioning optionsBen Woods2020-01-271-11/+28
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-272-4/+4
* [ntp] Don't compile in the ssl routines into libevent if MK_OPENSSL is noAdrian Chadd2020-01-241-1/+7
* Fix build when WITHOUT_WPA_SUPPLICANT_EAPOL option used.Cy Schubert2020-01-211-14/+20
* Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIRBen Woods2020-01-171-1/+1
* Fix pfdenied not returning any resultsKristof Provost2020-01-161-1/+1
* setextattr: Increase stdin buffer size to 4096Alan Somers2020-01-161-1/+1
* Fix a spacing error from the previous commit for -ll mode. Add a littleScott Long2020-01-151-3/+4
* bsdinstall: Change "default" (first) Partitioning method to ZFSBen Woods2020-01-152-6/+6
* bsdinstall: Use TMPDIR if setRebecca Cran2020-01-1510-22/+50
* fstyp hammer2: remove dead codeEric van Gyzen2020-01-131-5/+0
* fstyp hammer: use strlcpyEric van Gyzen2020-01-131-2/+2
* Unbound's config.h is manually maintained, using a ./configure producedCy Schubert2020-01-135-0/+1342
* camdd: initialize devs earlierKyle Evans2020-01-101-2/+2
* inetd: two more nitsKyle Evans2020-01-101-6/+7
* inetd: free WITHOUT_INET6_SUPPORT build of warningsKyle Evans2020-01-101-2/+13
* arp(8): avoid segfaulting due to out-of-bounds memory accessEugene Grosbein2020-01-091-2/+1
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-0834-588/+667
* o Spell "Redundancy" and "Remember" correctly.Maxim Konovalov2020-01-081-3/+3
* inetd: fix WITHOUT_TCP_WRAPPERS build after r356248Ed Maste2020-01-031-0/+2
* Add a compact columnar output format, available by specifying a second '-l'Scott Long2020-01-022-18/+46
* inetd: final round of trivial cleanup, NFCKyle Evans2020-01-011-34/+21
* inetd: convert remaining bzero(3) to memset(3), NFCKyle Evans2020-01-012-4/+3