Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-11 | more phys (commented out) | Jason Wright | |
1998-10-06 | ne driver, rm old NetBSD COMPAT_s and ISA VGA | kstailey | |
1998-10-04 | Align columns on we,ec & ne entries | Niklas Hallqvist | |
1998-10-04 | Use we,ec,ne | Niklas Hallqvist | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-10-02 | These have been tested by emory@hellyeah.com | Niklas Hallqvist | |
1998-09-26 | added xl support. -moj | Mats O Jansson | |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries | |
o all but vax are major 51 | |||
1998-09-23 | ne/we/ec drivers | Theo de Raadt | |
1998-09-22 | Add mii layer for alpha (needed by new fxp) | Jason Wright | |
1998-09-21 | remove slip, add bpf. also remove nfsclient and fddi, so that alpha ramdisk ↵ | Theo de Raadt | |
floppy fits | |||
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 | |