summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-10With a CTF kernel, DDB's print command will now pretty-print symbols.Martin Pieuchot
2017-08-10Move the solock()/sounlock() dance outside of sobind().Martin Pieuchot
2017-08-10Make rw_enter() always succeed after a panic.Martin Pieuchot
2017-08-10don't have cu try to open '/dev', instead check if there's a valid ttyJasper Lievisse Adriaanse
2017-08-10No need to handle multiple routing messages here.Jeremie Courreges-Anglas
2017-08-10the userland crypto interface died long ago, can clean up the headerTed Unangst
2017-08-10A missing break in vxlan_sockaddr_cmp() could eventually trick anReyk Floeter
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows theJoel Sing
2017-08-10Prevent an unlikely resource leakMike Belopuhov
2017-08-10sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 orReyk Floeter
2017-08-10Fix copy-paste error in the error path of vio_alloc_mem() that checkedReyk Floeter
2017-08-10Add missing comma that caused a concatenated string. Fixes printing ofReyk Floeter
2017-08-10document use of del as short form for delete, from jcaSebastian Benoit
2017-08-10convert source code frequencies to match those in the man pageTed Unangst
2017-08-10Correct the upper bound for the command size before the passthroughMike Belopuhov
2017-08-10Clean up the EC key/curve configuration handling.Joel Sing
2017-08-10Add IMSG_SET_RESOLV_CONF and keep the cached contentsKenneth R Westerback
2017-08-10Buffer size for the SCSI vendor string should be 8 char longMike Belopuhov
2017-08-10vmd: partially back out a change committed yesterday regarding guestMike Larkin
2017-08-10Treat backspace as printable in sanitize() for non-UTF8 locales.Todd C. Miller
2017-08-10whitespaceMike Larkin
2017-08-10Objective-C has been removed from base, do not test whether compilingAlexander Bluhm
2017-08-10Fixup upper bound for the completion descriptor identifierMike Belopuhov
2017-08-10The socket field so_proto can never be NULL. Remove the checks.Alexander Bluhm
2017-08-10The caller of sobind() has to free the name mbuf. Plug a mbuf leakAlexander Bluhm
2017-08-10Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 fro...mortimer
2017-08-10autodetect AF when setting inet6 default routeSebastian Benoit
2017-08-10Pledge snmpctl. Ok jca@, tb@rob
2017-08-10Fix a comment and line length. Noted by Dennis fondras.Sebastian Benoit
2017-08-10Fail if unknown type of an address family was specifiedMike Belopuhov
2017-08-10Power off all codecs on shutdown to eliminate static noise in speakersTheo Buehler
2017-08-10Deactivate the device if I/O fails in attach.Martin Pieuchot
2017-08-10Remove a leftover bit that was dereferencing an uninitialized pointerMike Belopuhov
2017-08-10first draft of tests for newlocale(3), duplocale(3), uselocale(3)Ingo Schwarze
2017-08-10Avoid possible NULL pointer dereference on fuseioctl()Ricardo Mestre
2017-08-10Remove KOI8 lines after 5.9 is out.Theo Buehler
2017-08-10replace memcpy() with assignements where the type is the same.Sebastian Benoit
2017-08-10Add glue for passing through file+line when WITNESS is enabledPhilip Guenther
2017-08-10handle extended communities in bgpctl.Sebastian Benoit
2017-08-10allow "del" in addition to "delete"Sebastian Benoit
2017-08-10fix typo in commentPhilip Guenther
2017-08-10___errno (three underbars) is long gonePhilip Guenther
2017-08-10Use "! cmd" for commands that are expected to fail.Martin Pieuchot
2017-08-10Test that 'route change' has no effect on a RTF_LOCAL route.Martin Pieuchot
2017-08-10Do not invalidate ND for local routes, make it consistent like ARP.Alexander Bluhm
2017-08-10Prevent userland to modify RTF_LOCAL route entries.Martin Pieuchot
2017-08-10Remove some case statements which have been compiled out since 2000.Frederic Cambus
2017-08-10icmp_mtudisc() might be called by TCP even on loopback after aAlexander Bluhm
2017-08-09Pull out the code that identifies if we have an ECC cipher in the cipherJoel Sing
2017-08-09vmd: allow guest PCI interrupt line reassignment.Mike Larkin