summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-20hardcode mvme68k, so that obj dirs can be built from elsewhereTheo de Raadt
1997-10-20make more obj thingiesTheo de Raadt
1997-10-19when we reinit, show what we didTheo de Raadt
1997-10-19Remove some old, out of date kernel configurations.briggs
Add HZ=60 to GENERIC and GENERICSBC configurations. Make sure clockreg.h does not compile unless HZ is defined. We can't just define it here since param.c needs to agree with whatever clockreg.h uses. This has been broken since June. Only effect is that the clocks would lose time badly.
1997-10-19spellingTheo de Raadt
1997-10-19clarifyTheo de Raadt
1997-10-19indentTheo de Raadt
1997-10-19indentTheo de Raadt
1997-10-19for p, print disk info tooTheo de Raadt
1997-10-19fix 'ma boot' cmd; toby@Michael Shalayeff
1997-10-19mvmve68k does not use rcons.etheisen
1997-10-19Our fontpath is different, so make it so.etheisen
1997-10-19Fix busted links and tags targets.etheisen
1997-10-19add a comment.Todd T. Fries
1997-10-19reflect version addition to floppy.Todd T. Fries
1997-10-19run distrib. bet this bombs stillTheo de Raadt
1997-10-19version number in floppy nameTheo de Raadt
1997-10-19actually, only uboot.rawTheo de Raadt
1997-10-19but not installbootTheo de Raadt
1997-10-19install bootblocks there tooTheo de Raadt
1997-10-19numeric updates.Todd T. Fries
make consistent. fix typos.
1997-10-19missed one line.Todd T. Fries
1997-10-19make consistent.Todd T. Fries
1997-10-19make consistent.Todd T. Fries
1997-10-19Missed a ref to bsd-gen.Jason Downs
1997-10-19better docsTheo de Raadt
1997-10-19do not indent $_DKDEVSTheo de Raadt
1997-10-19numeric updates.Todd T. Fries
make consistent.
1997-10-19numeric updates.Todd T. Fries
make consistent.
1997-10-19no, not good. will be fixed soonMichael Shalayeff
xyu te6e B poT, teo
1997-10-19numeric updates.Todd T. Fries
make consistent.
1997-10-19typo.Todd T. Fries
1997-10-19numeric updates.Todd T. Fries
make consistent.
1997-10-19update numbers.Todd T. Fries
make consistent.
1997-10-19be consistent.Todd T. Fries
1997-10-19update numbers.Todd T. Fries
1997-10-18oopsTheo de Raadt
1997-10-18do not allow add of existing partitionTheo de Raadt
1997-10-18constrain edit mode to size of BIOS part of disk; sorryTheo de Raadt
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-18presume sshd or httpd, if installed, are onTheo de Raadt
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-18do not create spoofed partition for DOSTYP_OPENBSDTheo de Raadt
1997-10-18update.Todd T. Fries
1997-10-18correctMichael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
Add length field for checksum to same. Start of making /boot deduce bsd dev_t for all BIOS drives.
1997-10-17Allow user to adjust sec/cyl instead of hard coding to sec/track * tracks/cyl.Todd C. Miller
1997-10-17Fix pasto.Todd C. Miller
1997-10-17Cleanup, make it all compile.Tobias Weingartner
Move APM stuff to apmprobe.c
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel.