summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-21Misleading comments about splnet().Martin Pieuchot
2014-08-21If an ifa has as NULL ifp pointer then is should be considered asMartin Pieuchot
2014-08-20after allocating an mbuf and cluster you still need to init the lengthDavid Gwynne
2014-08-20Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-08-20Call audio_{pint,rint}() call-backs with the mutex held. Found byAlexandre Ratchov
2014-08-20Bye bye /dev/cryptoMike Belopuhov
2014-08-20Bye bye /dev/cryptoMike Belopuhov
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-20Release CPU mutexes on EINVAL.doug
2014-08-20brad said i had some whitespace screwups in my previous diff. this cleansDavid Gwynne
2014-08-20remove the custom jumbo allocator. its never been enabled or used.David Gwynne
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-08-20replace sks jumbo allocator with MCLGETI. the system provides jumbos inDavid Gwynne
2014-08-20bring back r1.130:David Gwynne
2014-08-19More PIC programming magic, as well as a specific workaround for lostMiod Vallat
2014-08-19Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section.Miod Vallat
2014-08-19yet another typoMiod Vallat
2014-08-19Enable rts5227, as found in my new Thinkpad x240.Peter Hessler
2014-08-19Three independent typos for `independent' or `independently'.Miod Vallat
2014-08-19When a local route entry is added for an ifa having a broadcast address,Martin Pieuchot
2014-08-19Keep pim code under #ifdef PIM to be coherent with what's in netinet/.Martin Pieuchot
2014-08-19Make sure state changes are properly serialized.Martin Pieuchot
2014-08-19in myx_start, replaceDavid Gwynne
2014-08-19pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-08-18Explicitely need <sys/pool.h> now.Miod Vallat
2014-08-18Sigh, ignoring instruction fetch bus errors for the kernel code should notMiod Vallat
2014-08-18pool debug back onTed Unangst
2014-08-18this uses pools, but relied on mbuf.h to provide them.David Gwynne
2014-08-18dont rely on mbuf.h to provide pool.h.David Gwynne
2014-08-18its a bit silly to include mbuf.h to get to malloc.h. just includeDavid Gwynne
2014-08-18introduce mbuf list and queue apis. both manage fifo lists of mbufsDavid Gwynne
2014-08-18external page headers use an RB tree to find the page headerDavid Gwynne
2014-08-17On kernels compiled with R10000 support, ignore (by simply returning)Miod Vallat
2014-08-17i broke the userland shim used for the extent regress test when iDavid Gwynne
2014-08-15Remove support for public key operationsMike Belopuhov
2014-08-15Remove support for public key operationsMike Belopuhov
2014-08-15With deprecation of crypto(4) interface lofn(4) and nofn(4) becomeMike Belopuhov
2014-08-15unlink lofn(4) and nofn(4)Mike Belopuhov
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-08-15Create a function which loads sgd in the mfi_iop_ops struct so that skinnyYASUOKA Masahiko
2014-08-14regenTodd C. Miller
2014-08-14Add USB hubs found on Intel Z97 chipset boards (one attached toTodd C. Miller
2014-08-14fixed overrid(d)en typoTobias Stoeckmann
2014-08-14Unused variable, and more fixes in the attach failure path.Miod Vallat
2014-08-14Bring back 1.173 (reverting 1.174) - mips64 systems are still unhappy whenMiod Vallat
2014-08-14Compare number of allocated clusters with a low watermark, notMike Belopuhov
2014-08-14Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-08-14No need for raw_cb.hMartin Pieuchot