summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2007-05-29typoTheo de Raadt
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29Refactor readdisklabel() to ensure there is a single point of return, inKenneth R Westerback
2007-05-29Add led(4).Mark Kettenis
2007-05-29New driver for front panel LEDs on the V215/245.Mark Kettenis
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-28bob missed a file, zap zapTed Unangst
2007-05-28Maintaining a broken compatibility layer for a broken OS is not a productiveBob Beck
2007-05-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-28Fix comparison between signed and unsigned integer. Makes the randomMark Kettenis
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
2007-05-26tht worksDavid Gwynne
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
2007-05-26Add re(4). From brad at comstyle dot com.Mark Kettenis
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-23Print real/available memory in MB as well as bytes in dmesg, and unifyPeter Valchev
2007-05-21Switch pcfiic to rwlock.Jonathan Gray
2007-05-20Replace ASSERT with KDASSERT and get rid of its definition; while there,Miod Vallat
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15Remove unused variable.Mark Kettenis
2007-05-15We will never call OpenFirmware from 32-bit code.Mark Kettenis
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-14Move want_resched into struct cpu_info.Mark Kettenis
2007-05-14Nuke code to support the Solaris bootloader and old 32-bit bootloaders.Mark Kettenis
2007-05-13Put names we get from the prom between double quotes when we print them.Mark Kettenis
2007-05-11Don't clear %tick register. Should not be necessary and undesirable sinceMark Kettenis
2007-05-06Whack "No counter-timer" message. These days, most UltraSPARC cpu's don'tMark Kettenis
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-03sensible version strings; ok miodTheo de Raadt
2007-05-02Move sparc64 to __HAVE_CPUINFO.Mark Kettenis
2007-05-02Fix typo. ok miod@.Tom Cosgrove
2007-05-01Don't rely on the PROM to have configured the interrupts. Make Simics bootMark Kettenis
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-04-30check for exit string earlierTheo de Raadt
2007-04-30use boot(RB_USERREQ | RB_HALT) to get back to the prom instead ofTheo de Raadt
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-04-24Tell init(8) to power down machine instead of just halting it.Mark Kettenis
2007-04-24do not printf+panic, when a longer panic message is easier; kettenis okTheo de Raadt