summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r167805,jkim2007-03-224-5/+21
|\
| * Add fixes for FreeBSD build that were submitted upstream.jkim2007-03-225-6/+22
* | This commit was generated by cvs2svn to compensate for changes in r167802,jkim2007-03-22177-12462/+22966
|\ \ | |/
| * Vendor import of Intel ACPI-CA 20070320jkim2007-03-22201-13627/+24503
* | - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionallyjhb2007-03-224-27/+44
* | Add missing \n.pjd2007-03-221-2/+2
* | Move the dom_dispose and pru_detach calls in sofree() earlier. Only afterglebius2007-03-221-4/+5
* | When working on an RTM_CHANGE do the route editing in the followingglebius2007-03-221-18/+17
* | Remove global list of all llinfo_arp entries and use a callout perglebius2007-03-221-50/+23
* | Change the order of lock reacquisition in vm_object_split() in order toalc2007-03-221-2/+5
* | Rename the cv_*wait*() functions to _cv_*wait*() and change their secondjhb2007-03-212-57/+75
* | Make use of 'lock_object' being the same field name in the witness_check*()jhb2007-03-211-8/+4
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-2118-237/+237
* | Don't use cv_wait_unlock() to implement cv_wait(). Instead, implementjhb2007-03-211-1/+28
* | ANSIfy function declarations and remove register keywords for variables.andre2007-03-218-146/+73
* | Match up SYSCTL declarations in style.andre2007-03-211-8/+8
* | If vn_open() fails during kern_open(), don't fdrop() the new file objectjhb2007-03-211-5/+2
* | Handle the case when a thread is blocked on a lockmgr lock with LK_DRAINjhb2007-03-211-3/+16
* | Subtract optlen in the maximum length check for TSO and finally avoidandre2007-03-211-1/+1
* | Tidy up IPFIREWALL_FORWARD sections and comments.andre2007-03-212-8/+6
* | Update and clarify comments in first section of tcp_input().andre2007-03-212-30/+26
* | Tidy up the ACCEPTCONN section of tcp_input(), ajust comments and removeandre2007-03-212-114/+54
* | Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existingjhb2007-03-211-1/+1
* | Tidy up tcp_log_in_vain and blackhole.andre2007-03-212-88/+62
* | Make TCP_DROP_SYNFIN a standard part of TCP. Disabled by default itandre2007-03-215-18/+0
* | Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-216-43/+65
* | Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-217-160/+0
* | another missing change for recent crypto modssam2007-03-211-0/+1
* | move call to t3_prep_adapter earlier in attach before msi-x setup occurskmacy2007-03-211-5/+6
* | Change acpi's handling of suballocating system resources to be a littlejhb2007-03-211-55/+39
* | Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-213-62/+53
* | catchup w/ crypto changessam2007-03-211-2/+3
* | allocate 9 messages in all caseskmacy2007-03-211-1/+1
* | Fix a commentkevlo2007-03-211-1/+1
* | make MSI-X the default and allocate up to mp_ncpus queues per portkmacy2007-03-214-59/+86
* | add missing file from last commit that overhauls crypto/driver api'ssam2007-03-211-0/+55
* | Overhaul driver/subsystem api's:sam2007-03-2120-713/+1117
* | Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-2114-80/+0
* | Remove __Pkevlo2007-03-213-18/+18
* | Remove firmware version flagskmacy2007-03-211-1/+0
* | Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-206-0/+162
* | Synchronize with version 1.0.071 of Chelsio's common codekmacy2007-03-2010-57/+363
* | Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-202-0/+154
* | - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-204-4/+8
* | Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-206-10/+10
* | MFi386 1.173: Display two new Intel feature bits.jhb2007-03-201-2/+2
* | Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.bms2007-03-201-0/+2
* | Increase default size of raw IP send and receive buffers to the same asbms2007-03-201-8/+2
* | Put a temporary bandaid to set/reset uncacheable DMA region (affectedariff2007-03-202-17/+46
* | Mark UFS as being MP-Safe in "options QUOTA" case too. Remove no morekib2007-03-202-19/+0
OpenPOWER on IntegriCloud