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