summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Collapse)Author
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-07-28Return 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-11Add detection of the Vr41xx.imp
1998-06-06more system types we knowMichael Shalayeff
1998-05-08comment typoTodd C. Miller
1998-05-08fix commentsTodd C. Miller
1998-05-08add _BSD_WINT_T_ like other ansi.h'sTodd C. Miller
1998-03-25Use INT slot 7 for on chip timerPer Fogelstrom
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-18minor fixPer Fogelstrom
1998-03-16DDB for mips, first cut. Will add some machine dep commands and tunePer Fogelstrom
up a little. Basically works. Still needs symbol table support. Load store counting does not handle branch likely situations. Also, some code moved into here as 'machine independent'.
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-21Oops! some garbage characters...Per Fogelstrom
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-01-29New try with conf, take twoPer Fogelstrom
1998-01-29New try with confPer Fogelstrom
1998-01-29Some more mips filesPer Fogelstrom
1998-01-29Some more arc/sgi fixesPer Fogelstrom
1998-01-28First set of Mips mi files.Per Fogelstrom
1998-01-28Includes for generic MipsPer Fogelstrom