aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out my stupid braino; I was thinking strlen and not sizeof.Bill Fenner1996-05-023-6/+6
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughBill Fenner1996-05-023-6/+6
* Added calibration the i8254 and the i586 clocks agains the RTC at bootBruce Evans1996-05-019-237/+1257
* i386/machdep.cBruce Evans1996-05-012-28/+6
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.Jordan K. Hubbard1996-05-012-2/+4
* Oops, restored existent option LINUX. It is used at config-time.Bruce Evans1996-05-013-3/+6
* Made this self-sufficent (except for <sys/types.h>) when compiled inBruce Evans1996-05-011-35/+43
* Fixed a race that caused panics in kernel printfs when the screen timeoutBruce Evans1996-05-013-6/+15
* Don't return unused values in cpu_switch() or savectx().Bruce Evans1996-05-015-22/+10
* Removed unused #include.Bruce Evans1996-05-012-4/+2
* Removed nonexistent option "LINUX" (what's that :-).Bruce Evans1996-05-015-10/+5
* Only disable sio3 by default.Bruce Evans1996-05-012-4/+4
* Removed prototype for obsolete function sleep().Bruce Evans1996-05-011-2/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-019-16/+27
* Removed bogus _BEGIN_DECLS/_END_DECLS.Bruce Evans1996-05-019-92/+57
* Made this self-sufficent (apart from <sys/types.h>) again. It includedBruce Evans1996-05-011-6/+7
* Made this compile again. A comment delimiter got deleted in the Lite2Bruce Evans1996-05-011-1/+2
* Oops, this should have been with the ctype changes.Bruce Evans1996-05-011-11/+9
* Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE andBruce Evans1996-04-301-4/+21
* Removed gratuitous differences from Lite2.Bruce Evans1996-04-301-7/+4
* #include <sys/filedesc.h> explicitly instead of depending on it beingBruce Evans1996-04-303-3/+6
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes fromBruce Evans1996-04-304-10/+10
* Make pcibus_check() ignore Device/Vendor IDs of all 0.Stefan Eßer1996-04-306-12/+12
* Don't include <machine/ansi.h> twice.Poul-Henning Kamp1996-04-301-2/+1
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromPoul-Henning Kamp1996-04-305-37/+48
* Remove a spurious mapping that was introduced earlier.Poul-Henning Kamp1996-04-303-27/+3
* Move the map entry allocations from the kmem_map to the kernel_map. AsJohn Dyson1996-04-291-4/+4
* slight re-ordering to allow the qcam to compile with devfs enabled.Julian Elischer1996-04-291-8/+14
* Add ATAPI_STATIC so that the ATAPI cdroms work correctly againJordan K. Hubbard1996-04-292-4/+6
* Fixed two typos in the comment.Sujal Patel1996-04-291-2/+2
* Fix the abort code in the BUS DEVICE RESET case. Needed to set cmdlen to 0.Justin T. Gibbs1996-04-282-31/+137
* Fix some bugs I introduced and some old ones as well.Poul-Henning Kamp1996-04-283-162/+615
* inet_ntoa buffer was evaluated twice in log_in_vain, fix it.Andrey A. Chernov1996-04-273-9/+21
* Make `install' depend on `kernel'. Some idiot tried to install aJoerg Wunsch1996-04-273-6/+6
* Fixed a bug introoduced in the previous change. ISA device memory wasBruce Evans1996-04-263-9/+9
* Delete #ifdef notdef blocks containing old method of srtt calculation.Garrett Wollman1996-04-263-114/+3
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuGarrett Wollman1996-04-261-17/+1
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPGarrett Wollman1996-04-261-47/+1
* A significant debogofication of locore.s. I havn't found any actualyPoul-Henning Kamp1996-04-265-1046/+898
* Removed options MAXCONS & HARDFONT, they are no longer in useSøren Schmidt1996-04-268-52/+8
* Fix cpu_fork for real.Poul-Henning Kamp1996-04-259-36/+26
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondarySatoshi Asami1996-04-252-4/+4
* Regardless of whether or not the check for IPv4 is useful, we certainlyDavid Greenman1996-04-251-3/+3
* Reject all IP versions but 4.Poul-Henning Kamp1996-04-241-2/+3
* Add missing "int" to static var.Satoshi Asami1996-04-242-4/+4
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).John Dyson1996-04-242-8/+11
* - This code adds some backwards compatability hacks for buggy APM BIOSNate Williams1996-04-232-2/+50
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-237-366/+340
* Adds the APM hooks into the generic pccard kernel files. With this codeNate Williams1996-04-236-16/+121
* Fix second instance of the inb type when getting the current sequencer address.Justin T. Gibbs1996-04-231-2/+2