summaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Unused variablePeter Wemm1999-05-101-3/+1
* Adjust console stuff now that makedev is no longer a macro.Doug Rabson1999-05-102-3/+5
* Remove obsolete 'config kernel' line.Doug Rabson1999-05-102-6/+2
* Make corresponding changes to match config updatePeter Wemm1999-05-101-20/+24
* Apparently we need to define rootdev and dumpdev here now. This isPeter Wemm1999-05-101-1/+3
* s/main/mi_startup/Peter Wemm1999-05-091-3/+3
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-2/+2
* Remove DDB.Doug Rabson1999-05-092-8/+2
* Don't confuse dev_t and major numbers in DEV_MODULE()Poul-Henning Kamp1999-05-091-2/+2
* Reserve a major number for the frame buffer device.Kazutaka YOKOTA1999-05-091-1/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-0823-57/+40
* I'm sick of the automatic rename of /kernel to /kernel.old while doingPeter Wemm1999-05-081-1/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-082-11/+11
* Propagate i386 change to alpha (bdevsw[] -> bdevsw()).Matt Jacob1999-05-071-4/+4
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-072-5/+5
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-1/+20
* Declare the return address for __divX, __remX so that gdb can step overDoug Rabson1999-05-021-1/+1
* - Handle mixer read ioctls correctly. They have the same group, number andLuoqi Chen1999-04-291-2/+29
* pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. IfDmitrij Tejblum1999-04-281-2/+2
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-282-6/+7
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-275-10/+10
* Register the netisr's via SYSINIT rather than linker sets.Peter Wemm1999-04-261-16/+6
* Added used include.Dmitrij Tejblum1999-04-251-1/+2
* Bump configvers; when the updates to generic/lint get committed, the oldPeter Wemm1999-04-241-2/+2
* Fix spelling of '#if 0'.Dmitrij Tejblum1999-04-241-1/+1
* Make pmap_collect() an official pmap interface.Dmitrij Tejblum1999-04-231-2/+1
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.Dmitrij Tejblum1999-04-231-2/+1
* Fixed several (not all) warnings.Dmitrij Tejblum1999-04-2312-93/+39
* Update VERSREQ.Doug Rabson1999-04-211-2/+2
* pmap_ts_referenced(): set fault on {read|execute|write} bits on the page on,Dmitrij Tejblum1999-04-211-6/+8
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-212-39/+4
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)Dmitrij Tejblum1999-04-202-5/+5
* alpha/include/param.h: #define NCPUS 1Dmitrij Tejblum1999-04-202-7/+4
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-194-83/+4
* Add commented out entries for ata driver now that it works on the alpha.Doug Rabson1999-04-192-2/+28
* Add seatbelts.Doug Rabson1999-04-191-2/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-1617-91/+538
* 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