summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-03-23Merge in_pcbbind() and in6_pcbbind(), and change every call toVincent Gross
2016-03-23Cleanup SCTLR mask to only include bits that are actually defined onPatrick Wildt
2016-03-23Extract in_pcbaddrisavail() from in_pcbbind().Vincent Gross
2016-03-22dont leak an mbuf when copying the packet in pipex_mppe_output failsDavid Gwynne
2016-03-22replace m_copym2 with m_dup_pktDavid Gwynne
2016-03-22Remove support for ARM11. This was the last unused and unmaintainedPatrick Wildt
2016-03-22Remove support for ARM10.Patrick Wildt
2016-03-22slight knfDavid Gwynne
2016-03-22replace ieee80211_align_mbuf with m_dup_pktDavid Gwynne
2016-03-22Remove support for ARM9E. This is another step in the plan to removePatrick Wildt
2016-03-22dont mix up the len and flats argument to MCLGETI in m_dup_pktDavid Gwynne
2016-03-22allow fpathconf() in stdio mode, since it is an innocuous queryTheo de Raadt
2016-03-22Remove defines for unsupported chips, add V5TEJ and remove incorrectJonathan Gray
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-21Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h.Stefan Sperling
2016-03-21Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it whenVincent Gross
2016-03-21In ral(4) RT2860 code, replace custom defrag with m_defrag().Stefan Sperling
2016-03-21Fix watchdog timeouts and dropped frames under load with RT2860 ral(4).Stefan Sperling
2016-03-21Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s.Alexander Bluhm
2016-03-21On Octeon systems, U-Boot provides a list of usable memory regions. UseVisa Hankala
2016-03-21The common part of rtwn(4) needs help from attachment drivers to determineStefan Sperling
2016-03-21Plug 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 superfluousKenneth R Westerback
2016-03-20Update the axen driver to initialize the hardware on reset. Change was sugges...Brandon Mercer
2016-03-20Update ticks in hardclock().Masao Uebayashi
2016-03-20Revert, missing decl for in6_pcbaddrisavail() breaks kernel build.Jeremie Courreges-Anglas
2016-03-19Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it whenVincent Gross
2016-03-19Attach dwctwo(4) only on Octeon models that have a DWC2 controller.Visa Hankala
2016-03-19Do not run into sdgetdisklabel() when scsi disk is dying. AddAlexander Bluhm
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renaming allMartin Pieuchot
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-19Remove support for the XScale 80200. We don't use it, it didn't compilePatrick Wildt
2016-03-19Remove support for IXP425. This is another architecture that is notPatrick Wildt
2016-03-19Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andPatrick Wildt
2016-03-18After sleeping and before accessing sc_link, check that scsi diskAlexander Bluhm
2016-03-18IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16.Jonathan Gray
2016-03-18Remove support for ARM9T (armv4t). Not used by any of the arm platforms.Jonathan Gray
2016-03-18Remove support for ARM8, an old armv4 processor without thumb that wasJonathan Gray
2016-03-18add octuctl, a driver for the Octeon II usb controller interface, andJonathan Matthew
2016-03-18refactor the vlan multicast list handling.David Gwynne
2016-03-17'miliseconds' -> 'milliseconds' in comments.Kenneth R Westerback
2016-03-17add TXIC TX382B entry.SASANO Takayoshi
2016-03-17regenSASANO Takayoshi
2016-03-17add TXIC TX382B (vendor 0x4651: product 0x3273)SASANO Takayoshi
2016-03-17Set mnt_data to NULL after freeing the file system specific mount point.Alexander Bluhm
2016-03-17Do not access the scsi link structure in sdclose() if the diskAlexander Bluhm
2016-03-17Do not iterate all over the tree if OF_parent() is called on the rootMartin Pieuchot
2016-03-17Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rollingMartin Pieuchot
2016-03-17Fix a comment about ``p_usrpri'', from Michal Mazurek.Martin Pieuchot