Age | Commit message (Expand) | Author |
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 |
2016-03-18 | Remove support for ARM9T (armv4t). Not used by any of the arm platforms. | Jonathan Gray |
2016-03-18 | Remove support for ARM8, an old armv4 processor without thumb that was | Jonathan Gray |
2016-03-18 | add octuctl, a driver for the Octeon II usb controller interface, and | Jonathan Matthew |
2016-03-18 | refactor the vlan multicast list handling. | David Gwynne |
2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. | Kenneth R Westerback |
2016-03-17 | add TXIC TX382B entry. | SASANO Takayoshi |
2016-03-17 | regen | SASANO Takayoshi |
2016-03-17 | add TXIC TX382B (vendor 0x4651: product 0x3273) | SASANO Takayoshi |
2016-03-17 | Set mnt_data to NULL after freeing the file system specific mount point. | Alexander Bluhm |
2016-03-17 | Do not access the scsi link structure in sdclose() if the disk | Alexander Bluhm |
2016-03-17 | Do not iterate all over the tree if OF_parent() is called on the root | Martin Pieuchot |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-17 | Fix a comment about ``p_usrpri'', from Michal Mazurek. | Martin Pieuchot |