summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.1beta5dpst1996-05-041-18/+35
* Update to version 1.1beta5d of the driver. This driver now runs underpst1996-05-044-107/+158
* This commit was generated by cvs2svn to compensate for changes in r15599,peter1996-05-046-112/+5057
|\
| * Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-046-112/+5057
* | This commit was generated by cvs2svn to compensate for changes in r15596,peter1996-05-042-4/+5
|\ \ | |/
| * Import v0.0.4alpha of the Stallion driver.peter1996-05-042-4/+5
* | This commit was generated by cvs2svn to compensate for changes in r15593,peter1996-05-043-68/+311
|\ \ | |/
| * Import v0.0.3alpha of Stallion driver.peter1996-05-043-68/+311
* | This commit was generated by cvs2svn to compensate for changes in r15590,peter1996-05-042-68/+158
|\ \ | |/
| * Import v0.0.2 alpha of the Stallion driverpeter1996-05-042-68/+158
* | This commit was generated by cvs2svn to compensate for changes in r15587,peter1996-05-043-0/+3149
|\ \ | |/
| * Initial import of driver for the Stallion EasyIO and EasyConnection 8/32peter1996-05-043-0/+3149
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-0323-92/+72
* Remove buf->b_actf, nobody uses it anymore.phk1996-05-032-6/+4
* A nasty #define, so that we don't use buf->b_actf anymore.phk1996-05-031-0/+1
* Typo.phk1996-05-033-6/+6
* Forget that TAILQ's must be init'ed.phk1996-05-035-5/+10
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-033-146/+3
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-032-370/+192
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-0310-89/+72
* Add ccd to list of devices. Also add a sample entry in LINT.asami1996-05-035-5/+12
* Bring in ccd support.asami1996-05-033-3/+9
* Bring in ccd support.asami1996-05-031-0/+1
* Move atdevbase out of locore.s and into machdep.cphk1996-05-0212-343/+284
* Don't fiddle page tables by hand, use pmap_enter.phk1996-05-021-4/+4
* Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-023-12/+12
* Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-023-6/+18
* Removed $Log$phk1996-05-021-41/+1
* This can go now.phk1996-05-021-131/+0
* removed:phk1996-05-0247-293/+286
* Fix a nasty bug that causes random crashes and lockups particularly onpeter1996-05-021-1/+6
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-0222-127/+125
* Rename the very bogus indeed option "LINUX" to "COMPAT_LINUX".phk1996-05-025-38/+38
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-0212-327/+18
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-023-6/+6
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-023-6/+6
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-019-237/+1257
* i386/machdep.cbde1996-05-012-28/+6
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.jkh1996-05-012-2/+4
* Oops, restored existent option LINUX. It is used at config-time.bde1996-05-013-3/+6
* Made this self-sufficent (except for <sys/types.h>) when compiled inbde1996-05-011-35/+43
* Fixed a race that caused panics in kernel printfs when the screen timeoutbde1996-05-013-6/+15
* Don't return unused values in cpu_switch() or savectx().bde1996-05-015-22/+10
* Removed unused #include.bde1996-05-012-4/+2
* Removed nonexistent option "LINUX" (what's that :-).bde1996-05-015-10/+5
* Only disable sio3 by default.bde1996-05-012-4/+4
* Removed prototype for obsolete function sleep().bde1996-05-011-2/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-019-16/+27
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-019-92/+57
* Made this self-sufficent (apart from <sys/types.h>) again. It includedbde1996-05-011-6/+7
OpenPOWER on IntegriCloud