summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replacetijl2012-03-045-79/+61
* Do not use INT64_C and UINT64_C to define 64 bit integer limits. Theytijl2012-03-041-6/+10
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-048-48/+75
* Change SYSINIT priorities so that ip_mroute_modevent() is executedzec2012-03-041-2/+2
* Document pci_find_extcap() and pci_find_htcap().jhb2012-03-042-0/+51
* Rather than printing the output from route add for all FIBs just print thembz2012-03-041-16/+30
* In nd6_options() ignore the RFC 6106 options completely rather than printingbz2012-03-041-0/+8
* Correct typo in the RFC number for the constants based on IANA assignmentsbz2012-03-041-2/+2
* Remove unused #defines. All this is now retrieved from the device tree.raj2012-03-041-126/+0
* Permit the use of raidz3 in pc-sysinstalleadler2012-03-041-1/+1
* Fix race condition in KfRaiseIrql().brucec2012-03-041-4/+6
* Bump date as modified the man pageeadler2012-03-041-1/+1
* Explicitly list dependencyeadler2012-03-041-0/+2
* Remove outdated comment of seven yearseadler2012-03-041-7/+0
* Remove reference to gcc's non-standard -fwritable-strings, whicheadler2012-03-041-7/+1
* POSIX mandates that swab do nothing when len < 0eadler2012-03-042-1/+6
* Fix a variety of grammar issues and style nits.eadler2012-03-041-74/+75
* ehci tunables are only available when kernel is compiled with USB_DEBUGeadler2012-03-041-1/+5
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-0429-444/+963
* Add __aeabi_read_tp to the symbol list.cognet2012-03-041-0/+1
* PR: docs/158813eadler2012-03-041-26/+29
* pipe_read(): change the type of size to int, and remove signed clamp.kib2012-03-041-4/+5
* Instead of incomplete handling of read(2)/write(2) return values thatkib2012-03-041-12/+8
* Remove unneeded cast to u_int. The values as small enough to fit intokib2012-03-041-2/+1
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-044-185/+102
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-044-183/+105
* Restore proper dot symbol creation for assembly files in the kernel build case.andreast2012-03-041-13/+46
* Properly restore curvnet context when returning early fromzec2012-03-041-1/+4
* Remove unnecessary castskevlo2012-03-041-2/+2
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.glebius2012-03-041-0/+2
* Clean up style(9) nitskevlo2012-03-043-10/+10
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.andreast2012-03-041-72/+299
* * Introduce new flag for QoS control field;adrian2012-03-043-28/+88
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-046-131/+146
* Fix tls base computation with COMPAT_FREEBSD32 on n64 kernels. The previousjmallett2012-03-041-5/+9
* In r232322, I forgot one case where a check for MK_CLANG_IS_CC wasdim2012-03-041-1/+1
* Revert r232473. I have been convinced by Doug Barton and Bjoern Zeebdim2012-03-034-12/+12
* On MIPS, _ALIGN always aligns to 8 bytes, even for 32-bit binaries. This mightjmallett2012-03-031-0/+4
* After r232322, it turned out many people (and some ports) are buildingdim2012-03-034-12/+12
* Expand the set of APIs available for locating PCI capabilities:jhb2012-03-037-7/+181
* Document the [n]eei and [n]bacc optionseadler2012-03-031-1/+23
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIjhb2012-03-032-6/+6
* Bump date to today (since I modified it)eadler2012-03-031-1/+1
* The name caching changes of r230394 exposed an intermittent bugrmacklem2012-03-031-0/+1
* Direct users to swapinfo and pstat from dfeadler2012-03-031-0/+2
* Update the pci_get_vpd_readonly() wrapper to use 'vptr' instead ofjhb2012-03-031-2/+2
* Fix a typo.jhb2012-03-031-1/+1
* Expand and reorganize the pci(9) manpage a bit:jhb2012-03-032-51/+417
* Make kern.proc.umask sysctl readonly.trociny2012-03-031-21/+4
* Fix bug of r232207, when cpu_search() could prefer CPU group with bestmav2012-03-031-5/+7
OpenPOWER on IntegriCloud