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