summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-09-02tabs vs spacesMichael Shalayeff
1997-09-02whine about conv memoryMichael Shalayeff
1997-09-02Kill old COMPAT_BSDOS.Jason Downs
1997-09-02COMPAT_BSDOS changes to sys/compat/bsdos.Jason Downs
1997-09-02COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.Jason Downs
1997-09-02COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.Jason Downs
1997-09-01Thanks go to Jason Downs <downsj@openbsd.org> who virtually handed me thisTodd T. Fries
patch.
1997-08-31consistencyMichael Shalayeff
1997-08-31consistancyMichael Shalayeff
1997-08-30OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -mojMats O Jansson
1997-08-30Since the previous one died...Mats O Jansson
Some code to get my MV3600 to work. -moj
1997-08-30Small changes to get a working MV3600 kernel. It's problems with memoryMats O Jansson
allocation in cpu_start. A work around is to define NBUF in the config file. -moj
1997-08-30don't muck w/ MBR on !hdMichael Shalayeff
1997-08-30wrong namespace!Theo de Raadt
1997-08-29Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house.kstailey
Move init code to pmsopen() since pmsclose() clobbers it.
1997-08-29M$ IntelliMouse supportkstailey
1997-08-29missed from last ci, add -lutilMichael Shalayeff
1997-08-29ifdef partition table and NT s# w/ BEMBRMichael Shalayeff
1997-08-29mostly real as i amMichael Shalayeff
1997-08-29use symbolic name for signature valueMichael Shalayeff
1997-08-29multi-include protectionMichael Shalayeff
1997-08-29don't need NT stuff here, since we are mbr when we have the whole diskMichael Shalayeff
1997-08-29install on raw partitionMichael Shalayeff
accept short device names (ie sd0) print -v output on stderr
1997-08-29hide dd's messagesMichael Shalayeff
1997-08-29don't use private defines, use ones exported from includesMichael Shalayeff
1997-08-29define DOSACTIVE for bootable partitionMichael Shalayeff
1997-08-29we have MBR struct and signature defined elsewhere nowMichael Shalayeff
1997-08-29s/XXX/__MBR_XXX/ and undef it after useMichael Shalayeff
1997-08-29undef XXX after useMichael Shalayeff
1997-08-29add struct dos_mbrMichael Shalayeff
1997-08-27don't mess w/ debugging symbolsMichael Shalayeff
1997-08-27notes on recent changes w/ hd:/boot supportMichael Shalayeff
1997-08-27add get OS features support vector, as per SCO OS 5.0Michael Shalayeff
1997-08-26and considering text segments are normally not even going to hit swapTheo de Raadt
1997-08-26come on, let people run useful sized software!Theo de Raadt
1997-08-26reasonably useful data sizeTheo de Raadt
1997-08-25Implement LED blinking as a run-time configurable option via the sysctlJason Downs
machdep.led_blink. Rename auxreg.h because we need config to generate one now.
1997-08-25better mmap support, what funTheo de Raadt
1997-08-25a little pmsTheo de Raadt
1997-08-24-msupersparc is bad news on the microSparc.Jason Downs
1997-08-24New stuffPer Fogelstrom
1997-08-23don't use bios geometry for floppy and psudo-disksMichael Shalayeff
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-08-22no kentry for a whileMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22put values into BIOS_vars so kernel will get 'em soonMichael Shalayeff
1997-08-22use words for apm functionsMichael Shalayeff
define struct of bios/boot vars to be passed to kernel
1997-08-22fetch bios geometry for the boot hdMichael Shalayeff
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u