summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-0317-20/+38
* Set RB_VERBOSE into boothowto (provide proper layering from boot loadermjacob1999-12-031-1/+3
* A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to Cristiangallatin1999-12-016-2/+419
* dummy version of read_random() until the real random driver is ported.dima1999-11-301-0/+9
* Add arc4random.c.dima1999-11-301-0/+1
* Implement linux_sigaltstack.marcel1999-11-302-1/+8
* Implement sigaltstack.marcel1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+1
* inline spl functions.gallatin1999-11-292-71/+62
* Implement inline assembler wrappers for PALcode calls and for alphadfr1999-11-291-35/+268
* Sort PCI SCSI controlers.obrien1999-11-282-8/+8
* /sys adjustments to add the `sym' controler driver.obrien1999-11-282-0/+2
* Implement linux_ustat.marcel1999-11-271-1/+0
* Change prototype of linux_ustat.marcel1999-11-271-1/+2
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-1/+0
* Add pcm entries for the alpha too, since they were taken out ofpeter1999-11-221-0/+6
* Update the Alpha makefile to be more in line with the x86 version. Itpeter1999-11-221-68/+75
* Use %ll instead of %q as gcc moans bitterly about it.peter1999-11-221-1/+1
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.peter1999-11-226-37/+4
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.n_hibma1999-11-221-0/+2
* Use LIST_FOREACH to traverse the allproc list.phk1999-11-191-4/+3
* Properly attribute interrupt time on alpha. Previously, interrupt timegallatin1999-11-193-5/+6
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscpeter1999-11-181-1/+1
* Typon_hibma1999-11-161-1/+1
* Mchines whose interrupts are not routed through the ISA pic were stillgallatin1999-11-161-3/+11
* Add the ata devices to the GENERIC kernel. Hopefully, this should allowdfr1999-11-152-10/+10
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-107-78/+164
* Drop ipl to zero before calling ast(). Make sure that this only happensdfr1999-11-091-0/+2
* Fix a warning.dfr1999-11-091-1/+1
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-2/+3
* - Added the following options; they have existed in sysconsyokota1999-11-081-0/+4
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.yokota1999-11-081-0/+1
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.yokota1999-11-081-1/+0
* Take a shot at using cdevsw_add() to get it working again. This reallypeter1999-11-081-1/+3
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-17/+5
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-1/+11
* Options cleanup.eivind1999-11-061-6/+0
* Remove an unnecessary alignment check from osigreturn and sigreturn. (Thealc1999-11-041-7/+2
* Fix the atomic arithmetic primitives for address where (p&7) >= 4.dfr1999-11-041-24/+24
* Eliminate two useracc(..., VM_PROT_READ) calls that immediately precedealc1999-11-041-8/+4
* Add a second direct map window to increase the maximum RAM this platformgallatin1999-11-031-28/+43
* Cut out some extra dead code that I missed last time around. I thinkmsmith1999-11-021-14/+2
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-47/+15
* Merge the alpha and x86 majors files together. There appear to bepeter1999-11-011-191/+0
* Update examples using 'disk' and 'tape' - they used to have magic meaningpeter1999-11-012-2/+2
* The useracc() calls in osigreturn() and sigreturn() should specifyalc1999-10-311-2/+2
* Don't lower the ipl when returning from handling an interrupt.gallatin1999-10-301-3/+0
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-301-0/+2
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-304-7/+9
OpenPOWER on IntegriCloud