summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-06-22Fix "the symbol HZ is undefined" yacc warningkn
2020-06-22Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) canmvs
2020-06-22When the main process exits, it closes the pipe so a read 0 occurs.Otto Moerbeek
2020-06-22a first cut at requesting and parsing vpd info.David Gwynne
2020-06-21vmd(8): fix ns8250 lockup due to race conditionpd
2020-06-21Add RCS markerTheo Buehler
2020-06-21wire the wireguard packet printer into tcpdump.David Gwynne
2020-06-21don't claim packets as wg if there's not enough captured bytes to read.David Gwynne
2020-06-21cope with a truncated capture of a packet. this avoids reading invalid mem.David Gwynne
2020-06-21add a printer for wireguard messages, but not hooked up just yet.David Gwynne
2020-06-18Apply rules to the number of events returned by the last read(2).Martin Pieuchot
2020-06-17We are no longer using the "keep" file as a flag.Florian Obser
2020-06-16vmd(8): backout previous commit to ns8250.c as it reintroduced the bug where thepd
2020-06-16vmd(8): fix ns8250 lockup due to race conditionpd
2020-06-13remove the reference to tun(4), as suggested by kaya saman,Jason McIntyre
2020-06-10Cast imsg->data to char pointer to silence GCC warningkn
2020-06-09Show a message while pkg_add updates the font cache. This occurs at theStuart Henderson
2020-06-09set TLS SNI when relaying to hostSebastien Marie
2020-06-09Prepare buffer for both receive and transmit side so that a client canYASUOKA Masahiko
2020-06-08Provide clear errors when trying to install oversized boot loaderkn
2020-06-07whitespaceFlorian Obser
2020-06-07Swap arguments of calloc(3).Florian Obser
2020-06-05Remove redundant codedenis
2020-06-02remove useless redirectionsMarc Espie
2020-06-02less convoluted Makefile, removes useless redirectionsMarc Espie
2020-06-01Run lmtp deliveries as SMTPD_USER instead of the recipient user.Christopher Zimmermann
2020-05-28Enable building wsmoused on arm64 and armv7.Frederic Cambus
2020-05-28Enable building wsfontload on arm64 and armv7.Frederic Cambus
2020-05-27Remove unneeded <stddef.h>denis
2020-05-25When DNS lookup of an UDP loghost failed, syslogd(8) did close theAlexander Bluhm
2020-05-24Make "init-system -n" check vcpu and memory constraintskn
2020-05-24msgkn
2020-05-24Relax the filename checks to allow dashes as well. Starting withTheo Buehler
2020-05-23Typofixkn
2020-05-23Fail on duplicate vcpu, memory or iodevice parameterskn
2020-05-22Revert previouskn
2020-05-22Make "init-system -n" check vcpu and memory constraintskn
2020-05-22Use the simpler HTML5 idiom to declare charset in autogenerated pages.Anthony J. Bentley
2020-05-21Correct getsockname(2)/getpeername(2) usage.Todd C. Miller
2020-05-20style(9), no functionnal change.denis
2020-05-20Include interface name in warning when a RA is recieved from a non-link-localClaudio Jeker
2020-05-20properly pass the number of strings in an array to gtp_print_str.David Gwynne
2020-05-19merge unbound 1.10.1Stuart Henderson
2020-05-18Externalise the output aspect of ospfctl.denis
2020-05-18httpd: add a "dark mode" in directory listings and error pagescwen
2020-05-18Properly wait for exiting rsync processes. Since SIGCHILD is blockedClaudio Jeker
2020-05-17IF_IFACE_AVAIL is never used/checked, wipe it.denis
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2020-05-17in order for PKG_CACHE to work, skipped entries at the end should stillMarc Espie
2020-05-16somehow yacc pieces got missed from the "domain name" commit; add them.Stuart Henderson