summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-03-16skip absent screens; from leonardo@cefetpr.brMichael Shalayeff
2002-03-16no need to include sys/conf.h w/ machine/conf.h; from David KrauseMichael Shalayeff
2002-03-16Log extra info for ATAPI devicesConstantine Sapuntzakis
2002-03-16The new code logs the control signals on the IDE bus. You can extract the logConstantine Sapuntzakis
2002-03-16PTRACE fallout.Artur Grabowski
2002-03-16and in the filesMichael Shalayeff
2002-03-16separate out interrupt handling stuffMichael Shalayeff
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-15Missing splxArtur Grabowski
2002-03-15proper file depsMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-15Try 'local-mac-address' before myetheraddr(). This allows us to correctlyJason Wright
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-15Kill some #if __STDC__ used with 8bit function args; we live in an ANSI worldTodd C. Miller
2002-03-15have a real lock around IPv6 reassembly.Jun-ichiro itojun Hagino
2002-03-15s/0/NULL/ for pointer assignment. sync w/kameJun-ichiro itojun Hagino
2002-03-15typecast in CMSG_NXTHDR. spotted by hugh@openbsdJun-ichiro itojun Hagino
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-15update URL to vendor ID search engineTodd C. Miller
2002-03-14Improved altivec support for powerpc/macppc.Dale Rahn
2002-03-14Don't put a space between a function name and its args in the prototype.Todd C. Miller
2002-03-14Don't put a tab between a function and its argumentsTodd C. Miller
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-14version[] is externed in the systm.h and give it some constMichael Shalayeff
2002-03-14allow lpt at apioJason Wright
2002-03-14add apio* at sbus? and lpt* at apio?Jason Wright
2002-03-14Driver for the Aurora Technologies 210SJ parallel portJason Wright
2002-03-14Do not include headers twice. Pointed out by Dries Schellekens.Dale Rahn
2002-03-14invalid argv causes efault, not einval; form daniel@lucq.orgMichael Shalayeff
2002-03-14protect from overflows and null derefs in cpu probing; from wd@ics.nara-wu.ac...Michael Shalayeff
2002-03-14Conditionalize com at asio correctlyJason Wright
2002-03-14Prototype pmap_unwire() only if it's not already defined. ok drahn@.Daniel Hartmeier
2002-03-14this mod has nothing to do w/ ptrace option addition, did not even compileMichael Shalayeff
2002-03-14initialized data cannot be common, dunno how it compiled beforeMichael Shalayeff
2002-03-14do not proto pmap(de)activate if one was definedMichael Shalayeff
2002-03-14Don't prototype pciide_machdep_compat_intr_establish() andTodd C. Miller
2002-03-14Use getpropstringA instead of getpropstring to fetch magma_prom propertyJason Wright
2002-03-14Properly conditionalize uvm history dumpJason Wright