summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call disk_destroy in cdcleanup() as appropriate.dd2001-07-111-0/+3
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-119-140/+699
* Hmm. Let's try this on for size...mjacob2001-07-111-5/+11
* Sanity guard- return ENODEV if we don't have a good IRQ resource.mjacob2001-07-111-0/+3
* Slight cleanliness- add an unlock of Giant in one dopanic case. Domjacob2001-07-111-9/+6
* Correct spelling in a comment and remove trailing newline from add2001-07-111-2/+2
* Two optimizations:wpaul2001-07-101-10/+35
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-1011-2/+1292
* Make this build again after breakage from previous commits.dfr2001-07-102-12/+12
* Fix dependencies between kernel options:yokota2001-07-105-17/+26
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Added #include <sys/proc.h>nyan2001-07-102-0/+2
* Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt forimp2001-07-101-1/+1
* Somehow I missed this. Use INTR_TYPE_AV (high priority) instead ofpeter2001-07-091-1/+1
* Whoops; we get an ACPI_OBJECT back from evaluating a method, notmsmith2001-07-091-8/+6
* Log when the user is turning debugging on/off.joerg2001-07-092-10/+18
* Hmpf, remove two variables that got unused by rev 1.214.joerg2001-07-092-4/+2
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsjoerg2001-07-092-2/+2
* Remove parts of rev 1.211 again: do not delete our children iff theyjoerg2001-07-092-14/+0
* As des' example shows us, DMA overruns could happen in a situationjoerg2001-07-093-18/+75
* Add SYSCTL ints for default normal I/O timeout && retry counts.mjacob2001-07-091-4/+20
* Constify the fstype argument to vfs_mount(). This eliminates at least onedes2001-07-093-4/+4
* Don't share sig handlers after an execguido2001-07-091-1/+23
* Get rid of useless bcopy (the next statement was equivalent)guido2001-07-091-2/+0
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-0919-36/+36
* Note that spls are noopsimp2001-07-091-0/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Fix missing newline and terminator at the end of the vm.zone sysctl.des2001-07-091-2/+1
* Another large patchset from Bruce.joerg2001-07-082-316/+226
* soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it isume2001-07-081-2/+6
* Do not set the MODE_1000 bit unless we actually have a gigabit link.wpaul2001-07-081-1/+9
OpenPOWER on IntegriCloud