Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-27 | Turning on optimization wins us an extra 15kb. | Todd C. Miller | |
1997-10-27 | Add back device parsing but don't treat paths like 2.2/alpha/bsd as | Todd C. Miller | |
a device spec. Instead of returning ENXIO just treat it as a regular filename and continue. | |||
1997-10-27 | check bios_diskinfo for NULL in dkcsumattach() | Michael Shalayeff | |
1997-10-27 | Mandatory disk signature BIOS->BSD mapping enabled | Niklas Hallqvist | |
1997-10-27 | Kernel side of disk signature based BIOS->BSD disk number mapping | Niklas Hallqvist | |
(a.k.a checksumming). This is a solution for the otherwise hard problem of knowing what disk a certain BIOS geometry is for. PC BIOSes does not tell anything about where a certain disk is physically attached, and the ordering of drives in the BIOS area is not deterministic. for the moment it is not enabled in any kernel config file, but that will come RSN. | |||
1997-10-27 | A flag added to diskinfo used by the kernel to mark devices already mapped | Niklas Hallqvist | |
to BSD dittos. | |||
1997-10-27 | Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd. | Todd C. Miller | |
1997-10-26 | we have new features, bump boot version | Michael Shalayeff | |
1997-10-26 | smaller, faster, better (; | Michael Shalayeff | |
1997-10-26 | we don't need that extra var (st) | Michael Shalayeff | |
1997-10-26 | Max out checksumming at MAXBSIZE | Niklas Hallqvist | |
1997-10-26 | More info from attach, cleared by Mickey | Niklas Hallqvist | |
1997-10-26 | don't freak out on old kernels | Michael Shalayeff | |
1997-10-25 | fix install on unit!=0 | Michael Shalayeff | |
1997-10-25 | use geometry | Michael Shalayeff | |
1997-10-25 | hmm, copy&paste is evil | Michael Shalayeff | |
1997-10-25 | fix blk2chr,chr2blk | Michael Shalayeff | |
1997-10-25 | Boot args needs to be r/w | Niklas Hallqvist | |
1997-10-25 | treat a case bios0 is not attached | Michael Shalayeff | |
1997-10-25 | alloca needs frame pointer i guess | Michael Shalayeff | |
1997-10-25 | no ED_DEBUG | Michael Shalayeff | |
1997-10-25 | better sizeof | Michael Shalayeff | |
1997-10-25 | do blk<-->chr dev_t conversions through the sysctl | Michael Shalayeff | |
1997-10-25 | fix comment | Michael Shalayeff | |
1997-10-25 | define fixed bootarg vector offset, and max len | Michael Shalayeff | |
1997-10-25 | Remove no-serving variable | Niklas Hallqvist | |
1997-10-25 | new bootarg | Michael Shalayeff | |
1997-10-25 | new bootargs, store argv at specified location | Michael Shalayeff | |
1997-10-25 | Boot arguments are now at physmem 0x100 | Niklas Hallqvist | |
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 | 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 | prevent open() with wrong flags | Theo de Raadt | |
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 | Fix hang on disk probe. | Tobias Weingartner | |
1997-10-24 | use real boot device | Michael Shalayeff | |
1997-10-24 | remove bogus defines | Michael Shalayeff | |
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-22 | fix makebootargs | Michael Shalayeff | |
1997-10-22 | support new libsa | Michael Shalayeff | |