Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-02 | Fix pasto | Todd C. Miller | |
1998-04-07 | enable _insque and _remque; don | Theo de Raadt | |
1998-04-04 | undo unapproved change | Theo de Raadt | |
1998-04-04 | Include arch/alpha/support.c required by netiso/netccitt/netns | don | |
1998-03-27 | Messed up configuration, can live without it. | Angelos D. Keromytis | |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-18 | Changes, changes. | Angelos D. Keromytis | |
1998-03-18 | Update. | Angelos D. Keromytis | |
1998-03-18 | Update. | Angelos D. Keromytis | |
1998-03-18 | Add an example PC164SX configuration. | Angelos D. Keromytis | |
1998-03-18 | BROKEN_PROM_CONSOLE is only defined if SANE_PROM is not defined. The | Angelos D. Keromytis | |
latter can be defined in a kernel config file. | |||
1998-03-17 | Allow wd and acd device boot. | Angelos D. Keromytis | |
1998-03-08 | uncomment wdc1 as that's often where atapi cdroms live | Todd C. Miller | |
1998-03-06 | main returns int | Todd C. Miller | |
1998-03-05 | main returns int | Theo de Raadt | |
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 |