| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve conflicts of unchanged files that are off the vendor branch. | jkim | 2007-03-22 | 21 | -1056/+1410 |
* | Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may now | emaste | 2007-03-22 | 1 | -1/+1 |
* | Remove files that removed on the vendor branch. | jkim | 2007-03-22 | 2 | -1549/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r167807, | jkim | 2007-03-22 | 3 | -1522/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r167805, | jkim | 2007-03-22 | 4 | -5/+21 |
|\ |
|
| * | Add fixes for FreeBSD build that were submitted upstream. | jkim | 2007-03-22 | 5 | -6/+22 |
* | | This commit was generated by cvs2svn to compensate for changes in r167802, | jkim | 2007-03-22 | 177 | -12462/+22966 |
|\ \
| |/ |
|
| * | Vendor import of Intel ACPI-CA 20070320 | jkim | 2007-03-22 | 201 | -13627/+24503 |
* | | - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionally | jhb | 2007-03-22 | 4 | -27/+44 |
* | | Add missing \n. | pjd | 2007-03-22 | 1 | -2/+2 |
* | | Move the dom_dispose and pru_detach calls in sofree() earlier. Only after | glebius | 2007-03-22 | 1 | -4/+5 |
* | | When working on an RTM_CHANGE do the route editing in the following | glebius | 2007-03-22 | 1 | -18/+17 |
* | | Remove global list of all llinfo_arp entries and use a callout per | glebius | 2007-03-22 | 1 | -50/+23 |
* | | Change the order of lock reacquisition in vm_object_split() in order to | alc | 2007-03-22 | 1 | -2/+5 |
* | | Rename the cv_*wait*() functions to _cv_*wait*() and change their second | jhb | 2007-03-21 | 3 | -66/+92 |
* | | Make use of 'lock_object' being the same field name in the witness_check*() | jhb | 2007-03-21 | 1 | -8/+4 |
* | | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | jhb | 2007-03-21 | 18 | -237/+237 |
* | | Don't use cv_wait_unlock() to implement cv_wait(). Instead, implement | jhb | 2007-03-21 | 1 | -1/+28 |
* | | ANSIfy function declarations and remove register keywords for variables. | andre | 2007-03-21 | 8 | -146/+73 |
* | | Match up SYSCTL declarations in style. | andre | 2007-03-21 | 1 | -8/+8 |
* | | If vn_open() fails during kern_open(), don't fdrop() the new file object | jhb | 2007-03-21 | 1 | -5/+2 |
* | | Handle the case when a thread is blocked on a lockmgr lock with LK_DRAIN | jhb | 2007-03-21 | 1 | -3/+16 |
* | | Subtract optlen in the maximum length check for TSO and finally avoid | andre | 2007-03-21 | 1 | -1/+1 |
* | | Tidy up IPFIREWALL_FORWARD sections and comments. | andre | 2007-03-21 | 2 | -8/+6 |
* | | Update and clarify comments in first section of tcp_input(). | andre | 2007-03-21 | 2 | -30/+26 |
* | | Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and remove | andre | 2007-03-21 | 2 | -114/+54 |
* | | Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing | jhb | 2007-03-21 | 1 | -1/+1 |
* | | Tidy up tcp_log_in_vain and blackhole. | andre | 2007-03-21 | 2 | -88/+62 |
* | | Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default it | andre | 2007-03-21 | 5 | -18/+0 |
* | | Memory leak killing spree, mostly bus_dma(9) related. | ariff | 2007-03-21 | 6 | -43/+65 |
* | | Remove tcp_minmssoverload DoS detection logic. The problem it tried to | andre | 2007-03-21 | 7 | -160/+0 |
* | | another missing change for recent crypto mods | sam | 2007-03-21 | 1 | -0/+1 |
* | | move call to t3_prep_adapter earlier in attach before msi-x setup occurs | kmacy | 2007-03-21 | 1 | -5/+6 |
* | | Change acpi's handling of suballocating system resources to be a little | jhb | 2007-03-21 | 1 | -55/+39 |
* | | Change the amd64, i386, and ia64 nexus drivers to setup bus space tags and | jhb | 2007-03-21 | 3 | -62/+53 |
* | | catchup w/ crypto changes | sam | 2007-03-21 | 1 | -2/+3 |
* | | Add a test for IPv6 and IPsec which is similar to the one for IPv4. | gnn | 2007-03-21 | 2 | -0/+108 |
* | | allocate 9 messages in all cases | kmacy | 2007-03-21 | 1 | -1/+1 |
* | | Fix a comment | kevlo | 2007-03-21 | 1 | -1/+1 |
* | | make MSI-X the default and allocate up to mp_ncpus queues per port | kmacy | 2007-03-21 | 4 | -59/+86 |
* | | Let people in on the magic of INET[6]_ADDRSTRLEN which comes quite handy in | mlaier | 2007-03-21 | 1 | -1/+6 |
* | | add missing file from last commit that overhauls crypto/driver api's | sam | 2007-03-21 | 1 | -0/+55 |
* | | Overhaul driver/subsystem api's: | sam | 2007-03-21 | 22 | -733/+1239 |
* | | Don't call bus_deactivate_resource() explicitly before calling | nyan | 2007-03-21 | 14 | -80/+0 |
* | | Remove __P | kevlo | 2007-03-21 | 3 | -18/+18 |
* | | Remove firmware version flags | kmacy | 2007-03-21 | 1 | -1/+0 |
* | | Add a new apic0 psuedo-device to claim memory resources for the memory | jhb | 2007-03-20 | 6 | -0/+162 |
* | | Synchronize with version 1.0.071 of Chelsio's common code | kmacy | 2007-03-20 | 10 | -57/+363 |
* | | Add a new ram0 pseudo-device that claims memory resouces for physical | jhb | 2007-03-20 | 2 | -0/+154 |
* | | - Add macros for newly added CPUID bits in the corresponding header files. | jkim | 2007-03-20 | 4 | -4/+8 |