aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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