summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-06-06Call doshutdownhooks() in boot(). ok jj@ niklas@Miod Vallat
2001-06-06wi* @ pciTodd C. Miller
2001-06-05Call doshutdownhooks() in boot(). Cleanup code path a little.Miod Vallat
2001-06-05Use mi round_page() and trunc_page() macrosTodd C. Miller
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-04fix debugging printf, cpu_hpa is not pointer anymoreMichael Shalayeff
2001-06-02Support writing to the hardware clock for powerpc apple systems.Dale Rahn
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
2001-05-31Typos.Miod Vallat
2001-05-31Relocation types on alpha.Artur Grabowski
2001-05-31Initialize b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-31Initialize bp->b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-30Preliminary UVM support. UVM kernels don't work for the moment, though.Miod Vallat
2001-05-30Bring the root device selection code up-to-date with modern standardsMiod Vallat
2001-05-30OopsMiod Vallat
2001-05-30Define msgbuf area size better, gets rid of occasionnal noise in dmesgMiod Vallat
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-05-29pcvt no moreMichael Shalayeff
2001-05-29remove this used to be great console driver; x11 builds w/o it all fine; aaro...Michael Shalayeff
2001-05-29Hardware clock support, via adb.Dale Rahn
2001-05-28#ifdef PMAP_NEW we should call pmap_kremove/pmap_kenter_pa instead ofTodd C. Miller
2001-05-26Add one more '0' in comment.Artur Grabowski
2001-05-25Implement PMAP_MAP_POOLPAGE.Artur Grabowski
2001-05-25Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid.Todd C. Miller
2001-05-25Fix color table initialization for powerpc with wscons.Dale Rahn
2001-05-23Adjust computed cpuspeed by 3/8 on 68040 machines to correspond toTodd C. Miller
2001-05-21Correctly position the #if's wrt the locking macros...Miod Vallat
2001-05-21static binaryTheo de Raadt
2001-05-21Name the PowerPC G4 processors better. Do not perform the cache controlDale Rahn
2001-05-20From NetBSD:Hugh Graham
2001-05-20assym.s -> assym.hMiod Vallat
2001-05-20Replace genassym.c with a .cf one; also remove unused defines.Miod Vallat
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
2001-05-17Insert comma missing from r1.11 commit; found by beck@.Aaron Campbell
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-17nsphyter here tooJason Wright
2001-05-17add nsphyterJason Wright
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
2001-05-17remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok.Federico G. Schwindt
2001-05-16entry,leaf_entry properMichael Shalayeff
2001-05-16Hook up various wscons related stuff and enable the smg framebuffer.Hugh Graham
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
2001-05-16Use PMAP_NEW if UVM is defined.Todd C. Miller
2001-05-16PMAP_NEW support; thorpej@netbsd.orgTodd C. Miller
2001-05-16Fix vax to work with recent pmap_change_wiring() -> pmap_unwire()Hugh Graham
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-16shrink printf messagesTheo de Raadt