summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1999-11-25Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYSAaron Campbell
1999-11-25no dma.c no moreMichael Shalayeff
1999-11-25convey and convex it traps on both ways, and a little syscalls in betweenMichael Shalayeff
1999-11-25bus stuff is in mainbus now, the rest is rewritten many waysMichael Shalayeff
1999-11-25it forks, it execs, it syscallsMichael Shalayeff
1999-11-25many traps, syscall nad other stuffMichael Shalayeff
1999-11-25clean some debug stuffMichael Shalayeff
1999-11-25new pcb and frameMichael Shalayeff
1999-11-25kernel psw registerMichael Shalayeff
1999-11-25KERNEL_PSW no moreMichael Shalayeff
1999-11-25new pcb and frame layoutsMichael Shalayeff
1999-11-25'+' vs '=','0' constraintsMichael Shalayeff
1999-11-25do bus stuff through pointers, native devices use memory ops where possibleMichael Shalayeff
1999-11-25fix check for a pv list emptieness returned by pmap_find_pvMichael Shalayeff
1999-11-25remove dead pmap_collect_pv()Michael Shalayeff
1999-11-25In the cases where we are sure what page size we have, define PAGE_SIZEArtur Grabowski
1999-11-25Properly fix the last checkin, the pseudo device rd is now a mi device andDale S. Rahn
1999-11-25Add back rd_ md hooks that was incorrectly removed with the recent rd changes.Dale S. Rahn
1999-11-24No need to set the page size twiceArtur Grabowski
1999-11-24spellingTheo de Raadt
1999-11-23re-enable mtrrTheo de Raadt
1999-11-23pretty mmtr messagesTheo de Raadt
1999-11-23Use the _vtbl code to allow the registers to be seperated by 0x10,Dale S. Rahn
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-11-22do not add stuff that breaks everything except your own machine, matthieu!Theo de Raadt
1999-11-22Far too many things to note- a complete new revision coming in.mjacob
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22better pmap_enter() towards correctness.Michael Shalayeff
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-20add copyright noticeMatthieu Herrb
1999-11-20add MTRR support from FreeBSDMatthieu Herrb
1999-11-20add MTRR support from FreeBSDMatthieu Herrb
1999-11-19pmap_map no moreMichael Shalayeff
1999-11-18more untested MLINKSTheo de Raadt
1999-11-18fix .DtEric Jackson
1999-11-17add MLINKsTodd C. Miller
1999-11-16- Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder...Aaron Campbell
1999-11-16typo in doc refMichael Shalayeff
1999-11-16flush the cache once we patched memory in ddbMichael Shalayeff
1999-11-16tabs vs spacesMichael Shalayeff
1999-11-16make a copy of attach args for each attachmentMichael Shalayeff
1999-11-16define TLB_BITS for %bMichael Shalayeff
1999-11-16fix argument access macro (+1 fuzz), align frame per hp requirementsMichael Shalayeff
1999-11-16openbsd/hppa is ELFDATA2MSBMichael Shalayeff
1999-11-16hpt_hashsize no more, using cr24 insteadMichael Shalayeff
1999-11-16stack does grows up; ddb breakpoints done (local); add note for btlb workMichael Shalayeff
1999-11-16Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed.Artur Grabowski
1999-11-16Remove duplicate variable definitions.Artur Grabowski
1999-11-16No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0)Artur Grabowski