summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha/machdep.c
AgeCommit message (Expand)Author
2013-11-10Make sure we pass a NULL cleanup argument to __start() by initializingPhilip Guenther
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-01Switch alpha to per-process astpending.Miod Vallat
2012-10-20move sio_intr_shutdown() from being a shutdownhook, and do it directly inTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-08-22sigpid should be of type pid_t (only visable with DEBUG).Okan Demirmen
2011-11-25Compile fixes for gcc4 (-Wbounded)Miod Vallat
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2010-11-28Get rid of machdep.root_device sysctl and related variables.Miod Vallat
2010-06-30remove compat_osf1 support from the kernelTed Unangst
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27unbreak alpha kernel build after recent viking pillaging.Bob Beck
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-09Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriateMiod Vallat
2009-11-07Blink leds on the DEC 3000 models (three different led types).Miod Vallat
2009-08-11Do not bother initializing bufpages in the md code if the computation isMiod Vallat
2009-08-11With the SysV memory allocation changes, allocsys() doesn't do anythingMiod Vallat
2009-08-09Rototill system V message queues.Bret Lambert
2009-02-04Unify memory size reports a bit more: always report size in MB, and reportMiod Vallat
2008-06-27Clear swap encryption keys before dumping a kernel image.Miod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-08-25Use ptoa((psize_t)...) and %lu to print memory sizes.Mark Kettenis
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-26Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@Pedro Martelletto
2007-04-23Switch alpha to timecounters.Artur Grabowski
2007-04-18if possible, fill in hw.serialno;Martin Reindl
2007-04-13get alpha SMP into a state where it at least compiles:Martin Reindl
2007-02-26Zero rval[1] in setregs.Miod Vallat
2006-07-12do not include uvm_extern.h twiceMartin Reindl
2006-06-20fix memory reporting on alphas with 2GB or more; ok miodTheo de Raadt
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-06-07One last occurence of an inline sigexit() in sendsig.Miod Vallat
2006-04-13Use PAGE_SIZE rather than NBPG.Brad Smith
2006-03-18Switch to a rpcc-based delay() implementation. From NetBSD.Miod Vallat
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-01-17Do not invoke resettodr() on shutdown if we have been sitting in ddb.Miod Vallat
2005-11-23fix DEBUG buildMartin Reindl