| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't initialize proc0's mutex twice. It is already done earlier on in the | John Baldwin | 2001-09-18 | 1 | -1/+0 |
| * | In the devfs case, have initproc attempt the easy cases of mounting /dev. | Peter Wemm | 2001-09-15 | 1 | -1/+17 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -17/+25 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -4/+4 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -21/+23 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -5/+2 |
| * | - Lock the VM when initializing the vmspace for proc0. | John Baldwin | 2001-05-23 | 1 | -2/+2 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+4 |
| * | - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT. | John Baldwin | 2001-05-17 | 1 | -0/+12 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Stick proc0 in the PID hash table. | John Baldwin | 2001-04-11 | 1 | -0/+1 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -3/+4 |
| * | Do not set a default ELF syscall ABI fallback. | David E. O'Brien | 2001-03-04 | 1 | -0/+3 |
| * | The kernel did not hold a vnode reference associated with the | Ian Dowse | 2001-02-28 | 1 | -0/+1 |
| * | Sigh. Try to get priorities sorted out. Don't bother trying to | Jake Burkholder | 2001-02-28 | 1 | -1/+1 |
| * | Initialize native priority to PRI_MAX. It was usually 0 which made a | Jake Burkholder | 2001-02-26 | 1 | -0/+1 |
| * | It turns out the kernel console works fine and thus doesn't need quite this | John Baldwin | 2001-02-24 | 1 | -23/+0 |
| * | Stricter style(9) conformance - remove unnecessary blank lines in previous | Peter Wemm | 2001-02-23 | 1 | -2/+0 |
| * | Test out the kernel console just before launching the AP's. | John Baldwin | 2001-02-23 | 1 | -0/+24 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -3/+1 |
| * | Implement a unified run queue and adjust priority levels accordingly. | Jake Burkholder | 2001-02-12 | 1 | -2/+3 |
| * | Move the initailization of the proc lock for proc0 very early into the MD | John Baldwin | 2001-02-09 | 1 | -1/+0 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -6/+6 |
| * | - Catch up to p_sflag changes. | John Baldwin | 2001-01-24 | 1 | -20/+11 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 1 | -1/+1 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -2/+2 |
| * | - Add a mutex to the proc structure p_mtx that will be used to lock accesses | John Baldwin | 2000-12-03 | 1 | -0/+1 |
| * | Use an mp-safe callout for endtsleep. | Jake Burkholder | 2000-12-01 | 1 | -1/+1 |
| * | Use callout_reset instead of timeout(9). Most callouts are statically | Jake Burkholder | 2000-11-27 | 1 | -0/+3 |
| * | Protect the following with a lockmgr lock: | Jake Burkholder | 2000-11-22 | 1 | -0/+2 |
| * | ELF kernels should use an ELF sysvec. This allows us to move a.out | David E. O'Brien | 2000-11-05 | 1 | -0/+4 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -1/+1 |
| * | Release Giant before starting up init. | John Baldwin | 2000-09-15 | 1 | -1/+3 |
| * | Move the include of <sys/systm.h> so that KTR gets a declaration for | Doug Rabson | 2000-09-10 | 1 | -1/+1 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -8/+25 |
| * | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | Don Lewis | 2000-09-05 | 1 | -1/+3 |
| * | Avoid the modules madness I inadvertently introduced by making the | Poul-Henning Kamp | 2000-09-02 | 1 | -5/+6 |
| * | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | Poul-Henning Kamp | 2000-08-20 | 1 | -0/+5 |
| * | Clean up some low level bootstrap code: | Peter Wemm | 2000-08-11 | 1 | -97/+61 |
| * | Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already. | Peter Wemm | 2000-08-02 | 1 | -1/+1 |
| * | Remove no-longer-relevant comment. | Mark Murray | 2000-06-25 | 1 | -1/+0 |
| * | fix races in the uidinfo subsystem, several problems existed: | Alfred Perlstein | 2000-06-22 | 1 | -1/+1 |
| * | Add new oid, debug.boothowto. This allows userland apps to see | Jordan K. Hubbard | 2000-02-25 | 1 | -0/+1 |
| * | If we fail to find init, print out the search path used. This helps | Greg Lehey | 1999-12-20 | 1 | -1/+1 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | This is a partial commit of the patch from PR 14914: | Poul-Henning Kamp | 1999-11-16 | 1 | -1/+1 |
| * | swapinit isn't called from vfs_mountroot, so don't complain about it in | Mike Smith | 1999-11-01 | 1 | -18/+0 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Trim unused options (or #ifdef for undoc options). | Peter Wemm | 1999-10-11 | 1 | -1/+0 |