summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use bus_space functions rather than inb/outb.imp2001-05-245-20/+28
* Produce a config-time warning about EXT2FS and GPL_MATH_EMULATEpeter2001-05-242-2/+4
* Remove DEV_SNP -> opt_snp.hpeter2001-05-241-1/+0
* Do what we should have done a long time ago:imp2001-05-241-0/+10
* Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them toimp2001-05-243-22/+24
* Spelling police: insure -> ensuredd2001-05-241-1/+1
* Use pw(8) instead of grep'ing through /etc/passwd. This fixesdd2001-05-241-3/+3
* Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.dd2001-05-241-0/+1
* Oops, forgot the 'u' in the getopt for the previous commit.dillon2001-05-242-2/+2
* Correct style bugs with regards to long lines and comments.dd2001-05-231-15/+22
* Build snp(4) as a module.dd2001-05-231-2/+2
* *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
OpenPOWER on IntegriCloud