summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2004-01-12finish previous (removal of 'reaper' kernel thread):jdolecek
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-14Split the Intel i31244 SATA controller ("Artisea") driver out of piixidethorpej
2003-12-13Split out the Silicon Image SATALink support into its own driver,thorpej
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-06Segment registers are only 16 bits wide, so only check 16 bits worth offvdl
2003-12-04Dynamic sysctl.atatat
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-01Don't use an alternate stack for the trace/breakpoint trap. It can befvdl
2003-11-30Reenable interrupts sooner in the idle_exit case.fvdl
2003-11-30Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs.fvdl
2003-11-28Define the mcount function in assembler, and have it save all registersfvdl
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-22Add and enable sk/skc drivers.fvdl
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-10Trim ramdisk and remove some unneeded options.fvdl
2003-11-08Add POSIX 1003.1b semaphores.fvdl
2003-11-05Remove extraneous (fvdl
2003-11-05Add igphy.fvdl
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-25Add ahd, bce, ataraidfvdl
2003-10-25Add ahd, bce, ataraid.fvdl
2003-10-23Call check_mcontext to validate a register set passed in by ptrace.fvdl
2003-10-23Add auvia.fvdl
2003-10-22Remove use of NULL as an integer value.fvdl
2003-10-22add kttcp majorjdolecek
2003-10-22add majors for mly, dpti, dpt, twe, joy, radio, cirjdolecek
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-22Use a common <machine/math.h> for amd64 and i386.kleink
2003-10-21Fix int vs. NULL comparison.fvdl
2003-10-21Correct argument to preempt().fvdl
2003-10-19Don't use err and trapno from a copied in mcontext.fvdl
2003-10-19don't uvm_swapout LWPs which are LSONPROC on another cpu.cl
2003-10-18Add SIGTRAMP_VALID().briggs
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-17Correct VM_MAXUSER_ADDRESS definitions, it was wasting a few pages.fvdl
2003-10-17Put the ucontext pointer in %r15 for signal delivery, so that it isfvdl
2003-10-15add major for nsmb, at #98 to be in sync with i386jdolecek
2003-10-15fix typo (harmless as long as pmap_update() is a noop)drochner
2003-10-14Proper checks for kmem reads beyond _endfvdl
2003-10-14Pass the right argument pointer to trace_enter/trace_exit.fvdl
2003-10-13Define a 32bit compat version of the siginfo sendsig, and rename thefvdl
2003-10-13Do checks on passed in context values (sigreturn/setcontext) explicitly;fvdl
2003-10-13Define 32bit versions of signal frames and contexts.fvdl
2003-10-13Define a few macros to validate userspace selectors.fvdl
2003-10-13Define mcontext32_t (if COMPAT_NETBSD32).fvdl
2003-10-13Define all frame members as unsigned, to avoid any possibility offvdl