summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24Header file to specify to loadfile what types of exe files to support.Dale Rahn
2001-06-24Smattering of symbol type cleanup.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24comment out unused header file, add header files for proper prototypes,Dale Rahn
2001-06-24include header files for proper defines.Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24register i; is not a valid variable declaration.Dale Rahn
2001-06-24include header for prototype, declare correctly, cast for local variable use.Dale Rahn
2001-06-24header file for prototypes, local variable for const input parameter.Dale Rahn
2001-06-24Add cold as extern; makes kernel compiles again. bad mickey!Federico G. Schwindt
2001-06-24prototype cleanup, use local variable for const input arg.Dale Rahn
2001-06-24include header for prototypes, prototype functions, assignment inDale Rahn
2001-06-24Add systm.h for prototypes.Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24properly prototype diskconf()Dale Rahn
2001-06-24include systm.h for proper prototypes.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
2001-06-24oops. another one.Artur Grabowski
2001-06-23do not do sync if too cold; niklas@ arrivedMichael Shalayeff
2001-06-23More constants cleaning.Federico G. Schwindt
2001-06-23oops. unbreak after the last change.Artur Grabowski
2001-06-23remove some debugging prints.Dale Rahn
2001-06-23no more kernfsTheo de Raadt
2001-06-23Use pool_cache for l1 ptes.Artur Grabowski
2001-06-23Only mips uses cpu_set_init_frame (and it shouldn't)Artur Grabowski
2001-06-23fix commentMichael Shalayeff
2001-06-23PCI bus configuration userland access from FreeBSD.Matthieu Herrb
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-23Perform symbol lookup on ddb trace command.Dale Rahn
2001-06-23Support ddb initialization on powerpc.Dale Rahn
2001-06-23Support for powerpc to load symbols, uses new libsa loadfile.Dale Rahn
2001-06-22shift the range for i/o space allocation to 0xa000 as itMichael Shalayeff
2001-06-22build it static; nateTheo de Raadt
2001-06-21Add support for the Cyclades-Z multiport serial cards.Nathan Binkert
2001-06-21Finish what Theo started (a char * to void * conversion)Niklas Hallqvist
2001-06-20comment typo. from jsyn@nthought.comNiklas Hallqvist
2001-06-18Close PR 1864, Mhz should be written as MHz.Dale Rahn
2001-06-17Add -Wno-uninitialized.Hugh Graham
2001-06-17Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict.Michael Shalayeff
2001-06-17Interrupt storm problem on awacs fixed, not necessary to disableDale Rahn
2001-06-17Significant improvement on awacs driver.Dale Rahn
2001-06-17Allow for more than 5 interrupt attribute values. awacs has 6.Dale Rahn
2001-06-16More cleanink of unused code and incorrect comments.Miod Vallat
2001-06-16sysarch() takes a void *Theo de Raadt