summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
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
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
2002-06-25No \n at the end of a panic() message... I thought all occurences had beenMiod Vallat
2002-06-24move cdev_decl() for usb devices into one place.Michael Shalayeff
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less wrong...Michael Shalayeff
2002-06-11Move cdev_lpt_init() to a common location.Miod Vallat
2002-06-11No need to cdev_decl(ugen) twice.Miod Vallat
2002-06-11Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init.Miod Vallat
2002-06-08Always keep the symbols, don't hand that memory to the VM system.Artur Grabowski
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-18Until we start supporting various modifiers to trace, we haveArtur Grabowski
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-16Add a an argument to db_printsym that specifies the printf functionArtur Grabowski
2002-05-03le_ioasic.h is historyTodd C. Miller
2002-05-02Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt.Todd C. Miller
2002-05-02Big TURBOchannel support catchup from NetBSD, part 1.Miod Vallat
2002-04-29wierd -> weird in commentPeter Valchev
2002-04-28IEEE 754 floating point completion code, and implementation of thePeter Valchev
2002-04-25Cast and display memory sizes as long integers, to avoid displayingMiod Vallat
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-16PTRACE fallout.Artur Grabowski
2002-03-14this mod has nothing to do w/ ptrace option addition, did not even compileMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-12Emulate ptrace(PT_STEP in software.Artur Grabowski
2002-02-19correct extended partition botch; gluk, in PR 1449Theo de Raadt
2002-02-17comment typoJason Wright
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-09these functions are no longer neededEric Jackson