summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-15and this is how it will look for the gecko boyMichael Shalayeff
2002-03-15here will be a wscons-gardenMichael Shalayeff
2002-03-15proper file depsMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-15build really really smallMichael Shalayeff
2002-03-15fix a comment a littleMichael Shalayeff
2002-03-15fix binutils entry; pt out by Diana Eichert <deicher@sandia.gov>Michael Shalayeff
2002-03-15Add lpt device entry pointJason Wright
2002-03-15dohMichael Shalayeff
2002-03-15regs get/set for pmdbMichael Shalayeff
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-15The previous commit broke the bootblocks, since uvmexp is not availableMiod Vallat
2002-03-14Improved altivec support for powerpc/macppc.Dale Rahn
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14Remove a bunch of #if 0 codeJason Wright
2002-03-14Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg)Jason Wright
2002-03-14From NetBSD: driver for lpt at ebusJason Wright
2002-03-14add apio* at sbus? and lpt* at apio?Jason Wright
2002-03-14Do not include headers twice. Pointed out by Dries Schellekens.Dale Rahn
2002-03-14protect from overflows and null derefs in cpu probing; from wd@ics.nara-wu.ac...Michael Shalayeff
2002-03-14this mod has nothing to do w/ ptrace option addition, did not even compileMichael Shalayeff
2002-03-14Properly conditionalize uvm history dumpJason Wright
2002-03-14use getprop, not getpropstring to fetch 'magma_prom' property...Jason Wright
2002-03-14add asio* at sbus? and com* at asio?Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Remove PTRACE support out of the ramdisks/miniroots.Miod Vallat
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-03-12rest of copy_on_fault proper handlingsMichael Shalayeff
2002-03-12sparc64's aren't likely to be CPU_ISSUN4CJason Wright
2002-03-12Look up the TTE and only do the streaming cache dance if the mapping is marke...Jason Wright
2002-03-12extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net>Michael Shalayeff
2002-03-12Emulate ptrace(PT_STEP in software.Artur Grabowski
2002-03-12sync with KAMEKenjiro Cho
2002-03-12oopsMichael Shalayeff
2002-03-11If the clock has lost over 1000 days, use the filesystem time insteadDale Rahn
2002-03-11Add <machine/ieeefp.h>, will be needed by libc shortly.Miod Vallat
2002-03-11Add a <machine/varargs.h> skeleton for userland.Miod Vallat
2002-03-10rdboot -> hdbootHugh Graham
2002-03-09Completely rewritten keyboard detection mechanism. Instead of using theDale Rahn
2002-03-09Add case for BTYP_1305.Hugh Graham
2002-03-08Remove the code which reenables interrupts in these interrupt controllers,Dale Rahn
2002-03-08have to set p_md as well, used to shoot clouds beforeMichael Shalayeff
2002-03-08last arg to the copystr could be 0, also correct onfault handlingMichael Shalayeff
2002-03-08Move the message buffer out of low memory, Openfirmware clears the areaDale Rahn
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright