Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-01-09 | reality check | Niklas Hallqvist | |
1998-01-07 | compile | Niklas Hallqvist | |
1998-01-06 | Dummy PnP support, so alpha will compile | Niklas Hallqvist | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1997-12-06 | goodbye TIMEZONE and DST | kstailey | |
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-17 | enable jensen | Theo de Raadt | |
1997-11-17 | simpler | Theo de Raadt | |
1997-11-17 | do not use %: | Theo de Raadt | |
1997-11-16 | Add ch* at scsibus? | Niklas Hallqvist | |
1997-11-10 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-10 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-10 | use files.wscons | Michael Shalayeff | |
1997-11-09 | swap definitions superceded by new endian.h | 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-11-07 | I forgot to remove these, it seems | Niklas Hallqvist | |
1997-11-06 | param.h, niklas | Theo de Raadt | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist | |
Some files were move behind CVS back. | |||
1997-11-04 | Support ISA VGA for real on DEC AXPPCI 33 | Niklas Hallqvist | |
1997-10-27 | Use opendev() | Todd C. Miller | |
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 | Pull out the device crap for now as it prevents paths like 2.2/alpha/bsd. | Todd C. Miller | |
1997-10-20 | Do not spoof OpenBSD partitions | Niklas Hallqvist | |
1997-10-02 | label "done" now unused | Niklas Hallqvist | |
1997-10-02 | typos | Niklas Hallqvist | |
1997-10-02 | no more ESRCH, but maybe EIO instead | Niklas Hallqvist | |
1997-09-30 | typecast vga_pci_match to cgmatch_t | Michael Shalayeff | |
compare pci tags w/ bcmp | |||
1997-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt | |
1997-09-26 | fix PORTAL comment in all alpha config files | kstailey | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-09-05 | Add SCSITERSE and make some other options less ugly. | Todd C. Miller | |
1997-08-25 | better mmap support, what fun | Theo de Raadt | |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-08-22 | do not check for sc_ioctl in mmap call | Theo de Raadt | |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist | |
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported). | |||
1997-08-08 | Add htobe32 and similar friends | Niklas Hallqvist | |
1997-08-05 | Add ahc. Reorganize some. Fix comments. Add out-commented aic entry, | Niklas Hallqvist | |
it compiles but is not yet tested. Add commented-out attachments for cy and ahc, that has yet to be tested. | |||
1997-08-05 | Add cy0 (cyclades) | dgregor | |
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor | |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-08-01 | ALPHA_PTE_WRITE needs to include the "user write" bit; thorpej | Theo de Raadt | |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-31 | use isa hook to enable IDE port on machines where it exists. Niklas | Theo de Raadt | |
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE. | |||
1997-07-31 | off by one in clear screen code | kstailey | |
1997-07-31 | fix vi on console by not moving cursor when printing nulls | kstailey | |
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey | |
1997-07-31 | grammar | Niklas Hallqvist | |