summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add regression tests for fmin{,f,l} and fmax{,f,l}.das2008-07-033-1/+161
* On 64 bit architectures, you can run 32 bit executables and the rtld can trac...edwin2008-07-032-2/+82
* Extract the determination of the kind of (dynamic) executable fromedwin2008-07-031-81/+120
* stylify ldd.c, no functional changes.edwin2008-07-031-37/+34
* Fix some locking and logic bugs pointed out by jhb. These fix driver detach a...nwhitehorn2008-07-033-40/+26
* Belatedly add myself to the committers graphcokane2008-07-031-0/+2
* bsdlabel and fdisk are obsoleted on ia64.marcel2008-07-031-0/+8
* Stop building bsdlabel(8) and fdisk(8) on ia64. Both tools aremarcel2008-07-031-2/+5
* Add NO_MAN for the static variant of geom(8). Both the RESCUE and themarcel2008-07-031-0/+1
* Add myself to src committers graph.nwhitehorn2008-07-031-0/+2
* Belatedly add myself to the active *cough* doc committers.marcel2008-07-031-0/+1
* Belatedly add myself to the alumni section.marcel2008-07-031-0/+1
* Soren was my mentor.marcel2008-07-031-0/+5
* Belatedly add myself to the active committer section.marcel2008-07-031-0/+1
* - fix typosdanger2008-07-031-2/+2
* 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
* Elexol USB MOD3 is also supported.blackend2008-07-031-1/+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
* Exclude .cvsignore files from $FreeBSD$ checkingpeter2008-07-030-0/+0
* Set magic fbsd:nokeywords property that allows files to bypasspeter2008-07-030-0/+0
* Set magic property that allows files to bypass keyword expansion.peter2008-07-030-0/+0
* Add $FreeBSD$peter2008-07-031-0/+1
* Change mime type to image/pngpeter2008-07-030-0/+0
* Add $FreeBSD$ to the uuencoded test files that didn't have them already.peter2008-07-039-0/+9
* 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
* Attempt to set the charsetpeter2008-07-020-0/+0
* Pretend that this file isn't binary.peter2008-07-020-0/+0
* Drag this code kicking and screaming into the twenty-first century.des2008-07-026-228/+130
* 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
OpenPOWER on IntegriCloud