summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug of r232207, when cpu_search() could prefer CPU group with bestmav2012-03-031-5/+7
* Unbreak n64 build without COMPAT_FREEBSD32 by fixing mismatched preprocessorjmallett2012-03-031-1/+1
* Use snprintf(3) constantly when generating CAM error messages.jh2012-03-031-44/+58
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-0326-68/+761
* Make sure that the USB system suspend event is executed synchronouslyhselasky2012-03-031-2/+21
* Add entry for packages-8.3-release directory.kensmith2012-03-031-0/+1
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-035-40/+93
* Add VESA option to GENERIC for amd64 and i386.jkim2012-03-032-0/+2
* Fix a problem that was causing the mpt(4) driver to attach to MegaRAIDken2012-03-021-6/+56
* When creating a handle for a subregion, be sure to actually math out the newjmallett2012-03-022-10/+8
* If an Atheros device is attached to an Octeon, it's going to be by PCI.jmallett2012-03-021-0/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-026-20/+84
* Unbreak SMP on stock Octeon systems -- copy the core_mask from bootinfo intojmallett2012-03-021-0/+1
* Similar to the fixes in 226967 and 226987, purge any name cache entriesjhb2012-03-022-0/+9
* Fix typo.andreast2012-03-021-1/+1
* Eliminate stale incorrect ARGSUSED comments.alc2012-03-021-3/+0
* Removed excessive _seekdir() call in closedir(). This saves one lseek()ru2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.kib2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.ru2012-03-021-24/+14
* Reflect the renaming of ifmaof_ifpforaddr() to if_findmulti() in r148652.pluknet2012-03-021-5/+5
* Do not expose unlocked unconstructed nullfs vnode on mount list.kib2012-03-021-1/+1
* ifp->if_ioctl() has moved to u_long cmd in r36735.pluknet2012-03-021-1/+1
* Fix names of some Marvell SATA chips. It looks like chips with proprietarymav2012-03-026-23/+23
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunableshrs2012-03-021-0/+2
* Remove a redundant check.hrs2012-03-021-10/+0
* Kill EoL whitespaces, and minor lint.pluknet2012-03-022-297/+295
* Add ahci(4) and siis(4) to the hardware notes.mav2012-03-021-0/+4
* Wrap another ATH_LOCK around the scanning flag.adrian2012-03-021-0/+2
* Wrap the scan code state change stuff behind ATH_LOCK and the PCU fiddlingadrian2012-03-021-0/+10
* Attempt to catch scan cancellations at exactly the wrong time from occuring.adrian2012-03-021-0/+13
* Properly handle failures in igb_setup_msix() by returning 0 if MSI or MSI-Xjhb2012-03-011-4/+6
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-0110-177/+1946
* Provide pre/post transfer method callbacks for icbbbkan2012-03-012-2/+55
* Add regression test for USB enumeration.hselasky2012-03-011-0/+30
* Update the documentation on pci_get/set_powerstate(). These methods arejhb2012-03-011-10/+8
* Sort function prototypes.jhb2012-03-011-23/+23
* Style change: Expand redundant #if's. Remove a couple of empty lines.hselasky2012-03-011-101/+12
* Add pci_save_state() and pci_restore_state() wrappers aroundjhb2012-03-014-0/+49
* Update for adjusted types for boundary arguments in 232356.jhb2012-03-012-2/+2
* Close a detach race. Make sure all pendinghselasky2012-03-011-2/+6
* Add myselfak2012-03-011-0/+4
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-0112-25/+25
* Add snd_hdspe(4) to the hardware notes.brueffer2012-03-012-0/+3
* Replace the three spaces with one tag.davide2012-03-011-1/+1
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-018-99/+172
* Since r199137 namei() returns EINVAL for DELETE and RENAME operations ifjh2012-03-011-1/+8
* remove some write-only variables.luigi2012-03-011-7/+2
* Handle the case where a boolean parameter is also a node.jamie2012-03-011-30/+23
* Note that memory should be freed after uuid_to_string(3) call.ae2012-03-011-2/+11
* Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).mav2012-03-0110-2/+1393
OpenPOWER on IntegriCloud