summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-5/+21
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-032-4/+4
* Make the Macronix driver work on FreeBSD/alpha and add to GENERIC.wpaul1999-04-012-2/+4
* Insert ifmedia_set() that I forgot and put in the vtophys() hack forwpaul1999-03-312-2/+4
* Fix some warnings.dfr1999-03-281-11/+1
* Fix a few warnings.dfr1999-03-281-11/+15
* Remove trigraph.dfr1999-03-281-2/+2
* Make the xl and pn drivers work on FreeBSD/alpha and add them towpaul1999-03-272-2/+6
* Don't lower the ipl for splsoftcam, splsoftvm and splsoftnet.dfr1999-03-191-5/+6
* Enable crashdumps on alphas.gallatin1999-03-121-1/+53
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-103-6/+16
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-061-1/+3
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifimp1999-03-011-1/+9
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-282-8/+2
* * Add support for hw.physmem and hw.usermem sysctls (this allows sysinstalldfr1999-02-271-2/+23
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-221-1/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-1/+3
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-8/+8
* Fix typo in comment.jdp1999-02-191-2/+2
* add now required queue.h includemjacob1999-02-161-1/+2
* 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
OpenPOWER on IntegriCloud