summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-05-12Instead of printing a debug message at the end of processing, panicAlexander Bluhm
2017-05-12Use the IPsec policy check from ipv4_input() also when forwardingAlexander Bluhm
2017-05-12Make a kernel with switch(4) but without INET6 compile again.Alexander Bluhm
2017-05-12Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)Martin Pieuchot
2017-05-12Make atomic.h ready to be included in userland.Martin Pieuchot
2017-05-12Make atomic.h ready to be included in userland.Martin Pieuchot
2017-05-12Make atomic.h ready to be included in userland.Martin Pieuchot
2017-05-12Make atomic.h ready to be included in userland.Martin Pieuchot
2017-05-12Make atomic.h ready to be included in userland.Martin Pieuchot
2017-05-11Remove a leftover from the ifq_mfreeml conversionMike Belopuhov
2017-05-11The device_to_pa routine really isn't needed. We always have physicalVisa Hankala
2017-05-11Set up IPI handling on the primary CPU before booting secondary CPUs.Visa Hankala
2017-05-11No need to go through a remove/insert cycle when there's a single routeMartin Pieuchot
2017-05-11Add pf queue configuration glue for FQ-CoDelMike Belopuhov
2017-05-11IPv6 IPsec transport mode did not work if pf is enabled. TheAlexander Bluhm
2017-05-11Fix white spaces and wrap long line. No binary change.Alexander Bluhm
2017-05-11Increment drop counter on the enqueue failureMike Belopuhov
2017-05-11panic doesn't need \n.Mike Larkin
2017-05-11unbreak PMAP_DIRECT archs.David Gwynne
2017-05-11Casting int is required for passing uint64 value to "%u" since we don'tYASUOKA Masahiko
2017-05-11reorder uvm init to avoid use before initialisation.David Gwynne
2017-05-10Remove pmep_pa_is_mem(). Instead create write-back cachable mappings byMark Kettenis
2017-05-10Declare struct m_hdr as __aligned(8). This forces the compiler to pad out toMark Kettenis
2017-05-10Adapt the filter parameters to the X/Y ratio.Ulf Brosziewski
2017-05-10It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-05-10Hook up HPET as a timecounter.Visa Hankala
2017-05-10Revert r1.61 and partially 1.60. The resulting logic is currently aMartin Pieuchot
2017-05-10Add a PCI attach hook mechanism for htb(4), similar to the oneVisa Hankala
2017-05-10The setting of the cpu feature flags for PCLMUL and AES-NI was guarded withTheo Buehler
2017-05-10Make this compile with HIDKBD_DEBUG defined.Martin Pieuchot
2017-05-09Enable dwge(4). If the network hardware is initialized by U-Boot, theMark Kettenis
2017-05-09Whitelist SMBus IO addresses to let the driver, piixpm(4), work again.Visa Hankala
2017-05-09Fix range check.Visa Hankala
2017-05-09Mix bits from the built-in RNG with the randomdata section at boot time.Visa Hankala
2017-05-09Remove rip_output() and rip6_output() from inetsw and inet6sw. TheAlexander Bluhm
2017-05-09Use C99 types.Martin Pieuchot
2017-05-09Convert diagnostic panic to compile time assert in tcp6_ctlinput().Alexander Bluhm
2017-05-09Convert a splsoftnet()/splx() dance to NET_ASSERT_LOCKED().Martin Pieuchot
2017-05-09Stop considering some sleeping threads are running.Martin Pieuchot
2017-05-09Kill commented out code referencing pfctlinput2() and a wrong commentMartin Pieuchot
2017-05-09pfctlinput(PRC_IFDOWN, ...) has no effect on OpenBSD so remove it.Martin Pieuchot
2017-05-08After a break point at the beginning of a function, printing itsAlexander Bluhm
2017-05-08Fix a compilation error on arm64 that was caught by clang.Rafael Zalamena
2017-05-08improved coordinate filtersUlf Brosziewski
2017-05-08Replace the global variables pfr_{sin,sin6} with stack local variablesPatrick Wildt
2017-05-08Guard debug printf with NFS_DEBUG ifdef like the other debug prints.Patrick Wildt
2017-05-08Guard debug printf with NETIF_DEBUG ifdef like the other debug prints.Patrick Wildt
2017-05-088192C is the only MIMO chip supported by this driver, all others are 1T1R.Ricardo Mestre
2017-05-08Fix a possible NULL pointer deference on icmp6 echo reply caught byRafael Zalamena
2017-05-08add a compile time assertion MSIZE == sizeof(struct mbuf)Ted Unangst