| Commit message (Expand) | Author | Age | Files | Lines |
* | add helper function for finding a virtual device node in a machine | kmacy | 2006-12-18 | 1 | -0/+101 |
* | Hook acpi gadget driver modules to other acpi archs. | takawata | 2006-12-18 | 2 | -7/+8 |
* | opt_ah.h ends up copied into a kernelcompile directory in some | mjacob | 2006-12-18 | 6 | -6/+6 |
* | spelling nit | mjacob | 2006-12-18 | 1 | -1/+1 |
* | Use <osreldate.h> rather than the OS version reported by the kernel | jkoshy | 2006-12-18 | 9 | -67/+74 |
* | Use the correct value of __FreeBSD_version. | jkoshy | 2006-12-18 | 2 | -10/+9 |
* | push trap conversion up into tl1_trap to further simplify spill / fill fault | kmacy | 2006-12-18 | 2 | -14/+10 |
* | Forced commit to note reserved ID registers in rtl81x9 are | yongari | 2006-12-18 | 0 | -0/+0 |
* | Correct the previous change: | marius | 2006-12-18 | 1 | -0/+3 |
* | Simplify spill/fill fault handling by updating tl1_trap register | kmacy | 2006-12-18 | 2 | -28/+18 |
* | Don't assume IF_LLADDR returns aligned memory address. | yongari | 2006-12-18 | 1 | -4/+5 |
* | Evidently neither GENERIC nor kan's config had isa in it :-0. As | kmacy | 2006-12-17 | 1 | -1/+1 |
* | Optimize vm_object_split(). Specifically, make the number of iterations | alc | 2006-12-17 | 1 | -9/+14 |
* | Try an experiment with using DMA to load firmware into a 2200- VERIFY | mjacob | 2006-12-17 | 3 | -25/+39 |
* | Add Realtek ALC888 and Sigmatel STAC9227 to the HARDWARE section. | joel | 2006-12-17 | 1 | -1/+5 |
* | Latest updates for Envy24/24HT. Fix various issues with LOR and panic | ariff | 2006-12-17 | 3 | -29/+72 |
* | Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227 | ariff | 2006-12-17 | 1 | -0/+4 |
* | Add support for Nvidia Nforce MCP04 AC97 controller. | ariff | 2006-12-17 | 1 | -0/+3 |
* | Newer versions of gcc don't support treating structures passed by value | kmacy | 2006-12-17 | 9 | -79/+82 |
* | Evidently FreeBSD has long relied on the compiler to treat structures | kmacy | 2006-12-17 | 10 | -103/+105 |
* | remove TRAP_TRACING code that wasn't getting used | kmacy | 2006-12-17 | 1 | -10/+0 |
* | vm86_initflags was causing gcc41 and even gcc346 to get rather confused | kmacy | 2006-12-17 | 1 | -10/+4 |
* | GC unused fields in pcpu | kmacy | 2006-12-17 | 2 | -5/+1 |
* | replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthread | kmacy | 2006-12-17 | 3 | -11/+11 |
* | eliminate use of curpmap except where protected by critical_{enter, exit} | kmacy | 2006-12-17 | 1 | -3/+6 |
* | make unmap_perm_addr conform to declaration | kmacy | 2006-12-17 | 1 | -0/+2 |
* | eliminate extra branches by making better use of branch delay | kmacy | 2006-12-17 | 1 | -33/+21 |
* | - Remove PCPU references by passing field as a reference to _tte_hash_lookup. | kmacy | 2006-12-17 | 1 | -35/+24 |
* | ktrace_cv is no longer used - remove | kmacy | 2006-12-17 | 1 | -2/+0 |
* | Cleaner fix for handling declaration of loop variable under INVARIANTS | kmacy | 2006-12-17 | 1 | -10/+7 |
* | Don't intermix assignments and variable declarations in prev. commit | ache | 2006-12-16 | 1 | -4/+6 |
* | Fix NULL pointer reference for INVARIANTS case | ache | 2006-12-16 | 1 | -1/+1 |
* | In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args, | rodrigc | 2006-12-16 | 1 | -1/+4 |
* | Add a function vfs_deleteopt() which searches through the vfsoptlist | rodrigc | 2006-12-16 | 2 | -0/+12 |
* | In ip6_sprintf print the addresses in a more common/readable | bz | 2006-12-16 | 1 | -4/+18 |
* | Do not special-case __ARMEB__, we handle that in the arm code. | cognet | 2006-12-16 | 1 | -2/+0 |
* | Convert to ANSI-style function prototypes. | rodrigc | 2006-12-16 | 1 | -21/+9 |
* | For now, back out sysv_ipc.c:1.30, which caused shmget() with odd mode | rwatson | 2006-12-16 | 1 | -66/+38 |
* | Fix a typo. | jkoshy | 2006-12-16 | 1 | -1/+1 |
* | Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4), | rwatson | 2006-12-16 | 2 | -2/+7 |
* | Miscellaneous fixups and quirks for ASUS A7M, LG LW20 and | ariff | 2006-12-16 | 1 | -5/+36 |
* | Protect consistency of all internal functions in tte_hash.c using PCPU_{GET,SET} | kmacy | 2006-12-16 | 2 | -7/+13 |
* | tte_hash_resize implicitly expects to be protected from preemption - | kmacy | 2006-12-16 | 1 | -1/+1 |
* | Simplify the computation of the new object's size in vm_object_split(). | alc | 2006-12-16 | 1 | -3/+2 |
* | change PTL trap type name to assist in tracking down prablems in tl1_trap | kmacy | 2006-12-16 | 1 | -0/+4 |
* | - KASSERT takes two arguments | kmacy | 2006-12-16 | 1 | -1/+1 |
* | correct name of number of sleep queues | kmacy | 2006-12-16 | 1 | -1/+1 |
* | Make some slight reorganization (bringing back in some | mjacob | 2006-12-16 | 1 | -12/+86 |
* | Add second sleep queue so that sx and lockmgr can have separate sleep | kmacy | 2006-12-16 | 5 | -45/+71 |
* | - make better use of branch delay slots in exception.S | kmacy | 2006-12-16 | 3 | -34/+85 |