aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* User ldt sharing.Luoqi Chen1999-12-061-1/+5
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-042-10/+2
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-656/+738
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-0317-20/+38
* Set RB_VERBOSE into boothowto (provide proper layering from boot loaderMatt Jacob1999-12-031-1/+3
* A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to CristianAndrew Gallatin1999-12-016-2/+419
* dummy version of read_random() until the real random driver is ported.Dima Ruban1999-11-301-0/+9
* Add arc4random.c.Dima Ruban1999-11-301-0/+1
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-302-1/+8
* Implement sigaltstack.Marcel Moolenaar1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+1
* inline spl functions.Andrew Gallatin1999-11-292-71/+62
* Implement inline assembler wrappers for PALcode calls and for alphaDoug Rabson1999-11-291-35/+268
* Sort PCI SCSI controlers.David E. O'Brien1999-11-282-8/+8
* /sys adjustments to add the `sym' controler driver.David E. O'Brien1999-11-282-0/+2
* Implement linux_ustat.Marcel Moolenaar1999-11-271-1/+0
* Change prototype of linux_ustat.Marcel Moolenaar1999-11-271-1/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,Marcel Moolenaar1999-11-261-1/+0
* Add pcm entries for the alpha too, since they were taken out ofPeter Wemm1999-11-221-0/+6
* Update the Alpha makefile to be more in line with the x86 version. ItPeter Wemm1999-11-221-68/+75
* Use %ll instead of %q as gcc moans bitterly about it.Peter Wemm1999-11-221-1/+1
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.Peter Wemm1999-11-226-37/+4
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.Nick Hibma1999-11-221-0/+2
* Use LIST_FOREACH to traverse the allproc list.Poul-Henning Kamp1999-11-191-4/+3
* Properly attribute interrupt time on alpha. Previously, interrupt timeAndrew Gallatin1999-11-193-5/+6
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscPeter Wemm1999-11-181-1/+1
* TypoNick Hibma1999-11-161-1/+1
* Mchines whose interrupts are not routed through the ISA pic were stillAndrew Gallatin1999-11-161-3/+11
* Add the ata devices to the GENERIC kernel. Hopefully, this should allowDoug Rabson1999-11-152-10/+10
* Re-organise the code which manages the owner of the FP state (fpcurproc).Doug Rabson1999-11-107-78/+164
* Drop ipl to zero before calling ast(). Make sure that this only happensDoug Rabson1999-11-091-0/+2
* Fix a warning.Doug Rabson1999-11-091-1/+1
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. ItAlan Cox1999-11-091-2/+3
* - Added the following options; they have existed in sysconsKazutaka YOKOTA1999-11-081-0/+4
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.Kazutaka YOKOTA1999-11-081-0/+1
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.Kazutaka YOKOTA1999-11-081-1/+0
* Take a shot at using cdevsw_add() to get it working again. This reallyPeter Wemm1999-11-081-1/+3
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-071-17/+5
* Remove the devsw magic from DEV_MODULE()Poul-Henning Kamp1999-11-071-1/+11
* Options cleanup.Eivind Eklund1999-11-061-6/+0
* Remove an unnecessary alignment check from osigreturn and sigreturn. (TheAlan Cox1999-11-041-7/+2
* Fix the atomic arithmetic primitives for address where (p&7) >= 4.Doug Rabson1999-11-041-24/+24
* Eliminate two useracc(..., VM_PROT_READ) calls that immediately precedeAlan Cox1999-11-041-8/+4
* Add a second direct map window to increase the maximum RAM this platformAndrew Gallatin1999-11-031-28/+43
* Cut out some extra dead code that I missed last time around. I thinkMike Smith1999-11-021-14/+2
* This is a complete rewrite of vfs_conf.c, which changes the way the rootMike Smith1999-11-011-47/+15
* Merge the alpha and x86 majors files together. There appear to bePeter Wemm1999-11-011-191/+0
* Update examples using 'disk' and 'tape' - they used to have magic meaningPeter Wemm1999-11-012-2/+2
* The useracc() calls in osigreturn() and sigreturn() should specifyAlan Cox1999-10-311-2/+2
* Don't lower the ipl when returning from handling an interrupt.Andrew Gallatin1999-10-301-3/+0