aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* zero out switchtime.tv_sec. This fixes a fairly serious problem whereAndrew Gallatin1999-04-161-1/+2
* - Add another adhoc frame_size detection for stack trace.Hidetoshi Shimokawa1999-04-161-8/+9
* Hopefully replicate the install.debug changes from the i386 version.Peter Wemm1999-04-131-24/+15
* Initialize alpha_unaligned_* as I intended.Hidetoshi Shimokawa1999-04-131-6/+6
* Control unaligned access handling via sysctl.Hidetoshi Shimokawa1999-04-111-5/+13
* Don't define NMBCLUSTERS here.Hidetoshi Shimokawa1999-04-111-8/+1
* Back out default debug kernel. The flags revert to historical behaviour.Greg Lehey1999-04-111-5/+2
* A quick fix to get kernels building again under EGCSAndrew Gallatin1999-04-081-2/+4
* Make ASIX driver work on FreeBSD/alpha, add to GENERIC.Bill Paul1999-04-082-2/+4
* 1. Modify config to issue different code for debugging.Greg Lehey1999-04-071-13/+33
* Remove unused/unimplemented pmap_setdevram()Mike Smith1999-04-071-6/+1
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-5/+21
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-032-4/+4
* Make the Macronix driver work on FreeBSD/alpha and add to GENERIC.Bill Paul1999-04-012-2/+4
* Insert ifmedia_set() that I forgot and put in the vtophys() hack forBill Paul1999-03-312-2/+4
* Fix some warnings.Doug Rabson1999-03-281-11/+1
* Fix a few warnings.Doug Rabson1999-03-281-11/+15
* Remove trigraph.Doug Rabson1999-03-281-2/+2
* Make the xl and pn drivers work on FreeBSD/alpha and add them toBill Paul1999-03-272-2/+6
* Don't lower the ipl for splsoftcam, splsoftvm and splsoftnet.Doug Rabson1999-03-191-5/+6
* 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