summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2001-12-05Enable rootdev auto-configuration by device drivers during boot.Thierry Deval
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ...Jason Wright
2001-12-05Make OF_interpret() work correctly; based on NetBSD fix, but maintainingJason Wright
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-04commented out entry for cgthreeJason Wright
2001-12-04remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcxJason Wright
2001-12-04add commented out entries for cgsix at sbus and wsdisplay at cgsixJason Wright
2001-12-04add stuff for wsdisplayJason Wright
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-28rewrite large chunks of intr_establish to make it more clear what's going on.Jason Wright
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-17what the heck, be solaris compatible for sig_atomic_tTheo de Raadt
2001-11-17sig_atomic_t can be a long, it is atomic, and fatterTheo de Raadt
2001-11-16add an implementation for _load_uio on UIO_SYSSPACE objects that looks strang...Jason Wright
2001-11-16remove #if 1 and some other debugging stuffJason Wright
2001-11-16_bus_dmamap_load_uio now returns an ERROR instead of claiming no errorJason Wright
2001-11-15cdev glue for crypto(9) [Not known to work, but will as soon as interruptJason Wright
2001-11-10properly report >= 2GB of ram; bug found by matthieuTheo de Raadt
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06unbreak child_return.Artur Grabowski
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06Need local prototypes for pmap_pinit and pmap_release.Artur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-28duh, don't forget cdev entries for char device sabtty (It's been a rough week)Jason Wright
2001-10-28oops, don't forget sab entries here too.Jason Wright
2001-10-28sab* and sabtty* (commented out for now until console stuff is done)Jason Wright
2001-10-28SAB82532 driver (missing console stuff, but working as a generic ttyJason Wright
2001-10-15Acer labs chipsets (like on Blade100/Netra X1) have bugs when UDMA mode 4Jason Wright
2001-10-15disable com*, too brokenTheo de Raadt
2001-10-15Make the test for iso9660 filesystems preferred if the device is a CD,Jason Wright
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-10-12disable com*Theo de Raadt
2001-10-12Move the iso_disklabelspoof() call higher so that if one is present weJason Wright
2001-10-12From NetBSD: convert printf's to debug only and remove a panicJason Wright
2001-10-11disable com*.... do not ask whyTheo de Raadt
2001-10-10Enable zlib in libsa (i.e. compressed kernels support in bootloaders)Miod Vallat
2001-10-10pci oneTheo de Raadt
2001-10-10cleanTheo de Raadt
2001-10-09no cd support for nowTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09sbus onlyTheo de Raadt
2001-10-09no NBUF=Theo de Raadt
2001-10-08We're not cross hosted these days.Jason Wright
2001-10-08Remove some debugging and development leftovers.Artur Grabowski
2001-10-08reenable audioceJason Wright