aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Put module directories one per line so adding new modules creates readableBrooks Davis2001-07-152-14/+137
* The i386-specific includes in this file were "fixed" by bracketing them withBenno Rice2001-07-151-3/+3
* Turn off preemption on the Alpha for the time being. Peter and JHB aren'tDavid E. O'Brien2001-07-151-1/+1
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.John Baldwin2001-07-142-2/+2
* Fix reboot hangs that have happened with multiple processorsMatt Jacob2001-07-144-3/+26
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.Joerg Wunsch2001-07-142-0/+34
* Yet another large non-function change.Joerg Wunsch2001-07-143-434/+542
* Move the hints gunk to a seperate file. It isn't really part of thePeter Wemm2001-07-142-299/+1
* Fixed conflict with sys/dev/syscons/syscons.h.Yoshihiro Takahashi2001-07-142-10/+0
* Move fxp to the miibus section where it belongs.Dima Dorfman2001-07-142-2/+2
* remember to set the return address in a message whenJulian Elischer2001-07-141-0/+1
* - Refine pc98 supports.Yoshihiro Takahashi2001-07-145-90/+195
* Added epson_inw function.Yoshihiro Takahashi2001-07-141-0/+11
* Merged from the following changes.Yoshihiro Takahashi2001-07-147-58/+74
* Merged from sys/i386/conf/GENERIC revision 1.313.Yoshihiro Takahashi2001-07-141-1/+1
* Added (commented out) audio driver.Yoshihiro Takahashi2001-07-141-0/+4
* Merged from sys/conf/options.i386 revision 1.150.Yoshihiro Takahashi2001-07-141-0/+1
* Catch up with NetBSD/pc98.Noriaki Mitsunaga2001-07-1426-3149/+7497
* Go back to having either static OR dynamic hints, with fallbackPeter Wemm2001-07-142-32/+82
* Merge with latest version of the Mylex 6+ driver.Mike Smith2001-07-148-1423/+1320
* Return a locked struct buf from ufsdirhash_lookup() to avoid oneIan Dowse2001-07-133-9/+9
* I really should have just commented out this intire file vs. removing allDavid E. O'Brien2001-07-131-0/+25
* Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.David E. O'Brien2001-07-131-2/+2
* Hints processing is FUBAR'ed right now.David E. O'Brien2001-07-131-25/+0
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.Dima Dorfman2001-07-138-8/+8
* Unbroke kernel if I686_CPU is not defined.Maxim Sobolev2001-07-132-0/+4
* Deal with the condition where we lose link in the middle of transmittingBill Paul2001-07-122-2/+2
* The #define for pcb_savefpu seems to do more harm than good.Peter Wemm2001-07-122-2/+0
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)Peter Wemm2001-07-124-8/+8
* Do not depend on pcb_savefpu backwards compat #define.Peter Wemm2001-07-122-2/+2
* Forgot this fix from another tree. make enable_sse() a real prototype.Peter Wemm2001-07-122-2/+2
* - Define a convenience macro ISTTYOPEN().Kazutaka YOKOTA2001-07-122-21/+29
* Bump param, for SSE support and include file impact (<machine/pcb.h>)Peter Wemm2001-07-121-1/+1
* Move init_sse() out of the "GenuineIntel" section, my AthlonMP systemPeter Wemm2001-07-122-2/+2
* Apply the i386 SSE mods to pc98 as well.Peter Wemm2001-07-123-21/+238
* Activate SSE/SIMD. This is the extra context switching support thatPeter Wemm2001-07-1242-71/+653
* Another NatSemi gigE card; the Netgear GA622TBill Paul2001-07-112-2/+2
* Document additional cards supported by the nge driver: LinkSys EG1032Bill Paul2001-07-112-2/+4
* Commited patch for uni signaling fix.Jim Pirzyk2001-07-111-2/+2
* Call disk_destroy in cdcleanup() as appropriate.Dima Dorfman2001-07-111-0/+3
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andBrian S. Dean2001-07-119-140/+699
* Hmm. Let's try this on for size...Matt Jacob2001-07-111-5/+11
* Sanity guard- return ENODEV if we don't have a good IRQ resource.Matt Jacob2001-07-111-0/+3
* Slight cleanliness- add an unlock of Giant in one dopanic case. DoMatt Jacob2001-07-111-9/+6
* Correct spelling in a comment and remove trailing newline from aDima Dorfman2001-07-111-2/+2
* Two optimizations:Bill Paul2001-07-101-10/+35
* Bring in dirhash, a simple hash-based lookup optimisation for largeIan Dowse2001-07-1011-2/+1292
* Make this build again after breakage from previous commits.Doug Rabson2001-07-102-12/+12
* Fix dependencies between kernel options:Kazutaka YOKOTA2001-07-105-17/+26
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1