summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make arl(4) MPSAFE:jhb2008-07-043-130/+149
* Eliminate an unused declaration. (In fact, the declaration is bogusalc2008-07-042-2/+0
* Remove Japanese document.nyan2008-07-041-65/+0
* The uniqdosname() function takes char[12] as it third argument.kib2008-07-041-1/+1
* port % count will never be greater than LAGG_MAX_PORTS so nuke the test.thompsa2008-07-041-6/+2
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-0413-51/+38
* Use bcopy instead of strlcpy in uipc_bind and unp_connect, sinceemaste2008-07-031-2/+4
* Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...nwhitehorn2008-07-033-40/+26
* Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only bethompsa2008-07-031-23/+51
* Add module dependancy on nfs.dfr2008-07-031-0/+1
* Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029,bz2008-07-031-1/+0
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6rwatson2008-07-033-7/+1
* Change a variable name to not shadow a globaljulian2008-07-031-2/+2
* Update copyright date in light of soreceive_dgram(9).rwatson2008-07-031-1/+1
* Increase the ceiling on the kmem map's size to 3.6GB. Also, define thealc2008-07-031-1/+2
* Add soreceive_dgram(9), an optimized socket receive function for use byrwatson2008-07-023-0/+238
* Set the IPv6 netisr handler as NETISR_MPSAFE on the basis that, despiterwatson2008-07-021-1/+1
* Use msleep_spin() instead of unlock/tsleep/lock. This wasrdivacky2008-07-021-6/+2
* Add RTL8211C(L) support.yongari2008-07-022-2/+15
* Add a new RTL8169 variant, 8169SB(L)/8110SB(L).yongari2008-07-022-1/+4
* Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.yongari2008-07-022-43/+158
* Display detected chip revision in device attach. This will help toyongari2008-07-021-2/+5
* If MSI is not active make sure to disable MSI in EEPROM.yongari2008-07-021-0/+11
* In device detach don't access ifnet structure unless device isyongari2008-07-021-4/+4
* Toggling IFF_ALLMULTI flag does not require full interfaceyongari2008-07-021-1/+1
* Instead of allocating variables for each events/hardware flags, useyongari2008-07-022-49/+47
* Eliminate an unnecessary static variable: nkpt.alc2008-07-021-9/+2
* Switch to memory space register mapping over IO space. If thatyongari2008-07-022-21/+23
* While accessing EEPROM command register use pre-defined constantyongari2008-07-021-3/+3
* After the change of r176757 re(4) no longer relys on readingyongari2008-07-021-32/+18
* Remove duplicated H/W revision check.yongari2008-07-021-5/+0
* Rework how the mpt_user personality handles buffers for config pages.jhb2008-07-011-67/+105
* During shutdown, deregister the shutdown hook from the correct eventjhb2008-07-011-1/+1
* Fix instances of bogus #elsif directive.dds2008-07-011-21/+21
* Fix off-by-one error.nyan2008-07-011-1/+1
* Set bridge MAC addresses to the MAC address of their first interface unlessphilip2008-07-011-6/+33
* Remove unused 'td' arguments from smbfs_hash_lock() andrwatson2008-07-011-9/+9
* Do not set IFF_DEBUG directly from the driver.rik2008-06-308-29/+63
* Remove spls from NFS server setup call; expand receive socket bufferrwatson2008-06-301-8/+3
* In udp_append() and udp_input(), make use of read locking on incpbsrwatson2008-06-301-8/+8
* Avoid NULL deference.delphij2008-06-301-0/+5
* Correct SB600 AC97 Audio PCI ID, otherwise we will attach to thedelphij2008-06-301-1/+1
* Document the layout of the address space, borrowing heavily fromalc2008-06-301-2/+12
* Compute NKPDPE from NKPT. This reduces the number of knobs that must bealc2008-06-301-1/+1
* Strictly speaking, the definition of VM_MAX_KERNEL_ADDRESS is wrong. However,alc2008-06-292-2/+1
* Increase the size of the kernel virtual address space to 6GB. Until thealc2008-06-291-4/+3
* Remove an unneeded error variable to make clear that if reachingbz2008-06-291-3/+1
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isbz2008-06-292-1/+2
* Remove the unused softc from the lo(4) driver.ed2008-06-291-20/+2
* Try to fix errors introduced in svn180085/cvs rev. 1.10:bz2008-06-291-1/+2
OpenPOWER on IntegriCloud