summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-15Improve logging when sending a packet fails.remi
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-07-15Explain in which circumstances trailing slashes can be omitted afterIngo Schwarze
2019-07-15Our kernel __realpath(2) implementation does not allow non-existingAlexander Bluhm
2019-07-15revert unintended change that snuck in last commitBob Beck
2019-07-15Make realpath posixly correct by changing the kernel implementationBob Beck
2019-07-15support PKCS8 as an optional format for storage of private keys,Damien Miller
2019-07-15unit tests for sshbuf_cmp() and sshbuf_find(); ok markusDamien Miller
2019-07-15two more bounds-checking sshbuf counterparts to common stringDamien Miller
2019-07-15Initialize struct inpcb pool not on demand, but during initialization.Alexander Bluhm
2019-07-15Convert struct unpcb malloc(9) to pool_get(9).Alexander Bluhm
2019-07-15Nuke '-l' command line option (alternate location forKenneth R Westerback
2019-07-15Fix usagekn
2019-07-15Add tls-cert-bundle and example of using a DNS-over-TLS forwarder.Darren Tucker
2019-07-15revisit pipe initialization and buffer managementSebastien Marie
2019-07-15Fix a direct map bug that affected machines with > 1023GB physicalMike Larkin
2019-07-15Document locking with fdrelease().Visa Hankala
2019-07-15Do not relock fdp in fdrelease(). This prevents unnecessary lockingVisa Hankala
2019-07-15syncVisa Hankala
2019-07-15unstub phm_irq_process()Jonathan Gray
2019-07-15add PCI_BUS_NUM()Jonathan Gray
2019-07-15put smbios date access under NBIOS > 0 instead of CONFIG_DMIJonathan Gray
2019-07-15Replace local method of determining rasops rotation withJonathan Gray
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enableJonathan Gray
2019-07-15store smbios date string in globally visible var for drmJonathan Gray
2019-07-14unit tests for sshbuf_peek/poke bounds-checked random accessDamien Miller
2019-07-14add some functions to perform random-access read/write operationsDamien Miller
2019-07-14Install OpenBSD::Unveil.3p manpageAndrew Fresh
2019-07-14If messages are shown and output is printed without a pager, displayIngo Schwarze
2019-07-14Add interface to set/update a data property.Mark Kettenis
2019-07-14one old PERMIT_* escaped! they're gone nowMarc Espie
2019-07-14rename PIPE_WANT to PIPE_WANTD.Sebastien Marie
2019-07-14a bunch of changes, all related to error-handling:Marc Espie
2019-07-14newlen was a dead store, but what we could use is oldlen toFlorian Obser
2019-07-14Update to libunbound 1.9.2Florian Obser
2019-07-14Delete obsolete bits in a comment: mcontext is gone and struct reg is noPhilip Guenther
2019-07-14Unlike gas, clang's assembler complains about duplicate symbol assignments.Philip Guenther
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-07-14Don't lock the struct unveil being created in the child when cloning thePhilip Guenther
2019-07-14ld.so's $ORIGIN handling when argv[0] is a relative path was broken byPhilip Guenther
2019-07-13Panic for missing vp1 entry, do not panic for missing vp2 entry twice.Dale Rahn
2019-07-13Adjust the pmap_set_l* functions to a more reasonable API,Dale Rahn
2019-07-13pmap_page_protect() should not unmap pages after making them readonly.Dale Rahn
2019-07-13explain the acronym "CRT"; suggested by tb@Ingo Schwarze
2019-07-13fix error description on invalid forward ip.Christopher Zimmermann
2019-07-13Don't "forward to <table>" when a "forward to destination" address is set.Christopher Zimmermann
2019-07-13pipe_write() do opportunistic buffer resizing, when the buffer is empty.Sebastien Marie
2019-07-12Count the number of TCP SACK options that were dropped due to theAlexander Bluhm
2019-07-12Test should also run if there is no obj directory. Name regressAlexander Bluhm
2019-07-12Minor polishing:Ingo Schwarze