| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -4/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 2 | -5/+6 |
* | Add missing prototype for pmap_unmapdev(). | jhb | 2002-01-11 | 1 | -0/+1 |
* | Use a spare slot in the machine context to identify the context format | deischen | 2002-01-10 | 2 | -1/+5 |
* | Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask). | peter | 2002-01-05 | 2 | -6/+6 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 2 | -1/+5 |
* | This file does not need to include procfs.h. This fixes a bunch of warnings. | des | 2002-01-01 | 1 | -1/+0 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 1 | -1/+1 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 9 | -22/+101 |
* | Fix typo. s/pa/va/. *blush* | peter | 2001-12-20 | 1 | -1/+1 |
* | Replace a bunch of: | peter | 2001-12-20 | 1 | -28/+9 |
* | Fix some whitespace nits, converge with other pmap.c's | peter | 2001-12-20 | 1 | -6/+14 |
* | Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use | jhb | 2001-12-18 | 1 | -2/+0 |
* | Whitespace fix. | jhb | 2001-12-18 | 1 | -1/+1 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 11 | -32/+31 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 1 | -12/+4 |
* | Enable UFS_DIRHASH in the GENERIC kernel. | iedowse | 2001-12-14 | 2 | -0/+2 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 17 | -291/+91 |
* | style(9) | obrien | 2001-12-09 | 1 | -9/+8 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 3 | -3/+4 |
* | s/^options\t\t/options \t/ | des | 2001-12-04 | 1 | -15/+15 |
* | PROCFS requires PSEUDOFS. | des | 2001-12-04 | 3 | -3/+6 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 1 | -2/+0 |
* | fix DIAGNOSTIC panic caused by proc/thread typo | gallatin | 2001-11-29 | 1 | -1/+1 |
* | The DEC kn300 has special code for console handling hardcoded here, so add | jlemon | 2001-11-22 | 1 | -0/+1 |
* | Cosmetic tweak to eliminate some diffs | peter | 2001-11-16 | 1 | -2/+0 |
* | Merge another missing part of i386/pmap.c rev 1.220. Dont blindly clear | peter | 2001-11-16 | 1 | -1/+2 |
* | Oops, I accidently merged a whitespace error from the original commit. | peter | 2001-11-16 | 1 | -1/+1 |
* | Merge rev 1.264 from i386/pmap.c (tegge via alfred): | peter | 2001-11-16 | 1 | -1/+4 |
* | Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson): | peter | 2001-11-16 | 1 | -0/+3 |
* | Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect() | peter | 2001-11-16 | 1 | -1/+1 |
* | Converge/fix some debug code (#if 0'ed on alpha, but whatever) | peter | 2001-11-16 | 1 | -15/+11 |
* | Converge with i386/pmap.c - dont refer to curproc, use curthread. | peter | 2001-11-16 | 1 | -2/+2 |
* | Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.c | peter | 2001-11-16 | 1 | -5/+1 |
* | As part of a general cleanup and reconvergence of related pmap code, | peter | 2001-11-16 | 1 | -24/+0 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -5/+0 |
* | Introduce a boot environment variable (clock_compat_osf1) which can | gallatin | 2001-11-03 | 1 | -1/+26 |
* | Remove unneeded and #if 0'ed code to register in cdevsw[] | phk | 2001-11-03 | 1 | -13/+0 |
* | Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid free | dillon | 2001-11-03 | 1 | -1/+17 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Rather than just change the arguments to suser() change the function to | mike | 2001-11-02 | 1 | -1/+1 |
* | "Fix" a problem that got copied from alpha to ia64 and broke there. | peter | 2001-11-02 | 1 | -1/+3 |
* | o Permit osf1-emulated programs to modify uid/gid under jail by | rwatson | 2001-11-01 | 1 | -2/+2 |
* | Fix misspelling in comment. | mjacob | 2001-10-31 | 1 | -1/+1 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 1 | -2/+2 |
* | minor commenting based on syscall environment | dillon | 2001-10-26 | 1 | -0/+6 |
* | Detach the prom console when platform.cons_init is called. This seems | mjacob | 2001-10-26 | 3 | -2/+15 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -2/+19 |
* | cn_tab no longer exists, use cnadd() to add a console device. Note that | jlemon | 2001-10-24 | 2 | -2/+2 |
* | Remove call to cninit_finish(). | jlemon | 2001-10-24 | 1 | -2/+0 |