summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed another vestige of devconf.bde1997-09-022-9/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-0243-36/+79
* Oops, the previous change applied a reversed patch.bde1997-09-011-1/+3
* Synchronize with sys/i386/isa/sio.c revision 1.180.kato1997-09-012-36/+28
* Synchronize with sys/i386/isa/clock.c revision 1.102.kato1997-09-013-105/+36
* Synchronize with sys/i386/i386/microtime.s revision 1.31.kato1997-09-011-2/+21
* Synchronize with sys/i386/i386/machdep.c revision 1.260.kato1997-09-012-4/+10
* Synchronize with sys/i386/conf/options.i386 revision 1.57.kato1997-09-012-16/+20
* Synchronize with sys/i386/boot/biosboot/asm.S, boot.c and boot.hkato1997-09-013-39/+4
* General cleanup of the sub-system locking macros.fsmp1997-09-0116-438/+270
* Cleanup.fsmp1997-09-017-56/+70
* Removed unused #includes.bde1997-09-0115-66/+15
* Some staticized variables were still declared to be extern.bde1997-09-012-6/+4
* Print a device number in hex instead of decimal.bde1997-09-011-2/+2
* Removed unused #includes.bde1997-09-011-2/+1
* Removed unused #includes (<machine/cpu.h> now gives more pollution).bde1997-09-012-4/+2
* Removed unused #includes.bde1997-09-016-54/+4
* Fixed absolute pathnames in #includes.bde1997-09-012-4/+4
* Move closer to supporting VM86 under SMP.bde1997-09-019-9/+71
* Removed unused #includes.bde1997-09-015-25/+5
* Removed unused #includes. The !KERNEL case may be more broken than before.bde1997-09-016-61/+6
* 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
OpenPOWER on IntegriCloud