Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-11 | Add AST and wdc1, pretty some | Niklas Hallqvist | |
1997-11-11 | Reality update | Niklas Hallqvist | |
1997-11-10 | typo | Niklas Hallqvist | |
1997-11-10 | DOH! conflicts from me | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-10-18 | do not create spoofed partition for DOSTYP_OPENBSD | Theo de Raadt | |
1997-10-02 | no more ESRCH from writedisklabel() | Theo de Raadt | |
1997-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt | |
1997-09-29 | ignore partitions larger than device, as an attempt to ignore floppies ↵ | Theo de Raadt | |
without MBR | |||
1997-09-24 | make this compile.. bad Per.. | Theo de Raadt | |
1997-09-23 | Make disksubr byte order independent. This code is now so generic that it | Per Fogelstrom | |
should be able to use it for i386, arc, powerpc, sgi, and more.... | |||
1997-09-15 | kill Locore.c | Theo de Raadt | |
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-02 | silence messages that we do not need | Theo de Raadt | |
1997-08-01 | geez, DEBUG is two things... | Theo de Raadt | |
1997-08-01 | wrap proto in DEBUG too | Theo de Raadt | |
1997-08-01 | fix DIAGNOSTIC vs DEBUG confusion | Theo de Raadt | |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-08-01 | obj... | Per Fogelstrom | |
1997-08-01 | option not options | Theo de Raadt | |
1997-08-01 | ho ho ho what a neat typo | Theo de Raadt | |
1997-08-01 | move MACHINE_NONCONTIG to an include | Theo de Raadt | |
1997-08-01 | option not options | Theo de Raadt | |
1997-08-01 | turn off DEBUG... | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-07-07 | I forgot: Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr | |
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey | |
1997-06-14 | correct printouts about L2 cache | Theo de Raadt | |
1997-05-24 | Close shave.. lpr -> lpt | Per Fogelstrom | |
1997-05-22 | Move kernel start back to 0x80100000 | Per Fogelstrom | |
1997-05-21 | Missing devs... | Per Fogelstrom | |
1997-05-21 | Remove genassym dependency build, spotted by Dale | Per Fogelstrom | |
1997-05-19 | Hmm, to fast after issuing reset. | Per Fogelstrom | |
1997-05-19 | Make PICA's really reboot on rebbot command | Per Fogelstrom | |
1997-05-19 | More ramdisk | Per Fogelstrom | |
1997-05-19 | MBR for ARC's | Per Fogelstrom | |
1997-05-19 | ARC has no boot right now... | Per Fogelstrom | |
1997-05-18 | RAMDISK additions | Per Fogelstrom | |
1997-05-18 | RAMDISK additions | Per Fogelstrom | |
1997-05-11 | More profiling gunk... | Per Fogelstrom | |
1997-05-11 | Allow ABICALLS set outside file | Per Fogelstrom | |
1997-05-11 | Make "make tags" work. (I hope...) | Per Fogelstrom | |
1997-05-08 | sync to i386 | Theo de Raadt | |
1997-05-02 | One step towards working profiling | Per Fogelstrom | |