aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix NOIMPL -> NOPROTO as per bruce.Søren Schmidt1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. ThisSøren Schmidt1998-12-211-2/+3
* Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be calledDoug Rabson1998-12-201-1/+5
* Make it compile again.Søren Schmidt1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-194-12/+27
* Little reorganization:Dmitrij Tejblum1998-12-192-25/+20
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatDoug Rabson1998-12-171-2/+2
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-162-6/+5
* Removed bogus casts of USRSTACK and/or the other operand in binaryBruce Evans1998-12-162-6/+6
* Added 3 new errno values, requred by various standards: EOVERFLOW,Dmitrij Tejblum1998-12-141-5/+5
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theEivind Eklund1998-12-091-2/+2
* If there is no .depends file, use the standard ad-hoc way of ensuringWarner Losh1998-12-071-1/+5
* fix warning messages from previous deltaMatt Jacob1998-12-061-3/+3
* Fix it so that it works on an eb164 when you have a serial console on com1.Matt Jacob1998-12-051-1/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-0410-28/+29
* Implement 'software completion' for floating point arithmetic. On theDoug Rabson1998-12-0410-14/+2622
* Restore the user HAE all the time, not just when returning to usermode.Doug Rabson1998-12-021-3/+5
* Enable BWX i/o access. I disabled it by mistake with the last commit.Doug Rabson1998-12-021-2/+2
* Add support for 'vmstat -i'.Doug Rabson1998-11-286-19/+120
* Port top to the alpha.Doug Rabson1998-11-251-1/+3
* Oops, I forgot to update this file when I changed moused recently.Kazutaka YOKOTA1998-11-221-1/+3
* Fix things so that pci interrupts can be registered correctly on apecsDoug Rabson1998-11-182-8/+17
* Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontextDoug Rabson1998-11-186-40/+65
* Remove -U__NetBSD__Dima Ruban1998-11-181-2/+2
* Definitions for alpha specific device resources.Doug Rabson1998-11-171-0/+44
* Definitions for alpha specific system calls.Doug Rabson1998-11-171-0/+54
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-1519-187/+838