summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
1999-11-16Opps.. remove stuff that shouldn't be in the last commit.Artur Grabowski
1999-11-16Optimize the case of writing to /dev/zero like we do in for /dev/nullArtur Grabowski
1999-11-15honour ddb.console; ok deraadt@David Leonard
1999-11-14USB audio. Commented out.Hakan Olsson
1999-11-14protect against copuin faultsMichael Shalayeff
1999-11-14fix pmap_create() so it works for user mappings.Michael Shalayeff
1999-11-13overflow fixes; netbsdTheo de Raadt
1999-11-13overflow fixes; chuqTheo de Raadt
1999-11-13from chuq@chuq.com: several fixes to copy{in,out,}str() from charlesTheo de Raadt
1999-11-12Break out the allocation of pv entries and 4m pagetables into functions.Artur Grabowski
1999-11-11General cleanup of pmap.Artur Grabowski
1999-11-09Adapt to changed pmap_enter API (the extra argument is a no-op).Artur Grabowski
1999-11-09Adapt to pmap_enter changes.Artur Grabowski
1999-11-09Add OpenBSD tags.Dale S. Rahn
1999-11-09Remove old unused config files.Dale S. Rahn
1999-11-09Additional changes due to the fallout of the p4e -> ppc changes.Dale S. Rahn
1999-11-09Merge error in previous version caused compilation failure.Dale S. Rahn
1999-11-09autoconf.hDale S. Rahn
1999-11-09autoconf.c:Dale S. Rahn
1999-11-08Support for imac drivers, Additional configurations for mac kernels.Dale S. Rahn
1999-11-08Changes for imac support. support for VI computers and MCG PowerstackDale S. Rahn
1999-11-08Initial import of NetBSD macppc code to allow OpenBSD/powerpc to runDale S. Rahn
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff