summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Skip the route checking in the case of multicast packets with knowndcs2001-07-171-9/+22
* Increase NMBCLUSTERS by 4x.obrien2001-07-171-1/+1
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-173-42/+15
* Backout damage to the INADDR_TO_IFP() macro in revision 1.7.ru2001-07-171-12/+5
* Add missing () around macro argument in cv_waitq_empty()phk2001-07-171-1/+1
* Change the interrupt handler a bit so that we call the nge_rxeof() handlerwpaul2001-07-161-3/+2
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-163-27/+27
* Use a fixed type for times in on-disk structures for ufs rather thanpeter2001-07-163-5/+6
* Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) byobrien2001-07-151-25/+25
* do not M_WAITOK in in6_update_ifa(), since this function can be calledume2001-07-151-1/+6
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Put module directories one per line so adding new modules creates readablebrooks2001-07-152-14/+137
* The i386-specific includes in this file were "fixed" by bracketing them withbenno2001-07-151-3/+3
* Turn off preemption on the Alpha for the time being. Peter and JHB aren'tobrien2001-07-151-1/+1
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-142-2/+2
* Fix reboot hangs that have happened with multiple processorsmjacob2001-07-144-3/+26
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.joerg2001-07-142-0/+34
* Yet another large non-function change.joerg2001-07-143-434/+542
* Move the hints gunk to a seperate file. It isn't really part of thepeter2001-07-142-299/+1
* Fixed conflict with sys/dev/syscons/syscons.h.nyan2001-07-142-10/+0
* Move fxp to the miibus section where it belongs.dd2001-07-142-2/+2
* remember to set the return address in a message whenjulian2001-07-141-0/+1
* - Refine pc98 supports.nyan2001-07-145-90/+195
* Added epson_inw function.nyan2001-07-141-0/+11
* Merged from the following changes.nyan2001-07-147-58/+74
* Merged from sys/i386/conf/GENERIC revision 1.313.nyan2001-07-141-1/+1
* Added (commented out) audio driver.nyan2001-07-141-0/+4
* Merged from sys/conf/options.i386 revision 1.150.nyan2001-07-141-0/+1
* Catch up with NetBSD/pc98.non2001-07-1426-3151/+7499
* Go back to having either static OR dynamic hints, with fallbackpeter2001-07-142-32/+82
* Merge with latest version of the Mylex 6+ driver.msmith2001-07-148-1423/+1320
* Return a locked struct buf from ufsdirhash_lookup() to avoid oneiedowse2001-07-133-9/+9
* I really should have just commented out this intire file vs. removing allobrien2001-07-131-0/+25
* Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.obrien2001-07-131-2/+2
* Hints processing is FUBAR'ed right now.obrien2001-07-131-25/+0
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.dd2001-07-138-8/+8
* Unbroke kernel if I686_CPU is not defined.sobomax2001-07-132-0/+4
* Deal with the condition where we lose link in the middle of transmittingwpaul2001-07-122-2/+2
* The #define for pcb_savefpu seems to do more harm than good.peter2001-07-122-2/+0
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-124-8/+8
* Do not depend on pcb_savefpu backwards compat #define.peter2001-07-122-2/+2
* Forgot this fix from another tree. make enable_sse() a real prototype.peter2001-07-122-2/+2
* - Define a convenience macro ISTTYOPEN().yokota2001-07-122-21/+29
* Bump param, for SSE support and include file impact (<machine/pcb.h>)peter2001-07-121-1/+1
* Move init_sse() out of the "GenuineIntel" section, my AthlonMP systempeter2001-07-122-2/+2
* Apply the i386 SSE mods to pc98 as well.peter2001-07-123-21/+238
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-1242-71/+653
* Another NatSemi gigE card; the Netgear GA622Twpaul2001-07-112-2/+2
* Document additional cards supported by the nge driver: LinkSys EG1032wpaul2001-07-112-2/+4
* Commited patch for uni signaling fix.pirzyk2001-07-111-2/+2
OpenPOWER on IntegriCloud