summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-081-4/+8
* Add hysteresis to alpha version of vm_page_zero_idle().dillon1999-02-081-14/+17
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-081-6/+7
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-1/+13
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-25/+26
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-041-3/+11
* Use the bsd.kern.mk from the source tree rather than the installed onedfr1999-02-021-1/+5
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-302-6/+8
* Mostly remove the VM_STACK OPTION.julian1999-01-263-3/+45
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-241-4/+4
* Update the alpha port to use the new syscons.dfr1999-01-237-39/+169
* This is a rather large commit that encompasses the new swapper,dillon1999-01-212-12/+14
* Fix some mildly annoying compiler warnings about unused variablesgallatin1999-01-202-5/+2
* *blush*. As a quick fix, move configure()'s SYSINIT back a little to allowpeter1999-01-201-9/+2
* Reserve a major number for use by the Iprobe device driver.gallatin1999-01-181-1/+2
* Added support for the DEC EB64PLUS systype. (Part III)gallatin1999-01-184-5/+10
* Added support for the DEC EB64PLUS systype. (part II)gallatin1999-01-181-0/+187
* Added support for the DEC EB64PLUS systype. (part I)gallatin1999-01-182-5/+114
* Minor cleanup; no more references to LKM's.peter1999-01-171-4/+1
* Oops, add the NMBCLUSTERS initialiser for the Alpha as well.msmith1999-01-151-1/+7
* dftp -> dtfp Get it right...msmith1999-01-141-2/+2
* Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>msmith1999-01-131-2/+2
* A couple more osf/1 compat tweaks.dfr1999-01-122-6/+13
* Add hooks for the Iprobe kernel profiler.dfr1999-01-103-3/+34
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-4/+4
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-20/+3
* Assign CDEV 112 to the keyboard driver.yokota1999-01-061-1/+2
* Fix fubyte to actually return the correct value (it was always returningdfr1999-01-051-2/+1
* Correct typo in macro name.des1999-01-011-2/+2
* Commit patch insos1998-12-301-1/+3
* Commit #1 of:sos1998-12-301-3/+5
* Various changes to support OSF1 emulation:dfr1998-12-305-22/+49
* Add fxp0. It seems to be Alpha-OK, although I don't have a card to test.gpalmer1998-12-292-2/+4
* reserve 110 for ses (SCSI Environmental Services) drivermjacob1998-12-291-1/+2
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-271-8/+5
* Not quite right for the goal of using swi_register, but on the way there.mjacob1998-12-241-4/+2
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-236-15/+117
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be calleddfr1998-12-201-1/+5
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-194-12/+27
* Little reorganization:dt1998-12-192-25/+20
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatdfr1998-12-171-2/+2
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-162-6/+5
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-162-6/+6
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-091-2/+2
OpenPOWER on IntegriCloud