The NetBSD Project

src/sys/arch/i386/i386/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Current tag: MAIN


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] aout_machdep.c  1.1   4 years  ad   branches: 1.1.4; 1.1.6; 1.1.8; 1.1.12; Put the COMPAT_NOMID stuff into its o...
[TXT] autoconf.c  1.98   7 months  dsl   Remove all references to KVM86. It was only ever used by APMBIOS - and then only...
[TXT] bios32.c  1.29   11 months  joerg   Don't use an empty body on the same line for the for loop.
[TXT] bioscall.S  1.9   2 years  jym   Welcome PAE inside i386 current. This patch is inspired by work previously done...
[TXT] busfunc.S  1.8   2 years  joerg   The %dx argument for in/out is not a memory reference, so don't use the "feature...
[TXT] compat_13_machdep.c  1.25   3 years  rmind   Use lwp_getpcb() on x86 MD code, clean from struct user usage.
[TXT] compat_16_machdep.c  1.22   13 months  christos   From Bob Lee [glee at force10networks dot com], Preserve the have fpu context bi...
[TXT] copy.S  1.22   2 years  chs   return the error from fault handler in ucas_fault rather than forcing EFAULT.
[TXT] cpu_in_cksum.S  1.4   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] cpufunc.S  1.17   19 months  jym   White space fix.
[TXT] db_dbgreg.S  1.7   5 years  lukem   use __KERNEL_RCSID()
[TXT] db_disasm.c  1.40   4 years  dsl   ANSIfy another 1261 function definitions. The only ones left in sys are beyond b...
[TXT] db_interface.c  1.70   5 months  jakllsch   "lapic.h" provides NLAPIC, not LAPIC. makes i386 kernels build again.
[TXT] db_machdep.c  1.4   10 months  dsl   Neither i386 nor amd64 have had separate syscall_plain/fancy functions for age...
[TXT] dumpsys.c  1.16   17 months  mrg   implement bdev_size(9) wrapper around d_psize() routine, so we can take the devi...
[TXT] freebsd_machdep.c  1.55   3 years  matt   Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly involves...
[TXT] freebsd_sigcode.S  1.5   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] freebsd_syscall.c  1.39   10 months  dsl   Fix previous - syscall_fancy() didn't contain the check for p_trace_anabled.
[TXT] gdt.c  1.53   14 months  cherry   (xen) - remove the (*xpq_cpu)() shim.We hasten the %fs/%gs setup process during ...
[TXT] genassym.cf  1.94   7 months  dsl   Fix build. I've removed 'option apmbios' so config no longer generates apmbios.h...
[TXT] i386func.S  1.17   8 months  rmind   tlbflushg/i386: test for the PGE feature flag first, before checking the %cr4. A...
[TXT] ibcs2_machdep.c  1.40   3 years  drochner   fix confused CS selector, fixes the panic reported by Mark Davis per PR port-i38...
[TXT] ibcs2_sigcode.S  1.5   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] ibcs2_syscall.c  1.48   10 months  dsl   Fix previous - syscall_fancy() didn't contain the check for p_trace_anabled.
[TXT] ipkdb_glue.c  1.14   3 years  dyoung   On x86, change the bus_space_tag_t to a pointer to a struct bus_space_tag. For ...
[TXT] kgdb_machdep.c  1.22   2 years  dyoung   Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. Handle NM...
[TXT] kobj_machdep.c  1.7   4 years  pooka   Sprinkle comments explaining purpose of kobj_machdep(), per email from ad. no fu...
[TXT] linux_sigcode.S  1.8   5 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] linux_syscall.c  1.51   19 months  christos   syscall (setcontext) can alter eax, so don't attempt to get code again from it i...
[TXT] lock_stubs.S  1.25   2 years  joerg   Allow use of traditional CPP to be set on a per platform base in sys.mk. Honour ...
[TXT] locore.S  1.103   6 months  chs   in osyscall, set the PSL_I bit into the correct field of the trapframe. it was g...
[TXT] longrun.c  1.4   19 months  jmcneill   PR #32894: protection fault trap in tmx86_get_longrun_mode Use rdmsr_safe in tm...
[TXT] machdep.c  1.734   5 weeks  christos   de-duplication police arrests sysctl.
[TXT] mainbus.c  1.96   7 months  dsl   Fix build. I've removed 'option apmbios' so config no longer generates apmbios.h...
[TXT] mptramp.S  1.24   13 months  rmind   - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use kcpuset(...
[TXT] mtrr_k6.c  1.13   5 years  cegger   use aprint_*_dev and device_xname OK joerg
[TXT] multiboot.c  1.22   5 months  msaitoh   Fix off by one.
[TXT] pmc.c  1.20   15 months  rmind   pmc_init: check ncpu instead of cpus_attached.
[TXT] process_machdep.c  1.72   3 years  rmind   Use lwp_getpcb() on x86 MD code, clean from struct user usage.
[TXT] rbus_machdep.c  1.26   22 months  dyoung   #include <sys/bus.h> instead of <machine/bus.h>.
[TXT] spl.S  1.38   6 months  cherry   Remove e a redundant layer of function calling in the event handling path
[TXT] svr4_machdep.c  1.96   3 years  drochner   fix confused CS selector, fixes the panic reported by Mark Davis per PR port-i38...
[TXT] svr4_sigcode.S  1.13   4 years  ad   Make the emulations, exec formats, coredump, NFS, and the NFS server into module...
[TXT] svr4_syscall.c  1.47   10 months  dsl   Fix previous - syscall_fancy() didn't contain the check for p_trace_anabled.
[TXT] trap.c  1.266   5 months  kiyohara   #ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and MULTIPROCESSOR....
[TXT] vector.S  1.60   11 months  yamt   whitespace
[TXT] vm86.c  1.51   3 years  rmind   Use lwp_getpcb() on x86 MD code, clean from struct user usage.


CVSweb <webmaster@jp.NetBSD.org>