summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lock vm while playing with pmapalfred2001-05-232-0/+18
* Acquire Giant around vm_map_remove() inside of the obreak() syscall forjhb2001-05-231-2/+7
* Regeneratewpaul2001-05-231-1/+6
* Tweak the xmphy driver a little bit based on something I learned aboutwpaul2001-05-233-8/+23
* Take a more conservative approach and still lock Giant around VM faultsjhb2001-05-231-8/+6
* - Lock the VM when initializing the vmspace for proc0.jhb2001-05-231-2/+2
* Lock the VM while twiddling the vmspace.jhb2001-05-231-1/+2
* When a game ends that makes the top 10, the function insert_score inphk2001-05-231-1/+1
* Increment mbstat.m_mpfail, not mbstat.m_mcfail, when m_pullup() fails.bmilekic2001-05-231-1/+1
* Fix memory leak.ume2001-05-231-0/+2
* Polish getnano{up}*time() prototypes.phk2001-05-231-2/+2
* fdformat prompts for user confirmation. it exits 0 if the userphk2001-05-231-1/+1
* Set the phys_pager_alloc_lock to 1 when it is acquired so that it isjhb2001-05-231-1/+2
* Don't release the vm lock just to turn around and grab it again.jhb2001-05-231-3/+0
* Make sure that all resource allocation is handled in the pcib device, notdfr2001-05-2312-119/+90
* Add in assertions to ensure that we always call msleep or mawait withjhb2001-05-231-0/+4
* Vlan tags are 12 bits, mask off anything above since the chip doesn'tphk2001-05-232-4/+4
* syslogd gets kernel log messages only once every 30 seconds orphk2001-05-231-4/+7
* Add some error codes that were added in RFC2616.des2001-05-231-0/+3
* Note that sys.mk is read before any other file (even Makefile)obrien2001-05-231-1/+4
* Use '+' not '|' to add PCATCH to tsleep.phk2001-05-231-2/+2
* Use the correct enums in struct sysinit.phk2001-05-231-2/+2
* Remove the empty uscannerioctl() and use noioctl() instead.phk2001-05-231-8/+1
* Change the way deletes are managed in DEVFS.phk2001-05-232-42/+114
* Document new /usr/include/fs include subdirs.ru2001-05-231-0/+15
* Changed 'blocks' to 'usage' because we may not be getting quotas frompirzyk2001-05-231-1/+1
* Backout (almost) revision 1.137 changes.ru2001-05-231-2/+8
* catch up to i386:gallatin2001-05-231-7/+24
* Changed the clnt_perror string in yp_all because it was saying thepirzyk2001-05-231-1/+1
* Argh, unbreak SHARED=copied case.ru2001-05-231-2/+2
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-2349-3299/+73
* Add NO_I4B to avoid building/installing isdn4bsd package.ru2001-05-236-4/+21
* Fix the range of the returned value.ru2001-05-231-1/+1
* ufs_bmaparray() may block on IO, drop vm mutex and aquire Giant whenalfred2001-05-231-0/+10
* aquire Giant when playing with the buffercache and doing IO.alfred2001-05-231-2/+5
* aquire vm_mutex a little bit earlier to protect a pmap call.alfred2001-05-231-1/+1
* The following modules were renamed:ru2001-05-231-4/+4
* Name this module `umapfs'.ru2001-05-231-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-23117-14501/+156
* 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
* Remove -DVINUMDEBUG. vinum(8) now always supports debug options ifgrog2001-05-231-1/+1
* Remove #ifdef VINUMDEBUG. vinum(8) now always supports debug optionsgrog2001-05-231-37/+1
* vinum_debug: Check for kernel module debug support, print errorgrog2001-05-231-10/+11
* Remove #ifdef VINUMDEBUG. vinum(8) now always supports debug optionsgrog2001-05-231-175/+175
* 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
OpenPOWER on IntegriCloud