aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove stale comment.Konstantin Belousov2010-10-141-5/+0
* Revert r213765. This is required because our build infrastructure usesRui Paulo2010-10-142-2/+0
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-148-1/+14
* Backout r204230. TX mbuf parser for VLAN is still required toPyun YongHyeon2010-10-141-7/+25
* It seems some multi-port dc(4) controllers shares SROM of the firstPyun YongHyeon2010-10-142-0/+47
* Support firmware download.Matthew D Fleming2010-10-141-1/+37
* Re-work the internals of adding items to the driver's scatter-gatherMatthew D Fleming2010-10-143-90/+213
* Remove dead code:Bjoern A. Zeeb2010-10-141-3/+1
* Style: make the asterisk go with the variable name, not the type.Bjoern A. Zeeb2010-10-141-1/+1
* Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are notBjoern A. Zeeb2010-10-141-1/+1
* In kern_sigtimedwait(), move initialization code out of process lock,David Xu2010-10-141-103/+86
* Use a safer mechanism for determining if a task is currently running,Matthew D Fleming2010-10-133-33/+46
* Fix a regression introduced in r213710. r213710 removed the use ofPyun YongHyeon2010-10-131-0/+7
* USB network (NCM driver):Hans Petter Selasky2010-10-133-26/+127
* Add more checks for resolved link speed in bge_miibus_statchg().Pyun YongHyeon2010-10-131-6/+24
* Keep polling at 50hz as long as link state is changing.Juli Mallett2010-10-131-3/+15
* Merge ACPICA 20101013.Jung-uk Kim2010-10-1330-502/+904
|\
* | USB Network:Hans Petter Selasky2010-10-135-1/+651
* | USB WLAN:Hans Petter Selasky2010-10-131-0/+1
* | USB network (UHSO):Hans Petter Selasky2010-10-131-1/+1
* | Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky2010-10-136-31/+9
* | Change two missed instances of 'retq' in aeskeys_i386.S to 'retl', whichDimitry Andric2010-10-131-2/+2
* | Rewrite interrupt handler to give fairness for both RX and TX.Pyun YongHyeon2010-10-131-16/+28
* | Revert r213793.Rui Paulo2010-10-132-2/+2
* | When calling panic(), always pass a format string.Rui Paulo2010-10-138-12/+12
* | Don't do a logical AND of the result of strcmp() with a constant.Rui Paulo2010-10-132-2/+2
* | Ignore the return value of ADDCARRY().Rui Paulo2010-10-131-1/+1
* | Pass a format string to panic() and to taskqueue_start_threads().Rui Paulo2010-10-132-2/+2
* | In zfs_post_common(), use %d instead of %hhu.Rui Paulo2010-10-131-1/+1
* | Properly tell the compiler that we want to ignore the return value ofRui Paulo2010-10-134-15/+15
* | Fix several cases were a conditional operator was used instead of aRui Paulo2010-10-131-8/+8
* | Clean up unused headers.Jung-uk Kim2010-10-131-4/+0
* | Remove acpi_bus_number() completely. It had to be removed in r212761.Jung-uk Kim2010-10-131-55/+0
* | Pass a format string to make_dev().Rui Paulo2010-10-131-1/+1
* | Add opt_compat.h to SRCS.Rui Paulo2010-10-133-3/+3
* | Pass a format string to make_dev().Rui Paulo2010-10-131-1/+1
* | Fix a brain-o: wrong case statement semantics.Rui Paulo2010-10-132-2/+4
* | WPA_CSE_WEP104 was being incorrectly checked.Rui Paulo2010-10-131-1/+1
* | Mark acpi_bus_number() as __unused. This allows clang to this fileRui Paulo2010-10-131-1/+1
* | Ignore the return value of DE_INTERNALIZE().Rui Paulo2010-10-131-1/+1
* | Explicitly tell the compiler that we don't care about the return valueRui Paulo2010-10-133-20/+20
* | The canonical way to print __func__ when using KASSERT() is to writeRui Paulo2010-10-133-10/+11
* | Purposely tell the compiler that we ignore the return value of ADDCARRY()Rui Paulo2010-10-131-1/+1
* | Define YY_NO_INPUT. This makes aicasm buildable by clang with WerrorRui Paulo2010-10-132-0/+2
* | o) Make it possible to attach a PHY directly to an octe device rather thanJuli Mallett2010-10-138-47/+815
* | sigqueue_collect_set() is no longer needed because other functionsDavid Xu2010-10-131-29/+7
* | Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writeRick Macklem2010-10-133-7/+20
* | Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyJung-uk Kim2010-10-131-10/+10
* | Remove trailing ", " from `sysctl machdep.idle_available' output.Jung-uk Kim2010-10-123-3/+6
* | Protect bge(4) from accessing invalid NIC internal memory regionsPyun YongHyeon2010-10-121-0/+8