aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisPyun YongHyeon2011-11-221-1/+2
* 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-221-1/+2
* 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-221-1/+1
* Avoid panics from recursive rename operations. Not a perfect patch butIvan Voras2011-11-221-6/+3
* 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
* This patch enables the new/default NFS server's use of sharedRick Macklem2011-11-221-9/+1
* 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
* 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
* Do dcache flush on CPU core before enabling threads.Jayachandran C.2011-11-211-3/+42
* Clean up some cruft in the NFSv4 client left over from theRick Macklem2011-11-211-13/+6
* 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
* Remove no more relevant XXXRW comments since accessing the vmspace is nowSergey Kandaurov2011-11-211-2/+2
* - Reduce severity for all ARP events, that can be triggered from remoteGleb Smirnoff2011-11-211-12/+13
* Use the acquired reference to the vmspace instead of direct dereferencingSergey Kandaurov2011-11-211-1/+1
* Merge XLP 3XX updates and related rework.Jayachandran C.2011-11-2113-1141/+891
* XLP processors have the release 2 pagegrain registerJayachandran C.2011-11-211-0/+3
* Add new USB IDs to RUN driver.Hans Petter Selasky2011-11-212-0/+4
* Always leave the -current kernel debugging options on.Adrian Chadd2011-11-211-5/+4
* The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.Nathan Whitehorn2011-11-211-0/+2
* - When feed-forward clock support is compiled in, change the BPF header toLawrence Stewart2011-11-212-12/+165
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-2119-19/+323
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4Rick Macklem2011-11-202-8/+7
* Revert part of the r227758 which crept in.Attilio Rao2011-11-201-4/+4
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-205-55/+64
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-2010-24/+207
* - Add support for Add LOGITECH Webcam C100Martin Wilke2011-11-201-2/+3
* Given that the typical usage of pause() is pause("zzz", hz / N), where N canHans Petter Selasky2011-11-201-1/+1
* Minor style change:Hans Petter Selasky2011-11-201-10/+9
* - Provide a sysctl interface to change the active system clock at runtime.Lawrence Stewart2011-11-203-2/+568
* Fix a whitespace nit.Lawrence Stewart2011-11-201-1/+1
* Provide high-level functions to access the feed-forward absolute and differenceLawrence Stewart2011-11-203-0/+153
* Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,Rick Macklem2011-11-201-33/+7