aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style change.Hans Petter Selasky2011-11-221-2/+2
* Remove yet another outdated note about procfs(5) being required.Mikolaj Golub2011-11-221-6/+0
* forgot to merge NETMAP entries in sys/conf !Luigi Rizzo2011-11-223-0/+8
* Update to use DEVMETHOD_END.Marius Strobl2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-22156-585/+238
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisPyun YongHyeon2011-11-221-1/+2
* Remove libpam from _prebuild_libs. This should unbreak the -jX build.Dag-Erling Smørgrav2011-11-221-2/+1
* No need in procfs(5).Mikolaj Golub2011-11-222-25/+1
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).Mikolaj Golub2011-11-222-341/+27
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-226-12/+228
* Announce flow control capability to underlying PHY driver.Pyun YongHyeon2011-11-221-4/+11
* Retire linprocfs_doargv(). Instead use new functions, proc_getargv()Mikolaj Golub2011-11-221-146/+14
* Rework link establishment and link state detection logic.Pyun YongHyeon2011-11-221-18/+44
* In procfs_doproccmdline() if arguments are not cashed read them fromMikolaj Golub2011-11-221-30/+8
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returnMikolaj Golub2011-11-223-5/+409
* Improve logging:Gleb Smirnoff2011-11-221-2/+2
* style(9) nitGleb Smirnoff2011-11-221-1/+2
* Fix SIOCDIFADDR semantics: if no address is specified, then delete first one.Gleb Smirnoff2011-11-221-1/+1
* - Add a DEVMETHOD_END alias for KOBJMETHOD_END so that along with 'driver_t'Marius Strobl2011-11-222-3/+4
* Always start MII auto polling before accessing any MII registers.Pyun YongHyeon2011-11-221-0/+2
* Define __FreeBSD_kernel__ macro in sys/param.h.Robert Millan2011-11-221-0/+16
* Append unit number to the WMI status device name to allow attachingJaakko Heinonen2011-11-222-6/+6
* Avoid panics from recursive rename operations. Not a perfect patch butIvan Voras2011-11-221-6/+3
* Fix a crash when trying to duplicate a locale that contains some implicit C l...David Chisnall2011-11-221-1/+6
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.Konstantin Belousov2011-11-225-1/+24
* Remove the wrong comment about ufs not being loadable.Konstantin Belousov2011-11-221-5/+4
* - Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao2011-11-224-34/+12
* - fix some style(9) nits with my last commitEitan Adler2011-11-222-3/+5
* This patch enables the new/default NFS server's use of sharedRick Macklem2011-11-221-9/+1
* - add check for pointer equality prior to performing the O(n) passEitan Adler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...David Chisnall2011-11-211-2/+0
* Use the correct lock when calling msleep().Adrian Chadd2011-11-211-1/+1
* The DC calibration result obtained during initialization can't beBernhard Schmidt2011-11-212-1/+29
* Fix some whitespace pollution.Adrian Chadd2011-11-211-3/+1
* Revert back to revision 227649 because of license uncertainity.Martin Matuska2011-11-212-1204/+232
* Improve the way to calculate available pages in tmpfs:Xin LI2011-11-211-4/+1
* This check isn't needed now, sanity checking done in the beginning.Gleb Smirnoff2011-11-211-2/+1
* Correct and expand BSD partitioning scheme description.Warren Block2011-11-211-7/+9
* Do dcache flush on CPU core before enabling threads.Jayachandran C.2011-11-211-3/+42
* Simplify the libpam build by removing the shared modules' dependencyDag-Erling Smørgrav2011-11-213-27/+7
* As threatened on -arch, add {SHARED,STATIC}_{C,CXX}FLAGS, which allow aDag-Erling Smørgrav2011-11-211-4/+10
* Clean up some cruft in the NFSv4 client left over from theRick Macklem2011-11-211-13/+6
* Fix mismerge in copyright of zpool(8).Martin Matuska2011-11-211-1/+3
* Update zfs(8) and zpool(8) manpages from CDDL-licensed sources [1].Martin Matuska2011-11-212-234/+1204
* For now, remove MANFILTER from ZFS manpages (bad effect on html output).Martin Matuska2011-11-214-8/+0
* Add history for setsockopt(2).Sergey Kandaurov2011-11-211-2/+4
* Historically in_control() did not check sockaddrs supplied withGleb Smirnoff2011-11-211-73/+69
* Be more informative for "unknown hardware address format" message.Gleb Smirnoff2011-11-211-2/+4
* - Add Pulse-Per-Second timestamping using raw ffcounter and correspondingLawrence Stewart2011-11-212-0/+114
* Introduce the same mutex-wise fix in r227758 for sx locks.Attilio Rao2011-11-213-68/+68