| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | | This is optimization of ether and debug hooks determination. It | mav | 2007-09-21 | 1 | -44/+27 |
* | | This patch fixes thread unsafe usage of global pkt_hdr | mav | 2007-09-21 | 1 | -22/+20 |
* | | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | jeff | 2007-09-21 | 1 | -9/+14 |
* | | - fix (global) address handling in the presence of duplicates, the | rrs | 2007-09-21 | 3 | -83/+137 |
* | | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | jeff | 2007-09-21 | 5 | -28/+31 |
* | | - Call sched_sleep() before we suspend threads. sched_wakeup() is already | jeff | 2007-09-21 | 1 | -0/+2 |
* | | - Add the device ID for the VIA VT3324 (CX700) chipset. | kevlo | 2007-09-21 | 2 | -42/+166 |
* | | Fix some entries in the locks static table of witness. | attilio | 2007-09-20 | 5 | -13/+9 |
* | | Fill in cr2 in the signal context from ksi->ksi_addr. | kib | 2007-09-20 | 2 | -0/+4 |
* | | Serialize output routine of terminal emulator (te_puts()) by a lock. | simokawa | 2007-09-20 | 2 | -1/+14 |
* | | Add mmc and mmcsd, and correct a couple of comments. They are | imp | 2007-09-19 | 1 | -3/+11 |