| Commit message (Expand) | Author | Age | Files | Lines |
| * | Null terminate execl's argument list. | Justin T. Gibbs | 1996-01-05 | 3 | -6/+6 |
| * | Reverse the modification which caused the annoying m_copydata crash: set | Andras Olah | 1996-01-04 | 1 | -1/+5 |
| * | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 33 | -294/+75 |
| * | Automatically create an empty opt_sysvipc.h to mimic old option | Garrett Wollman | 1996-01-04 | 1 | -2/+6 |
| * | Convert SYSV IPC to new-style options. (I hope I got everything...) | Garrett Wollman | 1996-01-04 | 21 | -23/+48 |
| * | convert the math emulation to use the new-style options. | Garrett Wollman | 1996-01-04 | 5 | -3/+13 |
| * | Increased vm_object_cache_max by about 50% to yield better utilization of | David Greenman | 1996-01-04 | 1 | -2/+2 |
| * | Fixed minor struct cred leak. Discovered while looking for the opposite | David Greenman | 1996-01-04 | 1 | -5/+8 |
| * | Convert PROCFS to the new style of options by the simple expedient of | Garrett Wollman | 1996-01-03 | 1 | -0/+1 |
| * | Converted two options over to the new scheme: USER_LDT and KTRACE. | Garrett Wollman | 1996-01-03 | 24 | -44/+54 |
| * | Try to make multicast routing work correctly over point-to-point | Garrett Wollman | 1996-01-03 | 1 | -1/+8 |
| * | The long awaited stability patch set for the aic7xxx driver: | Justin T. Gibbs | 1996-01-03 | 1 | -8/+374 |
| * | The long awaited stability patch set for the aic7xxx driver: | Justin T. Gibbs | 1996-01-03 | 2 | -732/+464 |
| * | The long awaited stability patch set for the aic7xxx driver: | Justin T. Gibbs | 1996-01-03 | 3 | -12/+132 |
| * | The long awaited stability patch set for the aic7xxx driver: | Justin T. Gibbs | 1996-01-03 | 2 | -10/+10 |
| * | The long awaited stability patch set for the aic7xxx driver: | Justin T. Gibbs | 1996-01-03 | 5 | -980/+1226 |
| * | Reworked the stop/reset code to properly run-down allocated buffers and | David Greenman | 1996-01-03 | 2 | -72/+150 |
| * | Prepare to add support for parity. Report the post-parity size, | Satoshi Asami | 1996-01-02 | 2 | -8/+40 |
| * | Fix the number of ports created for devfs.. it had been only creating | Peter Wemm | 1996-01-02 | 2 | -4/+4 |
| * | Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative | David Greenman | 1996-01-02 | 2 | -6/+6 |
| * | Introduce a wormunit() so the control device will work. | Joerg Wunsch | 1996-01-02 | 1 | -2/+7 |
| * | Fix last "fix" - I had introduced a fencepost error.. :-( | Peter Wemm | 1996-01-02 | 2 | -4/+4 |
| * | Fix up the DEVFS minor numbers that the Specialix driver registers... | Peter Wemm | 1996-01-02 | 2 | -14/+22 |
| * | Remove unnecessary debug printf's ("no references", "bad-id") - these | Peter Wemm | 1996-01-02 | 2 | -2/+23 |
| * | I have some problem here, which shows up in the ahc0 driver. It isn't where | Poul-Henning Kamp | 1996-01-01 | 2 | -2/+14 |
| * | Fixed user-mode mcount which I broke in the previous revision. | Bruce Evans | 1996-01-01 | 2 | -26/+66 |
| * | Fix the reversed source and dest args to bcopy() in the kernel space | Peter Wemm | 1996-01-01 | 2 | -5/+5 |
| * | fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont | Peter Wemm | 1996-01-01 | 1 | -1/+3 |
| * | Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype) | Peter Wemm | 1996-01-01 | 1 | -2/+8 |
| * | Make pipe() return a set of bidirectional pipe fd's rather than one-way only | Peter Wemm | 1996-01-01 | 1 | -3/+3 |
| * | Restrict /devfs/io perms to 0600. | Joerg Wunsch | 1995-12-31 | 2 | -4/+4 |
| * | In memory test, cast pointer as "volatile int *", not "int *" to make sure | David Greenman | 1995-12-30 | 2 | -18/+18 |
| * | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 1 | -45/+0 |
| * | recording cvs-1.6 file death | Peter Wemm | 1995-12-30 | 141 | -60469/+0 |
| * | Use a medium_type field of 0 (Default), instead of the value that was | Joerg Wunsch | 1995-12-30 | 1 | -3/+9 |
| * | Copied mcount.c from the library again. #include'ing it via a relative | Bruce Evans | 1995-12-30 | 1 | -3/+325 |
| * | Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support at | Bruce Evans | 1995-12-30 | 3 | -3/+9 |
| * | Oops, forgot a little difference between my src-tree and ours... | Søren Schmidt | 1995-12-30 | 2 | -4/+4 |
| * | Fixed a bug with the ATAPI_STATIC option, so it compiles again. | Søren Schmidt | 1995-12-29 | 1 | -3/+8 |
| * | My first shot at get sound to work on the emulator. | Søren Schmidt | 1995-12-29 | 6 | -16/+254 |
| * | Added SYSVSHM define | Søren Schmidt | 1995-12-29 | 1 | -2/+2 |
| * | Implemented non-statistical kernel profiling. This is based on | Bruce Evans | 1995-12-29 | 11 | -280/+665 |
| * | Fixed erroneous resending of the output buffer. | Bruce Evans | 1995-12-29 | 2 | -22/+68 |
| * | Oops, this should have been committed with the other Hayes ESP changes. | Bruce Evans | 1995-12-29 | 3 | -0/+228 |
| * | Added support for the Hayes ESP serial card. | Bruce Evans | 1995-12-29 | 6 | -6/+366 |
| * | 1) ifdef out some unused functions (for now) | Mark Murray | 1995-12-29 | 4 | -40/+66 |
| * | Make a couple of options that hurt when they're removed more | Jordan K. Hubbard | 1995-12-29 | 5 | -22/+39 |
| * | Remove some bogus externs. | David Greenman | 1995-12-29 | 1 | -4/+1 |
| * | Add the attempted DMA address to the 'DMA beyond end of ISA' message so that | Peter Wemm | 1995-12-29 | 1 | -2/+3 |
| * | Made bzero a function vector and added a 586/686 optimized version of | David Greenman | 1995-12-28 | 5 | -129/+8 |