Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | o Simplify address calculations | Jason Wright | |
o Set desc.tx_addr in meminit not in start | |||
1998-07-21 | johns@ mods to add cua devs to the sparc. | Marco S Hyman | |
I've been using for 6+ months without probs, but have not done much with combined input/output | |||
1998-07-20 | no need for NMBCLUSTERS; noted by fries | Theo de Raadt | |
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-07-17 | Moved most of the DMA functions to a chipset driver so that | Jason Wright | |
'hme' and 'be' can share the same logic. | |||
1998-07-14 | Use AudioEmulaw string and set precision & flags | Jason Wright | |
1998-07-13 | - Fix handling of 'local-mac-address' (use it if present, otherwise default | Jason Wright | |
to myetheraddr() - Add multicast support | |||
1998-07-11 | fix attach() messages | Theo de Raadt | |
1998-07-11 | be* at qec? | Theo de Raadt | |
1998-07-10 | Fix rx buffer size so large packets actually fit. | Jason Wright | |
1998-07-10 | Add build support for hme | Jason Wright | |
1998-07-10 | hme (Happy Meal) ethernet driver. | Jason Wright | |
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-05 | basic chip setup | Theo de Raadt | |
1998-07-05 | do not print fake slot numbers | Theo de Raadt | |
1998-07-05 | start at irq framework | Theo de Raadt | |
1998-07-05 | map qec registers properly | Theo de Raadt | |
1998-07-04 | network driver framework in place | Theo de Raadt | |
1998-07-04 | map registers of the qec+be 100mbit card | Theo de Raadt | |
1998-07-04 | no need for counting attachments | Theo de Raadt | |
1998-07-04 | add qec register info | Theo de Raadt | |
1998-07-04 | add support for qec; same basic thing as lebuffer | Theo de Raadt | |
1998-06-27 | functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer! | Todd T. Fries | |
1998-06-02 | newer fixes from plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-29 | Sync with NetBSD: | Jason Wright | |
In kvm_uncache(), turn off the PTE cache bit even after calling pv_changepte(). Reason: the managed() macro does not take into account the gap in the managed pages range that may have been introduced by the page table allocation in bootstrap(). Don't bzero() the IO page table; it is fully initialized in iommu_attach(). | |||
1998-05-22 | do not assume ttys or bpps exist; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-22 | magma in both these | Theo de Raadt | |
1998-05-22 | Start the timeout's if sparc_led_blink is initialized to true | Jason Wright | |
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-14 | KNF | Niklas Hallqvist | |
1998-05-11 | do not convert write faults into vm system read+write faults | Theo de Raadt | |
1998-05-10 | Nicer fix to the problems on different sun4m machines. | Artur Grabowski | |
from NetBSD-current 980505 | |||
1998-05-10 | merge in newer netbsd changes | Theo de Raadt | |
1998-05-02 | type | Todd C. Miller | |
1998-04-30 | iommu flushing workaround is only needed on MS2 machines, apparently | Theo de Raadt | |
1998-04-30 | Updated sparc audio | Jason Wright | |
1998-04-25 | print keyboard type; mho@stacken.kth.se | Theo de Raadt | |
1998-04-17 | put arch type into hw.model, sun4 installboot now works; jason | Theo de Raadt | |
1998-03-26 | fix Id; add comments | Jason Wright | |
1998-03-25 | Driver for the 8 leds on the back of sun4 machines. | Jason Wright | |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-20 | small (aka 'fixed' from X) fonts for raster consoles < 800*600 in size | Todd T. Fries | |
this changes the choice to be at run-time from compile time | |||
1998-03-09 | print how much memory | Theo de Raadt | |
1998-03-09 | print hotfix info at end of cpu attach line | Theo de Raadt | |
1998-03-04 | Backout HZ comments I added, which are not appropriate for inclusion in | johns | |
kernel config files. | |||
1998-03-04 | Corrected comments for machines with oclock0... | johns | |
1998-03-04 | Improved error/warning messages for clock/statclock rate stuff, added | johns | |
missing mesg for oclock on 4/100 and 4/200.. | |||
1998-03-04 | added support for the TIOCM* ioctl's | Jason Wright | |