summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a dying flag to prevent races at detach.gallatin2009-06-242-0/+7
* Fix typo.cognet2009-06-241-1/+1
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-2411-70/+37
* Fix typo.cognet2009-06-241-1/+1
* Use queue(9) instead of hand-crafted link lists for the global IPXrwatson2009-06-245-51/+53
* - Change this driver to do taskqueue(9) based TX and interruptmarius2009-06-242-57/+136
* - Remove unused variables. [1]marius2009-06-241-25/+3
* MFp4:mav2009-06-241-0/+3
* o merge from amd64:marius2009-06-241-19/+37
* MFp4:mav2009-06-241-197/+0
* Add test for r190698.jilles2009-06-241-0/+7
* Remove kernel SLIP and PPP privileges, since they are no longer used.rwatson2009-06-241-2/+2
* Deprecate the msgsys(), semsys(), and shmsys() system calls by movingjhb2009-06-244-185/+185
* MFp4:mav2009-06-2422-22/+22
* Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.joerg2009-06-244-25/+5
* With the fdc control device disappearing some 5 years ago, it is nojoerg2009-06-241-4/+0
* Document new hint.atapci.X.msi and hint.ata.X.pm_level tunables.mav2009-06-241-1/+19
* Whitespace fix.jhb2009-06-242-0/+2
* Revert the part of r194763 which added a dying flag and insteadmarius2009-06-242-12/+5
* - Similar to the previous commit, but for CURRENT: Fix a bug where a FIFO vnodelulf2009-06-241-1/+0
* 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
OpenPOWER on IntegriCloud