Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-22 | support new libsa | Michael Shalayeff | |
1997-10-20 | get ready for the fix in memprobe | Michael Shalayeff | |
1997-10-18 | Copy 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-17 | Cleanup, make it all compile. | Tobias Weingartner | |
Move APM stuff to apmprobe.c | |||
1997-10-17 | Use 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. | |||
1997-10-14 | Support for bios memory maps. | Tobias Weingartner | |
1997-10-14 | Neater this way. | Tobias Weingartner | |
1997-10-12 | reserve void* at the of BIOS_vars for future use | Michael Shalayeff | |
1997-10-03 | make bios_geometry unsigned to avoid sign extension | Theo de Raadt | |
1997-09-29 | apm0 at bios0 | Michael Shalayeff | |
configs will be updated | |||
1997-09-29 | ignore partitions larger than device, as an attempt to ignore floppies ↵ | Theo de Raadt | |
without MBR | |||
1997-09-27 | add ID, we have mods here | Michael Shalayeff | |
1997-09-24 | bios and pctr are both ocis w/ seltrue | Michael Shalayeff | |
1997-09-24 | bios device is ocis from now | Michael Shalayeff | |
1997-09-24 | cdev_decl(apm) in machine/conf.h | Michael Shalayeff | |
1997-09-21 | branch the bios tree inside the machdep | Michael Shalayeff | |
1997-09-21 | support new boots | Michael Shalayeff | |
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM) | |||
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff | |
don't put 'em in biosvars | |||
1997-09-17 | Double default NMBCLUSTERS, they're too small for modern networks. | Jason Downs | |
1997-09-16 | no need to include sys/ioccom.h; guy@netapp.com | Theo de Raadt | |
1997-09-11 | toast BDB; netbsd | Theo de Raadt | |
1997-09-08 | Bug: fixed bits around in %cr4. | dm | |
1997-09-07 | fill text on align with nop, not 0 | Michael Shalayeff | |
1997-09-05 | add full defines for %cr4 bits and cpu_feature bits (names match freebsd | chuck | |
and intel docs) | |||
1997-09-04 | add invlpg and %cr4 read/write | chuck | |
1997-09-04 | support boot API version number | Michael Shalayeff | |
1997-09-03 | 2nd part of pretty "machine diskinfo" | Tobias Weingartner | |
1997-08-30 | wrong namespace! | Theo de Raadt | |
1997-08-29 | multi-include protection | Michael Shalayeff | |
1997-08-29 | define DOSACTIVE for bootable partition | Michael Shalayeff | |
1997-08-29 | s/XXX/__MBR_XXX/ and undef it after use | Michael Shalayeff | |
1997-08-29 | undef XXX after use | Michael Shalayeff | |
1997-08-29 | add struct dos_mbr | Michael Shalayeff | |
1997-08-27 | add get OS features support vector, as per SCO OS 5.0 | Michael Shalayeff | |
1997-08-26 | and considering text segments are normally not even going to hit swap | Theo de Raadt | |
1997-08-26 | come on, let people run useful sized software! | Theo de Raadt | |
1997-08-26 | reasonably useful data size | Theo de Raadt | |
1997-08-22 | use words for apm functions | Michael Shalayeff | |
define struct of bios/boot vars to be passed to kernel | |||
1997-08-16 | Bug. | dm | |
1997-08-12 | call BIOS inline (add struct EDD_cb into biosvar.h) | Michael Shalayeff | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-07 | RCS tag + KNF | Niklas Hallqvist | |
1997-08-07 | RCS tag | Niklas Hallqvist | |
1997-08-07 | right DOINT for C | Michael Shalayeff | |
1997-08-05 | kentry proto is in the libsa.h | Michael Shalayeff | |
change var name | |||
1997-08-02 | change vars names, add attach_args | Michael Shalayeff | |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-28 | adopt for assym.h | Michael Shalayeff | |