summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-11-28Pull in header files needed to get definition of u_lbn_t ingene
ufs/ffs/ffs_extern.h. This must be fallout from the lite2 merge. Compiles again.
1997-11-25fix Op FlTheo de Raadt
1997-11-24partially apply that dk_* prMichael Shalayeff
1997-11-23use MI cdev_decl(ipl)Michael Shalayeff
1997-11-23ok. add cdev_decl(ipl)Michael Shalayeff
1997-11-20define MMU_68060etheisen
1997-11-20177 boards have 128k SRAM.etheisen
1997-11-20Yawn. $OpenBSD$ tag.gene
1997-11-17enable jensenTheo de Raadt
1997-11-17simplerTheo de Raadt
1997-11-17do not use %:Theo de Raadt
1997-11-16Add ch* at scsibus?Niklas Hallqvist
1997-11-14Fix tabstop handling largely as well as some issues with putchar. Generalgene
cleanup verses vttest to make things prettier. Still not perfect, though. From Dave Huang <khym@bga.com>
1997-11-11put protos inside #ifdef _KERNELTheo de Raadt
1997-11-11Pull in sys/ioctl.h since things like dt seem to depend on this include.gene
Also, KNF and multi-inclusion protection.
1997-11-11Pull in sys/time.h and sys/ioctl.h so things like dt (which apparentlygene
expect this to happen) compile. While I'm here, beautify and KNF this thing a bit and standardize the name of the multiple inclusion macro.
1997-11-11-g linking takes to much timeNiklas Hallqvist
1997-11-11Add AST and wdc1, pretty someNiklas Hallqvist
1997-11-11Reality updateNiklas Hallqvist
1997-11-11blush!Niklas Hallqvist
1997-11-11make tty col/row size be unsignedNiklas Hallqvist
1997-11-11whoops typo in last commit + accept 0 in col/row values on sun4 mean full szNiklas Hallqvist
1997-11-11Limit the console size by the frambuffer size. My 4/100 seemsNiklas Hallqvist
to lie about the console size
1997-11-11A vital variable was not initialized! Thanks DDB, and you...Niklas Hallqvist
remember to kill those static specifiers.
1997-11-11I might as well say it here: please do not make functions in theNiklas Hallqvist
kernel static, unless they are also inline. Debugging in DDB becomes a nightmare when the symbols are not there. Instead use good non-clashing names, maybe prefixed by the devicename, subsystemname or similar.
1997-11-11Remove thos evil statics, some KNFNiklas Hallqvist
1997-11-11unused variable under certain conditionsNiklas Hallqvist
1997-11-11Remove those static specifiersNiklas Hallqvist
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
some extra pathconf ops supported.
1997-11-10"unused variable 'bia'"flipk
when DEBUG defined and NAPM=0 is now gone.
1997-11-10$OpenBSD$Niklas Hallqvist
1997-11-10$OpenBSD$Niklas Hallqvist
1997-11-10DOH! I stress out too muchNiklas Hallqvist
1997-11-10Be careful about local varnames in macros.Niklas Hallqvist
1997-11-10Be careful about local varnames in macros.Niklas Hallqvist
1997-11-10Be careful about local varnames in macros.Niklas Hallqvist
1997-11-10Be careful with names of local vars in macrosNiklas Hallqvist
1997-11-10Only use data registers as arguments to rorwNiklas Hallqvist
1997-11-10use files.wsconsMichael Shalayeff
1997-11-10typoNiklas Hallqvist
1997-11-10DOH! conflicts from meNiklas Hallqvist
1997-11-09Whoops a conflict crept inNiklas Hallqvist
1997-11-09swap definitions superceded by new endian.hNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32.
1997-11-07I forgot to remove these, it seemsNiklas Hallqvist
1997-11-07simple_lock api changed slightlyTheo de Raadt
1997-11-06param.h, niklasTheo de Raadt
1997-11-06Idnetify/support hp385 (33Mhz 68040)Todd C. Miller
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.