summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-10minor tweaks; ok phesslerJason McIntyre
2018-03-10Allow fetching syspatches from ftp.Antoine Jacoutot
2018-03-10raise bnx(4)'s rxring lwm to 16, ok deraadtStuart Henderson
2018-03-10Avoid a race when populating an mfs fs by using a tmp dir and splitOtto Moerbeek
2018-03-10match two more copper i210 idsJonathan Gray
2018-03-10regenJonathan Gray
2018-03-10Add ids for Ice Lake and Cannon Lake Ethernet and some more I210 ids.Jonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2018-03-10regenJonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2018-03-09Remove bogus copying of bootargs.Mark Kettenis
2018-03-09Add support for the DF_TEXTREL flag.Mark Kettenis
2018-03-09SyncKevin Lo
2018-03-09Add USB device IDs for Edimax EW7611ULB, EW7822ULC, RTL8723BU, andKevin Lo
2018-03-09resume_iret is called with the U+K page tables, so delete the superfluousPhilip Guenther
2018-03-08Check required partition size against the size of the largest freeKenneth R Westerback
2018-03-08When we are rebooting, do not fail in uvn_io(). The vnodes areAlexander Bluhm
2018-03-08Calculate chunk size after adjusting both the chunk offset and chunkKenneth R Westerback
2018-03-08Instead of a SUN_CYLCHECK block in both parts of an if/else, with aKenneth R Westerback
2018-03-08Bail out of a strategy early if the sum of the minsz values exceedsKenneth R Westerback
2018-03-08Bail out of a strategy early if it requires more partitions than areKenneth R Westerback
2018-03-08Simplify the strategy looping.Kenneth R Westerback
2018-03-08Rework and cleanup the linker script for armv7. The main feature isPatrick Wildt
2018-03-08Back in the history of time, IPv4 had classes of addresses. This was widelyPeter Hessler
2018-03-08un-revert tls_init pthread_once change, now that stub is added so that builds...Bob Beck
2018-03-08Add a stub for pthread_once, to permit libtls to use it.Bob Beck
2018-03-08Add a missing client-detached hook when the server shuts down, and doNicholas Marriott
2018-03-08Implement the VMWare vmbackup protocol using vfs_stall(). This lets youJonathan Matthew
2018-03-07revert recent strdelim() change, it causes problems with some configs.Damien Miller
2018-03-07rfc4954 provides more than one method to submit the same credentials and inGilles Chehade
2018-03-07claudio@ added an Adj-RIB-Out, so add it to the regression testsPeter Hessler
2018-03-07backout. diff was not tested comprehensively, resulting in a broken tree.Theo de Raadt
2018-03-07Remounting files systems read-only does not work reliably. ThereAlexander Bluhm
2018-03-07RFC 7136 clarifies that the "u" and "g" bits are only significant whenFlorian Obser
2018-03-07Make tls_init() concurrently callable using pthread_once().Bob Beck
2018-03-07add "int stall" argument required by filesystem stall code; from Tomohiro KusumiTheo de Raadt
2018-03-07move what little info netstart(8) contains on multicast to theJason McIntyre
2018-03-07check for expected record typeOtto Moerbeek
2018-03-07Replace non-functioning checks for use of the usb memory block allocator inJonathan Matthew
2018-03-07Mhz -> MHzJonathan Gray
2018-03-07Stop assuming intel model 0x55 'Skylake X' has a fixed 25 MHz tsc freq.Jonathan Gray
2018-03-06update to NSD 4.1.20, ok florian@Stuart Henderson
2018-03-06Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval"Tim van der Molen
2018-03-06If source and destination addresses are equal, the incoming andAlexander Bluhm
2018-03-06Initialize pushback_index like we do (mostly) everywhere else.rob
2013-02-18Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@Stuart Henderson
2018-03-06Mention that there is no macro expansion inside quotes.rob
2018-03-06use _ALIGN() which is uhm a bit OpenBSD-specific, but it means weTheo de Raadt
2018-03-05Stricter checking for skip1 and skip2.cheloha
2018-03-05Add fatal() and fatalx() and put them to use.cheloha