| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 3 | -2/+20 |
* | Correct style bugs with regards to long lines and comments. | dd | 2001-05-23 | 1 | -15/+22 |
* | Don't acquire Giant just to call trap_fatal(), we are about to panic | jhb | 2001-05-23 | 1 | -4/+0 |
* | Don't release Giant around vm_oject_page_clean() in fsync() as the pager | jhb | 2001-05-23 | 2 | -4/+0 |
* | - Always call bfreekva() w/o vm_mtx held. | jhb | 2001-05-23 | 1 | -28/+12 |
* | - Lock the VM when initializing the vmspace for proc0. | jhb | 2001-05-23 | 1 | -2/+2 |
* | Lock the VM while twiddling the vmspace. | jhb | 2001-05-23 | 1 | -1/+2 |
* | Increment mbstat.m_mpfail, not mbstat.m_mcfail, when m_pullup() fails. | bmilekic | 2001-05-23 | 1 | -1/+1 |
* | Don't release the vm lock just to turn around and grab it again. | jhb | 2001-05-23 | 1 | -3/+0 |
* | Add in assertions to ensure that we always call msleep or mawait with | jhb | 2001-05-23 | 1 | -0/+4 |
* | syslogd gets kernel log messages only once every 30 seconds or | phk | 2001-05-23 | 1 | -4/+7 |
* | aquire vm_mutex a little bit earlier to protect a pmap call. | alfred | 2001-05-23 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 5 | -25/+23 |
* | Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks. | dd | 2001-05-22 | 1 | -27/+0 |
* | Convert this driver to (ab?)use line disciplines to get the input it | dd | 2001-05-22 | 1 | -17/+84 |
* | Convert npx interrupts into traps instead of vice versa. This is much | bde | 2001-05-22 | 1 | -0/+22 |
* | Correct the vm_mtx handling; specifically, don't acquire it in | dd | 2001-05-22 | 1 | -5/+13 |
* | Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catch | alfred | 2001-05-22 | 1 | -2/+0 |
* | Sort includes. | jhb | 2001-05-21 | 1 | -1/+1 |
* | - Assert that the vm mutex is held in pipe_free_kmem(). | jhb | 2001-05-21 | 1 | -1/+6 |
* | Axe unneeded spl()'s. | jhb | 2001-05-21 | 1 | -4/+1 |
* | Aquire vm mutex when releasing sysv shm segments. | alfred | 2001-05-20 | 1 | -0/+4 |
* | Add convenience function kernel_sysctlbyname() for kernel consumers, | jlemon | 2001-05-19 | 1 | -1/+24 |
* | remove my private assertions from tsleep. | alfred | 2001-05-19 | 1 | -7/+2 |
* | Regen syscalls that were made mpsafe via vm_mtx | alfred | 2001-05-19 | 2 | -19/+19 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 21 | -35/+259 |
* | - Don't panic on a try lock operation for a sleep lock if we hold a spin | jhb | 2001-05-17 | 1 | -2/+6 |
* | - Remove the global ithread_list_lock spin lock in favor of per-ithread | jhb | 2001-05-17 | 1 | -37/+30 |
* | - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. | jhb | 2001-05-17 | 1 | -0/+12 |
* | o Modify access control checks in p_candebug() such that the policy is as | rwatson | 2001-05-17 | 1 | -3/+3 |
* | Cleanup | alfred | 2001-05-17 | 1 | -54/+50 |
* | initialize pipe pointers | alfred | 2001-05-17 | 1 | -0/+1 |
* | pipe_create has to zero out the select record earlier to avoid | alfred | 2001-05-17 | 1 | -1/+1 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -11/+45 |
* | remove include of ipl.h because it no longer exists | alfred | 2001-05-16 | 1 | -1/+0 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 4 | -4/+0 |
* | - Remove unneeded include of sys/ipl.h. | jhb | 2001-05-15 | 1 | -1/+2 |
* | - Remove unneeded include of sys/ipl.h. | jhb | 2001-05-15 | 1 | -3/+2 |
* | Support /dev/ctty again | brian | 2001-05-15 | 1 | -3/+8 |
* | Back out scanning file descriptors with holding a process lock. | tanimura | 2001-05-15 | 1 | -2/+34 |
* | When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUT | jlemon | 2001-05-14 | 1 | -3/+3 |
* | Use the new ability to avoid practically all the gunk in this file. | phk | 2001-05-14 | 1 | -17/+26 |
* | - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9). | tanimura | 2001-05-14 | 1 | -40/+131 |
* | Simplify the vm fault trap handling code a bit by using if-else instead of | jhb | 2001-05-11 | 1 | -29/+15 |
* | In vrele() and vput(), avoid triggering the confusing "missed vn_close" | iedowse | 2001-05-11 | 1 | -2/+6 |
* | Check witness_dead in more functions to avoid panic'ing when assertions | jhb | 2001-05-11 | 1 | -3/+16 |
* | Regenerate. | tegge | 2001-05-11 | 1 | -1/+1 |
* | gettimeofday() is MP safe on both -current and -stable. | tegge | 2001-05-11 | 1 | -1/+1 |
* | - Split out the support for per-CPU data from the SMP code. UP kernels | jhb | 2001-05-10 | 3 | -56/+73 |
* | Remove an 'optimization' I hope to never see again. | alfred | 2001-05-08 | 1 | -89/+111 |