summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2004-07-18minor space savingsTheo de Raadt
2004-07-06assert is dumb dumb dumb; no objection from miodTheo de Raadt
2004-07-04turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks theTheo de Raadt
2004-07-03sigh, not yetTheo de Raadt
2004-07-03oops something went wrong in commitTheo de Raadt
2004-07-03{e,}intr{names,cnt} are extinctTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-18Add /dev/crypto support.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-08Use cpuid_t whenever possible, rather than an angry combination of longMiod Vallat
2004-06-08pull ncpus support from smp tree into main branch.Marco S Hyman
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-22dot_conv() is not used.Miod Vallat
2004-01-22Nuke ddb_regs common.Miod Vallat
2004-01-13grog EV68Theo de Raadt
2003-12-22typos from Jared Yanovich;Jason McIntyre
2003-11-17Sync cpu_swapout() comments with reality.Miod Vallat
2003-11-13More leftovers after uvm_useracc() removal; from NetBSD.Miod Vallat
2003-11-08Avoid a race condition while swapping in a process.Thomas Nordin
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-10Do not trust and use uvm_useracc, but rather always check copy{in,out} forMiod Vallat
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03Make minaddr sane before calling uvm_km_suballoc()Dale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-02-19Remove ddb machine commands, they are already available as "bo ha" and "bo re".Miod Vallat
2003-02-18intial -> initial;Jason McIntyre
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-10You would think cleaning your tree every now and then would eventually neverMiod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-11-07Small simplification in sendsig.Artur Grabowski
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
2002-07-24Pretty nasty hack to make non-exec mappings work.Artur Grabowski
2002-07-21remove unsued variables.Artur Grabowski
2002-07-20Remove unused variables.Artur Grabowski
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski