summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-268-33/+53
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-2631-779/+1569
* two fixes submitted by Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>julian1997-08-261-3/+4
* Synchronize with sys/i386/isa/syscons.h revision 1.32.kato1997-08-261-3/+2
* Synchronize with sys/i386/isa/isa.c revision 1.102.kato1997-08-261-7/+9
* Removed bogus -I path in CFLAGS.bde1997-08-261-2/+2
* Restored rev.1.92 which was clobbered by the previous commit.bde1997-08-262-2/+6
* Uncut&paste cache_lookup().phk1997-08-2625-505/+139
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-267-64/+42
* Don't return EINVAL for negative timespecs in the nanosleep functions.bde1997-08-261-12/+9
* Finished staticizing.bde1997-08-261-3/+5
* Fixed some formatting and style bugs.bde1997-08-261-7/+5
* Print more info in the "calcru: negative time" message.bde1997-08-261-2/+3
* Fixed some gratuitous ANSIisms.bde1997-08-263-14/+21
* Removed some stale comments.bde1997-08-261-4/+4
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1997-08-262-8/+2
* Don't depend on the gcc feature of permitting conditional expressionsbde1997-08-251-4/+4
* Fixed misplaced declaration.bde1997-08-252-4/+6
* Minor formatting and style fixes.bde1997-08-252-4/+10
* Fixed pedantic syntax error (trailing comma in enum).bde1997-08-251-2/+2
* Removed more abuses of timeout_func_t.bde1997-08-251-2/+2
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-253-9/+6
OpenPOWER on IntegriCloud