Age | Commit message (Expand) | Author |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-02-10 | fix build with SDHC_DEBUG defined, no binary change otherwise | Jonathan Matthew |
2018-02-10 | Add a mapping from grandparent driver name to hibernate io function to reduce | Jonathan Matthew |
2018-02-10 | Use sched_pause(yield) to decide when to yield when filling randomdata. | mortimer |
2018-02-09 | use in_addr and in6_addr instead of uint32_ts | David Gwynne |
2018-02-09 | oh carp - i didnt mean to commit these | David Gwynne |
2018-02-09 | use struct in_addr to represent an address. | David Gwynne |
2018-02-09 | add support for setting the ttl on the tunnel traffic. | David Gwynne |
2018-02-09 | Call socreate() before falloc() in sys_socket(). | Martin Pieuchot |
2018-02-09 | rework etherip to make it more consistent and reduce code duplication. | David Gwynne |
2018-02-09 | Check for the existence of /bsd before trying to back it up to /obsd. | Theo Buehler |
2018-02-09 | Situation occur where bootloader cannot supply kernel with early | Theo de Raadt |
2018-02-09 | Extend the mbuf queue API with an accessor that checks whether | Patrick Wildt |
2018-02-09 | Implement the bwfm(4) SDIO bus logic. This is the bus layer that | Patrick Wildt |
2018-02-09 | timeout_add -> timeout_add_sec | Jonathan Matthew |
2018-02-09 | bring back the wccp shizz. | David Gwynne |
2018-02-08 | implement support for tunnelttl copy. | David Gwynne |
2018-02-08 | Make the routing socket more MP save by using a SRPL list for the pcb list. | Claudio Jeker |
2018-02-08 | ttl 0 is not valid on the wire, so dont accept it. | David Gwynne |
2018-02-08 | implement ethernet over gre encapsulation with a thing egre(4) driver. | David Gwynne |
2018-02-08 | handle SIOCGLIFPHYTTL and say that the ttl is always "copied" | David Gwynne |
2018-02-08 | When multiple RTF_CLONING routes for the same subnet are present, use | Martin Pieuchot |
2018-02-08 | Add a new '-protected' option for bridge members. | Martin Pieuchot |
2018-02-08 | Remove CSRG copyright, there isn't any code left from Berkeley here. | Martin Pieuchot |
2018-02-08 | Do not hardcode key length. Pointed out by jsing@ | mortimer |
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 |