Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-04 | o check lseek return values | Todd C. Miller | |
o better error messages on read failure o use SEEK_SET, not 0 in lseek | |||
1998-09-04 | unit numbers should be < 16, not < 8 since we can have wide drives | Todd C. Miller | |
1998-09-04 | Kill non-working ultrix-style controller/disk/kernel format and leave | Todd C. Miller | |
working disk(controller, scsiid, partitionnum)kernel format. | |||
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-08-04 | fix type of resid in printf | Todd C. Miller | |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-01 | First shot for EB164SX/LX support; kernels for those should be much | Angelos D. Keromytis | |
more stable now, but by no means production-strong. A lot of code from NetBSD. | |||
1998-07-01 | NetBSD sync. | Angelos D. Keromytis | |
1998-07-01 | Add pciide_machdep.c; that file is taken from NetBSD (forgot to | Angelos D. Keromytis | |
mention in previous commit). | |||
1998-07-01 | PCI-IDE interface. | Angelos D. Keromytis | |
1998-07-01 | Do the right thing with interrupts during autoconfiguration; from NetBSD. | Angelos D. Keromytis | |
1998-07-01 | let COPTS override -02 | Theo de Raadt | |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs | |
1998-06-28 | I'm clearly having problems with cut-and-paste today. | Angelos D. Keromytis | |
1998-06-28 | More defines from NetBSD. | Angelos D. Keromytis | |
1998-06-28 | Oops, cut and pasted a bit too much. | Angelos D. Keromytis | |
1998-06-28 | Extend struct cia_config, needed for the EB164LX/SX support (and other | Angelos D. Keromytis | |
things to come), from NetBSD. | |||
1998-06-28 | Some more defines from NetBSD. | Angelos D. Keromytis | |
1998-06-28 | Some more system definitions, from NetBSD | Angelos D. Keromytis | |
1998-06-05 | Comment out text after #endif | janjaap | |
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 | |