Age | Commit message (Expand) | Author |
2018-02-08 | After flushing disks, try again to release all memory. We don't need to | Theo de Raadt |
2018-02-08 | Toss all releaseable memory, because fragmentation can get in the way | Theo de Raadt |
2018-02-08 | Use a temporary chacha instance to fill large randomdata sections. Avoids | mortimer |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-08 | sr_quiesce() is a new approach for ensuring that softraid drains | Theo de Raadt |
2018-02-08 | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer | Patrick Wildt |
2018-02-08 | gre doesnt need ifmedia | David Gwynne |
2018-02-08 | reintroduce support for keepalives. | David Gwynne |
2018-02-08 | add DIOCGETSYNFLWATS to get current synflood detection watermarks, | Henning Brauer |
2018-02-07 | comment change only. ok bluhm@ | Richard Procter |
2018-02-07 | add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCK | David Gwynne |
2018-02-07 | Sporadically the network over gem(4) interface hang on sparc64 and | Alexander Bluhm |
2018-02-07 | update the gre driver. | David Gwynne |
2018-02-07 | dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUG | David Gwynne |
2018-02-07 | Outsource setting the backplane window into a specific function so it | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-07 | Move SDIO bus and protocol definitions from the shared header | Patrick Wildt |
2018-02-07 | Add helper to find out if the chip supports Save/Restore. Will be used | Patrick Wildt |
2018-02-07 | the SETUIDSCRIPTS define is no longer needed since the code was unifdef | Ted Unangst |
2018-02-07 | Reporting the PXE boot interface we identified is independent of setting | Christian Weisgerber |
2018-02-07 | Unbreak carp(4) MAC check in bridge_process(). | Martin Pieuchot |
2018-02-07 | Use M_WAITOK to show we don't need to check for NULL. | Kenneth R Westerback |
2018-02-07 | Use duid_format() instead of rolling one locally. | Kenneth R Westerback |
2018-02-07 | look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procter | Henning Brauer |
2018-02-07 | dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properly | David Gwynne |
2018-02-07 | take the interface down if it is being destroyed. | David Gwynne |
2018-02-07 | provide counters for # of synfloods detected, # of syncookies sent, | Henning Brauer |
2018-02-07 | remove mobileip(4) tendrils | David Gwynne |
2018-02-07 | unbreak strict alignment archs by using SIPHASH_KEY for siphash | David Gwynne |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-07 | Historically TCP timeouts were implemented with pr_slowtimo and | Alexander Bluhm |
2018-02-06 | syncookies for pf. | Henning Brauer |
2018-02-06 | syncookies implementation to be used in pf, based on the FreeBSD one by | Henning Brauer |
2018-02-06 | slightly randomize the order that new pages populate their item lists in. | David Gwynne |
2018-02-06 | convert __inline to inline | Peter Hessler |
2018-02-06 | convert the test if a node support HT (aka, 11n) into an inline function, | Peter Hessler |
2018-02-06 | Allow the kernel to recognize that it has been netbooted and to add the | Christian Weisgerber |
2018-02-06 | There was a race in the TCP timers. As they may sleep to grab the | Alexander Bluhm |
2018-02-06 | Do some cleanup in ah_massage_headers(). | Alexander Bluhm |
2018-02-06 | Make sure sigfillsiz is word aligned. | Patrick Wildt |
2018-02-06 | some finger muscle workout: | Henning Brauer |
2018-02-06 | remove extern from function prototypes, remove some variable names, and a | Peter Hessler |
2018-02-06 | Run newvers.sh with umask 007 to work around permission issues that | Theo Buehler |
2018-02-06 | Add support for chips which use SYSMEM memory. Code is a simplified | Patrick Wildt |
2018-02-06 | Support setting the Cortex-M3 cores to active mode. | Patrick Wildt |
2018-02-06 | reduce scope of variable a bit to avoid shadowing | Ted Unangst |
2018-02-06 | Load the Intel microcode much earlier. So far we had loaded it after | Patrick Wildt |
2018-02-06 | remove a bit of dead code. ok bluhm deraadt | Ted Unangst |
2018-02-05 | Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also | Alexander Bluhm |