summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* push trap conversion up into tl1_trap to further simplify spill / fill faultkmacy2006-12-182-14/+10
* 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
* 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
* 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
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasmjacob2006-12-163-8/+39
* - make intent behind skip check clearerkmacy2006-12-161-3/+5
* don't return directly to copyin and friends when we hit certain types of faultskmacy2006-12-161-3/+17
* - Fix some gcc warnings in lock_profile.hkmacy2006-12-163-24/+40
* "Paralleled" should have been "parceled".flz2006-12-151-1/+1
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-159-78/+61
* Fix typos in comment blockpav2006-12-151-2/+2
OpenPOWER on IntegriCloud