summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Expand)Author
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-01-31based on art's sparc patch:Jason Wright
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-09-102nd part of the ecoff execution fix, was forgotten.Miod Vallat
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-08Allow for forks of proc0 even if it's not curproc.Artur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-04-24support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.eduTheo de Raadt
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-04Modify ia_iosize so probe messages print correctly for the clock devicesimp
2000-01-30Add the prototype that matthieu forgot on his 11/22/1999 commit.imp
1999-12-29remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing)Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-07-17do not brelse() badlyTheo de Raadt
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1999-01-27Protect against multiple includes and regularize cpp symbols usedimp
1999-01-27Protect against multiple includes so that arc (and pmax too) make buildimp
1999-01-26change header protection define nameDavid Leonard
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-07move uint*_t to machine/types.hTodd C. Miller
1998-11-21deal with d_secpercyl insanityTheo de Raadt
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-09-15New mi code to add a real trapframe and remove the need for __FORK_BRAINDAMAGE.Per Fogelstrom
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 (size_t...Todd C. Miller
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
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