Age | Commit message (Expand) | Author |
2016-03-26 | Always include the route priority in routing messages. | Martin Pieuchot |
2016-03-26 | Do not populate RTAX_NETMASK when sending a routing message for RTF_HOST | Martin Pieuchot |
2016-03-26 | add newline on the end of the failure message | Bob Beck |
2016-03-25 | Free some more space in kernel - for network code, of course - by removal | Vadim Zhukov |
2016-03-25 | Silences compiler warnings, about used uninitialized variables. These lengths | Sebastien Marie |
2016-03-24 | Remove unused ``curpriority'' define. | Martin Pieuchot |
2016-03-24 | Kill commented out & unused CI_CURPRIORITY. | Martin Pieuchot |
2016-03-24 | Enable ART. | Martin Pieuchot |
2016-03-24 | Ensure that a found proxy ARP entry has the correct flag. | Martin Pieuchot |
2016-03-24 | fix comment | Philip Guenther |
2016-03-24 | set ticks 15 seconds before its value wraps. | David Gwynne |
2016-03-24 | Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits. | Philip Guenther |
2016-03-23 | remove vax handling | natano |
2016-03-23 | Merge in_pcbbind() and in6_pcbbind(), and change every call to | Vincent Gross |
2016-03-23 | Cleanup SCTLR mask to only include bits that are actually defined on | Patrick Wildt |
2016-03-23 | Extract in_pcbaddrisavail() from in_pcbbind(). | Vincent Gross |
2016-03-22 | dont leak an mbuf when copying the packet in pipex_mppe_output fails | David Gwynne |
2016-03-22 | replace m_copym2 with m_dup_pkt | David Gwynne |
2016-03-22 | Remove support for ARM11. This was the last unused and unmaintained | Patrick Wildt |
2016-03-22 | Remove support for ARM10. | Patrick Wildt |
2016-03-22 | slight knf | David Gwynne |
2016-03-22 | replace ieee80211_align_mbuf with m_dup_pkt | David Gwynne |
2016-03-22 | Remove support for ARM9E. This is another step in the plan to remove | Patrick Wildt |
2016-03-22 | dont mix up the len and flats argument to MCLGETI in m_dup_pkt | David Gwynne |
2016-03-22 | allow fpathconf() in stdio mode, since it is an innocuous query | Theo de Raadt |
2016-03-22 | Remove defines for unsupported chips, add V5TEJ and remove incorrect | Jonathan Gray |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h. | Stefan Sperling |
2016-03-21 | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when | Vincent Gross |
2016-03-21 | In ral(4) RT2860 code, replace custom defrag with m_defrag(). | Stefan Sperling |
2016-03-21 | Fix watchdog timeouts and dropped frames under load with RT2860 ral(4). | Stefan Sperling |
2016-03-21 | Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s. | Alexander Bluhm |
2016-03-21 | On Octeon systems, U-Boot provides a list of usable memory regions. Use | Visa Hankala |
2016-03-21 | The common part of rtwn(4) needs help from attachment drivers to determine | Stefan Sperling |
2016-03-21 | Plug a memory leak in vnet(4) ioctl code path. | Stefan Sperling |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-20 | Update the axen driver to initialize the hardware on reset. Change was sugges... | Brandon Mercer |
2016-03-20 | Update ticks in hardclock(). | Masao Uebayashi |
2016-03-20 | Revert, missing decl for in6_pcbaddrisavail() breaks kernel build. | Jeremie Courreges-Anglas |
2016-03-19 | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when | Vincent Gross |
2016-03-19 | Attach dwctwo(4) only on Octeon models that have a DWC2 controller. | Visa Hankala |
2016-03-19 | Do not run into sdgetdisklabel() when scsi disk is dying. Add | Alexander Bluhm |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming all | Martin Pieuchot |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-19 | Remove support for the XScale 80200. We don't use it, it didn't compile | Patrick Wildt |
2016-03-19 | Remove support for IXP425. This is another architecture that is not | Patrick Wildt |
2016-03-19 | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and | Patrick Wildt |
2016-03-18 | After sleeping and before accessing sc_link, check that scsi disk | Alexander Bluhm |
2016-03-18 | IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16. | Jonathan Gray |