summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.sanpei2000-12-112-0/+2
* Remove DDB, it leaked in here with another commit.phk2000-12-112-4/+0
* It looks like we can't count on these devices always having a consistentmsmith2000-12-111-44/+43
* Be less conservative with a recently added KASSERT. Certain edgedillon2000-12-111-1/+4
* Fix a bug where if the interface was in promiscuous mode when thearchie2000-12-111-0/+2
* The ICH2 reports itself as a PCI:ISA bridge, so don't special-case itmsmith2000-12-101-1/+0
* Added 'MACHINE=pc98' to MKMODULESENV variable. It is needed to make modulesnyan2000-12-101-0/+1
* Added '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-12-101-0/+4
* Removed the VoxWare sound drivers.nyan2000-12-102-40/+4
* o Remove mcclockmarcel2000-12-101-7/+4
* Sync-up so that buils actually work again.marcel2000-12-101-15/+9
* Put the bits in place for Alpha support for ext2. Not tested.mjacob2000-12-095-0/+263
* Correct to a common %ld the 5 argument to a printf.mjacob2000-12-092-4/+4
* Use a pointer to a size_t for the 4th argument to copyinstr-mjacob2000-12-092-2/+2
* Store in globaldata our CPU ID#. Provide a lock for panics - only onemjacob2000-12-096-0/+11
* Add proc/<pid>/cmdline.des2000-12-096-2/+18
* Add a dependency on procfs.des2000-12-092-0/+2
* A bunch of fixes that have been rotting in my tree for a month or twodes2000-12-093-213/+273
* Add a module version (so that linprocfs can properly depend on procfs)des2000-12-092-0/+2
* Add four missing source files.des2000-12-091-2/+12
* Cosmetic nit; separate slot/function with '.' not ':'msmith2000-12-091-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-092-2/+4
* - Fix the device database parsing code so that it actually works.msmith2000-12-093-12/+30
* Fixed to support 3Com 3C569B for PC-98.nyan2000-12-092-4/+8
* Remove a comment that referrred to the obsolete mtxf struct.jhb2000-12-091-1/+0
* Next-phase PCI system update; move PCI core code to sys/dev and updatemsmith2000-12-085-10/+16
* Next phase in the PCI subsystem cleanup.msmith2000-12-0850-4487/+1439
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-08158-601/+362
* Fix probe/attach a little. We don't have to call bpfattach() anymorewpaul2000-12-081-22/+19
* Revert the previous change I made to cpu_switch. It doesn't help asjake2000-12-085-8/+14
* Staticise some malloc poolsmsmith2000-12-082-2/+2
* Do not check for existence of ${_dir}/kern/ , because for modules that setjasone2000-12-081-1/+1
* Staticize some malloc M_ instances.phk2000-12-0841-55/+59
* Fix a jump to the wrong label, <sigh>. Put a period at the end of ajake2000-12-082-4/+4
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-082-2/+5
* Argh, revert the clobber changes. Since %ecx and %edx aren't call safe,jhb2000-12-082-18/+18
* staticize.phk2000-12-083-6/+7
* Remove conflicts between unsinged char *s and int s.non2000-12-081-6/+6
* Remove a warning.n_hibma2000-12-081-1/+2
* Remove unused declarations for spending and sdelayed, and remove unusedjake2000-12-081-22/+0
* Whitespace. Make the indentation for MPASS and MPASS2 consistent andjake2000-12-081-9/+11
* Resolve conflicts from the 20001201 merge.msmith2000-12-084-82/+150
* This commit was generated by cvs2svn to compensate for changes in r69746,msmith2000-12-08158-2228/+2908
|\
| * Update to the 20001201 ACPI CA snapshot.msmith2000-12-08162-2310/+3058
* | Add macros MPASS3 and MPASS4, which take the file and line numberjake2000-12-081-5/+13
* | - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-0813-196/+512
* | Change the calling conventions of the MTX_ENTER macro to matchjake2000-12-082-22/+26
* | Kill some bogus "register" keywords.phk2000-12-081-31/+11
* | Well, the previous commit wasn't entirely correct either. For now, justjhb2000-12-082-2/+4
* | Add "empty" makefile. Cross-building fails without it.marcel2000-12-081-0/+5
OpenPOWER on IntegriCloud