| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix probe/attach a little. We don't have to call bpfattach() anymore | wpaul | 2000-12-08 | 1 | -22/+19 |
* | Revert the previous change I made to cpu_switch. It doesn't help as | jake | 2000-12-08 | 5 | -8/+14 |
* | Staticise some malloc pools | msmith | 2000-12-08 | 2 | -2/+2 |
* | Do not check for existence of ${_dir}/kern/ , because for modules that set | jasone | 2000-12-08 | 1 | -1/+1 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 41 | -55/+59 |
* | Fix a jump to the wrong label, <sigh>. Put a period at the end of a | jake | 2000-12-08 | 2 | -4/+4 |
* | Fixes to the Aironet driver to clear up some WEP issues. | archie | 2000-12-08 | 2 | -2/+5 |
* | Argh, revert the clobber changes. Since %ecx and %edx aren't call safe, | jhb | 2000-12-08 | 2 | -18/+18 |
* | staticize. | phk | 2000-12-08 | 3 | -6/+7 |
* | Remove conflicts between unsinged char *s and int s. | non | 2000-12-08 | 1 | -6/+6 |
* | Remove a warning. | n_hibma | 2000-12-08 | 1 | -1/+2 |
* | Remove unused declarations for spending and sdelayed, and remove unused | jake | 2000-12-08 | 1 | -22/+0 |
* | Whitespace. Make the indentation for MPASS and MPASS2 consistent and | jake | 2000-12-08 | 1 | -9/+11 |
* | Resolve conflicts from the 20001201 merge. | msmith | 2000-12-08 | 4 | -82/+150 |
* | This commit was generated by cvs2svn to compensate for changes in r69746, | msmith | 2000-12-08 | 158 | -2228/+2908 |
|\ |
|
| * | Update to the 20001201 ACPI CA snapshot. | msmith | 2000-12-08 | 162 | -2310/+3058 |
* | | Add macros MPASS3 and MPASS4, which take the file and line number | jake | 2000-12-08 | 1 | -5/+13 |
* | | - Convert a lot of homebrew debugging output to use the ACPI CA debugging | msmith | 2000-12-08 | 13 | -196/+512 |
* | | Change the calling conventions of the MTX_ENTER macro to match | jake | 2000-12-08 | 2 | -22/+26 |
* | | Kill some bogus "register" keywords. | phk | 2000-12-08 | 1 | -31/+11 |
* | | Well, the previous commit wasn't entirely correct either. For now, just | jhb | 2000-12-08 | 2 | -2/+4 |
* | | Add "empty" makefile. Cross-building fails without it. | marcel | 2000-12-08 | 1 | -0/+5 |
* | | Add comments to the proc structure to describe how each member will be | jhb | 2000-12-08 | 1 | -93/+113 |
* | | Add missing #include. | archie | 2000-12-08 | 1 | -0/+1 |
* | | Only call bwillwrite() for vnodes. Do not penalize devices or pipes. | dillon | 2000-12-07 | 1 | -1/+2 |
* | | When I converted this driver, I neglected to deal with packet alignment. | wpaul | 2000-12-07 | 1 | -0/+17 |
* | | Hide intrstate in the #ifdef where it belongs. | phk | 2000-12-07 | 1 | -1/+1 |
* | | Don't use a private malloc(9) type for something this M_DEVBUFish. | phk | 2000-12-07 | 1 | -6/+4 |
* | | Add needed include of <sys/devicestat.h> | phk | 2000-12-07 | 1 | -0/+1 |
* | | Move extern tsc_present outside function to quelch a warning. | phk | 2000-12-07 | 2 | -2/+8 |
* | | Add __ucmpdi2 prototype to quelch a warning. | phk | 2000-12-07 | 1 | -0/+1 |
* | | Add back some now needed #include <sys/systm.h> | phk | 2000-12-07 | 32 | -12/+36 |
* | | Build the sym driver as a kernel module. | alex | 2000-12-07 | 1 | -0/+9 |
* | | Remove unneeded include of <pci.h> | alex | 2000-12-07 | 1 | -1/+0 |
* | | Create a pmtimer device instance for GENERIC and NEWCARD kernels by default. | iwasaki | 2000-12-07 | 3 | -0/+3 |
* | | Add Isochronus transfer mode support required by | roger | 2000-12-07 | 1 | -13/+180 |
* | | Non functional change. | roger | 2000-12-07 | 1 | -70/+21 |
* | | Add support for compiling ray driver. | imp | 2000-12-07 | 1 | -0/+9 |
* | | Fix broken register restraints that needlessly clobbered registers %ecx | jhb | 2000-12-07 | 2 | -26/+26 |
* | | Convert from spl -> mutex. | archie | 2000-12-07 | 2 | -39/+35 |
* | | Partially re-write T2 chipset support based on Tru64 platform support | gallatin | 2000-12-07 | 5 | -99/+454 |
* | | Really fix phys_pager: | alfred | 2000-12-06 | 1 | -31/+36 |
* | | Add necessary bwillwrite() in writev() entry point. | dillon | 2000-12-06 | 2 | -3/+4 |
* | | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | peter | 2000-12-06 | 6 | -32/+29 |
* | | Simplify this a bit so that it doesn't have to generate silly redundant | peter | 2000-12-06 | 2 | -28/+6 |
* | | This is kind of a nasty hack, but it appears to solve the Compaq DL360 | peter | 2000-12-06 | 7 | -14/+91 |
* | | Pass RFSTOPPED to fork1() in kthread_create() to avoid a race condition | jhb | 2000-12-06 | 1 | -1/+9 |
* | | - Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simple | jhb | 2000-12-06 | 1 | -2/+14 |
* | | Protect accesses to member of struct proc with the proc lock. | jhb | 2000-12-06 | 6 | -4/+24 |
* | | Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into | peter | 2000-12-06 | 5 | -41/+32 |