summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-02-10fix build with SDHC_DEBUG defined, no binary change otherwiseJonathan Matthew
2018-02-10Add a mapping from grandparent driver name to hibernate io function to reduceJonathan Matthew
2018-02-10Use sched_pause(yield) to decide when to yield when filling randomdata.mortimer
2018-02-09use in_addr and in6_addr instead of uint32_tsDavid Gwynne
2018-02-09oh carp - i didnt mean to commit theseDavid Gwynne
2018-02-09use struct in_addr to represent an address.David Gwynne
2018-02-09add support for setting the ttl on the tunnel traffic.David Gwynne
2018-02-09Call socreate() before falloc() in sys_socket().Martin Pieuchot
2018-02-09rework etherip to make it more consistent and reduce code duplication.David Gwynne
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2018-02-09Situation occur where bootloader cannot supply kernel with earlyTheo de Raadt
2018-02-09Extend the mbuf queue API with an accessor that checks whetherPatrick Wildt
2018-02-09Implement the bwfm(4) SDIO bus logic. This is the bus layer thatPatrick Wildt
2018-02-09timeout_add -> timeout_add_secJonathan Matthew
2018-02-09bring back the wccp shizz.David Gwynne
2018-02-08implement support for tunnelttl copy.David Gwynne
2018-02-08Make the routing socket more MP save by using a SRPL list for the pcb list.Claudio Jeker
2018-02-08ttl 0 is not valid on the wire, so dont accept it.David Gwynne
2018-02-08implement ethernet over gre encapsulation with a thing egre(4) driver.David Gwynne
2018-02-08handle SIOCGLIFPHYTTL and say that the ttl is always "copied"David Gwynne
2018-02-08When multiple RTF_CLONING routes for the same subnet are present, useMartin Pieuchot
2018-02-08Add a new '-protected' option for bridge members.Martin Pieuchot
2018-02-08Remove CSRG copyright, there isn't any code left from Berkeley here.Martin Pieuchot
2018-02-08Do not hardcode key length. Pointed out by jsing@mortimer
2018-02-08After flushing disks, try again to release all memory. We don't need toTheo de Raadt
2018-02-08Toss all releaseable memory, because fragmentation can get in the wayTheo de Raadt
2018-02-08Use a temporary chacha instance to fill large randomdata sections. Avoidsmortimer
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08sr_quiesce() is a new approach for ensuring that softraid drainsTheo de Raadt
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-08gre doesnt need ifmediaDavid Gwynne
2018-02-08reintroduce support for keepalives.David Gwynne
2018-02-08add DIOCGETSYNFLWATS to get current synflood detection watermarks,Henning Brauer
2018-02-07comment change only. ok bluhm@Richard Procter
2018-02-07add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCKDavid Gwynne
2018-02-07Sporadically the network over gem(4) interface hang on sparc64 andAlexander Bluhm
2018-02-07update the gre driver.David Gwynne
2018-02-07dcoppa@ and bluhm@ noted that i accidentally removed POOL_DEBUGDavid Gwynne
2018-02-07Outsource setting the backplane window into a specific function so itPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt
2018-02-07the SETUIDSCRIPTS define is no longer needed since the code was unifdefTed Unangst
2018-02-07Reporting the PXE boot interface we identified is independent of settingChristian Weisgerber
2018-02-07Unbreak carp(4) MAC check in bridge_process().Martin Pieuchot
2018-02-07Use M_WAITOK to show we don't need to check for NULL.Kenneth R Westerback
2018-02-07Use duid_format() instead of rolling one locally.Kenneth R Westerback
2018-02-07look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procterHenning Brauer