summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Start to try to hide LRO (and some TSO) bits behind #ifdefs as especiallybz2012-02-111-4/+48
* Remove unused variable miikevlo2012-02-111-2/+0
* Use the more common macro to set the if_baudrate to 10Gbit/s. Just usebz2012-02-111-1/+1
* Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedbz2012-02-111-2/+2
* In the days before r208307 addswap was running early in the second stagedougb2012-02-112-2/+2
* Switch getifaddrs(3) to the new API introduced in r231505. Also removebz2012-02-112-122/+54
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-115-47/+277
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-113-7/+1
* Make code more stable by checking NULL pointers.davidxu2012-02-111-2/+6
* Add handlers for TLS-related relocation entriesgonzo2012-02-112-3/+87
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverken2012-02-111-1/+1
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyjkim2012-02-101-8/+6
* - Reverse logic so base tls is fixed up with correct numbergonzo2012-02-101-1/+1
* Fix bin/164947: tee looses data when writing to non-blocking file descriptorscracauer2012-02-101-3/+23
* Add a test program for recently added ptrace(2) interfaces.kib2012-02-102-0/+413
* In cpu_set_user_tls(), consistently set PCB_FULL_IRET pcb flag forkib2012-02-101-1/+1
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)luigi2012-02-1012-0/+11552
* Remove debug outputgonzo2012-02-101-2/+0
* - Fix spelling of R_MIPS_RELGOTgonzo2012-02-101-2/+20
* Reduce diffs against i386.nyan2012-02-101-12/+14
* Remove unneeded newline. It fits in 80 columns now.ed2012-02-101-2/+1
* Correct date. It seems to be 2012.ed2012-02-101-1/+1
* Unbreak build.ed2012-02-101-1/+1
* Detect file modification properly by using tv_nsec.ed2012-02-102-9/+3
* Merge si_name and __si_namebuf.ed2012-02-103-10/+9
* Remove direct access to si_name.ed2012-02-1012-40/+47
* Be more helpful about alternate superblocks.trasz2012-02-102-2/+7
* Remove outdated piece of information.ed2012-02-101-10/+1
* Enforce the hardware chainmask when allowing the user to override theadrian2012-02-101-0/+2
* .. oops, use the right chainmask.adrian2012-02-101-1/+1
* Add in a new driver feature to allow the TX and RX chainmask to beadrian2012-02-102-0/+28
* Extend the HAL code to allow the RX and TX chainmask to be overriddenadrian2012-02-103-0/+34
* Add alias for the partition with type 0x42 to the MBR scheme.ae2012-02-102-0/+2
* Fix-up value passed by thr_new syscall to make it compatiblegonzo2012-02-101-1/+12
* Switch MIPS TLS implementation to Variant I:gonzo2012-02-102-13/+20
* Let's be more realistic and limit maximum number of partition to 4k.ae2012-02-101-1/+1
* Switch MIPS TLS implementation to Variant Igonzo2012-02-103-9/+44
* Add a missing break. This bug was introduced in r228856.kevlo2012-02-101-0/+1
* Implement -print-file-name=include (which is undocumentedkientzle2012-02-101-0/+11
* Fix date from r231111.gjb2012-02-101-1/+1
* Fix debug output for MIPS part of rtldgonzo2012-02-101-12/+13
* Fix r231300: Use correct test so we only bail out on error instead of on non-...eadler2012-02-101-1/+1
* Mark the automatically attached child with PL_FLAG_CHILD in structkib2012-02-104-0/+6
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).np2012-02-092-14/+34
* Fix n32 build breakagegonzo2012-02-091-2/+2
* Historically when an application wrote an entire block of a file,mckusick2012-02-091-9/+20
* - Emulate RDHWR instruction for TLS supportgonzo2012-02-092-3/+34
* Fix NULL ptr dereference in setusercontext if pwd is null,eadler2012-02-091-3/+6
* Permit the use of relative paths for the prefix argument.eadler2012-02-091-3/+9
* More accurately document what happens on error.eadler2012-02-091-3/+6
OpenPOWER on IntegriCloud