summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2009-10-02Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systemsMiod Vallat
2009-10-02Some 21264CB pass information, from information provided by Sergey Prysiazhnyi.Miod Vallat
2009-09-30One missing print -> DPRINTF conversion in dec_kn300_device_register()Miod Vallat
2009-09-01Fix: alpha DEBUG kernel failed to compileAriane van der Steldt
2009-08-13Replace the error strings that were being passed around with much simplerTheo de Raadt
2009-08-13wire vscsi up to a cdevDavid Gwynne
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
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-11uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lameBret Lambert
2009-08-09Rototill system V message queues.Bret Lambert
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-25Deinline softintr_schedule(). Also fix softintr priorities I got inverted afterMiod Vallat
2009-03-15Now that we have splsoftassert(), make the soft ipl levels positive andMiod Vallat
2009-03-07No need to register a soft interrupt for softclock, it's done in MI code.Miod Vallat
2009-02-04Unify memory size reports a bit more: always report size in MB, and reportMiod Vallat
2009-01-28Add missing braces in trunc_page() call from vmapbuf().Alexander Yurchenko
2009-01-27Get rid of the last traces of uvm.pager_[se]vaMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-17Recognize environmental change machine checks on ES40, and report whatMiod Vallat
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-10-23a better fix for the "uvm_km thread runs out of memory" problem.Ted Unangst
2008-10-07unbreak ieeefp emulation code wrt converting double to unsignedMartynas Venckus
2008-10-04this is not the cvtql/sv opcode. ok miod@, naddy@Martynas Venckus
2008-09-12Remove bzero/memset calls after pool_gets by passing the PR_ZEROBret Lambert
2008-09-12Don't forget to actually return a pa for the K0SEG case...Miod Vallat
2008-08-02Ignore the ata channel on 164SX when controller is the built-in one, whenMiod Vallat
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-24Add code to decode machine checks on Avanti, providing a description of theMiod Vallat
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod 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-06-12Enable /dev/video* for all USB capable archs. MAKEDEV bits will followMarcus Glocker
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-08Split the cdev makro for bpftun into two seperate definitions. tun(4) andClaudio Jeker
2008-02-16Move panic tests under #ifdef DEBUGMiod Vallat
2008-01-13Replace STABS debug info (which causes problems with truncated relocations)Mark Kettenis
2007-12-09big patch to simplify pool code.Ted Unangst
2007-11-05temporary ddb buffers need to be a bit larger on 64 bit systems to cope withMiod Vallat
2007-10-13Fix cpu_exit() comments to be more closer to reality.Miod Vallat