summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2001-07-17Remove one crash on PBG4. With this patch <PGUP> and <PGDN> are useable.Dale Rahn
This code probably should check which keyboard type is present to figure out operations for the special keys, just commented out for now. Noticed in NetBSD mailing list.
2001-07-17addcom and pccom at addcom (commented out)Jason Wright
2001-07-16Addressing mode work by Jim Uhl:Hugh Graham
- fix PC relative byte displacement in getaddr_byte - add support for word displacement to getaddr_byte This allows certain libm inverse trig functions to work on systems that lack a native polyd instruction.
2001-07-15add install targetassar
2001-07-15add macros for spinlockinit, spinlockmgr to build for MULTIPROCESSORassar
or LOCKDEBUG
2001-07-15Some more KNFNiklas Hallqvist
2001-07-15Comment clarification and indent; ok mickey@Niklas Hallqvist
2001-07-15spellingPeter Valchev
2001-07-13delete duplicate definitionsTheo de Raadt
2001-07-13All two common configurations for DEC EtherWorks cardsNiklas Hallqvist
2001-07-10ANSI C does not like labels: without a statement after that.Marc Espie
Restore missing breaks.
2001-07-10ether_input_mbuf() conversion; thanks to drahn@ for testing.Federico G. Schwindt
2001-07-10Unbreak commit to use memset.c instead of bzero.cDale Rahn
Suspect that this is really broken code in libkern/arch/powerpc/Makefile.inc
2001-07-10Until fxp and if_de are fixed with the correct parameter to vtophys()Dale Rahn
this function cannot be prototyped.
2001-07-09Trivial ether_input_mbuf().Federico G. Schwindt
2001-07-09trivial ether_input_mbuf().Federico G. Schwindt
btw, shouldn't this code share the am7990 core?
2001-07-09Make quad types on alpha be "long long" not "long". This means thatTodd C. Miller
printf's "%lld" can be used with a quad_t or int64_t without a bogus cast.
2001-07-09add i2o devicesMichael Shalayeff
2001-07-09only on prog_switch, more includes and protosMichael Shalayeff
2001-07-09protos, includes, and terransMichael Shalayeff
2001-07-09a wagon and a small cart of protos, spaces, and includesMichael Shalayeff
2001-07-09protos and spacesMichael Shalayeff
2001-07-09proper vtophys types, spaces, protosMichael Shalayeff
2001-07-09looking at other archs vtophys lives thereMichael Shalayeff
2001-07-09more spacees, includes, protosMichael Shalayeff
2001-07-09protos, includes, spaces; from prev ciMichael Shalayeff
2001-07-09protos, includes, spacesMichael Shalayeff
2001-07-09lots of parens, protosMichael Shalayeff
2001-07-09missing includes, fix functionsMichael Shalayeff
2001-07-09ptr types dammitMichael Shalayeff
2001-07-09missing includes and spacesMichael Shalayeff
2001-07-09missing includesMichael Shalayeff
2001-07-08empty arg list is named void for convinience, i supposeMichael Shalayeff
2001-07-06qsphy required for txTheo de Raadt
2001-07-06Change to make the kernel build when IPCOMP is activated andJean-Jacques Bernard-Gundol
PPP_DEFLATE is not. Reported by Heikki Korpela <heko@saitti.net>. ho@ ok.
2001-07-06resolve compile problemsSteve Murphree
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-07-06misc fixesSteve Murphree
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
everywhhere.
2001-07-05Oops. missed this file in the extent_alloc fix.Artur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
Pass the right amount of arguments and rename them back to their right names.
2001-07-05Don't use some macros from vm_page.h.Artur Grabowski
This was the only user and I want to clean those up.
2001-07-05clean up includes.Artur Grabowski
2001-07-05add iopMichael Shalayeff
2001-07-05move cdev_decl(iop) into sys/conf.hMichael Shalayeff
2001-07-04need sys/systm.h for strcmp prototype (gcc 3.0 fixes built-in status,Marc Espie
in that they're only activated when the corresponding include has been seen) Okay millert@
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
Ok millert@
2001-07-04Kill this for real hopefullyNiklas Hallqvist
2001-07-04Kill these for real hopefullyNiklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist