summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-172-8/+8
* - Add the device resume method. It supercedes the existing resumeyokota1999-12-151-1/+1
* Add NetBSD's explanation of why it would be hard to emulate the Machgallatin1999-12-141-0/+69
* Add generated filesgallatin1999-12-143-0/+833
* Finally add the Alpha OSF/1 compat code. I will add it to thegallatin1999-12-1413-0/+4755
* Stop calling everthing an XP1000.gallatin1999-12-141-1/+1
* Improve the mapping between the hardware PCI bus numbering on multi-hosegallatin1999-12-142-17/+81
* - Pull in kbd.c when sc or vt is included in the kernel, even ifyokota1999-12-131-0/+1
* Argh, fix a stupid typo. :-(peter1999-12-121-1/+1
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-121-4/+7
* 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
OpenPOWER on IntegriCloud