summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-3030-70/+191
* o For dynamic rules log a parent rule number. Prefix a log messagemaxim2007-09-291-1/+2
* Ok I hope I got it right this time.cognet2007-09-277-25692/+855
* Now that Intel changed the license for the NPE firmware, import it directlycognet2007-09-275-46/+25693
* Fix a comment to reflect the truth.cognet2007-09-271-1/+1
* When orphaning a provider, cancel events related to it.pjd2007-09-271-0/+2
* - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the defaultjeff2007-09-271-2/+10
* Correct an error of omission in the reimplementation of the pagealc2007-09-273-18/+48
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-267-421/+777
* - Use the actual clock frequency of the PCI bus instead of assumingmarius2007-09-261-17/+16
* Use the correct expanded name for SCTP.brueffer2007-09-267-7/+7
* Fix the description of the formula used to autosize the number ofru2007-09-261-1/+1
* Mention that autoboot_delay also accepts the "NO" value.ru2007-09-261-1/+2
* Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idlemohans2007-09-252-3/+20
* Correct an error in the previous revision, specifically,alc2007-09-251-1/+2
* Add support for the AX88178 and AX88772 based devices.imp2007-09-252-27/+231
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-2521-279/+477
* Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to bejhb2007-09-241-0/+3
* This commit was generated by cvs2svn to compensate for changes in r172314,jkim2007-09-242-10/+15
|\
| * Fix global lock recursion bug.jkim2007-09-242-10/+15
* | Rewrite the EC driver event model. The main goal is to avoidnjl2007-09-242-304/+192
* | Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL.kib2007-09-241-1/+1
* | Two changes:silby2007-09-245-49/+52
* | - Bound the interactivity score so that it cannot become negative.jeff2007-09-241-1/+1
* | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-232-4/+4
* | LINT compiled just fine for me, but it seems it breaks tinerbox way ofpjd2007-09-231-1/+1
* | Remove some of the pessimizations involving writing the fsi sector.bde2007-09-231-16/+0
* | Bring in the GEOM Virtualisation class, which allows to create huge GEOMpjd2007-09-2310-0/+2450
* | Now that we have CDDLed code in the tree, add CDDL license.pjd2007-09-232-0/+768
* | Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not atcognet2007-09-221-3/+3
* | Add various macros for the ADMA unit.cognet2007-09-221-0/+39
* | Remove PF_MPSAFE_UGID leftover.mlaier2007-09-222-5/+0
* | Add a driver for the 7seg found on the CRB board, largely based on thecognet2007-09-228-0/+470
* | Twist the RAS logic a bit to avoid branching.cognet2007-09-221-12/+9
* | - Improve grammar. s/it's/its/.jeff2007-09-221-5/+13
* | Disable multiple ntfs mounts to the same mountpoint.rodrigc2007-09-211-1/+15
* | Fix some locking cases where we ask for exclusively locked vnode, but we getpjd2007-09-212-4/+25
* | Dead code removal.mav2007-09-211-11/+0
* | This is optimization of ether and debug hooks determination. Itmav2007-09-211-44/+27
* | This patch fixes thread unsafe usage of global pkt_hdrmav2007-09-211-22/+20
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-211-9/+14
* | - fix (global) address handling in the presence of duplicates, therrs2007-09-213-83/+137
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-215-28/+31
* | - Call sched_sleep() before we suspend threads. sched_wakeup() is alreadyjeff2007-09-211-0/+2
* | - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-212-42/+166
* | Fix some entries in the locks static table of witness.attilio2007-09-205-13/+9
* | Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-202-0/+4
* | Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-202-1/+14
* | Add mmc and mmcsd, and correct a couple of comments. They areimp2007-09-191-3/+11
* | - Only assume that a PCI device on the same slot is a "neighbor" USBjhb2007-09-191-2/+13
OpenPOWER on IntegriCloud