summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add helper function for finding a virtual device node in a machinekmacy2006-12-181-0/+101
* Hook acpi gadget driver modules to other acpi archs.takawata2006-12-182-7/+8
* opt_ah.h ends up copied into a kernelcompile directory in somemjacob2006-12-186-6/+6
* spelling nitmjacob2006-12-181-1/+1
* Use <osreldate.h> rather than the OS version reported by the kerneljkoshy2006-12-189-67/+74
* Use the correct value of __FreeBSD_version.jkoshy2006-12-182-10/+9
* push trap conversion up into tl1_trap to further simplify spill / fill faultkmacy2006-12-182-14/+10
* Forced commit to note reserved ID registers in rtl81x9 areyongari2006-12-180-0/+0
* Correct the previous change:marius2006-12-181-0/+3
* Simplify spill/fill fault handling by updating tl1_trap registerkmacy2006-12-182-28/+18
* Don't assume IF_LLADDR returns aligned memory address.yongari2006-12-181-4/+5
* Evidently neither GENERIC nor kan's config had isa in it :-0. Askmacy2006-12-171-1/+1
* Optimize vm_object_split(). Specifically, make the number of iterationsalc2006-12-171-9/+14
* Try an experiment with using DMA to load firmware into a 2200- VERIFYmjacob2006-12-173-25/+39
* Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section.joel2006-12-171-1/+5
* Latest updates for Envy24/24HT. Fix various issues with LOR and panicariff2006-12-173-29/+72
* Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227ariff2006-12-171-0/+4
* Add support for Nvidia Nforce MCP04 AC97 controller.ariff2006-12-171-0/+3
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-179-79/+82
* Evidently FreeBSD has long relied on the compiler to treat structureskmacy2006-12-1710-103/+105
* remove TRAP_TRACING code that wasn't getting usedkmacy2006-12-171-10/+0
* vm86_initflags was causing gcc41 and even gcc346 to get rather confusedkmacy2006-12-171-10/+4
* GC unused fields in pcpukmacy2006-12-172-5/+1
* replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthreadkmacy2006-12-173-11/+11
* eliminate use of curpmap except where protected by critical_{enter, exit}kmacy2006-12-171-3/+6
* make unmap_perm_addr conform to declarationkmacy2006-12-171-0/+2
* eliminate extra branches by making better use of branch delaykmacy2006-12-171-33/+21
* - Remove PCPU references by passing field as a reference to _tte_hash_lookup.kmacy2006-12-171-35/+24
* ktrace_cv is no longer used - removekmacy2006-12-171-2/+0
* Cleaner fix for handling declaration of loop variable under INVARIANTSkmacy2006-12-171-10/+7
* Don't intermix assignments and variable declarations in prev. commitache2006-12-161-4/+6
* Fix NULL pointer reference for INVARIANTS caseache2006-12-161-1/+1
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,rodrigc2006-12-161-1/+4
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-162-0/+12
* In ip6_sprintf print the addresses in a more common/readablebz2006-12-161-4/+18
* Do not special-case __ARMEB__, we handle that in the arm code.cognet2006-12-161-2/+0
* Convert to ANSI-style function prototypes.rodrigc2006-12-161-21/+9
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd moderwatson2006-12-161-66/+38
* Fix a typo.jkoshy2006-12-161-1/+1
* Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),rwatson2006-12-162-2/+7
* Miscellaneous fixups and quirks for ASUS A7M, LG LW20 andariff2006-12-161-5/+36
* Protect consistency of all internal functions in tte_hash.c using PCPU_{GET,SET}kmacy2006-12-162-7/+13
* tte_hash_resize implicitly expects to be protected from preemption -kmacy2006-12-161-1/+1
* Simplify the computation of the new object's size in vm_object_split().alc2006-12-161-3/+2
* change PTL trap type name to assist in tracking down prablems in tl1_trapkmacy2006-12-161-0/+4
* - KASSERT takes two argumentskmacy2006-12-161-1/+1
* correct name of number of sleep queueskmacy2006-12-161-1/+1
* Make some slight reorganization (bringing back in somemjacob2006-12-161-12/+86
* Add second sleep queue so that sx and lockmgr can have separate sleepkmacy2006-12-165-45/+71
* - make better use of branch delay slots in exception.Skmacy2006-12-163-34/+85
OpenPOWER on IntegriCloud