summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce diff between platforms and fix style(9) bugs.jkim2010-11-093-41/+87
* test: Move tests to tools/regression/bin/test.jilles2010-11-086-205/+21
* Use macros rather than inline functions to lock and unlock mutexes, so thatjmallett2010-11-081-17/+15
* Remove standard PCI configuration space register definitions.yongari2010-11-081-35/+0
* Remove trailing white spaces.yongari2010-11-081-7/+7
* Consistently use tab character instead of using space character.yongari2010-11-081-500/+500
* Follow the lead of vendor's interrupt moderation mechanism.yongari2010-11-082-1/+20
* Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-085-55/+3
* Recognize the BCM5482S.jmallett2010-11-082-0/+2
* o) Recognize the Lanner MR-730.jmallett2010-11-083-3/+21
* Whitespace and other aspects of style(9). No functional changes.mdf2010-11-081-946/+966
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isjhb2010-11-085-575/+4
* Add a taskqueue_cancel(9) to cancel a pending task without waiting formdf2010-11-084-0/+48
* Don't mention 'device acpi' or loading ACPI as a kernel module since thejhb2010-11-081-4/+2
* Sync the APIC startup sequence with amd64:jhb2010-11-085-16/+25
* Remove stub symbols for APIC-related functions when 'device apic' is notjhb2010-11-081-97/+0
* Disconnect acpi.ko from the build on i386. ACPI is now only supported whenjhb2010-11-081-5/+1
* A few small style and whitespace fixes.jhb2010-11-083-5/+3
* Only dump the values of the PMC and CMCI local vector table entries on ajhb2010-11-081-4/+9
* Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging andnwhitehorn2010-11-081-5/+29
* Consistently use padding `_' in the comment.jkim2010-11-081-1/+1
* Reduce spin wait time consumed in GMII register access routine.yongari2010-11-081-4/+12
* Back out r214961 for skeleton.c -- it broke the groff build.obrien2010-11-081-4/+4
* When requesting sense data for SIM not doing it automatically (such asmav2010-11-081-2/+3
* Teach ahci(4), siis(4) and ATA_CAM ata(4) wrapper report to CAM residualmav2010-11-083-8/+42
* On APs startup skip hard-/statclock events, which time passed before CPUmav2010-11-081-16/+30
* Break long line.des2010-11-081-1/+2
* Fix CPU ID in /proc/cpuinfo.des2010-11-081-4/+4
* Add/expand country/state.ru2010-11-081-7/+7
* A traditional (once per three years) sort by month/day/year/login.ru2010-11-081-19/+19
* Intel IXP425 SoC is based on the ARMv5TE architecturekevlo2010-11-081-2/+3
* Set the pin to output on attach, we can't assume it already is.thompsa2010-11-081-0/+3
* Use shorten model name instead of showing all controller modelyongari2010-11-081-5/+5
* - Provide more registers for GDBgonzo2010-11-081-18/+25
* Add '-y' for bison compatibility.obrien2010-11-072-2/+10
* Inherit WARNS from parent directory.obrien2010-11-071-2/+0
* Fix cross-debugger buildgonzo2010-11-071-0/+8
* Directly use memory allocation functions and remove needless casts inobrien2010-11-0711-140/+136
* Fix initialization order:_initialize_svr4_solib shouldgonzo2010-11-071-2/+2
* Change to ANSI-C function definitions.obrien2010-11-0713-282/+182
* - Set -x flag when executing customisation scripts to aid in debugging them.n_hibma2010-11-071-10/+31
* Don't call pmap_demote_DMAP() on MTRR entries from the BIOS that are markedalc2010-11-071-2/+2
* In case the stack size reaches its limit and its growth must be restricted,alc2010-11-071-1/+2
* - Use proper constant for accessing PCB intead of hardcoded numbersgonzo2010-11-071-15/+18
* Link threads support to the buildgonzo2010-11-072-1/+2
* Prevent endless loop by detecting broken MIPS.optionsgonzo2010-11-071-0/+17
* Change register numbers according to current struct reg andgonzo2010-11-072-3/+3
* Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.thompsa2010-11-071-1/+0
* Calculate offset from frame top for registers saved on a stack frame.gonzo2010-11-071-6/+11
* Hook up the five gpio pins on the Avila board to the gpio framework. There arethompsa2010-11-075-0/+391
OpenPOWER on IntegriCloud