aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copy amd64 float.h to x86 and merge with i386 float.h. ReplaceTijl Coosemans2012-03-044-183/+105
* Restore proper dot symbol creation for assembly files in the kernel build case.Andreas Tobler2012-03-041-13/+46
* Properly restore curvnet context when returning early fromMarko Zec2012-03-041-1/+4
* Remove unnecessary castsKevin Lo2012-03-041-2/+2
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.Gleb Smirnoff2012-03-041-0/+2
* Clean up style(9) nitsKevin Lo2012-03-043-10/+10
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.Andreas Tobler2012-03-041-72/+299
* * Introduce new flag for QoS control field;Adrian Chadd2012-03-043-28/+88
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;Adrian Chadd2012-03-046-131/+146
* Fix tls base computation with COMPAT_FREEBSD32 on n64 kernels. The previousJuli Mallett2012-03-041-5/+9
* In r232322, I forgot one case where a check for MK_CLANG_IS_CC wasDimitry Andric2012-03-041-1/+1
* Revert r232473. I have been convinced by Doug Barton and Bjoern ZeebDimitry Andric2012-03-034-12/+12
* On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This mightJuli Mallett2012-03-031-0/+4
* After r232322, it turned out many people (and some ports) are buildingDimitry Andric2012-03-034-12/+12
* Expand the set of APIs available for locating PCI capabilities:John Baldwin2012-03-037-7/+181
* Document the [n]eei and [n]bacc optionsEitan Adler2012-03-031-1/+23
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIJohn Baldwin2012-03-032-6/+6
* Bump date to today (since I modified it)Eitan Adler2012-03-031-1/+1
* The name caching changes of r230394 exposed an intermittent bugRick Macklem2012-03-031-0/+1
* Direct users to swapinfo and pstat from dfEitan Adler2012-03-031-0/+2
* Update the pci_get_vpd_readonly() wrapper to use 'vptr' instead ofJohn Baldwin2012-03-031-2/+2
* Fix a typo.John Baldwin2012-03-031-1/+1
* Expand and reorganize the pci(9) manpage a bit:John Baldwin2012-03-032-51/+417
* Make kern.proc.umask sysctl readonly.Mikolaj Golub2012-03-031-21/+4
* Fix bug of r232207, when cpu_search() could prefer CPU group with bestAlexander Motin2012-03-031-5/+7
* Unbreak n64 build without COMPAT_FREEBSD32 by fixing mismatched preprocessorJuli Mallett2012-03-031-1/+1
* Use snprintf(3) constantly when generating CAM error messages.Jaakko Heinonen2012-03-031-44/+58
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-0326-68/+761
* Make sure that the USB system suspend event is executed synchronouslyHans Petter Selasky2012-03-031-2/+21
* Add entry for packages-8.3-release directory.Ken Smith2012-03-031-0/+1
* Post r230394, the Lookup RPC counts for both NFS clients increasedRick Macklem2012-03-035-40/+93
* Add VESA option to GENERIC for amd64 and i386.Jung-uk Kim2012-03-032-0/+2
* Fix a problem that was causing the mpt(4) driver to attach to MegaRAIDKenneth D. Merry2012-03-021-6/+56
* When creating a handle for a subregion, be sure to actually math out the newJuli Mallett2012-03-022-10/+8
* If an Atheros device is attached to an Octeon, it's going to be by PCI.Juli Mallett2012-03-021-0/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-026-20/+84
* Unbreak SMP on stock Octeon systems -- copy the core_mask from bootinfo intoJuli Mallett2012-03-021-0/+1
* Similar to the fixes in 226967 and 226987, purge any name cache entriesJohn Baldwin2012-03-022-0/+9
* Fix typo.Andreas Tobler2012-03-021-1/+1
* Eliminate stale incorrect ARGSUSED comments.Alan Cox2012-03-021-3/+0
* Removed excessive _seekdir() call in closedir(). This saves one lseek()Ruslan Ermilov2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.Konstantin Belousov2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.Ruslan Ermilov2012-03-021-24/+14
* Reflect the renaming of ifmaof_ifpforaddr() to if_findmulti() in r148652.Sergey Kandaurov2012-03-021-5/+5
* Do not expose unlocked unconstructed nullfs vnode on mount list.Konstantin Belousov2012-03-021-1/+1
* ifp->if_ioctl() has moved to u_long cmd in r36735.Sergey Kandaurov2012-03-021-1/+1
* Fix names of some Marvell SATA chips. It looks like chips with proprietaryAlexander Motin2012-03-026-23/+23
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunablesHiroki Sato2012-03-021-0/+2
* Remove a redundant check.Hiroki Sato2012-03-021-10/+0
* Kill EoL whitespaces, and minor lint.Sergey Kandaurov2012-03-022-297/+295