summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-09-01Revert previous, it puts too much pressure on memory allocation asMartin Pieuchot
2014-09-01move mpi(4) from workq to taskqBret Lambert
2014-09-01Make this consistent with sys/kern/Makefile: require the 'syscalls' targetPhilip Guenther
2014-09-01sync generated filesDoug Hogan
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-09-01Add implementations of atomic_{inc,dec,add,sub}_{int,long}() andPhilip Guenther
2014-09-01Add explicit membars, so that we can stop requiring rw_cas() toPhilip Guenther
2014-08-31replace LRU bufcache with something originally modelled after 2Q.Ted Unangst
2014-08-31Sync enc/dec routines with libc.Miod Vallat
2014-08-31Make the in6addr constant declarations and definitions consistentAlexander Bluhm
2014-08-31Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viaMiod Vallat
2014-08-31Add sockatmark()Philip Guenther
2014-08-31regenPhilip Guenther
2014-08-31Add additional kernel interfaces for setting close-on-exec on fdsPhilip Guenther
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
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