| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix from pr kern/115469; Don't redeliver a signal once it has been | jeff | 2007-10-09 | 1 | -9/+9 |
* | - Bail out of tdq_idled if !smp_started or idle stealing is disabled. This | jeff | 2007-10-08 | 1 | -8/+14 |
* | - Restore historical sched_yield() behavior by changing sched_relinquish() | jeff | 2007-10-08 | 3 | -5/+2 |
* | - Restore historical yield() behavior by manually lowering priority and | jeff | 2007-10-08 | 1 | -3/+6 |
* | - Fix ULE in kernels without PREEMPTION compiled in by always enabling the | jeff | 2007-10-08 | 1 | -12/+1 |
* | Do not dereference NULL pointer. | kib | 2007-10-08 | 1 | -3/+2 |
* | Deny attempt to malloc unbounded amount of the memory. | kib | 2007-10-08 | 1 | -3/+6 |
* | In the rare case that vm_page_cache() actually frees the given page, | alc | 2007-10-08 | 1 | -10/+3 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 38 | -53/+114 |
* | Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is | alc | 2007-10-07 | 2 | -2/+2 |
* | Improve the debugging message: | silby | 2007-10-07 | 1 | -2/+2 |
* | This patch adds an M_NOFREE flag which allows one to mark an mbuf as | kmacy | 2007-10-06 | 3 | -1/+14 |
* | Allow drivers to free an mbuf without having the mbuf be touched if | kmacy | 2007-10-06 | 2 | -2/+15 |
* | - Fix the one-2-one model to properly do a socantrecv() | rrs | 2007-10-06 | 1 | -0/+1 |
* | Disable TCP syncache debug logging by default. While useful in debugging | rwatson | 2007-10-05 | 1 | -1/+1 |
* | Use the correct pid when checking to see whether or not the /proc/<pid> | jhb | 2007-10-05 | 1 | -1/+1 |
* | 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 |