summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-1317-73/+77
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writermacklem2010-10-133-7/+20
* Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyjkim2010-10-132-12/+11
* Create the /bin/rmail symlink (which mailers such as postfixmarkm2010-10-121-0/+4
* Remove trailing ", " from `sysctl machdep.idle_available' output.jkim2010-10-123-3/+6
* Protect bge(4) from accessing invalid NIC internal memory regionsyongari2010-10-121-0/+8
* If DEBUG is 3 or greater, disable STATICization of functions.obrien2010-10-123-3/+8
* Always set cm_complete_data before calling mps_config_complete().mdf2010-10-121-1/+1
* Fix a regression introduced in r213495. r213495 disabled miniyongari2010-10-121-1/+1
* Document the fact that bwn works really well on the laptop I'm usingjoel2010-10-121-1/+2
* Re-expose and briefly document taskqueue_run(9). The function is usedmdf2010-10-123-3/+17
* Allow one to regression test 'sh' changes without having to installobrien2010-10-1229-82/+100
* acpi_ec: changes in communication with hardwareavg2010-10-121-83/+89
* generic_stop_cpus: prevent parallel executionavg2010-10-121-45/+17
* tmpfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* zfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Fix monitor mode which is implemented by doing a firmware scan. Thisbschmidt2010-10-122-1/+34
* Format prototypes to follow style(9) more closely.jh2010-10-122-22/+25
OpenPOWER on IntegriCloud