| Commit message (Expand) | Author | Age | Files | Lines |
* | Add entries for Epson multifunction scanner/printer/card readers, | luigi | 2007-10-05 | 2 | -6/+38 |
* | Add support for the VIA 8237S | sos | 2007-10-04 | 3 | -1/+4 |
* | Also boot *.debug if everything else fails. | obrien | 2007-10-04 | 1 | -0/+1 |
* | Fix lock leak leading to the 'System call <name> returning with 1 locks held' | pjd | 2007-10-04 | 2 | -0/+4 |
* | MFp4: Provide a dummy verb "export" to shut up the message | delphij | 2007-10-04 | 1 | -1/+1 |
* | Additional work is still needed before we can claim that tmpfs | delphij | 2007-10-04 | 1 | -0/+3 |
* | - We should return error = 0 and the upper processing would | rrs | 2007-10-04 | 1 | -1/+2 |
* | Recognize the CS5536 support chip for the AMD Geode LX CPU to enable | phk | 2007-10-04 | 2 | -0/+2 |
* | Fix sx_try_slock(), so it only fails when there is an exclusive owner. | pjd | 2007-10-02 | 1 | -9/+12 |
* | - Reassign the thread queue lock to newtd prior to switching. Assigning | jeff | 2007-10-02 | 1 | -4/+6 |
* | - Move the rebalancer back into hardclock to prevent potential softclock | jeff | 2007-10-02 | 1 | -55/+86 |
* | - Bug fix managing congestion parameter on immediate | rrs | 2007-10-01 | 11 | -50/+147 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 30 | -70/+191 |
* | o For dynamic rules log a parent rule number. Prefix a log message | maxim | 2007-09-29 | 1 | -1/+2 |
* | Ok I hope I got it right this time. | cognet | 2007-09-27 | 7 | -25692/+855 |
* | Now that Intel changed the license for the NPE firmware, import it directly | cognet | 2007-09-27 | 5 | -46/+25693 |
* | Fix a comment to reflect the truth. | cognet | 2007-09-27 | 1 | -1/+1 |
* | When orphaning a provider, cancel events related to it. | pjd | 2007-09-27 | 1 | -0/+2 |
* | - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the default | jeff | 2007-09-27 | 1 | -2/+10 |
* | Correct an error of omission in the reimplementation of the page | alc | 2007-09-27 | 3 | -18/+48 |
* | o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop() | marius | 2007-09-26 | 7 | -421/+777 |
* | - Use the actual clock frequency of the PCI bus instead of assuming | marius | 2007-09-26 | 1 | -17/+16 |
* | Use the correct expanded name for SCTP. | brueffer | 2007-09-26 | 7 | -7/+7 |
* | Fix the description of the formula used to autosize the number of | ru | 2007-09-26 | 1 | -1/+1 |
* | Mention that autoboot_delay also accepts the "NO" value. | ru | 2007-09-26 | 1 | -1/+2 |
* | Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle | mohans | 2007-09-25 | 2 | -3/+20 |
* | Correct an error in the previous revision, specifically, | alc | 2007-09-25 | 1 | -1/+2 |
* | Add support for the AX88178 and AX88772 based devices. | imp | 2007-09-25 | 2 | -27/+231 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 21 | -279/+477 |
* | Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to be | jhb | 2007-09-24 | 1 | -0/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r172314, | jkim | 2007-09-24 | 2 | -10/+15 |
|\ |
|
| * | Fix global lock recursion bug. | jkim | 2007-09-24 | 2 | -10/+15 |
* | | Rewrite the EC driver event model. The main goal is to avoid | njl | 2007-09-24 | 2 | -304/+192 |
* | | Revert rev. 1.94. After recent tcp backouts, tcp_close() may return NULL. | kib | 2007-09-24 | 1 | -1/+1 |
* | | Two changes: | silby | 2007-09-24 | 5 | -49/+52 |
* | | - Bound the interactivity score so that it cannot become negative. | jeff | 2007-09-24 | 1 | -1/+1 |
* | | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup the | csjp | 2007-09-23 | 2 | -4/+4 |
* | | LINT compiled just fine for me, but it seems it breaks tinerbox way of | pjd | 2007-09-23 | 1 | -1/+1 |
* | | Remove some of the pessimizations involving writing the fsi sector. | bde | 2007-09-23 | 1 | -16/+0 |
* | | Bring in the GEOM Virtualisation class, which allows to create huge GEOM | pjd | 2007-09-23 | 10 | -0/+2450 |
* | | Now that we have CDDLed code in the tree, add CDDL license. | pjd | 2007-09-23 | 2 | -0/+768 |
* | | Make sure we do not call _arm_bzero() or _arm_memcpy() if the size is not at | cognet | 2007-09-22 | 1 | -3/+3 |
* | | Add various macros for the ADMA unit. | cognet | 2007-09-22 | 1 | -0/+39 |
* | | Remove PF_MPSAFE_UGID leftover. | mlaier | 2007-09-22 | 2 | -5/+0 |
* | | Add a driver for the 7seg found on the CRB board, largely based on the | cognet | 2007-09-22 | 8 | -0/+470 |
* | | Twist the RAS logic a bit to avoid branching. | cognet | 2007-09-22 | 1 | -12/+9 |
* | | - Improve grammar. s/it's/its/. | jeff | 2007-09-22 | 1 | -5/+13 |
* | | Disable multiple ntfs mounts to the same mountpoint. | rodrigc | 2007-09-21 | 1 | -1/+15 |
* | | Fix some locking cases where we ask for exclusively locked vnode, but we get | pjd | 2007-09-21 | 2 | -4/+25 |
* | | Dead code removal. | mav | 2007-09-21 | 1 | -11/+0 |