| Commit message (Expand) | Author | Age | Files | Lines |
* | Assign CDEV 112 to the keyboard driver. | yokota | 1999-01-06 | 1 | -1/+2 |
* | Fix fubyte to actually return the correct value (it was always returning | dfr | 1999-01-05 | 1 | -2/+1 |
* | Correct typo in macro name. | des | 1999-01-01 | 1 | -2/+2 |
* | Commit patch in | sos | 1998-12-30 | 1 | -1/+3 |
* | Commit #1 of: | sos | 1998-12-30 | 1 | -3/+5 |
* | Various changes to support OSF1 emulation: | dfr | 1998-12-30 | 5 | -22/+49 |
* | Add fxp0. It seems to be Alpha-OK, although I don't have a card to test. | gpalmer | 1998-12-29 | 2 | -2/+4 |
* | reserve 110 for ses (SCSI Environmental Services) driver | mjacob | 1998-12-29 | 1 | -1/+2 |
* | Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the | dfr | 1998-12-27 | 1 | -8/+5 |
* | Not quite right for the goal of using swi_register, but on the way there. | mjacob | 1998-12-24 | 1 | -4/+2 |
* | Implement fpsetmask() and other fp*() functions. Programs should use | dfr | 1998-12-23 | 6 | -15/+117 |
* | Fix NOIMPL -> NOPROTO as per bruce. | sos | 1998-12-22 | 1 | -2/+2 |
* | Syscall 168 (poll) is not implemented in the Linux emulator. This | sos | 1998-12-21 | 1 | -2/+3 |
* | Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be called | dfr | 1998-12-20 | 1 | -1/+5 |
* | Make it compile again. | sos | 1998-12-19 | 1 | -5/+5 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 4 | -12/+27 |
* | Little reorganization: | dt | 1998-12-19 | 2 | -25/+20 |
* | Move some compile flags from the kernel makefile to bsd.kern.mk so that | dfr | 1998-12-17 | 1 | -2/+2 |
* | Removed the cast to a pointer in the definition of PS_STRINGS and | bde | 1998-12-16 | 2 | -6/+5 |
* | Removed bogus casts of USRSTACK and/or the other operand in binary | bde | 1998-12-16 | 2 | -6/+6 |
* | Added 3 new errno values, requred by various standards: EOVERFLOW, | dt | 1998-12-14 | 1 | -5/+5 |
* | Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my the | eivind | 1998-12-09 | 1 | -2/+2 |
* | If there is no .depends file, use the standard ad-hoc way of ensuring | imp | 1998-12-07 | 1 | -1/+5 |
* | fix warning messages from previous delta | mjacob | 1998-12-06 | 1 | -3/+3 |
* | Fix it so that it works on an eb164 when you have a serial console on com1. | mjacob | 1998-12-05 | 1 | -1/+7 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 10 | -28/+29 |
* | Implement 'software completion' for floating point arithmetic. On the | dfr | 1998-12-04 | 10 | -14/+2622 |
* | Restore the user HAE all the time, not just when returning to usermode. | dfr | 1998-12-02 | 1 | -3/+5 |
* | Enable BWX i/o access. I disabled it by mistake with the last commit. | dfr | 1998-12-02 | 1 | -2/+2 |
* | Add support for 'vmstat -i'. | dfr | 1998-11-28 | 6 | -19/+120 |
* | Port top to the alpha. | dfr | 1998-11-25 | 1 | -1/+3 |
* | Oops, I forgot to update this file when I changed moused recently. | yokota | 1998-11-22 | 1 | -1/+3 |
* | Fix things so that pci interrupts can be registered correctly on apecs | dfr | 1998-11-18 | 2 | -8/+17 |
* | Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontext | dfr | 1998-11-18 | 6 | -40/+65 |
* | Remove -U__NetBSD__ | dima | 1998-11-18 | 1 | -2/+2 |
* | Definitions for alpha specific device resources. | dfr | 1998-11-17 | 1 | -0/+44 |
* | Definitions for alpha specific system calls. | dfr | 1998-11-17 | 1 | -0/+54 |
* | * Add hooks to allow the X server to access I/O ports and memory. | dfr | 1998-11-15 | 19 | -188/+839 |
* | Don't include link_elf.c twice in the link. | dfr | 1998-11-15 | 1 | -2/+1 |
* | * Change 'struct resource' to 'struct config_resource'. | dfr | 1998-11-15 | 1 | -2/+2 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -8/+2 |
* | indent | dima | 1998-11-15 | 1 | -4/+4 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 1 | -1/+16 |
* | Use an at_shutdown hook to drop back to the SRM in the case where the system | msmith | 1998-11-11 | 1 | -2/+14 |
* | Add some bogus stuff to make systat/vmstat happy. | dima | 1998-11-09 | 1 | -1/+11 |
* | Update interface to timecounter to last change to the generic code. | phk | 1998-11-08 | 1 | -5/+5 |
* | Update configuration files for the perl based makedevops script. | nsouch | 1998-11-08 | 1 | -9/+9 |
* | Add semicolon to INTERFACE declarations | nsouch | 1998-11-08 | 1 | -2/+2 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 1 | -2/+2 |
* | Optimize bzero() by unrolling the aligned quadword loop and moving the length | alex | 1998-11-02 | 1 | -2/+14 |