summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move objflags from vinumvar.h to vinumobj.h in preparation forgrog2001-05-231-45/+1
* Move objflags from vinumvar.h to vinumobj.h in preparation forgrog2001-05-231-2/+37
* Move external declaration to vinumhdr.h.grog2001-05-231-1/+2
* Set flag VF_HASDEBUG in vinum_conf to indicate that the module wasgrog2001-05-231-10/+6
* Add better support for the Ricoh 5C296 and 5C396 chips. These chipsimp2001-05-234-9/+28
* Add recognition for Toshiba ToPIC-100.imp2001-05-232-0/+4
* Add a makefile for snp(4) since it can be compiled as a module now.dd2001-05-221-0/+9
* New header file.grog2001-05-221-0/+54
* Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks.dd2001-05-221-27/+0
* Convert this driver to (ab?)use line disciplines to get the input itdd2001-05-222-34/+168
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-2214-321/+314
* aquire vm mutex in swp_pager_async_iodone. Don't call swp_pager_async_iodonealfred2001-05-221-2/+3
* grab the vm mtx around exec_new_vmspace()gallatin2001-05-221-0/+2
* MALLOC -> malloc, FREE -> freebrian2001-05-221-5/+5
* M_COPY_PKTHDR has to be done before MCLGET.ume2001-05-221-4/+5
* Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109).ru2001-05-221-4/+1
* Remove duplicate include and sort includes.jhb2001-05-221-3/+2
* Sort includes.jhb2001-05-221-1/+1
* Add vinumobj.h to SRCS.grog2001-05-221-2/+2
* Remove Malloc definitions (now in vinumext.h)grog2001-05-221-21/+2
* Unlock the VM lock at the end of munlock() instead of locking it again.jhb2001-05-221-1/+1
* Sort includes from previous commit.jhb2001-05-221-1/+1
* Correct the vm_mtx handling; specifically, don't acquire it indd2001-05-221-5/+13
* Add a field 'version' to vinum_conf. This field is a constant whichgrog2001-05-221-191/+30
* vinumstart: If a write request is for a RAID-[45] plex or a volumegrog2001-05-221-13/+23
* tokenize: Take third parameter specifying the maximum number ofgrog2001-05-221-6/+8
* Cosmetics: wrap long lines to be < 80 characters.grog2001-05-221-2/+4
* Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.grog2001-05-221-12/+25
* Change ioctls to use the expurgated userland version of the Vinumgrog2001-05-223-20/+22
* format_config: Replace long format lines.grog2001-05-221-18/+28
* complete_rqe:grog2001-05-221-7/+41
* Remove unnecessary declarations of userland functions.grog2001-05-221-13/+25
* config_sd: Add code to recognize "retryerrors" keyword.grog2001-05-221-29/+48
* free_vinum: Change some explicit struct member references to the SD,grog2001-05-221-13/+23
* Add xferinfo flag bit for copied buffers.grog2001-05-221-2/+16
* New file containing definitions for separate views of objects forgrog2001-05-221-0/+275
* Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catchalfred2001-05-221-2/+0
* Sort includes.jhb2001-05-221-3/+3
* Fix a grammar nit.dd2001-05-221-1/+1
* Remove a few more spl's I missed earlier.jhb2001-05-222-4/+0
* Sort includes from previous commit.jhb2001-05-212-2/+2
* Sort includes.jhb2001-05-217-7/+7
* - Assert that the vm mutex is held in pipe_free_kmem().jhb2001-05-211-1/+6
* Axe unneeded spl()'s.jhb2001-05-213-10/+1
* syslog.h fails to compile with -Wwrite-stringsphk2001-05-211-2/+2
* Change pmap_emulate_reference() so that it only touches the vm_pagegallatin2001-05-211-1/+9
* catch these files up to their i386 neighbors to make alpha bootgallatin2001-05-215-20/+60
* Update pc98 memory probe functions.nyan2001-05-214-572/+82
* Merged from sys/i386/isa/npx.c revisions 1.99 and 1.100.nyan2001-05-211-74/+29
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.nyan2001-05-212-24/+24
OpenPOWER on IntegriCloud