summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Correct typo in macro name.des1999-01-011-2/+2
* Commit patch insos1998-12-301-1/+3
* Commit #1 of:sos1998-12-301-3/+5
* Various changes to support OSF1 emulation:dfr1998-12-305-22/+49
* Add fxp0. It seems to be Alpha-OK, although I don't have a card to test.gpalmer1998-12-292-2/+4
* reserve 110 for ses (SCSI Environmental Services) drivermjacob1998-12-291-1/+2
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-271-8/+5
* Not quite right for the goal of using swi_register, but on the way there.mjacob1998-12-241-4/+2
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-236-15/+117
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-221-2/+2
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-211-2/+3
* Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be calleddfr1998-12-201-1/+5
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-194-12/+27
* Little reorganization:dt1998-12-192-25/+20
* Move some compile flags from the kernel makefile to bsd.kern.mk so thatdfr1998-12-171-2/+2
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-162-6/+5
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-162-6/+6
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-091-2/+2
* If there is no .depends file, use the standard ad-hoc way of ensuringimp1998-12-071-1/+5
* fix warning messages from previous deltamjacob1998-12-061-3/+3
* Fix it so that it works on an eb164 when you have a serial console on com1.mjacob1998-12-051-1/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-0410-28/+29
* Implement 'software completion' for floating point arithmetic. On thedfr1998-12-0410-14/+2622
* Restore the user HAE all the time, not just when returning to usermode.dfr1998-12-021-3/+5
* Enable BWX i/o access. I disabled it by mistake with the last commit.dfr1998-12-021-2/+2
* Add support for 'vmstat -i'.dfr1998-11-286-19/+120
* Port top to the alpha.dfr1998-11-251-1/+3
* Oops, I forgot to update this file when I changed moused recently.yokota1998-11-221-1/+3
* Fix things so that pci interrupts can be registered correctly on apecsdfr1998-11-182-8/+17
* Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontextdfr1998-11-186-40/+65
* Remove -U__NetBSD__dima1998-11-181-2/+2
* Definitions for alpha specific device resources.dfr1998-11-171-0/+44
* Definitions for alpha specific system calls.dfr1998-11-171-0/+54
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-1519-188/+839
* Don't include link_elf.c twice in the link.dfr1998-11-151-2/+1
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-151-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-8/+2
* indentdima1998-11-151-4/+4
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-121-1/+16
* Use an at_shutdown hook to drop back to the SRM in the case where the systemmsmith1998-11-111-2/+14
* Add some bogus stuff to make systat/vmstat happy.dima1998-11-091-1/+11
* Update interface to timecounter to last change to the generic code.phk1998-11-081-5/+5
* Update configuration files for the perl based makedevops script.nsouch1998-11-081-9/+9
* Add semicolon to INTERFACE declarationsnsouch1998-11-081-2/+2
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Optimize bzero() by unrolling the aligned quadword loop and moving the lengthalex1998-11-021-2/+14
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-311-3/+3
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-302-12/+2
OpenPOWER on IntegriCloud