summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-08-24socketvar.h instead of socket.h, oopsTheo de Raadt
2014-08-24Fix wrong IEEE 802.11 ioctl's:Vadim Zhukov
2014-08-24remove trailing whitespaceStefan Fritsch
2014-08-24Add some TX BD flags for BCM5717 family chips.Brad Smith
2014-08-23Move splnet() in in_ifinit() to protect less code that does notAlexander Bluhm
2014-08-23oddly now needs sys/socket.h, because someone removed struct socket fwdTheo de Raadt
2014-08-22POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb.Kenneth R Westerback
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-21Set the sensor's status when docking and undocking, not just its value.kspillner
2014-08-21Now that DVACT_DEACTIVATE is propagated to the children of a device whenMartin Pieuchot
2014-08-21Fix a copy and pasto with the standard ring setup with calling if_rxr_init()Brad Smith
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