| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Temporarily disconnect linprocfs from the build, until I fix it so it builds | des | 2000-12-12 | 1 | -1/+1 |
* | mdoc(7) police: Add a missing .Os. | ru | 2000-12-12 | 1 | -1/+1 |
* | mdoc(7) police: .Os CMU -> .Os, split authors for better output. | ru | 2000-12-12 | 2 | -2/+3 |
* | Remove hard-sentence breaks, canonify .Dd (no leading zero). | ru | 2000-12-12 | 2 | -10/+15 |
* | Catch up with the recent conversion the per-eventhandler list mutex to | iwasaki | 2000-12-12 | 2 | -0/+2 |
* | Document what Idle=* means in a short format display. | ru | 2000-12-12 | 1 | -0/+3 |
* | - We have access to our own device_t here, so use pci_read_config | msmith | 2000-12-12 | 2 | -30/+77 |
* | Don't try to fix up the Orion here; the interface we use is wrong for the | msmith | 2000-12-12 | 1 | -16/+0 |
* | Stop restore from looping under certain error conditions. This | iedowse | 2000-12-12 | 3 | -15/+16 |
* | make sure we tear down the devnodes for the endpoints 1 and above | n_hibma | 2000-12-12 | 1 | -46/+74 |
* | mdoc(7) police: Now that .Fx macro is parsed, backout | ru | 2000-12-12 | 1 | -5/+2 |
* | Always build the ISA and EISA bridge code. This is slightly unintiuitive, | msmith | 2000-12-12 | 1 | -2/+2 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 19 | -483/+591 |
* | Don't give up on file write errors. Just log them and continue. | mckusick | 2000-12-12 | 1 | -1/+0 |
* | Document /usr/include/isc. | archie | 2000-12-12 | 1 | -0/+2 |
* | - Convert the per-eventhandler list mutex to a lockmgr lock so that it can | jhb | 2000-12-12 | 3 | -21/+29 |
* | Fix the assembly mutex macros to call the appropriate witness functions if | jhb | 2000-12-12 | 2 | -6/+76 |
* | Since _mtx_enter() and friends are static inline functions now instead of | jhb | 2000-12-12 | 1 | -13/+0 |
* | - Don't return early from the PCI:EISA bridge attachment, or we will lose | msmith | 2000-12-12 | 2 | -42/+41 |
* | enable the proper cascade irq on as1000a | gallatin | 2000-12-12 | 1 | -1/+1 |
* | fix AS1000/AS1000A support. It turns out the that iobus depends on the | gallatin | 2000-12-12 | 1 | -2/+10 |
* | fix various compiler warnings generated by previous commit | gallatin | 2000-12-12 | 1 | -5/+5 |
* | - Add code to detect if a system call returns with locks other than Giant | jake | 2000-12-12 | 10 | -4/+78 |
* | - Don't bother taking a trace message if we have panic'd since doing so | jhb | 2000-12-12 | 1 | -1/+3 |