| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo. | archie | 2000-12-08 | 1 | -1/+1 |
* | 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 | 2 | -3/+3 |
* | 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 | 3 | -52/+210 |
* | 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 |
* | The drivers ncv, nsp and stg are already merged to -stable. | non | 2000-12-08 | 1 | -1/+1 |
* | mdoc(7) police: Once again, remove single-space hard sentence breaks. | ru | 2000-12-08 | 1 | -69/+142 |
* | strunvis(3) and unvis(3) are the same files. | alex | 2000-12-08 | 1 | -1/+0 |
* | mdoc(7) police: once again, remove the hard sentence breaks. | ru | 2000-12-08 | 1 | -11/+23 |
* | There are four types of encoding now, not three. Most of them use the | alex | 2000-12-08 | 1 | -2/+2 |
* | Run weekly a little bit later to give more time for daily to complete | obrien | 2000-12-08 | 1 | -1/+1 |
* | 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 |
* | | When TFTP tries to open a file, it is expecting struct open_file | ps | 2000-12-08 | 1 | -0/+3 |
* | | Add "empty" makefile. Cross-building fails without it. | marcel | 2000-12-08 | 1 | -0/+5 |
* | | Add Linuxulator manpage. Derived from i386 version. | marcel | 2000-12-08 | 2 | -2/+127 |
* | | The osfulator can be compiled-in now: | marcel | 2000-12-08 | 1 | -4/+3 |
* | | 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 |
* | | Document 'untested' status of ExtIO module on AS2100. Even when we | wilko | 2000-12-07 | 1 | -0/+4 |
* | | Document support for AlphaServer 2100A. | wilko | 2000-12-07 | 1 | -0/+1 |
* | | Explicitly document the fact that securelevel > 0 means that kernel modules | ben | 2000-12-07 | 1 | -1/+5 |
* | | Remove unneeded include of <pci.h> | alex | 2000-12-07 | 1 | -1/+0 |
* | | Fix bug where minimal dist selection didn't check off the right | jkh | 2000-12-07 | 3 | -3/+3 |
* | | Retire this ancient version of rdist. | obrien | 2000-12-07 | 12 | -4409/+0 |
* | | put localdir first | obrien | 2000-12-07 | 1 | -2/+1 |
* | | Whitespace-only to sync with -stable. | ru | 2000-12-07 | 1 | -2/+0 |