summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-2412-114/+109
* - Fix a bug where a FIFO vnode use count was increased twice, but onlylulf2009-06-241-1/+0
* If the initial attempt to refresh credentials in the RPCSEC_GSS clientrmacklem2009-06-241-3/+15
* Update for the Intel 10G driver, this adds support forjfv2009-06-2412-685/+1280
* add a link named athpeek since my fingers keep typing itsam2009-06-241-0/+1
* read back the written value and displaysam2009-06-241-2/+1
* Add the "vnet" and "-vnet" options, to allow moving interfaces betweenjamie2009-06-244-4/+48
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-241-0/+1
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-2416-652/+1634
* Updates for both the em and igb drivers, add supportjfv2009-06-2420-1506/+2743
* Remove usb. The need to have core@ approve major changes to usb hasimp2009-06-241-1/+0
* Some DMA related changes:mav2009-06-241-33/+35
* Move programming info from usb(4) to usbdi(9) and update for the usb stackthompsa2009-06-244-1779/+673
* Fix end-of-line issues that can come up when `lpq' reads informationgad2009-06-241-1/+102
* Unbreak sparc64 after the swap accounting changes: mark kernel_mapkib2009-06-241-2/+2
* Rework locking and reference counting in ipx_control to be consistent withrwatson2009-06-241-58/+60
* fw_state ad cur_state are holding unsigned bitfields, so declare thenscottl2009-06-241-1/+1
* dtrace/amd64: fix virtual address checksavg2009-06-242-9/+6
* More precise description of the DS1553 driver.raj2009-06-241-1/+1
* Introduce ata(4) support for Marvell integrated SATA controllers (found onraj2009-06-249-0/+958
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.raj2009-06-245-20/+15
* Clean up struct prison, with the recent fields in more logical places,jamie2009-06-241-13/+15
* Fix a race in vi_if_move, where a vnet is used after the prison thatjamie2009-06-241-21/+28
* Add missing unlock of if_addr_mtx when an unmatched ARP packet is received.rwatson2009-06-241-0/+1
* Allow admin to specify the initial mtu upon driver loadgallatin2009-06-241-3/+8
* Clear 'ia' after iterating if_addrhead for unicast address matching: sincerwatson2009-06-241-6/+9
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-243-6/+38
* - Move syscall function argument structure types to be just above thejhb2009-06-243-20/+17
* Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.rwatson2009-06-241-2/+2
* Add stack_print_short() and stack_print_short_ddb() interfaces torwatson2009-06-243-13/+67
* Use proper form of gnu designated initalizers. This letsrdivacky2009-06-242-2/+2
* Printf fewer warnings when adding a route to an atalk address fails;rwatson2009-06-241-10/+2
* In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improverwatson2009-06-241-3/+15
* In ARP input, more consistently acquire and release ifaddr references.rwatson2009-06-241-2/+14
* Break at_ifawithnet() into two variants:rwatson2009-06-245-94/+149
* Reduce debugging output for netatalk routing events.rwatson2009-06-241-44/+6
* Initialize the uip to silence gcc warning that seems to sneak in in somekib2009-06-241-0/+1
* Lock if_addrhead when iterating, and where necessary acquire and releaserwatson2009-06-241-21/+27
* Make stf_getsrcifa6() return a reference to an in6_ifaddr rather thanrwatson2009-06-241-1/+9
* Do not stop the loop when an empty or deleted directory entry is found.jhay2009-06-241-1/+3
* Add detection of UFS filesystems.cperciva2009-06-242-4/+61
* The bits set in a page's dirty mask are a subset of the bits set in itsalc2009-06-242-10/+8
* Slight comment fix.ariff2009-06-241-5/+4
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.delphij2009-06-241-2/+2
* Add a note about the implication of secure level setting against kldload,delphij2009-06-231-0/+6
* Merge fmtcheck() prototype change.delphij2009-06-231-1/+1
* Use const instead of __const, and merge the license change from NetBSD.delphij2009-06-231-9/+3
* - Use size_t instead of int when appropriate;delphij2009-06-2311-26/+22
* %.s expects an int as the length specifier, so cast properly.delphij2009-06-231-1/+2
OpenPOWER on IntegriCloud