summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use queue(9) instead of hand-crafted link lists for the global IPXRobert Watson2009-06-245-51/+53
* - Change this driver to do taskqueue(9) based TX and interruptMarius Strobl2009-06-242-57/+136
* - Remove unused variables. [1]Marius Strobl2009-06-241-25/+3
* MFp4:Alexander Motin2009-06-241-0/+3
* o merge from amd64:Marius Strobl2009-06-241-19/+37
* MFp4:Alexander Motin2009-06-241-197/+0
* Remove kernel SLIP and PPP privileges, since they are no longer used.Robert Watson2009-06-241-2/+2
* Deprecate the msgsys(), semsys(), and shmsys() system calls by movingJohn Baldwin2009-06-244-185/+185
* MFp4:Alexander Motin2009-06-2422-22/+22
* With the fdc control device disappearing some 5 years ago, it is noJoerg Wunsch2009-06-241-4/+0
* Whitespace fix.John Baldwin2009-06-242-0/+2
* Revert the part of r194763 which added a dying flag and insteadMarius Strobl2009-06-242-12/+5
* - Similar to the previous commit, but for CURRENT: Fix a bug where a FIFO vnodeUlf Lilleengen2009-06-241-1/+0
* - Fix a bug where a FIFO vnode use count was increased twice, but onlyUlf Lilleengen2009-06-241-1/+0
* If the initial attempt to refresh credentials in the RPCSEC_GSS clientRick Macklem2009-06-241-3/+15
* Update for the Intel 10G driver, this adds support forJack F Vogel2009-06-2412-680/+1275
* Updates for both the em and igb drivers, add supportJack F Vogel2009-06-2420-1497/+2734
* Some DMA related changes:Alexander Motin2009-06-241-33/+35
* Unbreak sparc64 after the swap accounting changes: mark kernel_mapKonstantin Belousov2009-06-241-2/+2
* Rework locking and reference counting in ipx_control to be consistent withRobert Watson2009-06-241-58/+60
* fw_state ad cur_state are holding unsigned bitfields, so declare thenScott Long2009-06-241-1/+1
* dtrace/amd64: fix virtual address checksAndriy Gapon2009-06-242-9/+6
* More precise description of the DS1553 driver.Rafal Jaworowski2009-06-241-1/+1
* Introduce ata(4) support for Marvell integrated SATA controllers (found onRafal Jaworowski2009-06-249-0/+958
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.Rafal Jaworowski2009-06-245-20/+15
* Clean up struct prison, with the recent fields in more logical places,Jamie Gritton2009-06-241-13/+15
* Fix a race in vi_if_move, where a vnet is used after the prison thatJamie Gritton2009-06-241-20/+27
* Add missing unlock of if_addr_mtx when an unmatched ARP packet is received.Robert Watson2009-06-241-0/+1
* Allow admin to specify the initial mtu upon driver loadAndrew Gallatin2009-06-241-3/+8
* Clear 'ia' after iterating if_addrhead for unicast address matching: sinceRobert Watson2009-06-241-6/+9
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.John Baldwin2009-06-243-6/+38
* - Move syscall function argument structure types to be just above theJohn Baldwin2009-06-243-20/+17
* Add stack_print_short() and stack_print_short_ddb() interfaces toRobert Watson2009-06-242-10/+56
* Use proper form of gnu designated initalizers. This letsRoman Divacky2009-06-242-2/+2
* Printf fewer warnings when adding a route to an atalk address fails;Robert Watson2009-06-241-10/+2
* In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improveRobert Watson2009-06-241-3/+15
* In ARP input, more consistently acquire and release ifaddr references.Robert Watson2009-06-241-2/+14
* Break at_ifawithnet() into two variants:Robert Watson2009-06-245-94/+149
* Reduce debugging output for netatalk routing events.Robert Watson2009-06-241-44/+6
* Initialize the uip to silence gcc warning that seems to sneak in in someKonstantin Belousov2009-06-241-0/+1
* Lock if_addrhead when iterating, and where necessary acquire and releaseRobert Watson2009-06-241-21/+27
* Make stf_getsrcifa6() return a reference to an in6_ifaddr rather thanRobert Watson2009-06-241-1/+9
* Do not stop the loop when an empty or deleted directory entry is found.John Hay2009-06-241-1/+3
* The bits set in a page's dirty mask are a subset of the bits set in itsAlan Cox2009-06-242-10/+8
* Slight comment fix.Ariff Abdullah2009-06-241-5/+4
* Make algorithm a bit more bulletproof.Alexander Motin2009-06-232-4/+4
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-2342-40/+547
* - Added code to read bootcode firwmare version.David Christensen2009-06-232-42/+130
* - Use cpuset_t and the CPU_ macros in place of cpumask_t so that ULEJeff Roberson2009-06-231-19/+19
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-239-92/+87