Age | Commit message (Expand) | Author |
2014-09-05 | Don't bother messing with minphys, we always need to support | Stefan Fritsch |
2014-09-05 | sync | Chris Cappuccio |
2014-09-05 | Another Intel 10GbE | Chris Cappuccio |
2014-09-05 | KASSERT that the page header pool will use in page headers. | David Gwynne |
2014-09-04 | Remove global cp_time[] array; no longer used now that all arches implement | Miod Vallat |
2014-09-04 | Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead | Miod Vallat |
2014-09-04 | rework how pools with large pages (>PAGE_SIZE) are implemented. | David Gwynne |
2014-09-03 | When a route to prefix (connected route) is added, if its associated | Martin Pieuchot |
2014-09-03 | Make sure broadcast entries won't be freed by the arp timer so we can | Martin Pieuchot |
2014-09-03 | Treat broadcast entries like local ones and give them the highest | Martin Pieuchot |
2014-09-03 | Sync amd64 and i386 GENERIC.MP with other arches by | Bret Lambert |
2014-09-03 | tasks dont need a mutex and a semaphore to protect against multiple uses | David Gwynne |
2014-09-02 | Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM... | Brad Smith |
2014-09-01 | Set the configuration number and get the interface handle in attach(), | Martin Pieuchot |
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 |