| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 2 | -3/+1 |
* | Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile. | obrien | 2001-06-01 | 1 | -0/+5 |
* | Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c | jesper | 2001-05-31 | 4 | -8/+0 |
* | Export via sysctl: | dd | 2001-05-30 | 3 | -0/+39 |
* | Remove the hack-around for the slice/label code, it didn't | phk | 2001-05-29 | 1 | -11/+1 |
* | Since the netexport struct was centralised to 'struct mount', | iedowse | 2001-05-29 | 1 | -1/+1 |
* | Remove a comment which was past its shelf life. | phk | 2001-05-29 | 1 | -1/+0 |
* | With the new kernel dev_t conversions done at release 4.X, | phk | 2001-05-28 | 1 | -0/+1 |
* | The disklabel/slice code is more twisted than I thought. Revert to | phk | 2001-05-28 | 1 | -0/+1 |
* | Handle NULL struct device *s | brian | 2001-05-28 | 1 | -2/+2 |
* | o uifree() the cr_ruidinfo in crfree() as well as cr_uidinfo now that the rea... | rwatson | 2001-05-27 | 1 | -0/+2 |
* | o pcred-removal changes included modifications to optimize the setting of | rwatson | 2001-05-26 | 1 | -7/+8 |
* | Create a general facility for making dev_t's depend on another | phk | 2001-05-26 | 5 | -41/+45 |
* | Add vm locking to sendfile(2) and sf_buf_free(). | jhb | 2001-05-25 | 1 | -5/+13 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 14 | -266/+378 |
* | Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t, | phk | 2001-05-25 | 1 | -11/+12 |
* | Use the name given to the dev_t, rather than creating our own. | phk | 2001-05-25 | 1 | -1/+2 |
* | - sys/msdosfs moved to sys/fs/msdosfs | ru | 2001-05-25 | 1 | -2/+2 |
* | Don't rely on cdevsw_add() when we hack about with dev_t's. | phk | 2001-05-24 | 1 | -0/+2 |
* | Don't take the detour around devsw() to find out if the proto-cdevsw | phk | 2001-05-24 | 1 | -3/+1 |
* | whitespace/style | alfred | 2001-05-24 | 1 | -1/+2 |
* | 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 |