summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Further improvements to LOCK_PROFILING:kmacy2007-02-276-11/+46
* First cut at GEOM based multipath. This is an active/passive{/passive...}mjacob2007-02-276-0/+878
* MFP4: 115094jkim2007-02-272-6/+8
* Replace spaces with tabs in some places.pjd2007-02-271-7/+7
* Rework EC I/O approach. Implement burst mode, including proper handling ofnjl2007-02-271-109/+206
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-268-10/+53
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-263-35/+106
* Revise locking strategy used for UNIX domain sockets in order to improverwatson2007-02-262-223/+470
* Use NULL rather than 0 for various pointer constants.jhb2007-02-261-26/+26
* Add rw_wowned() interface to rwlock(9), allowing a kernel thread torwatson2007-02-262-0/+8
* Mark the kernel linker file as linked so that it is visible to the variousjhb2007-02-261-0/+1
* Fix a comment.jhb2007-02-261-2/+2
* Build ipx_ip.c only if options IPXIP is defined. No functional change.rwatson2007-02-262-3/+1
* Don't block on the socket zone limit during the socket()ru2007-02-261-5/+5
* Fix a likely bug by adding what appears to be a missing break statementrwatson2007-02-261-0/+1
* general LOCK_PROFILING cleanupkmacy2007-02-269-154/+72
* Declare a `struct extattr' that defines the format of an extendedmckusick2007-02-261-0/+59
* Remove unused header file <machine/katelib.h>kevlo2007-02-263-4/+0
* mii_phy_dev_probe returns its third argument on match, not 0, so pass 0imp2007-02-261-1/+1
* Close race conditions between fork() and [sg]etpriority()'sdelphij2007-02-262-5/+17
* Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot acognet2007-02-261-0/+2
* Erm we can't change the value of arm_memcpy if we're running from flash.cognet2007-02-262-5/+23
* Update for the new prototype of bus_setup_intr().cognet2007-02-252-4/+4
* Catch up with bus_setup_intr() modification and garbage collect apiso2007-02-251-2/+2
* Catch up with bus_setup_intr() modification and garbage collect twopiso2007-02-251-4/+4
* Garbage collect a reference to INTR_FAST.piso2007-02-252-2/+2
* Fix attach of at91_pio() after bus_setup_intr() modification.piso2007-02-251-1/+1
* Unlock a mutex which should be unlocked before returning.bms2007-02-251-1/+3
* semi-automatic style(9)netchild2007-02-2510-1328/+1377
* MFp4 (110541):netchild2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):netchild2007-02-252-89/+92
* Use uma_set_align().marius2007-02-251-0/+1
* Fix ALC883 microphone / recording issues. Setting high(er) VRef onariff2007-02-251-4/+95
* Change the way that unmanaged pages are created. Specifically,alc2007-02-256-48/+11
* Further style(9) for ipx_ip.rwatson2007-02-252-9/+7
* Improve ipx_ip.c's approximation of style(9).rwatson2007-02-251-97/+82
* don't call ath_reset when processing sysctl's before the devicesam2007-02-241-4/+5
* set the antenna switch when fixing the tx antenna using thesam2007-02-242-3/+30
* Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it isbms2007-02-242-5/+2
* Updated ia64 isa support with the new bus_setup_intr() syntax.piso2007-02-241-2/+3
* Partial MFp4 of 114977:netchild2007-02-249-39/+40
* exca->pccarddev should always be non-null now. Only call it when theimp2007-02-241-1/+1
* Convert sis(4) to use its own watchdog procedure.delphij2007-02-242-16/+16
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-2410-35/+171
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-241-1/+1
* Redo previous newbus related change to be kinder tomjacob2007-02-235-3/+17
* Use tsleep() rather than msleep() with a NULL mtx parameter.jhb2007-02-233-11/+11
* Whitespace fix.jhb2007-02-231-1/+1
* Fix a case in rman_manage_region() where the resource list would get missorted.scottl2007-02-231-6/+7
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-233-46/+55
OpenPOWER on IntegriCloud