| Commit message (Expand) | Author | Age | Files | Lines |
* | A bunch of fixes that have been rotting in my tree for a month or two | des | 2000-12-09 | 3 | -213/+273 |
* | Add a module version (so that linprocfs can properly depend on procfs) | des | 2000-12-09 | 2 | -0/+2 |
* | Add four missing source files. | des | 2000-12-09 | 1 | -2/+12 |
* | Cosmetic nit; separate slot/function with '.' not ':' | msmith | 2000-12-09 | 1 | -1/+1 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 2 | -2/+4 |
* | - Fix the device database parsing code so that it actually works. | msmith | 2000-12-09 | 3 | -12/+30 |
* | Fixed to support 3Com 3C569B for PC-98. | nyan | 2000-12-09 | 2 | -4/+8 |
* | Remove a comment that referrred to the obsolete mtxf struct. | jhb | 2000-12-09 | 1 | -1/+0 |
* | Next-phase PCI system update; move PCI core code to sys/dev and update | msmith | 2000-12-08 | 5 | -10/+16 |
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 50 | -4487/+1439 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 158 | -601/+362 |
* | 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 |