Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-25 | unused variable warning squelch | Theo de Raadt | |
1997-10-25 | Fix disk probe. Get rid of EDD check, it goes haywire on | Tobias 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-24 | reflect new snapshot sizes | Todd T. Fries | |
1997-10-24 | uninitialized variables are bad | Theo de Raadt | |
1997-10-24 | don't touch ed,ds | Michael Shalayeff | |
1997-10-24 | checksumming stuff from niklas | Michael Shalayeff | |
1997-10-24 | better segments | Michael Shalayeff | |
1997-10-24 | space by niklas | Michael Shalayeff | |
1997-10-24 | map 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-24 | export bootarg* vars | Michael Shalayeff | |
1997-10-24 | fix cylinders in getdiskinfo | Michael Shalayeff | |
get EDD fot hd* only more debug | |||
1997-10-24 | copy *BOOT* too for destdir building | Theo de Raadt | |
1997-10-24 | wrong, Jason, wrong | Theo de Raadt | |
1997-10-24 | typo | Niels Provos | |
1997-10-24 | Copy all of snapshot/ into ${RELEASEDIR}, and produce correct checksum | Jason Downs | |
files. | |||
1997-10-24 | bsd.dl, bsd.rd | Jason Downs | |
1997-10-24 | s/bsd-dl/bsd.dl/g | Jason Downs | |
1997-10-24 | prevent open() with wrong flags | Theo de Raadt | |
1997-10-24 | numeric updates. | Todd T. Fries | |
1997-10-24 | typos. | Todd T. Fries | |
1997-10-24 | fix the case when data/code segment is not in the ISA memory | Michael 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-24 | Typo | Todd C. Miller | |
1997-10-24 | Warn 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-24 | Fix hang on disk probe. | Tobias Weingartner | |
1997-10-24 | Use int not char in two places. Noted by Dale. | Todd C. Miller | |
1997-10-24 | use real boot device | Michael Shalayeff | |
1997-10-24 | %f not %lf [%f is already a double] | Todd C. Miller | |
1997-10-24 | remove bogus defines | Michael Shalayeff | |
1997-10-24 | Make 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-24 | s/DEBUG/SPKR_DEBUG/g | Michael Shalayeff | |
1997-10-23 | Better 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-23 | correct obj building | Theo de Raadt | |
1997-10-23 | SUBDIR includes ../m68k | Theo de Raadt | |
1997-10-23 | Sync to reallity courtesy of Hans. | gene | |
1997-10-22 | fix makebootargs | Michael Shalayeff | |
1997-10-22 | newer bios stuff; needs work | Michael Shalayeff | |
1997-10-22 | newer bios stuff | Michael Shalayeff | |
1997-10-22 | support new libsa | Michael Shalayeff | |
1997-10-22 | newer, better stuff; some parts by toby@ | Michael Shalayeff | |
1997-10-22 | use bootarg | Michael Shalayeff | |
1997-10-22 | honour DEBUGFLAGS, rm before ld | Michael Shalayeff | |
1997-10-22 | Cleanup. | Tobias Weingartner | |
1997-10-22 | remap 0-->reserved; toby@ | Michael Shalayeff | |
1997-10-21 | fix by toby again | Michael Shalayeff | |
1997-10-21 | sync | Theo de Raadt | |
1997-10-21 | make fdisk grok extended partitions again. we have to keep track of the | Niels Provos | |
absolute offset of the current mbr and its relative position. because: the starting sector of the first mbr entry in an extended partition is relative to the starting offset of the whole mbr itself. the starting offset of a new extended partition is relative to the offset of the very first extended partition. | |||
1997-10-21 | Dig out the ethernet address from the board configuration. This just takes | Per Fogelstrom | |
the first "network" with a "mac-address" for this. In the future this has to be improved (probably) to handle more than one ethernet ifc. | |||
1997-10-21 | Make arrow keys work under pcvt using vt220 entry. | Todd C. Miller | |
1997-10-21 | Sync mode of authlog to what mtree/special says. | Todd C. Miller | |
1997-10-21 | restore timezone/dst | Michael Shalayeff | |