summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* useracc() the prequel:phk1999-10-2917-15/+6
* Convert the mx driver to miibus.wpaul1999-10-162-4/+4
* Use BWX instructions on EV6 as well as EV5.gallatin1999-10-151-2/+2
* Acutally our style is "options\x20\x09".obrien1999-10-152-56/+56
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-142-17/+6
* Like it or not, we use ^I's not 0x20 to align things in this file.obrien1999-10-142-6/+6
* Make the contents, layout, and comments match sys/i386/conf/GENERIC asobrien1999-10-142-134/+172
* Divide the Alpha's hz of 1024 by 8 to obain a stathz of 128. Thisgallatin1999-10-132-1/+8
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-123-5/+27
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-14/+25
* Include opt_compat.h now the old signalling syscalls are of type COMPAT.marcel1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-112-43/+33
* Don't include <machine/frame.h>.dfr1999-10-081-2/+0
* Zap these defucnt files before anyone things about trying to merge them.peter1999-10-081-18/+0
* Re-synchronise the alpha major numbers list with the i386 list.msmith1999-10-071-1/+46
* Removal of sys/device.hn_hibma1999-10-0513-13/+6
* Attempt at cleaning up the (unused part of) support for TurboChannel ton_hibma1999-10-059-63/+60
* Re-introduction of sigcontext.marcel1999-10-044-23/+82
* Change from using a dv_xname in struct device to usingn_hibma1999-10-034-40/+48
* Implement the use of si_addr in siginfo_t.marcel1999-10-011-0/+1
* make sure a trivial apm.h is created, as some people have assumed thatmjacob1999-10-011-0/+5
* This fix allows cards inserted in one of the bottem-most slots on an xp1000gallatin1999-09-301-2/+2
OpenPOWER on IntegriCloud