aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Enable crashdumps on alphas.Andrew Gallatin1999-03-121-1/+53
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-103-6/+16
* Expose a slightly-lower-level interface to timeouts which allows callersGarrett Wollman1999-03-061-1/+3
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifWarner Losh1999-03-011-1/+9
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,Bruce Evans1999-02-282-8/+2
* * Add support for hw.physmem and hw.usermem sysctls (this allows sysinstallDoug Rabson1999-02-271-2/+23
* Added a per-cpu variable `switchticks' for use in scheduling.Bruce Evans1999-02-221-1/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberLuoqi Chen1999-02-191-1/+3
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-8/+8
* Fix typo in comment.John Polstra1999-02-191-2/+2
* add now required queue.h includeMatt Jacob1999-02-161-1/+2
* Ignore errors from chflags. This makes it possible to make installworldDag-Erling Smørgrav1999-02-141-2/+2
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5Matthew Dillon1999-02-081-4/+8
* Add hysteresis to alpha version of vm_page_zero_idle().Matthew Dillon1999-02-081-14/+17
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withMatthew Dillon1999-02-081-6/+7
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"John Polstra1999-02-071-1/+13
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-25/+26
* Added call to elf_brand_inuse() to prevent you from cutting your ownMark Newton1999-02-041-3/+11
* Use the bsd.kern.mk from the source tree rather than the installed oneDoug Rabson1999-02-021-1/+5
* Added a hopefully-machine-independent macro for determining if aBruce Evans1999-02-021-1/+3
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-302-6/+8
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-263-3/+45
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLMatthew Dillon1999-01-241-4/+4
* Update the alpha port to use the new syscons.Doug Rabson1999-01-237-39/+169
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-212-12/+14
* Fix some mildly annoying compiler warnings about unused variablesAndrew Gallatin1999-01-202-5/+2
* *blush*. As a quick fix, move configure()'s SYSINIT back a little to allowPeter Wemm1999-01-201-9/+2
* Reserve a major number for use by the Iprobe device driver.Andrew Gallatin1999-01-181-1/+2
* Added support for the DEC EB64PLUS systype. (Part III)Andrew Gallatin1999-01-184-5/+10
* Added support for the DEC EB64PLUS systype. (part II)Andrew Gallatin1999-01-181-0/+187
* Added support for the DEC EB64PLUS systype. (part I)Andrew Gallatin1999-01-182-5/+114
* Minor cleanup; no more references to LKM's.Peter Wemm1999-01-171-4/+1
* Oops, add the NMBCLUSTERS initialiser for the Alpha as well.Mike Smith1999-01-151-1/+7
* dftp -> dtfp Get it right...Mike Smith1999-01-141-2/+2
* Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>Mike Smith1999-01-131-2/+2
* A couple more osf/1 compat tweaks.Doug Rabson1999-01-122-6/+13
* Add hooks for the Iprobe kernel profiler.Doug Rabson1999-01-103-3/+34
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-4/+4
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-20/+3
* Assign CDEV 112 to the keyboard driver.Kazutaka YOKOTA1999-01-061-1/+2
* Fix fubyte to actually return the correct value (it was always returningDoug Rabson1999-01-051-2/+1
* Correct typo in macro name.Dag-Erling Smørgrav1999-01-011-2/+2
* Commit patch inSøren Schmidt1998-12-301-1/+3
* Commit #1 of:Søren Schmidt1998-12-301-3/+5
* Various changes to support OSF1 emulation:Doug Rabson1998-12-305-22/+49
* Add fxp0. It seems to be Alpha-OK, although I don't have a card to test.Gary Palmer1998-12-292-2/+4
* reserve 110 for ses (SCSI Environmental Services) driverMatt Jacob1998-12-291-1/+2
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-271-8/+5
* Not quite right for the goal of using swi_register, but on the way there.Matt Jacob1998-12-241-4/+2
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-236-15/+117