| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop setting ki_ocomm (thread name) to the proc name by default, as nothing | Ed Maste | 2007-03-23 | 1 | -8/+1 |
* | Pass the RID from the bus frontends to the core probe function. | Marcel Moolenaar | 2007-03-22 | 5 | -7/+7 |
* | MFP4: a) Some constification from NetBSD (gcc 4.1.2) | Matt Jacob | 2007-03-22 | 5 | -125/+142 |
* | add include now required for crypto flags | Sam Leffler | 2007-03-22 | 1 | -0/+2 |
* | Merge from vendor branch to fix tinderbox breakage. | Jung-uk Kim | 2007-03-22 | 1 | -2/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r167817, | Jung-uk Kim | 2007-03-22 | 1 | -1/+2 |
|\ |
|
| * | Fix tinderbox build breakage. | Jung-uk Kim | 2007-03-22 | 2 | -3/+6 |
| * | Remove files that are no longer needed or removed by vendor. | Jung-uk Kim | 2007-03-22 | 5 | -3071/+0 |
* | | Fix a typo, and update a comment. | Bruce M Simpson | 2007-03-22 | 1 | -3/+2 |
* | | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 43 | -764/+740 |
* | | Update to reflect import of ACPI-CA 20070320. | Jung-uk Kim | 2007-03-22 | 1 | -7/+6 |
* | | Resolve conflicts from import of Intel ACPI-CA 20070320. | Jung-uk Kim | 2007-03-22 | 3 | -103/+143 |
* | | Resolve conflicts of unchanged files that are off the vendor branch. | Jung-uk Kim | 2007-03-22 | 21 | -1056/+1410 |
* | | Remove files that removed on the vendor branch. | Jung-uk Kim | 2007-03-22 | 2 | -1549/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r167807, | Jung-uk Kim | 2007-03-22 | 3 | -1522/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r167805, | Jung-uk Kim | 2007-03-22 | 4 | -5/+21 |
|\| |
|
| * | Add fixes for FreeBSD build that were submitted upstream. | Jung-uk Kim | 2007-03-22 | 5 | -6/+22 |
* | | This commit was generated by cvs2svn to compensate for changes in r167802, | Jung-uk Kim | 2007-03-22 | 177 | -12462/+22966 |
|\| |
|
| * | Vendor import of Intel ACPI-CA 20070320 | Jung-uk Kim | 2007-03-22 | 201 | -13627/+24503 |
* | | - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionally | John Baldwin | 2007-03-22 | 4 | -27/+44 |
* | | Add missing \n. | Pawel Jakub Dawidek | 2007-03-22 | 1 | -2/+2 |
* | | Move the dom_dispose and pru_detach calls in sofree() earlier. Only after | Gleb Smirnoff | 2007-03-22 | 1 | -4/+5 |
* | | When working on an RTM_CHANGE do the route editing in the following | Gleb Smirnoff | 2007-03-22 | 1 | -18/+17 |
* | | Remove global list of all llinfo_arp entries and use a callout per | Gleb Smirnoff | 2007-03-22 | 1 | -50/+23 |
* | | Change the order of lock reacquisition in vm_object_split() in order to | Alan Cox | 2007-03-22 | 1 | -2/+5 |
* | | Rename the cv_*wait*() functions to _cv_*wait*() and change their second | John Baldwin | 2007-03-21 | 2 | -57/+75 |
* | | Make use of 'lock_object' being the same field name in the witness_check*() | John Baldwin | 2007-03-21 | 1 | -8/+4 |
* | | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | John Baldwin | 2007-03-21 | 18 | -237/+237 |
* | | Don't use cv_wait_unlock() to implement cv_wait(). Instead, implement | John Baldwin | 2007-03-21 | 1 | -1/+28 |
* | | ANSIfy function declarations and remove register keywords for variables. | Andre Oppermann | 2007-03-21 | 8 | -146/+73 |
* | | Match up SYSCTL declarations in style. | Andre Oppermann | 2007-03-21 | 1 | -8/+8 |
* | | If vn_open() fails during kern_open(), don't fdrop() the new file object | John Baldwin | 2007-03-21 | 1 | -5/+2 |
* | | Handle the case when a thread is blocked on a lockmgr lock with LK_DRAIN | John Baldwin | 2007-03-21 | 1 | -3/+16 |
* | | Subtract optlen in the maximum length check for TSO and finally avoid | Andre Oppermann | 2007-03-21 | 1 | -1/+1 |
* | | Tidy up IPFIREWALL_FORWARD sections and comments. | Andre Oppermann | 2007-03-21 | 2 | -8/+6 |
* | | Update and clarify comments in first section of tcp_input(). | Andre Oppermann | 2007-03-21 | 2 | -30/+26 |
* | | Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and remove | Andre Oppermann | 2007-03-21 | 2 | -114/+54 |
* | | Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing | John Baldwin | 2007-03-21 | 1 | -1/+1 |
* | | Tidy up tcp_log_in_vain and blackhole. | Andre Oppermann | 2007-03-21 | 2 | -88/+62 |
* | | Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it | Andre Oppermann | 2007-03-21 | 5 | -18/+0 |
* | | Memory leak killing spree, mostly bus_dma(9) related. | Ariff Abdullah | 2007-03-21 | 6 | -43/+65 |
* | | Remove tcp_minmssoverload DoS detection logic. The problem it tried to | Andre Oppermann | 2007-03-21 | 7 | -160/+0 |
* | | another missing change for recent crypto mods | Sam Leffler | 2007-03-21 | 1 | -0/+1 |
* | | move call to t3_prep_adapter earlier in attach before msi-x setup occurs | Kip Macy | 2007-03-21 | 1 | -5/+6 |
* | | Change acpi's handling of suballocating system resources to be a little | John Baldwin | 2007-03-21 | 1 | -55/+39 |
* | | Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and | John Baldwin | 2007-03-21 | 3 | -62/+53 |
* | | catchup w/ crypto changes | Sam Leffler | 2007-03-21 | 1 | -2/+3 |
* | | allocate 9 messages in all cases | Kip Macy | 2007-03-21 | 1 | -1/+1 |
* | | Fix a comment | Kevin Lo | 2007-03-21 | 1 | -1/+1 |
* | | make MSI-X the default and allocate up to mp_ncpus queues per port | Kip Macy | 2007-03-21 | 4 | -59/+86 |