| Commit message (Expand) | Author | Age | Files | Lines |
* | add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P. | sanpei | 2000-12-11 | 2 | -0/+2 |
* | Remove DDB, it leaked in here with another commit. | phk | 2000-12-11 | 2 | -4/+0 |
* | It looks like we can't count on these devices always having a consistent | msmith | 2000-12-11 | 1 | -44/+43 |
* | Be less conservative with a recently added KASSERT. Certain edge | dillon | 2000-12-11 | 1 | -1/+4 |
* | Fix a bug where if the interface was in promiscuous mode when the | archie | 2000-12-11 | 1 | -0/+2 |
* | The ICH2 reports itself as a PCI:ISA bridge, so don't special-case it | msmith | 2000-12-10 | 1 | -1/+0 |
* | Added 'MACHINE=pc98' to MKMODULESENV variable. It is needed to make modules | nyan | 2000-12-10 | 1 | -0/+1 |
* | Added '-DPC98' to CFLAGS if MACHINE == pc98. | nyan | 2000-12-10 | 1 | -0/+4 |
* | Removed the VoxWare sound drivers. | nyan | 2000-12-10 | 2 | -40/+4 |
* | o Remove mcclock | marcel | 2000-12-10 | 1 | -7/+4 |
* | Sync-up so that buils actually work again. | marcel | 2000-12-10 | 1 | -15/+9 |
* | Put the bits in place for Alpha support for ext2. Not tested. | mjacob | 2000-12-09 | 5 | -0/+263 |
* | Correct to a common %ld the 5 argument to a printf. | mjacob | 2000-12-09 | 2 | -4/+4 |
* | Use a pointer to a size_t for the 4th argument to copyinstr- | mjacob | 2000-12-09 | 2 | -2/+2 |
* | Store in globaldata our CPU ID#. Provide a lock for panics - only one | mjacob | 2000-12-09 | 6 | -0/+11 |
* | Add proc/<pid>/cmdline. | des | 2000-12-09 | 6 | -2/+18 |
* | Add a dependency on procfs. | des | 2000-12-09 | 2 | -0/+2 |
* | 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 |