aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* [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
* inetd: track all child pids, regardless of maxchild specKyle Evans2020-01-012-29/+40
* inetd: add some macros for checking child limits, NFCKyle Evans2020-01-012-5/+9
* inetd: prefer strlcpy to strlen(3) check + strcpy(3), NFCKyle Evans2019-12-311-6/+9
* inetd: prefer strtonum(3) to strspn(3)+atoi(3), NFCKyle Evans2019-12-311-2/+8
* inetd: knock out some clang analyze warningsKyle Evans2019-12-312-8/+16
* inetd: don't leak `policy` on returnKyle Evans2019-12-301-4/+3
* powerd(8): Fix a memory leak when we fail to read frequency levels.Mark Johnston2019-12-291-1/+3
* Make this compile under external gcc toolchain if WITH_ICONV isn't defined.Adrian Chadd2019-12-291-1/+4
* Implement dump_stats command for usbconfig(8).Hans Petter Selasky2019-12-274-3/+50
* cron(8): use proper variable to determine mailer process statusKyle Evans2019-12-261-4/+6
* sbin/fstyp: recgonize Dragonfly's hammer and hammer2.Pedro F. Giffuni2019-12-248-2/+2842
* fstyp(8): Fix WITHOUT_ICONV buildConrad Meyer2019-12-236-2/+20
* fstyp(8): Detect APFS containersConrad Meyer2019-12-234-1/+111
* fstyp(8): Detect HFS+ / HFSX volumesConrad Meyer2019-12-234-1/+129
* fstyp(8): Use iconv(3) to convert NTFS vol labels correctlyConrad Meyer2019-12-233-24/+50
* fstyp(8): Show exFAT volume labels with -l flagConrad Meyer2019-12-224-12/+347
* Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-15/+26
* Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-22/+28
* Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-4/+13
* Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-11/+17
* Trim a spurious carriage return from the RFB signature string added in r355301.John Baldwin2019-12-191-1/+1
* Remove all the RELEASE_CRUNCH defines, they are useless.Warner Losh2019-12-161-8/+0
* Add 'sesutil show' subcommand to show enclosure and its contentsEdward Tomasz Napierala2019-12-142-19/+378
* Add accessors for the Vendor Specific Extended Capability (VSEC)Scott Long2019-12-134-9/+36
* Support software breakpoints in the debug server on Intel CPUs.John Baldwin2019-12-134-50/+432
* ntpd(8): Don't use OpenSSL's RAND APIConrad Meyer2019-12-131-1/+1
* keyserv(8): unifdef out __FreeBSD__ and KEYSERV_RANDOMConrad Meyer2019-12-132-31/+1
* Document that the debug server supports writing to guest memory.John Baldwin2019-12-131-3/+2
* Fix a mismerge in r355683 and remove the local gdb_port from main.John Baldwin2019-12-131-2/+1