summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-02-11Can mask MAP_STACK by name rather than numberTheo de Raadt
2018-02-11Add MAP_STACK flag. Currently masked by mmap()Theo de Raadt
2018-02-11Add a ROUTE_PRIOFILTER socket option for roueing sockets thatSebastian Benoit
2018-02-11if an interface is added to the bridge that doesn't exist, try to create itHenning Brauer
2018-02-11add an ipv6 "don't fragment" flag to mbufs for ip6_output to use.David Gwynne
2018-02-10Enable axppmic(4).Mark Kettenis
2018-02-10Add AXP803 support.Mark Kettenis
2018-02-10More Allwinner A64 clocks.Mark Kettenis
2018-02-10Merge license blocks now that they are identical.Martin Pieuchot
2018-02-10Artur Grabowski agreed to relicense his C mutex implementation under ISC.Martin Pieuchot
2018-02-10Convert armv7 to MI mutex.Martin Pieuchot
2018-02-10Move cleanup job control bits to their own function.Martin Pieuchot
2018-02-10Revert previous & incorrect NULL dereference fix.Martin Pieuchot
2018-02-10Replace two spaces indents with tabs. Makes it easier to read andPatrick Wildt
2018-02-10Additional AMD CPUID bits documented inJonathan Gray
2018-02-10There is a problem with assigning 127.0.0.1 here. Revert the callClaudio Jeker
2018-02-10Remove now unused assembly mutex code.Martin Pieuchot
2018-02-10If the kernel fails to clone an entry, report rtrequest(9) error.Martin Pieuchot
2018-02-10Kill unneeded caddr_t cast.Claudio Jeker
2018-02-10rework gif to be more consistent.David Gwynne
2018-02-10Supplying entropy from etext has created a regression on arm where wePatrick Wildt
2018-02-10Put the ldscript parts into a single file instead of storing it as headPatrick Wildt
2018-02-10mbufs and mbuf clusters are now backed by large pools. Because of thisClaudio Jeker
2018-02-10Implement RFC 7217: "A Method for Generating Semantically OpaqueFlorian Obser
2018-02-10Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which actClaudio Jeker
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