summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Disable the VCHR optimization for AIO until I have implemented it. Just indyson1997-11-291-1/+2
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-293-306/+804
* Remove the prototypes for dlopen and related functions. They don'tjdp1997-11-282-20/+2
* Recognize 3C569 network interface when `PC98' is defined.kato1997-11-272-4/+14
* Sync with sys/i386/i386/userconfig.c revision 1.97.kato1997-11-271-2/+4
* Sync with sys/i386/conf/files.i386 revision 1.179.kato1997-11-272-2/+12
* Sync with sys/i386/isa/syscons.c revision 1.240.kato1997-11-271-2/+9
* Removed an unused line of code, that caused an ``maybe used uninitialized''joerg1997-11-262-4/+2
* From the author:markm1997-11-257-11/+32
* Move the hardware currsor off screen when getting back from ansos1997-11-253-6/+27
* Sync with sys/i386/i386/machdep.c revision up to 1.274.kato1997-11-252-14/+20
* Sync with sys/i386/i386/trap.c revision 1.115.kato1997-11-251-7/+11
* Sync with sys/i386/isa/isa.c revision 1.107.kato1997-11-251-3/+1
* Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.229 andkato1997-11-252-146/+233
* Sync with sys/i386/isa/if_ed.c, if_fe.c and sio.c revisions 1.129,kato1997-11-254-8/+8
* Shift a few SYSINT() calls around.julian1997-11-257-55/+78
* Fixed missing #include of "opt_quota.h".bde1997-11-242-1016/+1010
* Fixed multiple definitions of boothowto.bde1997-11-242-4/+4
* Fixed multiple definitions of boothowto.bde1997-11-241-5/+3
* Added a sysctl (machdep.cputime_clock) to select the clock used bybde1997-11-242-22/+110
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-243-21/+42
* Removed all traces of P_IDLEPROC. It was tested but never set.bde1997-11-245-11/+8
* Don't #define max() to get a version that works with vm_ooffset's.bde1997-11-241-4/+2
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-243-12/+21
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersbde1997-11-242-10/+9
* Fixed some #include messes.bde1997-11-243-21/+33
* Fixed poll related problem which was exhibited by runningahasty1997-11-241-4/+2
* Avoid manipulating the buffer map at interrupt time by deferring bfreekvadyson1997-11-241-5/+1
* Fix the buffer flag frobbing. Note: It is invalid to gratuitiously modifydyson1997-11-241-2/+3
* Fixed an acquired dma problem with respect to sb cards only.ahasty1997-11-231-2/+2
* minor code clean up to sb_dsp.c and fix compile error with uart6850.cahasty1997-11-232-3/+5
* Missing part of my last sb_dsp.c sb16_dsp.c commit.ahasty1997-11-231-0/+1
* Fixed a missing conversion of retval to p_retval in disabled code.bde1997-11-231-3/+3
* Fixed misuse of O_ACCMODE. Cosmetic.bde1997-11-231-2/+2
* Fixed the sector size frobbing in sd_strategy() at least not tobde1997-11-231-8/+7
* Fixed duplicate definitions of M_FILE (one static).bde1997-11-233-7/+9
* Fixed some style bugs in the poll() code.bde1997-11-231-18/+8
* Fixed acquired dma channel problem.ahasty1997-11-232-4/+56
* update of Luigi's sound drivers...jmg1997-11-2316-468/+1013
* Staticized.bde1997-11-2210-50/+50
* Unremoved prtrealloc and the declaration of ffs_clusteralloc(). Thesebde1997-11-221-1/+9
* Ifdefed a conditionally used #include.bde1997-11-222-4/+8
* Staticized.bde1997-11-222-6/+6
* Add Winbond W89C940 ID to the list.msmith1997-11-222-2/+4
* Fixed some style and contents bugs in comments. Copied comments arebde1997-11-221-5/+5
* Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case ofbde1997-11-222-6/+8
* const correctness for dl*()brian1997-11-222-16/+16
* Correct CPU_CYRIX_NO_LOCK fix.jlemon1997-11-212-10/+10
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-215-5/+36
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-214-8/+28
OpenPOWER on IntegriCloud