summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made this compile again. A comment delimiter got deleted in the Lite2bde1996-05-011-1/+2
* Oops, this should have been with the ctype changes.bde1996-05-011-11/+9
* Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE andbde1996-04-301-4/+21
* Removed gratuitous differences from Lite2.bde1996-04-301-7/+4
* #include <sys/filedesc.h> explicitly instead of depending on it beingbde1996-04-303-3/+6
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-304-10/+10
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-306-12/+12
* Don't include <machine/ansi.h> twice.phk1996-04-301-2/+1
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-305-37/+48
* Remove a spurious mapping that was introduced earlier.phk1996-04-303-27/+3
* Move the map entry allocations from the kmem_map to the kernel_map. Asdyson1996-04-291-4/+4
* slight re-ordering to allow the qcam to compile with devfs enabled.julian1996-04-291-8/+14
* Add ATAPI_STATIC so that the ATAPI cdroms work correctly againjkh1996-04-292-4/+6
* Fixed two typos in the comment.smpatel1996-04-291-2/+2
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.gibbs1996-04-282-31/+137
* Fix some bugs I introduced and some old ones as well.phk1996-04-283-162/+615
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.ache1996-04-273-9/+21
* Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-273-6/+6
* Fixed a bug introoduced in the previous change. ISA device memory wasbde1996-04-263-9/+9
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-263-114/+3
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuwollman1996-04-261-17/+1
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPwollman1996-04-261-47/+1
* A significant debogofication of locore.s. I havn't found any actualyphk1996-04-265-1046/+898
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-268-52/+8
* Fix cpu_fork for real.phk1996-04-259-36/+26
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-252-4/+4
OpenPOWER on IntegriCloud