| Commit message (Expand) | Author | Age | Files | Lines |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 11 | -27/+76 |
* | Introduce a new potientially cleaner interface for accessing per-cpu | jake | 2000-12-13 | 22 | -275/+292 |
* | Add route interrupt method. | mjacob | 2000-12-13 | 1 | -0/+2 |
* | Lock the allproc list. | jake | 2000-12-13 | 1 | -1/+4 |
* | #endif should not have a non-comment token after it. | obrien | 2000-12-13 | 1 | -1/+1 |
* | Preventing runaway kernel soft updates memory, take three. | mckusick | 2000-12-13 | 4 | -73/+168 |
* | Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI". | obrien | 2000-12-13 | 3 | -3/+0 |
* | Remove unnecessary includes found by phk's script. I've been building | imp | 2000-12-13 | 4 | -5/+0 |
* | Fix problem with ax88190 based cards trying to probe further after | imp | 2000-12-13 | 1 | -0/+1 |
* | Remove unnecessary includes found by phk's script a long time ago. | imp | 2000-12-13 | 2 | -4/+0 |
* | Add aic and ray modules. I've been building these for a while now on | imp | 2000-12-13 | 1 | -1/+1 |
* | Module for aic | imp | 2000-12-13 | 1 | -0/+9 |
* | Add module dependencies on CAM module. | imp | 2000-12-13 | 3 | -0/+3 |
* | Eliminate a race in MEXTFREE(). The reference counter decrement and test | bmilekic | 2000-12-13 | 1 | -11/+16 |
* | o Tighten restrictions on use of /proc/pid/ctl and move access checks | rwatson | 2000-12-13 | 2 | -8/+20 |
* | Remove a redundant prototype. | msmith | 2000-12-13 | 1 | -1/+0 |
* | Don't try to free the now-nonexistent hdrspec field. This one snuck by | msmith | 2000-12-13 | 2 | -4/+0 |
* | Add isa support: | imp | 2000-12-13 | 4 | -20/+18 |
* | Updates to match changes elsewhere in the PCI subsystem: | msmith | 2000-12-13 | 3 | -98/+34 |
* | Next round of PCI subsystem updates: | msmith | 2000-12-13 | 9 | -1033/+931 |
* | Remove the COMPAT_OLDPCI option, it's going away. | msmith | 2000-12-13 | 4 | -6/+2 |
* | Remove a couple of leftover unused variables. | msmith | 2000-12-13 | 4 | -4/+0 |
* | Use proper mutex locking when calling setrunnable from speedup_syncer(). | mckusick | 2000-12-13 | 2 | -6/+4 |
* | If portmap is started as a dependancy, echo a notice during boot. | bsd | 2000-12-13 | 1 | -3/+18 |
* | Add support for advertising the service we support if the | julian | 2000-12-13 | 1 | -2/+19 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 24 | -75/+99 |
* | Another mismatch found by Gcc: | julian | 2000-12-12 | 3 | -3/+0 |
* | Change initialiser to match new structure layout. | julian | 2000-12-12 | 1 | -1/+0 |
* | remove unused variable | julian | 2000-12-12 | 1 | -1/+0 |
* | It's possible for an ISA bus to be hung off an EISA bridge, so we need to | msmith | 2000-12-12 | 1 | -0/+1 |
* | Catch up to the new kinfo_proc. | jhb | 2000-12-12 | 1 | -4/+4 |
* | Catch up to the new kinfo_proc. | jhb | 2000-12-12 | 3 | -5/+5 |
* | Fix bug in parse type for struct ng_one2many_config. | archie | 2000-12-12 | 1 | -2/+2 |
* | I always forget this file. It's netgraph, but not one of mine..... | julian | 2000-12-12 | 1 | -3/+4 |
* | Typofix: Configration -> Configuration. | dannyboy | 2000-12-12 | 1 | -2/+2 |
* | I have no idea at all why this file was not included in the last commit. | julian | 2000-12-12 | 1 | -1/+2 |
* | Point #includes at compat/linprocfs instead of i386/linux/linprocfs. | des | 2000-12-12 | 5 | -5/+5 |
* | Remove after repo-copy to sys/compat/linprocfs. | des | 2000-12-12 | 5 | -2290/+0 |
* | The linprocfs sources have moved to sys/compat/linprocfs. | des | 2000-12-12 | 1 | -1/+11 |
* | only include sys/proc.h once | mjacob | 2000-12-12 | 1 | -1/+0 |
* | Include sys/proc.h so this compiles [on the Alpha]. | obrien | 2000-12-12 | 1 | -0/+1 |
* | We reference curproc, ergo need <sys/proc.h> | mjacob | 2000-12-12 | 1 | -0/+1 |
* | Add a missing include of <sys/proc.h>. | jhb | 2000-12-12 | 2 | -0/+2 |
* | corrected spelling mistakes in comments | tomsoft | 2000-12-12 | 5 | -235/+310 |
* | Grrrrr. That last commit was supposed to be to the head, not to -stable | wpaul | 2000-12-12 | 12 | -3/+27 |
* | oops that commit included a local hack... take it out.. | julian | 2000-12-12 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 37 | -283/+660 |
* | Add a magic number, for easier identification of boot0. At present, | rnordier | 2000-12-12 | 1 | -1/+5 |
* | Do install-time configuration of the i386 boot0 boot manager. At | rnordier | 2000-12-12 | 1 | -1/+23 |
* | Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros in | jhb | 2000-12-12 | 2 | -0/+10 |