summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-08-30Recognize EFI protective and system partitions. Do not put disklabel entriesMiod Vallat
2014-08-30Make sure we check for GPT in writedisklabel() if kernel is compiled with GPTMiod Vallat
2014-08-30Set the MRU to a full size frame instead of basing it on the MTU.Brad Smith
2014-08-30let the mru always be what the chip can do, not what the mtu implies.David Gwynne
2014-08-30Don't panic when an illegal IRQ is passed to intr_{dis,}establish().Martin Pieuchot
2014-08-30Bump the fan limit and avoid a panic on my quad G5.Martin Pieuchot
2014-08-30Rewrite how queue heads are inserted and removed from the asynchronousMartin Pieuchot
2014-08-30Allow new devices to get an address when XHCI_DEBUG is defined.Martin Pieuchot
2014-08-30Fix profiling (GPROF) build.Martin Pieuchot
2014-08-29Use the load average from averunnable.ldavg[] instead of bogus cp_time[]Miod Vallat
2014-08-29Fix checking sync for old synaptics touchpad (ver 5.9)Alexandr Shadchin
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
2014-08-27rxr ioctl handling.David Gwynne
2014-08-27Remove redundant setting of if_mtu which ether_ifattach() alreadyBrad Smith
2014-08-27deprecate the "item offset" handling. nothing uses it, so we canDavid Gwynne
2014-08-26dont base the mru on the mtu. unconditionally make it what theDavid Gwynne
2014-08-26Do not hand-roll all routers link local address.Florian Obser
2014-08-26Revert the addition of broadcast addresses, it apparently also corruptsMartin Pieuchot
2014-08-26Revert part of the if_rxr diff that incorrectly moves RX ring tailMike Belopuhov
2014-08-25We have never limited the definition of "supported SPF modules"Mike Belopuhov
2014-08-25Move sending of router solicitations to the kernel; receiving andFlorian Obser
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