summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2004-01-05Add a missing { to cpu_exit() so that it compiles.nathanw
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-14No need to include wdvar.h anymore.thorpej
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-04Dynamic sysctl.atatat
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-27Add COMPAT_16.simonb
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
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-29Simplify a little.mycroft
2003-10-29If we get an unknown fault code, either panic (if DIAGNOSTIC), or fault it withmycroft
2003-10-29Make sure "args" is pointing somewhere sane before calling trace_exit().mycroft
2003-10-29Remove bogus initializers.mycroft
2003-10-27uninitialized variableschs
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24Check the PCI device and function numbers correctly. Fixes boot devicemycroft
2003-10-23Fix NULL change lossage.ragge
2003-10-19don't uvm_swapout LWPs which are LSONPROC on another cpu.cl
2003-10-18define SIGTRAMP_VALID()christos
2003-10-18Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'lukem
2003-10-14Catch up to ata/ide changes; look for a parent device of wd named "atabus"nathanw
2003-10-13Catch up DEBUG printfs to siginfo changes.nathanw
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-08pciide_machdep.c depends on pciide_common, not pciide.bouyer
2003-10-08Add new per-chip pciide drivers.bouyer
2003-10-08Add atabusbouyer
2003-10-08Adapt to recent ksiginfo change.enami
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-10-08* Shuffle some data structures so, and add a flags word to ksiginfo_t.thorpej
2003-10-07Siginfo changes for alpha kernel. Approved by thorpej@netbsd.org.skd
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-26Definition, not defintion. From miod@openbsd.wiz
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Update for new attach method.mycroft
2003-09-21Backed out single step emulation.skd
2003-09-18add MD part of SA/pthread pagefault handling on alphacl
2003-09-18Added kernel support for single stepping, adapted from FreeBSD.skd
2003-09-11__{BEGIN,END}_DECLS-wrap prototypes.kleink
2003-09-06add rnd(4) device to installation media.itojun