summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Allow kernel accesses to a small region of the user stack which is useddfr1999-12-111-4/+21
* Move source files common to all platforms from <arch>/conf/files.<arch>archie1999-12-091-15/+0
* Move libkern/arc4random.c into conf/files. I was planning on doing andan1999-12-091-1/+0
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-086-6/+0
* Make this compile again. (missing #include for RFPROC)peter1999-12-061-0/+1
* User ldt sharing.luoqi1999-12-061-1/+5
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-042-10/+2
* Implement pluggable ioctl handlers.marcel1999-12-043-656/+738
* 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
OpenPOWER on IntegriCloud