Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-12 | 16 partitions | Theo de Raadt | |
1996-09-12 | Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse, | Jason Downs | |
<mouse@Collatz.McRCIM.McGill.EDU>. | |||
1996-09-06 | random decl | Theo de Raadt | |
1996-09-06 | min sun4c/sun4m floppy | Theo de Raadt | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-22 | ugly but make it work | Theo de Raadt | |
1996-08-19 | s/options/option/ | Theo de Raadt | |
1996-08-19 | s/options/option/; kill pseudo-devs | Theo de Raadt | |
1996-08-19 | use /sys/conf/GENERIC | Theo de Raadt | |
1996-08-19 | silence warnings for now | Theo de Raadt | |
1996-08-16 | fix for sun4 netbsd merges | ccappuc | |
1996-08-13 | Revert back to Theo's eeprom.h. | Jason Downs | |
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-08-12 | one last fix | Theo de Raadt | |
1996-08-12 | mmu_3l changes | Theo de Raadt | |
1996-08-12 | Missed a couple things and blew something away by accident. | Jason Downs | |
1996-08-12 | Revert part of that last change; mapdev()/mapiodev() should be done all at | Jason Downs | |
once. | |||
1996-08-12 | MMU_3L always on for sun4, what the heck | Theo de Raadt | |
1996-08-12 | Merge revs 1.2 through 1.3: counter, mapiodev. | Jason Downs | |
1996-08-12 | merge 1.2 mmu_pagein decl; 1.3-5 4/300 writethrough vac bug | Theo de Raadt | |
1996-08-12 | from 1.2-4, vac is writethrough | Theo de Raadt | |
1996-08-12 | Merge the rest of our changes; mostly just softc changes in order to support | Jason Downs | |
more devices, more cleanly. | |||
1996-08-11 | Merge back rev 1.5: always set mouse to B1200. | Jason Downs | |
1996-08-11 | A couple slight changes, revs 1.1 through 1.3. | Jason Downs | |
1996-08-11 | Merge back revs 1.2 and 1.3. | Jason Downs | |
1996-08-11 | Merge back revision 1.2. | Jason Downs | |
1996-08-11 | Merge back revisions 1.2 through 1.4. | Jason Downs | |
1996-08-11 | netbsd -> openbsd, NetBSD -> OpenBSD, kernel name | Jason Downs | |
1996-08-11 | elf/a.out symbols | Theo de Raadt | |
1996-08-11 | __randseed | Theo de Raadt | |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt | |
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | add in "en" ATM device | chuck | |
1996-06-21 | sbus glue for "en" ATM device (only works on sun4c due to lack of support | chuck | |
for IOMMU) | |||
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-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-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert | |
lint(1) about it | |||
1996-03-24 | Use __asm in place of asm | Thorsten Lockert | |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert | |
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 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-02-21 | minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | chuck | |
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-02-03 | whoops, EEPROM_SIZE is not used anymore | Theo de Raadt | |
1996-01-31 | put zs chip register layout here. | Theo de Raadt | |