Age | Commit message (Expand) | Author |
2014-09-01 | Revert previous, it puts too much pressure on memory allocation as | Martin Pieuchot |
2014-09-01 | move mpi(4) from workq to taskq | Bret Lambert |
2014-09-01 | Make this consistent with sys/kern/Makefile: require the 'syscalls' target | Philip Guenther |
2014-09-01 | sync generated files | Doug Hogan |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-09-01 | Add implementations of atomic_{inc,dec,add,sub}_{int,long}() and | Philip Guenther |
2014-09-01 | Add explicit membars, so that we can stop requiring rw_cas() to | Philip Guenther |
2014-08-31 | replace LRU bufcache with something originally modelled after 2Q. | Ted Unangst |
2014-08-31 | Sync enc/dec routines with libc. | Miod Vallat |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-31 | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via | Miod Vallat |
2014-08-31 | Add sockatmark() | Philip Guenther |
2014-08-31 | regen | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-08-30 | Recognize EFI protective and system partitions. Do not put disklabel entries | Miod Vallat |
2014-08-30 | Make sure we check for GPT in writedisklabel() if kernel is compiled with GPT | Miod Vallat |
2014-08-30 | Set the MRU to a full size frame instead of basing it on the MTU. | Brad Smith |
2014-08-30 | let the mru always be what the chip can do, not what the mtu implies. | David Gwynne |
2014-08-30 | Don't panic when an illegal IRQ is passed to intr_{dis,}establish(). | Martin Pieuchot |
2014-08-30 | Bump the fan limit and avoid a panic on my quad G5. | Martin Pieuchot |
2014-08-30 | Rewrite how queue heads are inserted and removed from the asynchronous | Martin Pieuchot |
2014-08-30 | Allow new devices to get an address when XHCI_DEBUG is defined. | Martin Pieuchot |
2014-08-30 | Fix profiling (GPROF) build. | Martin Pieuchot |
2014-08-29 | Use the load average from averunnable.ldavg[] instead of bogus cp_time[] | Miod Vallat |
2014-08-29 | Fix checking sync for old synaptics touchpad (ver 5.9) | Alexandr Shadchin |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-27 | rxr ioctl handling. | David Gwynne |
2014-08-27 | Remove redundant setting of if_mtu which ether_ifattach() already | Brad Smith |
2014-08-27 | deprecate the "item offset" handling. nothing uses it, so we can | David Gwynne |
2014-08-26 | dont base the mru on the mtu. unconditionally make it what the | David Gwynne |
2014-08-26 | Do not hand-roll all routers link local address. | Florian Obser |
2014-08-26 | Revert the addition of broadcast addresses, it apparently also corrupts | Martin Pieuchot |
2014-08-26 | Revert part of the if_rxr diff that incorrectly moves RX ring tail | Mike Belopuhov |
2014-08-25 | We have never limited the definition of "supported SPF modules" | Mike Belopuhov |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-08-24 | socketvar.h instead of socket.h, oops | Theo de Raadt |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-24 | remove trailing whitespace | Stefan Fritsch |
2014-08-24 | Add some TX BD flags for BCM5717 family chips. | Brad Smith |
2014-08-23 | Move splnet() in in_ifinit() to protect less code that does not | Alexander Bluhm |
2014-08-23 | oddly now needs sys/socket.h, because someone removed struct socket fwd | Theo de Raadt |
2014-08-22 | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | Kenneth R Westerback |
2014-08-22 | pseudo-device crypto was accidentally left for some architectures. | Theo de Raadt |
2014-08-21 | Set the sensor's status when docking and undocking, not just its value. | kspillner |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |
2014-08-21 | Fix a copy and pasto with the standard ring setup with calling if_rxr_init() | Brad Smith |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-21 | Misleading comments about splnet(). | Martin Pieuchot |
2014-08-21 | If an ifa has as NULL ifp pointer then is should be considered as | Martin Pieuchot |