summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-18define SIGTRAMP_VALID()christos
2003-10-08Add some accessor macros for the ucontext:thorpej
2003-10-07Siginfo changes for alpha kernel. Approved by thorpej@netbsd.org.skd
2003-09-26Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.hnathanw
2003-09-21Backed out single step emulation.skd
2003-09-18Added kernel support for single stepping, adapted from FreeBSD.skd
2003-09-11__{BEGIN,END}_DECLS-wrap prototypes.kleink
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-02Make this compile with gcc3. Change kernel_pmap_store to array of structmatt
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29#ifdef _KERNEL_OPT policemartin
2003-06-28#ifdef _KERNEL_OPT police.he
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-12Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc'skleink
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-04-29Add a BKPT_ADDR() macro which gives MD code a chance to munge ascw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-04-09POOL_VTOPHYS: Cast argument to ALPHA_K0SEG_TO_PHYS() to vaddr_t tonathanw
2003-04-09Add the ability for pool caches to cache the physical address ofthorpej
2003-04-08Make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK compile time constants; we onlythorpej
2003-03-22Fix a grammatical nit.simonb
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-05Share alpha/microtime.c with i386 and sparc64 as kern_microtime.c.nakayama
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-08Use the MI setrunqueue()/remrunqueue().thorpej
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-11-30Add multiple-inclusion protection.simonb
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-14eliminate PT_ENTRY_NULL in favor of plain old NULL.chs
2002-09-29"definitions" has lots of 'i's, but that's not reason to leave one out.wiz
2002-09-24Remove the TCWSCONS config now that zstty can do flow control on IOASICad
2002-09-22Use "#define\t" instead of "#define ".simonb
2002-09-22it really helps to get the stub right before cutting + pasting it 27 times.chs
2002-09-22add pmap_remove_all() hook (empty on most platforms so far).chs
2002-09-22Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives.gmcgarry
2002-09-18Add support for restartable atomic sequences. Rearragne the tailthorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-25Use "#define<tab>".simonb