summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add entries for Epson multifunction scanner/printer/card readers,luigi2007-10-052-6/+38
* Add support for the VIA 8237Ssos2007-10-043-1/+4
* Also boot *.debug if everything else fails.obrien2007-10-041-0/+1
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'pjd2007-10-042-0/+4
* MFp4: Provide a dummy verb "export" to shut up the messagedelphij2007-10-041-1/+1
* Additional work is still needed before we can claim that tmpfsdelphij2007-10-041-0/+3
* - We should return error = 0 and the upper processing wouldrrs2007-10-041-1/+2
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablephk2007-10-042-0/+2
* Fix sx_try_slock(), so it only fails when there is an exclusive owner.pjd2007-10-021-9/+12
* - Reassign the thread queue lock to newtd prior to switching. Assigningjeff2007-10-021-4/+6
* - Move the rebalancer back into hardclock to prevent potential softclockjeff2007-10-021-55/+86
* - Bug fix managing congestion parameter on immediaterrs2007-10-0111-50/+147
* 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
OpenPOWER on IntegriCloud