summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added #include of <sys/queue.h> to make this self-sufficient.bde1997-09-011-1/+3
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-315-13/+15
* Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"bde1997-08-313-15/+15
* Removed unused #includes (bogus #includes were necessary because fusword()bde1997-08-312-4/+2
* Prepare for 64bit programming environment (e.g. Alpha):se1997-08-312-45/+45
* Remove debug printf() that had been ommited by accident.se1997-08-311-3/+2
* Fix problem with early revision 53c825a and 53c875 chips, whichse1997-08-311-5/+3
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-316-148/+163
* Remove pbzero(), things we load zero their own bss.phk1997-08-314-41/+6
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-3110-151/+188
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-313-153/+228
* Added clock_lock protection to microtime.fsmp1997-08-301-2/+21
* Define some machine characteristics using symbol naming on conventionspeter1997-08-302-2/+14
* Collect a few missing symbols from the OpenBSD elf includes. (The OpenBSDpeter1997-08-301-2/+44
* Allow non-page aligned file offset mmap's, providing that the system ispeter1997-08-301-23/+47
* Synchronize with sys/i386/isa/clock.c and sio.c revisions 1.101 andkato1997-08-305-114/+171
* remove global prototype for setsigvec(). It's static inside kern_sig.cpeter1997-08-301-2/+1
* Update to include recently added names that are shared between the C andpeter1997-08-301-1/+38
* Another round of lock pushdown.fsmp1997-08-3039-567/+824
* Moved the SIMPLE_LOCK stuff from machine/param.h to machine/lock.h.fsmp1997-08-302-2/+8
* Scsi RESERVATION CONFLICT and BUSY support for Tekram scsi cards.itojun1997-08-301-0/+20
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-304-15/+28
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-2912-135/+529
* Support for the new FAST_HI algorithm.fsmp1997-08-295-38/+142
* Introduce FAST_HI option, ON by default.fsmp1997-08-291-1/+15
* Synchronize with sys/i386/i386/userconfig.c revision 1.90.kato1997-08-291-4/+4
* Use correct member of scsi_cint for scbus. Add a space between lunkato1997-08-291-4/+4
* Fix typo in the comment introduced by me.kato1997-08-291-2/+2
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-293-4/+19
* Synchronize with sys/i386/conf/files.i386 and sys/i386/i386/trap.ckato1997-08-293-6/+9
* Make the devfs code actually compile. Oops.msmith1997-08-291-6/+5
* Patch for 3.0: #include <sys/fcntl.h> instead of <sys/ioctl.h>jkh1997-08-282-2/+2
* Document the VM86 option.jlemon1997-08-283-3/+24
* Remove the vm86 LKM.jlemon1997-08-281-2/+2
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-289-72/+37
* Synchronize with sys/i386/conf/files.i386 and majors.i386 revisionskato1997-08-283-4/+6
* ISA driver for Comtrol Rocketport serial cards. No PCI probe stubjkh1997-08-286-0/+6454
* Add entries for Comtrol Rocketport serial card.jkh1997-08-287-9/+107
* Remove bogus timeout_func_t casts.msmith1997-08-281-195/+201
* Remove bogus i386/* includes.msmith1997-08-285-21/+6
* Moved include files which are independent of bs driver.kato1997-08-285-5/+69
* Synchronize with sys/i386/isa/isa.c revision 1.103.kato1997-08-281-14/+45
* Add prototype for isa_dmastop()msmith1997-08-281-1/+2
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-282-28/+84
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-284-7/+80
* Include "opt_ddb.h" only when NULLFS_DIAGNOSTIC is defined.kato1997-08-282-6/+6
* Use existing path, even though PC-98 doesn't support each device driver.kato1997-08-272-88/+88
* Fixed NULLFS_DIAGNOSTIC stuff.kato1997-08-272-4/+22
* Synchronize with sys/i386/i386/machdep.c and trap.c revision 1.258 andkato1997-08-273-15/+20
* remove un-needed if statement (now the poul removed the 'then' clause)julian1997-08-271-8/+1
OpenPOWER on IntegriCloud