Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵ | Theo de Raadt | |
erik@aarhus1.uni-c.dk | |||
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-12 | repair XDC_HWAIT macro to handle the fact that waithead is now | chuck | |
unsigned. should fix xdc watchdog timeouts noted in port-sparc by nathanw@mit.edu. | |||
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
1996-06-12 | SIGSEGV always | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff | |
1996-05-08 | avoid panics at reboot. | Michael Shalayeff | |
1996-05-06 | remove unused files, conserning to the last sync | Michael Shalayeff | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-03 | sync with 0430. | Michael Shalayeff | |
1996-05-03 | sync with 0430 | Michael Shalayeff | |
1996-04-24 | Add network config dependencies. | Michael Shalayeff | |
1996-03-04 | Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9}) | chuck | |
[1] check return value from malloc() for NULL before trying to bzero it. [2] use "=" rather than "|=" when writing to CSR (otherwise you may ACK something you don't mean to!). | |||
1996-02-21 | sync with sparc: | chuck | |
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | |||
1996-02-08 | - moved disk_busy() call from xdstrategy() to xdc_startbuf() | chuck | |
[prevents disk_unbusy panic when disk is loaded (if no free IOPBs, xdstrategy() would queue the buffer for pickup by xdcintr() but xdcintr() would never call disk_busy(). xdc_startbuf() is a better place since all bufs are routed through here] problem detected by girish@dworkin.wustl.edu, diagnosed and corrected by me. - move disk_unbusy() call in xdc_remove_iorq() before the call to XDC_FREE() [don't want to access a data structure that was just put on a free list] | |||
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-13 | sync with sparc: | chuck | |
- move disk_attach() to before reading the disk label as per Jason. otherwise we are reading into an unallocated buffer (oops!) | |||
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1996-01-12 | SIGBUS is an alignment fault. SIGSEGV is an access violation | Theo de Raadt | |
1996-01-07 | created devices for the IP filter log on all architectures | dm | |
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1996-01-04 | mi 5380 driver | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | |||
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-12-14 | update from netbsd (verbatim) | Theo de Raadt | |
1995-12-05 | working .cvsignore files | Theo de Raadt | |
1995-12-05 | this is useful in compile directories | Theo de Raadt | |
1995-11-19 | from netbsd; just cleanup | Theo de Raadt | |
1995-11-19 | from netbsd; cosmetic | Theo de Raadt | |
1995-11-19 | from netbsd; Give translated label a valid magic number | Theo de Raadt | |
1995-11-19 | from netbsd; Switch to ncr_si (will just do PIO for now) and cleanup | Theo de Raadt | |
1995-11-19 | from netbsd: | Theo de Raadt | |
Latest, greatest version of the new NCR driver. DMA works! Interrupts work! Disconnect/reselect works! To be paranoid, leave that all disabled for now... | |||
1995-11-19 | from netbsd; Add copyright | Theo de Raadt | |
1995-11-13 | do not use -fno-builtin for kernels; the reasons why are manifold | Theo de Raadt | |
1995-11-13 | can have multiple cg2 | Theo de Raadt | |
1995-11-13 | accept ufs or ffs | Theo de Raadt | |
1995-11-13 | from netbsd | Theo de Raadt | |
1995-11-13 | from netbsd:Need to define KERNTEXTOFF for kvm_mkdb | Theo de Raadt | |
1995-11-01 | gwr says: | Theo de Raadt | |
New SCSI driver for the NCR5380, by David Jones. Does DMA with interrupts. Much faster than our old driver which did only PIO transfers. (Thanks David!) Could be used on the amiga, and probably others... | |||
1995-11-01 | xy and xd drivers from chuck | Theo de Raadt | |
1995-11-01 | LANCE_REVC_BUG fixes | Theo de Raadt | |
1995-11-01 | new xy & 5380 drivers | Theo de Raadt | |
1995-11-01 | from NetBSD | Theo de Raadt | |
1995-11-01 | vtrace update | Theo de Raadt | |
1995-11-01 | Add the function isbad(), needed by xd/xy drivers | Theo de Raadt | |
1995-11-01 | Fix previous change that broke kd console | Theo de Raadt | |
1995-10-26 | update from netbsd tree | Theo de Raadt | |