| Commit message (Expand) | Author | Age | Files | Lines |
* | Return a locked struct buf from ufsdirhash_lookup() to avoid one | iedowse | 2001-07-13 | 3 | -9/+9 |
* | I really should have just commented out this intire file vs. removing all | obrien | 2001-07-13 | 1 | -0/+25 |
* | Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k. | obrien | 2001-07-13 | 1 | -2/+2 |
* | Hints processing is FUBAR'ed right now. | obrien | 2001-07-13 | 1 | -25/+0 |
* | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | dd | 2001-07-13 | 8 | -8/+8 |
* | Unbroke kernel if I686_CPU is not defined. | sobomax | 2001-07-13 | 2 | -0/+4 |
* | Deal with the condition where we lose link in the middle of transmitting | wpaul | 2001-07-12 | 2 | -2/+2 |
* | The #define for pcb_savefpu seems to do more harm than good. | peter | 2001-07-12 | 2 | -2/+0 |
* | Fix another missed pcb_savefpu reference (inside NPX_DEBUG) | peter | 2001-07-12 | 4 | -8/+8 |
* | Do not depend on pcb_savefpu backwards compat #define. | peter | 2001-07-12 | 2 | -2/+2 |
* | Forgot this fix from another tree. make enable_sse() a real prototype. | peter | 2001-07-12 | 2 | -2/+2 |
* | - Define a convenience macro ISTTYOPEN(). | yokota | 2001-07-12 | 2 | -21/+29 |
* | Bump param, for SSE support and include file impact (<machine/pcb.h>) | peter | 2001-07-12 | 1 | -1/+1 |
* | Move init_sse() out of the "GenuineIntel" section, my AthlonMP system | peter | 2001-07-12 | 2 | -2/+2 |
* | Apply the i386 SSE mods to pc98 as well. | peter | 2001-07-12 | 3 | -21/+238 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 42 | -71/+653 |
* | Another NatSemi gigE card; the Netgear GA622T | wpaul | 2001-07-11 | 2 | -2/+2 |
* | Document additional cards supported by the nge driver: LinkSys EG1032 | wpaul | 2001-07-11 | 2 | -2/+4 |
* | Commited patch for uni signaling fix. | pirzyk | 2001-07-11 | 1 | -2/+2 |
* | Call disk_destroy in cdcleanup() as appropriate. | dd | 2001-07-11 | 1 | -0/+3 |
* | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | bsd | 2001-07-11 | 9 | -140/+699 |
* | Hmm. Let's try this on for size... | mjacob | 2001-07-11 | 1 | -5/+11 |
* | Sanity guard- return ENODEV if we don't have a good IRQ resource. | mjacob | 2001-07-11 | 1 | -0/+3 |
* | Slight cleanliness- add an unlock of Giant in one dopanic case. Do | mjacob | 2001-07-11 | 1 | -9/+6 |
* | Correct spelling in a comment and remove trailing newline from a | dd | 2001-07-11 | 1 | -2/+2 |
* | Two optimizations: | wpaul | 2001-07-10 | 1 | -10/+35 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 11 | -2/+1292 |
* | Make this build again after breakage from previous commits. | dfr | 2001-07-10 | 2 | -12/+12 |
* | Fix dependencies between kernel options: | yokota | 2001-07-10 | 5 | -17/+26 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Added #include <sys/proc.h> | nyan | 2001-07-10 | 2 | -0/+2 |
* | Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for | imp | 2001-07-10 | 1 | -1/+1 |
* | Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of | peter | 2001-07-09 | 1 | -1/+1 |
* | Whoops; we get an ACPI_OBJECT back from evaluating a method, not | msmith | 2001-07-09 | 1 | -8/+6 |
* | Log when the user is turning debugging on/off. | joerg | 2001-07-09 | 2 | -10/+18 |
* | Hmpf, remove two variables that got unused by rev 1.214. | joerg | 2001-07-09 | 2 | -4/+2 |
* | Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds | joerg | 2001-07-09 | 2 | -2/+2 |
* | Remove parts of rev 1.211 again: do not delete our children iff they | joerg | 2001-07-09 | 2 | -14/+0 |
* | As des' example shows us, DMA overruns could happen in a situation | joerg | 2001-07-09 | 3 | -18/+75 |
* | Add SYSCTL ints for default normal I/O timeout && retry counts. | mjacob | 2001-07-09 | 1 | -4/+20 |
* | Constify the fstype argument to vfs_mount(). This eliminates at least one | des | 2001-07-09 | 3 | -4/+4 |
* | Don't share sig handlers after an exec | guido | 2001-07-09 | 1 | -1/+23 |
* | Get rid of useless bcopy (the next statement was equivalent) | guido | 2001-07-09 | 1 | -2/+0 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 19 | -36/+36 |
* | Note that spls are noops | imp | 2001-07-09 | 1 | -0/+2 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Fix missing newline and terminator at the end of the vm.zone sysctl. | des | 2001-07-09 | 1 | -2/+1 |
* | Another large patchset from Bruce. | joerg | 2001-07-08 | 2 | -316/+226 |
* | soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it is | ume | 2001-07-08 | 1 | -2/+6 |
* | Do not set the MODE_1000 bit unless we actually have a gigabit link. | wpaul | 2001-07-08 | 1 | -1/+9 |