summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* We only need to look as far as '..' to find 'test/'.obrien2010-10-131-1/+1
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-134-9/+34
* Use a safer mechanism for determining if a task is currently running,mdf2010-10-134-41/+47
* Fix a regression introduced in r213710. r213710 removed the use ofyongari2010-10-131-0/+7
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-1321-227/+218
* document logging through bpfluigi2010-10-131-13/+18
* USB network (NCM driver):hselasky2010-10-133-26/+127
* Add more checks for resolved link speed in bge_miibus_statchg().yongari2010-10-131-6/+24
* Keep polling at 50hz as long as link state is changing.jmallett2010-10-131-3/+15
* Merge ACPICA 20101013.jkim2010-10-1330-502/+904
|\
| * Import ACPICA 20101013.jkim2010-10-1341-1013/+1730
* | USB Network:hselasky2010-10-135-1/+651
* | USB WLAN:hselasky2010-10-131-0/+1
* | USB network (UHSO):hselasky2010-10-131-1/+1
* | Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-136-31/+9
* | s/sytem/system in comments, no functional changes.bcr2010-10-138-8/+8
* | If one wishes to set breakpoints of static the functions here, theyobrien2010-10-131-1/+1
* | Change two missed instances of 'retq' in aeskeys_i386.S to 'retl', whichdim2010-10-131-2/+2
* | Rewrite interrupt handler to give fairness for both RX and TX.yongari2010-10-131-16/+28
* | Revert r213793.rpaulo2010-10-132-2/+2
* | When calling panic(), always pass a format string.rpaulo2010-10-138-12/+12
* | Don't do a logical AND of the result of strcmp() with a constant.rpaulo2010-10-132-2/+2
* | Ignore the return value of ADDCARRY().rpaulo2010-10-131-1/+1
* | Pass a format string to panic() and to taskqueue_start_threads().rpaulo2010-10-132-2/+2
* | In zfs_post_common(), use %d instead of %hhu.rpaulo2010-10-131-1/+1
* | Properly tell the compiler that we want to ignore the return value ofrpaulo2010-10-134-15/+15
* | Fix several cases were a conditional operator was used instead of arpaulo2010-10-131-8/+8
* | Clean up unused headers.jkim2010-10-131-4/+0
* | Actually, check for any kind of "C string type".rdivacky2010-10-131-8/+4
* | Clang related fixes:rpaulo2010-10-132-1/+2
* | Revert 212517 to restore pristine state of this fileimp2010-10-131-2/+0
* | Remove acpi_bus_number() completely. It had to be removed in r212761.jkim2010-10-131-55/+0
* | Pass a format string to make_dev().rpaulo2010-10-131-1/+1
* | Add opt_compat.h to SRCS.rpaulo2010-10-133-3/+3
* | Pass a format string to make_dev().rpaulo2010-10-131-1/+1
* | Fix a brain-o: wrong case statement semantics.rpaulo2010-10-132-2/+4
* | WPA_CSE_WEP104 was being incorrectly checked.rpaulo2010-10-131-1/+1
* | Extend this check for const unsigned char *.rdivacky2010-10-131-2/+6
* | Make DEBUG traces 64-bit clean:jhb2010-10-132-20/+21
* | Suggest that DEBUG_FLAGS be used to enable extra debugging rather thanjhb2010-10-131-1/+1
* | Mark acpi_bus_number() as __unused. This allows clang to this filerpaulo2010-10-131-1/+1
* | Ignore the return value of DE_INTERNALIZE().rpaulo2010-10-131-1/+1
* | Explicitly tell the compiler that we don't care about the return valuerpaulo2010-10-133-20/+20
* | The canonical way to print __func__ when using KASSERT() is to writerpaulo2010-10-133-10/+11
* | Purposely tell the compiler that we ignore the return value of ADDCARRY()rpaulo2010-10-131-1/+1
* | Define YY_NO_INPUT. This makes aicasm buildable by clang with Werrorrpaulo2010-10-132-0/+2
* | Don't define the input() function ifdef YY_NO_INPUT.rpaulo2010-10-131-0/+2
* | Use the RFC2606 domain example.com in examples.brucec2010-10-131-2/+2
* | o) Make it possible to attach a PHY directly to an octe device rather thanjmallett2010-10-138-47/+815
* | sigqueue_collect_set() is no longer needed because other functionsdavidxu2010-10-131-29/+7
OpenPOWER on IntegriCloud