summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-291-2/+29
* pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. Ifdt1999-04-281-2/+2
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-282-6/+7
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-275-10/+10
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-261-16/+6
* Added used include.dt1999-04-251-1/+2
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-241-2/+2
* Fix spelling of '#if 0'.dt1999-04-241-1/+1
* Make pmap_collect() an official pmap interface.dt1999-04-231-2/+1
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* Fixed several (not all) warnings.dt1999-04-2312-93/+39
* Update VERSREQ.dfr1999-04-211-2/+2
* pmap_ts_referenced(): set fault on {read|execute|write} bits on the page on,dt1999-04-211-6/+8
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-212-39/+4
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)dt1999-04-202-5/+5
* alpha/include/param.h: #define NCPUS 1dt1999-04-202-7/+4
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-194-83/+4
* Add commented out entries for ata driver now that it works on the alpha.dfr1999-04-192-2/+28
* Add seatbelts.dfr1999-04-191-2/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1617-91/+538
* zero out switchtime.tv_sec. This fixes a fairly serious problem wheregallatin1999-04-161-1/+2
* - Add another adhoc frame_size detection for stack trace.simokawa1999-04-161-8/+9
* Hopefully replicate the install.debug changes from the i386 version.peter1999-04-131-24/+15
* Initialize alpha_unaligned_* as I intended.simokawa1999-04-131-6/+6
* Control unaligned access handling via sysctl.simokawa1999-04-111-5/+13
* Don't define NMBCLUSTERS here.simokawa1999-04-111-8/+1
* Back out default debug kernel. The flags revert to historical behaviour.grog1999-04-111-5/+2
* A quick fix to get kernels building again under EGCSgallatin1999-04-081-2/+4
* Make ASIX driver work on FreeBSD/alpha, add to GENERIC.wpaul1999-04-082-2/+4
* 1. Modify config to issue different code for debugging.grog1999-04-071-13/+33
* Remove unused/unimplemented pmap_setdevram()msmith1999-04-071-6/+1
* 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
OpenPOWER on IntegriCloud