summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-25better sizeofMichael Shalayeff
1997-10-25do blk<-->chr dev_t conversions through the sysctlMichael Shalayeff
1997-10-25fix commentMichael Shalayeff
1997-10-25make diskinfo working; fix one bug and one exploitMichael Shalayeff
1997-10-25define fixed bootarg vector offset, and max lenMichael Shalayeff
1997-10-25Remove no-serving variableNiklas Hallqvist
1997-10-25new bootargMichael Shalayeff
1997-10-25new bootargs, store argv at specified locationMichael Shalayeff
1997-10-25Boot arguments are now at physmem 0x100Niklas Hallqvist
1997-10-25set TERM... geezzz...Theo de Raadt
1997-10-25ask for netmaskTheo de Raadt
1997-10-25Set CLOCAL for chat script by default. Add new option "modem_chat"Todd C. Miller
to override the default for people using cua devices who want chat to detect loss of carrier.
1997-10-25indentTheo de Raadt
1997-10-25add dumb entryTheo de Raadt
1997-10-25spellingTheo de Raadt
1997-10-25clarifyTheo de Raadt
1997-10-25pager is moreTheo de Raadt
1997-10-25new location on ftp siteTodd T. Fries
1997-10-25unused variable warning squelchTheo de Raadt
1997-10-25Fix disk probe. Get rid of EDD check, it goes haywire onTobias Weingartner
some machines. Thinkpad 760ED is one of them. IBM/MS extention, and IBM does not support it. Nice. Add some more debug statements for BIOS_DEBUG. Init EDD flags to "not supported" for now. Change 'machine memory' back to display the type of each range it displays. Testing by todd@ (thanks).
1997-10-24reflect new snapshot sizesTodd T. Fries
1997-10-24uninitialized variables are badTheo de Raadt
1997-10-24don't touch ed,dsMichael Shalayeff
1997-10-24checksumming stuff from niklasMichael Shalayeff
1997-10-24better segmentsMichael Shalayeff
1997-10-24space by niklasMichael Shalayeff
1997-10-24map a piece of memory after the msgbuf and copy bootargv there.Michael Shalayeff
pass cksumlen argument, sysctl it mostly by niklas me just did slite editing.
1997-10-24export bootarg* varsMichael Shalayeff
1997-10-24fix cylinders in getdiskinfoMichael Shalayeff
get EDD fot hd* only more debug
1997-10-24copy *BOOT* too for destdir buildingTheo de Raadt
1997-10-24wrong, Jason, wrongTheo de Raadt
1997-10-24typoNiels Provos
1997-10-24Copy all of snapshot/ into ${RELEASEDIR}, and produce correct checksumJason Downs
files.
1997-10-24bsd.dl, bsd.rdJason Downs
1997-10-24s/bsd-dl/bsd.dl/gJason Downs
1997-10-24prevent open() with wrong flagsTheo de Raadt
1997-10-24numeric updates.Todd T. Fries
1997-10-24typos.Todd T. Fries
1997-10-24fix the case when data/code segment is not in the ISA memoryMichael Shalayeff
hole, so map 'em separatelly (or together if they intersect) and use that mapped region for segment creations... must help on some machines to avoid weird apm errors
1997-10-24TypoTodd C. Miller
1997-10-24Warn that geom may be wrong for ports with old scsi.Todd C. Miller
For ports where boot blocks sit in the first cylinder, don't suggest an offset that would clobber them. Mention the 'b' command when the user tries to go past end of the OpenBSD part. In 'b' command, don't suggest size that extends beyond the disk.
1997-10-24Fix hang on disk probe.Tobias Weingartner
1997-10-24Use int not char in two places. Noted by Dale.Todd C. Miller
1997-10-24use real boot deviceMichael Shalayeff
1997-10-24%f not %lf [%f is already a double]Todd C. Miller
1997-10-24remove bogus definesMichael Shalayeff
1997-10-24Make and use _PATH_LESS.Todd C. Miller
Use the MBR for begin/end of the OpenBSD portion of the disk. Don't suggest an offset that would cause a partition to go past the end. Remove old bounds inference code.
1997-10-24s/DEBUG/SPKR_DEBUG/gMichael Shalayeff
1997-10-23Better BIOS diskprobe. Cleanup and re-org by mickey.Tobias Weingartner
Fix bug in BIOS memprobe. Cleanup and re-org by mickey. Do checksum of HD devices.
1997-10-23correct obj buildingTheo de Raadt