summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *sigh* We can't remove VINUMDEBUG entirely, since we include kernelgrog2001-05-231-3/+2
* Remove cruft.grog2001-05-231-3/+0
* Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable.grog2001-05-238-31/+27
* define _KERNEL before including <sys/conf.h>phk2001-05-231-1/+1
* We don't need to include <sys/conf.h>phk2001-05-231-1/+0
* Don't acquire Giant just to call trap_fatal(), we are about to panicjhb2001-05-233-12/+0
* Don't release Giant around vm_oject_page_clean() in fsync() as the pagerjhb2001-05-232-4/+0
* A feature to allow one to telnet to a unix domain socket. (MFC fromdillon2001-05-236-6/+102
* - Assert Giant is held in the vnode pager methods.jhb2001-05-231-14/+18
* - Add in several asserts of vm_mtx.jhb2001-05-231-5/+42
* A feature to allow one to telnet to a unix domain socket.dillon2001-05-233-4/+44
* - Assert that the vm lock is held for all of _vm_object_allocate().jhb2001-05-231-31/+48
* - Add lots of vm_mtx assertions.jhb2001-05-231-2/+39
* - Lock the VM around the pmap_swapin_proc() call in faultin().jhb2001-05-231-15/+16
* - Fix the sw_alloc_interlock to actually lock itself when the lock isjhb2001-05-231-16/+20
* Assert Giant is held for the device pager alloc and getpages methods sincejhb2001-05-231-3/+3
* Assert Giant is held by the caller rather than getting it and releasingjhb2001-05-232-20/+4
* - Always call bfreekva() w/o vm_mtx held.jhb2001-05-231-28/+12
* Don't acquire/release Giant around some of the places that need it injhb2001-05-231-2/+1
* - Obtain Giant in mmap() syscall while messing with file descriptors andjhb2001-05-231-18/+32
* pmap_mapdev needs the vm_mtx, aquire it if not already lockedalfred2001-05-232-0/+16
* 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
OpenPOWER on IntegriCloud