Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-02 | "Whoops" last commit contained stuff not meant to be committed | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall explicit typing | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 type safety | Niklas Hallqvist | |
1998-03-01 | unused decl removed | Niklas Hallqvist | |
1998-03-01 | enable wdc1--cdroms often live there. | Todd C. Miller | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1998-02-28 | Add IDE | Todd C. Miller | |
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-24 | Support PCI_PRODUCT_CONTAQ_SIO for 164SX. Based on patch by ragge@ludd.luth.se. | Todd C. Miller | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-02-05 | need db_var.h | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-02 | enable a few more drivers | Theo de Raadt | |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-11 | disklabel spoofing for FAT32. | Niels Provos | |
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 | |