summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2003-09-02Our extent implementation relies on the fact that extents all have distinctMiod Vallat
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod 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-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-11Add pmsi to GENERIC, PR #3251Miod Vallat
2003-06-06- section reorderJason McIntyre
2003-06-04clean up my copyright so it matches the templateNathan Binkert
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-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13snprintfTheo de Raadt
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
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-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-08Make END() symbols match corresponding LEAF() name.Miod Vallat
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-10Add RCS ids.Miod Vallat
2002-12-10You would think cleaning your tree every now and then would eventually neverMiod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-26Make the PTE constants unsigned long with UL.Artur Grabowski
2002-11-07Small simplification in sendsig.Artur Grabowski
2002-11-05Allocate by default 6 virtual consoles on alpha, as on i386, rather thanMiod Vallat
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
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-26renable sppp and lmc, now freeTheo de Raadt
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
2002-09-23turn off sppp, lmc, and cz until various licenses on those components areTheo de Raadt
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur 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