summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When sending a packet from dummynet, indicate that we're forwardingru2006-02-143-8/+2
* Audit the arguments to the ptrace(2) system call.wsalamon2006-02-141-0/+7
* Audit the arguments to the kill(2) and killpg(2) system calls.wsalamon2006-02-141-0/+7
* fix comment and whitespacesam2006-02-131-3/+2
* fix merge botch (duplicate processing of cabq for old cards)sam2006-02-131-1/+0
* Tie the ipmi driver into the i386/amd64 builds.ambrisko2006-02-133-0/+9
* Use a wildcard unit (-1) to device_find_child() in our identify routine tojhb2006-02-131-1/+1
* Don't conflict with the DEBUG define.ambrisko2006-02-131-1/+1
* Add a reset of the AHCI machinery to the ICH6/ICH7 support.sos2006-02-131-0/+12
* In order to speed up process suspension on MP machine, send IPI todavidxu2006-02-132-31/+34
* On component state change to ACTIVE don't forget to update metadata.pjd2006-02-122-6/+4
* Use time_uptime instead of time_second, as the latter may go backwards.pjd2006-02-122-8/+8
* Typo: s/fint/find/glebius2006-02-121-1/+1
* Add USB polling calls to umass_cam_poll(). This appears to be enoughiedowse2006-02-121-7/+3
* avoided the use of purged address structure when an address becameume2006-02-121-2/+1
* Improve consistency of return() style.rwatson2006-02-121-8/+8
* In quotaoff(), lock the vnode instead of asserting it when manipulatingrwatson2006-02-121-1/+2
* Fix possible DMA leak and locking violation especiallyariff2006-02-121-14/+15
* Give the asr softc list global a proper name.scottl2006-02-121-5/+5
* Allow to set kern.geom.raid3.disconnect_on_failure from loader.conf.pjd2006-02-121-0/+2
* Add stub AUE_EACCESS entry.rwatson2006-02-111-0/+1
* Initialize user process audit ID to AU_DEFAUDITID so that init andrwatson2006-02-111-0/+1
* Instead of asserting the vnode lock before manipulating v_vflag, acquirerwatson2006-02-111-1/+2
* Don't count output bytes twice (the byte accouting is doneru2006-02-111-7/+4
* Correct the spinlock nesting of the idle thread of the APs before wemarcel2006-02-111-12/+10
* Skip per-cpu caches associated with absent CPUs when generating arwatson2006-02-111-0/+2
* - Add kern.geom.raid3.disconnect_on_failure sysctl/tunnable (default to 1pjd2006-02-112-31/+76
* - Add kern.geom.mirror.disconnect_on_failure sysctl/tunnable (default to 1pjd2006-02-112-10/+47
* Correct typo. 'fbp' is NULL here so this will result in a panic.pjd2006-02-111-1/+1
* Mark array as CLEAN when there are no write requests inpjd2006-02-112-101/+53
* Mark array as CLEAN when there are no write requests inpjd2006-02-112-103/+54
* Teach geli how to load keyfiles before root file system is mounted.pjd2006-02-111-19/+106
* Check rootvnode variable to see if we still want to ask for passphrase onpjd2006-02-112-29/+3
* CPU time accounting speedup (step 2)phk2006-02-1112-88/+217
* Use the correct address for the ohci device.imp2006-02-111-1/+1
* Use ETHER_ADDR_LEN rather than 6.imp2006-02-111-1/+1
* Improve the memory resoruce allocation and usage during the probe.imp2006-02-111-8/+29
* Use the release version as a floor, not an exact match. Add comment to thatimp2006-02-111-1/+4
* Give ohci_intr a proper return value. In FreeBSD, this is void. Removeimp2006-02-113-7/+7
* Update the keyspan product list from NetBSD.imp2006-02-111-7/+28
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportmjacob2006-02-115-223/+587
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-106-0/+2209
* Update for rev 0.9.16.16 hal:sam2006-02-102-29/+291
* resolve merge conflictssam2006-02-101-4/+6
* This commit was generated by cvs2svn to compensate for changes in r155511,sam2006-02-1065-69379/+109156
|\
| * Version 0.9.16.16:sam2006-02-1066-69383/+109162
* | Cleaned the memory initialization up, moved some defines from the framebufferrink2006-02-103-20/+18
* | Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different inemaste2006-02-101-1/+1
* | Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather thanjhb2006-02-101-1/+1
* | Test before modifying p_sflag to avoid unconditionally cache linedavidxu2006-02-101-2/+4
OpenPOWER on IntegriCloud