summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-05-13Don't use a hardcoded list of how attribute are dumped and instead moveClaudio Jeker
2019-05-13Add Connection: close when switching to "unlimited" reading mode.Reyk Floeter
2019-05-13fix export default-route.denis
2019-05-13Fix filter rules with "forward to" statement in persistent connections.Reyk Floeter
2019-05-13According to RFC3414 section 4 applications should be able to discover theMartijn van Duren
2019-05-13According to RFC3414 section 4 applications should be able to discover theMartijn van Duren
2019-05-13Use the same heuristic as the installer to find a proper prefetch area for theAntoine Jacoutot
2019-05-12remove .PATH. this was used in previous eras to build bpf compiler stuff,Ted Unangst
2019-05-12vmm: add a x86 page table walkerpd
2019-05-12fix typodenis
2019-05-11report vm state through 'vmctl status'; whereas previously this would display...Jasper Lievisse Adriaanse
2019-05-11vm_dump_header allocated space for a signature but it was never set;Jasper Lievisse Adriaanse
2019-05-11add missing comment about VM_STATE_SHUTDOWN; as discussed with ccardenas@Jasper Lievisse Adriaanse
2019-05-11track the state of the vm (running, paused, etc) using a single bitfield inst...Jasper Lievisse Adriaanse
2019-05-11Make acpidump match the kernel's acpi_loadtables() behavior byLawrence Teo
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
2019-05-11Support extended shutdown communications in tcpdump as well.Claudio Jeker
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-11sync the vm state in vmd too when (un)pausing a vm, otherwise the vm processJasper Lievisse Adriaanse
2019-05-10remove receive_vm prototype for the function does not exist (anymore)Jasper Lievisse Adriaanse
2019-05-10Fix dhcpd build on gcc architectures.Visa Hankala
2019-05-10When calculating how much payload ospf6d can put into DD and LSREQ packetsClaudio Jeker
2019-05-10Add support for from/to in relay filter rules.Reyk Floeter
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-05-10tweak verbosity; ok ccardenas@Christian Weisgerber
2019-05-09Neither rde_apply_set() nor rde_filter() are called with a NULL state soClaudio Jeker
2019-05-09Add a -k flag to keep the files in /home/_sysupgrade, since theyChristian Weisgerber
2019-05-09sysupgrade already verifies all sets, so eliminate redundantChristian Weisgerber
2019-05-08convert system() calls to an execv() like interface.Ted Unangst
2019-05-08Fix and tweak websocket upgrade handling.Reyk Floeter
2019-05-08Switch domain-search parsing from hand rolled hex string toKenneth R Westerback
2019-05-08The QUERY_STRING macro is not actually URL encoded, so fix the manual.Theo Buehler
2019-05-08Set the REQUEST_URI CGI variable to the requested URI and query stringTheo Buehler
2019-05-08spacingReyk Floeter
2019-05-08when passing objects to imsg use the for 'obj, sizeof(*obj)' instead ofClaudio Jeker
2019-05-08It is not an error condition if no new snapshot is available.Christian Weisgerber
2019-05-08better signatures.Marc Espie
2019-05-08Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parentClaudio Jeker
2019-05-08fix pkg_info -S bug: multiple inheritance tricks signature into actuallyMarc Espie
2019-05-06not do -> do not; ok jmc@Otto Moerbeek
2019-05-06Fix reloading of network statements that have no fixed prefix specification.Claudio Jeker
2019-05-06double macro snuck in;Jason McIntyre
2019-05-06vmctl.8 : man page cleanupMike Larkin
2019-05-05switchd(8) will sometimes not save a copy of a packet needing forwardingakoshibe
2019-05-05For "unpriv -f file", chown file back to root once the command finishes,Antoine Jacoutot
2019-05-05Initialise variable.Antoine Jacoutot
2019-05-05Change variable name.Antoine Jacoutot
2019-05-05sentences start with capitals;Jason McIntyre
2019-05-04oops, fix unpriv() argument handling; from install.subChristian Weisgerber
2019-05-04* For "unpriv -f file", chown file back to root once the command finishes,Christian Weisgerber