| Commit message (Expand) | Author | Age | Files | Lines |
* | The long awaited stability patch set for the aic7xxx driver: | gibbs | 1996-01-03 | 1 | -8/+374 |
* | The long awaited stability patch set for the aic7xxx driver: | gibbs | 1996-01-03 | 2 | -733/+465 |
* | The long awaited stability patch set for the aic7xxx driver: | gibbs | 1996-01-03 | 3 | -12/+132 |
* | The long awaited stability patch set for the aic7xxx driver: | gibbs | 1996-01-03 | 2 | -10/+10 |
* | The long awaited stability patch set for the aic7xxx driver: | gibbs | 1996-01-03 | 5 | -1006/+1252 |
* | Reworked the stop/reset code to properly run-down allocated buffers and | dg | 1996-01-03 | 2 | -72/+150 |
* | Prepare to add support for parity. Report the post-parity size, | asami | 1996-01-02 | 2 | -8/+40 |
* | Fix the number of ports created for devfs.. it had been only creating | peter | 1996-01-02 | 2 | -4/+4 |
* | Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative | dg | 1996-01-02 | 2 | -6/+6 |
* | Introduce a wormunit() so the control device will work. | joerg | 1996-01-02 | 1 | -2/+7 |
* | Fix last "fix" - I had introduced a fencepost error.. :-( | peter | 1996-01-02 | 2 | -4/+4 |
* | Fix up the DEVFS minor numbers that the Specialix driver registers... | peter | 1996-01-02 | 2 | -14/+22 |
* | Remove unnecessary debug printf's ("no references", "bad-id") - these | peter | 1996-01-02 | 2 | -2/+23 |
* | I have some problem here, which shows up in the ahc0 driver. It isn't where | phk | 1996-01-01 | 2 | -2/+14 |
* | Fixed user-mode mcount which I broke in the previous revision. | bde | 1996-01-01 | 2 | -26/+66 |
* | Fix the reversed source and dest args to bcopy() in the kernel space | peter | 1996-01-01 | 2 | -5/+5 |
* | fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont | peter | 1996-01-01 | 1 | -1/+3 |
* | Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype) | peter | 1996-01-01 | 1 | -2/+8 |
* | Make pipe() return a set of bidirectional pipe fd's rather than one-way only | peter | 1996-01-01 | 1 | -3/+3 |
* | Restrict /devfs/io perms to 0600. | joerg | 1995-12-31 | 2 | -4/+4 |
* | In memory test, cast pointer as "volatile int *", not "int *" to make sure | dg | 1995-12-30 | 2 | -18/+18 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 7 | -1870/+0 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 135 | -58644/+0 |
* | Use a medium_type field of 0 (Default), instead of the value that was | joerg | 1995-12-30 | 1 | -3/+9 |
* | Copied mcount.c from the library again. #include'ing it via a relative | bde | 1995-12-30 | 1 | -3/+325 |
* | Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support at | bde | 1995-12-30 | 3 | -3/+9 |
* | Oops, forgot a little difference between my src-tree and ours... | sos | 1995-12-30 | 2 | -4/+4 |
* | Fixed a bug with the ATAPI_STATIC option, so it compiles again. | sos | 1995-12-29 | 1 | -3/+8 |
* | My first shot at get sound to work on the emulator. | sos | 1995-12-29 | 6 | -16/+254 |
* | Added SYSVSHM define | sos | 1995-12-29 | 1 | -2/+2 |
* | Implemented non-statistical kernel profiling. This is based on | bde | 1995-12-29 | 11 | -280/+665 |
* | Fixed erroneous resending of the output buffer. | bde | 1995-12-29 | 2 | -22/+68 |
* | Oops, this should have been committed with the other Hayes ESP changes. | bde | 1995-12-29 | 3 | -0/+228 |
* | Added support for the Hayes ESP serial card. | bde | 1995-12-29 | 6 | -6/+366 |
* | 1) ifdef out some unused functions (for now) | markm | 1995-12-29 | 4 | -40/+66 |
* | Make a couple of options that hurt when they're removed more | jkh | 1995-12-29 | 5 | -22/+39 |
* | Remove some bogus externs. | dg | 1995-12-29 | 1 | -4/+1 |
* | Add the attempted DMA address to the 'DMA beyond end of ISA' message so that | peter | 1995-12-29 | 1 | -2/+3 |
* | Made bzero a function vector and added a 586/686 optimized version of | dg | 1995-12-28 | 5 | -129/+8 |
* | Made bzero a function vector and added a 586/686 optimized version of | dg | 1995-12-28 | 5 | -53/+226 |
* | Don't print swap server as root server. | phk | 1995-12-28 | 2 | -4/+4 |
* | Fix one more label that I overlooked with the P6 support. Sigh. | dg | 1995-12-28 | 3 | -6/+6 |
* | 1) Add #include <machine/cpu.h> to catch some 586 #defines | markm | 1995-12-28 | 2 | -4/+6 |
* | Preserve SIGP bit when clearing INTF condition. | se | 1995-12-28 | 1 | -3/+3 |
* | Add more disc_optim calls to track line disc changes | ache | 1995-12-28 | 2 | -0/+6 |
* | Gack - if you're going to call semexit() from elsewhere, it shouldn't | jkh | 1995-12-28 | 1 | -2/+2 |
* | Added $Id$. | asami | 1995-12-28 | 3 | -0/+6 |
* | Added parity flag. | asami | 1995-12-28 | 1 | -1/+2 |
* | Update bcopyb & bcopy to reflect changes I made in the libc version of | dg | 1995-12-27 | 3 | -21/+36 |
* | Add NEC CDR 210 to list of devices with broken LUN support | pst | 1995-12-27 | 1 | -1/+9 |