| Commit message (Expand) | Author | Age | Files | Lines |
* | beginnings of virtual playback channel support | cg | 2001-05-27 | 10 | -212/+927 |
* | add a new method for retrieving feeder parameters | cg | 2001-05-27 | 3 | -4/+39 |
* | don't erase info in sndbuf_setup() | cg | 2001-05-27 | 2 | -6/+24 |
* | In the VIRTUAL_TTY macro, add a check to make sure that the result of | dd | 2001-05-27 | 1 | -1/+2 |
* | Add a CONS_CLRHIST ioctl which instructs syscons to clear the history | dd | 2001-05-27 | 1 | -0/+6 |
* | Acquire vm_mtx before calling vm_pager_deallocate. | dd | 2001-05-27 | 1 | -1/+7 |
* | add Dualmode Zoom/FaxModem 56K (internal) Model 2919 | sanpei | 2001-05-26 | 1 | -0/+1 |
* | Dang, I lost the sign in that brucification. DTRT with PCATCH. | phk | 2001-05-26 | 1 | -17/+17 |
* | Currently, each wireless networking driver has it's own control program | phk | 2001-05-26 | 9 | -6/+1068 |
* | Separate out pci cardbus bridge definitions to a common file for use | imp | 2001-05-25 | 2 | -37/+66 |
* | Fix DMA on machines with more than 128MB. | scottl | 2001-05-25 | 1 | -1/+1 |
* | Don't lie to diskerr() now that it listens to us. | phk | 2001-05-25 | 1 | -5/+0 |
* | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | grog | 2001-05-23 | 8 | -31/+27 |
* | Regenerate | wpaul | 2001-05-23 | 1 | -1/+6 |
* | Tweak the xmphy driver a little bit based on something I learned about | wpaul | 2001-05-23 | 3 | -8/+23 |
* | Vlan tags are 12 bits, mask off anything above since the chip doesn't | phk | 2001-05-23 | 1 | -2/+2 |
* | Use '+' not '|' to add PCATCH to tsleep. | phk | 2001-05-23 | 1 | -2/+2 |
* | Remove the empty uscannerioctl() and use noioctl() instead. | phk | 2001-05-23 | 1 | -8/+1 |
* | Move objflags from vinumvar.h to vinumobj.h in preparation for | grog | 2001-05-23 | 1 | -45/+1 |
* | Move objflags from vinumvar.h to vinumobj.h in preparation for | grog | 2001-05-23 | 1 | -2/+37 |
* | Move external declaration to vinumhdr.h. | grog | 2001-05-23 | 1 | -1/+2 |
* | Set flag VF_HASDEBUG in vinum_conf to indicate that the module was | grog | 2001-05-23 | 1 | -10/+6 |
* | New header file. | grog | 2001-05-22 | 1 | -0/+54 |
* | Convert this driver to (ab?)use line disciplines to get the input it | dd | 2001-05-22 | 1 | -17/+84 |
* | MALLOC -> malloc, FREE -> free | brian | 2001-05-22 | 1 | -5/+5 |
* | Remove Malloc definitions (now in vinumext.h) | grog | 2001-05-22 | 1 | -21/+2 |
* | Add a field 'version' to vinum_conf. This field is a constant which | grog | 2001-05-22 | 1 | -191/+30 |
* | vinumstart: If a write request is for a RAID-[45] plex or a volume | grog | 2001-05-22 | 1 | -13/+23 |
* | tokenize: Take third parameter specifying the maximum number of | grog | 2001-05-22 | 1 | -6/+8 |
* | Cosmetics: wrap long lines to be < 80 characters. | grog | 2001-05-22 | 1 | -2/+4 |
* | Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests. | grog | 2001-05-22 | 1 | -12/+25 |
* | Change ioctls to use the expurgated userland version of the Vinum | grog | 2001-05-22 | 3 | -20/+22 |
* | format_config: Replace long format lines. | grog | 2001-05-22 | 1 | -18/+28 |
* | complete_rqe: | grog | 2001-05-22 | 1 | -7/+41 |
* | Remove unnecessary declarations of userland functions. | grog | 2001-05-22 | 1 | -13/+25 |
* | config_sd: Add code to recognize "retryerrors" keyword. | grog | 2001-05-22 | 1 | -29/+48 |
* | free_vinum: Change some explicit struct member references to the SD, | grog | 2001-05-22 | 1 | -13/+23 |
* | Add xferinfo flag bit for copied buffers. | grog | 2001-05-22 | 1 | -2/+16 |
* | New file containing definitions for separate views of objects for | grog | 2001-05-22 | 1 | -0/+275 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Add description for 82801BA controller. | kuriyama | 2001-05-21 | 1 | -0/+16 |
* | Add SmartLink 5634PCV SurfRider | sanpei | 2001-05-20 | 1 | -0/+1 |
* | #include <digi/*.h> -> #include <dev/digi/*.h> | brian | 2001-05-19 | 3 | -9/+9 |
* | Fairwell digiio.h (moved to src/sys/sys) | brian | 2001-05-19 | 1 | -61/+0 |
* | digiio.h has moved to /usr/include/sys | brian | 2001-05-19 | 3 | -7/+7 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 8 | -0/+8 |
* | Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it | nik | 2001-05-18 | 1 | -0/+18 |
* | Add workaround for embedded NICs, in particular, the 815E boards. | jlemon | 2001-05-17 | 2 | -17/+44 |
* | Primary purpose of this commit is to enable support for the Aviator | dmlb | 2001-05-17 | 4 | -300/+715 |
* | Disable the wi driver locking for now. The driver tries to tsleep with the | jhb | 2001-05-17 | 1 | -2/+2 |