summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.nyan2001-05-212-8/+8
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)hm2001-05-211-4/+4
* Move allocation of ExCA registers from the base driver into the busimp2001-05-213-34/+17
* Move setting of Vcc bit to before the vcc switch statement. Theimp2001-05-211-7/+5
* Next step on the road to pci: power taming.imp2001-05-214-84/+108
* Next step towards pcic_pci: the ability to allocate mapped memory in attach.imp2001-05-213-11/+72
* Add description for 82801BA controller.kuriyama2001-05-212-0/+32
* Two comments and one bug fix:imp2001-05-212-3/+15
* Aquire vm mutex when releasing sysv shm segments.alfred2001-05-201-0/+4
* Throw away the complications in npxsave() and their infrastructure.bde2001-05-203-159/+69
* Use a critical region to protect almost everything in npxinit().bde2001-05-203-0/+18
* Use a critical region to protect pushing of curproc's npx state tobde2001-05-201-1/+4
* Use a critical region to protect saving of the npx state in savectx().bde2001-05-203-3/+12
* fix vm_mtx related compiler warninggallatin2001-05-201-0/+1
* fix alpha-MD compile errors after the vm_mtx commitgallatin2001-05-2011-0/+11
* Update softdep_setup_directory_add prototype to reflect changes inmckusick2001-05-201-2/+3
* Plug memoly leak in overlaps fragment cases.sumikawa2001-05-201-0/+6
* Add SmartLink 5634PCV SurfRidersanpei2001-05-202-0/+2
OpenPOWER on IntegriCloud