aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* Fix the type of the 3rd argument for nm_getinfo so that it worksRick Macklem2010-10-193-7/+7
* When readdirplus() is handled on the exported filesystem that doesKonstantin Belousov2010-10-191-12/+13
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-1914-45/+168
* Do not synchronously start the nfsiod threads at all. The r212506Konstantin Belousov2010-10-184-80/+48
* We've already set p = td->td_proc, so use it.Ed Maste2010-10-181-4/+4
* Fix grammar.Rebecca Cran2010-10-181-2/+2
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-1812-159/+512
* Revert r213867; while this driver really doesn't use any of the genericMarius Strobl2010-10-181-0/+4
* Re-implement the root mount logic using a recursive approach, whereby eachMarcel Moolenaar2010-10-181-326/+738
* In vfs_filteropt(), only print the errmsg when there's no errmsgMarcel Moolenaar2010-10-181-1/+3
* Rename boot() to kern_reboot() and make it visible outside ofMarcel Moolenaar2010-10-182-8/+8
* Allow the MDIOCATTACH ioctl operation to originate from within the kernel.Marcel Moolenaar2010-10-181-8/+16
* Fix a possible race where the directory dirent is moved to the locationKevin Lo2010-10-181-3/+8
* Re-add opt_mps.h and opt_cam.h, lost in the previous rev.Scott Long2010-10-171-1/+1
* Fix an XXX comment by answering 'no'. OS X does not set the day-of-weekNathan Whitehorn2010-10-171-4/+0
* - In oneshot-mode it doesn't make sense to try to compensate the clockMarius Strobl2010-10-171-45/+41
* - Insert thread0 into correct thread hash link list.David Xu2010-10-173-21/+9
* zfs: add vop_getpages method implementationAndriy Gapon2010-10-161-0/+91
* MfP4 CH182763 (original version):Bjoern A. Zeeb2010-10-161-0/+15
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessAlexander Motin2010-10-161-0/+1
* Close a race acquiring the IF_ADDR_LOCK() for each entry while iteratingBjoern A. Zeeb2010-10-161-0/+4
* lltable_drain() has never been used so far, thus #if 0 it for now.Bjoern A. Zeeb2010-10-162-0/+6
* atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0eAndriy Gapon2010-10-161-4/+1
* Provide vfs.ncsizefactor instead of hard-coding namecache ratio.Konstantin Belousov2010-10-161-12/+20
* Retire the system-wide, per-reassembly queue segment limit. The mechanism is farLawrence Stewart2010-10-161-11/+15
* - Switch the "net.inet.tcp.reass.cursegments" andLawrence Stewart2010-10-161-13/+23
* Change uma_zone_set_max to return the effective value of "nitems" afterLawrence Stewart2010-10-162-4/+7
* - Simplify implementation of uma_zone_get_max.Lawrence Stewart2010-10-162-4/+35
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-1/+1
* Remove unnecessary castings and fix couple of style(9) nits.Jung-uk Kim2010-10-151-4/+3
* Move setting power state for children into a separate function as they wereJung-uk Kim2010-10-151-38/+40
* Add three new drivers for fan control and temperature reading on theAndreas Tobler2010-10-157-0/+1108
* Now that all previous users of mii_phy_probe() have been convertedMarius Strobl2010-10-153-17/+0
* Currently only opt_compat.h is included by the mps(4) driver. AlsoMatthew D Fleming2010-10-152-2/+5
* Update pmap_extract() to handle 1GB page mappings. Some device driversAlan Cox2010-10-151-13/+20
* Remove a device_printf() accidentally left in r213894.Marius Strobl2010-10-151-1/+0
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-1519-83/+89
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-1567-427/+321
* Stop hard coding nm(1) and make it overridable.Jung-uk Kim2010-10-142-5/+9
* Fixes to mps_user_command():Matthew D Fleming2010-10-141-15/+8
* Add new USB device IDs to the list of supported devices.Hans Petter Selasky2010-10-141-0/+2
* - Add more USB devices to usbdevs and rename some previously unknown ones.Hans Petter Selasky2010-10-142-0/+3
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallyMarius Strobl2010-10-144-100/+257
* Add more USB device IDs to supported list of devices.Hans Petter Selasky2010-10-141-0/+2
* Explicitly lower the PIL to 0 as part of enabling interrupts, similar toMarius Strobl2010-10-141-0/+1
* Fix forwarding of Line Register Status changes to TTY layer.Hans Petter Selasky2010-10-141-0/+26
* Remove unused EHCI register definition.Hans Petter Selasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). ImplementHans Petter Selasky2010-10-142-40/+51
* - In the spirit of r212559 add a comment describing what will eventuallyMarius Strobl2010-10-141-1/+11