summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix "make depend" to not redundantly rebuild the .depend file.ru2005-04-221-7/+2
* | | Be more conservative when enabling extended features. There are fxp(4)mux2005-04-222-3/+7
* | | Use double additions to raise the inexact exception to work around problemsstefanf2005-04-223-12/+12
* | | Fix error in synproxy connection completion. Source andglebius2005-04-221-2/+2
* | | Pick up the selectors to use for various kernel segments from assym.siedowse2005-04-222-6/+7
* | | Add rules for building assym.s.iedowse2005-04-221-0/+14
* | | Fix raising the inexact exception (FE_INEXACT) if the result differs from thestefanf2005-04-223-18/+34
* | | Add sio and puc to i386 build.imp2005-04-221-1/+4
* | | Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusimp2005-04-221-13/+22
* | | Create a puc module. Not connected to the build until I can test it onimp2005-04-221-0/+10
* | | Sanity the RTC code:marcel2005-04-225-400/+130
* | | If we get interrupted during a data phase and the DMA engine is stillscottl2005-04-221-0/+6
* | | - Disable code which allows getnewvnode() to fail. Many ffs_vget() callersjeff2005-04-221-0/+2
* | | - Add two KASSERTs to prevent us from recycling a buf that is still on ajeff2005-04-221-0/+6
* | | Eliminate an unpredictable branch from bcmp().alc2005-04-212-9/+6
* | | Remove some code that snuck in by accident.ps2005-04-211-5/+0
* | | Fix for interaction problems between TCP SACK and TCP Signature.ps2005-04-212-55/+106
* | | Undo rev 1.71 as it is the wrong change.ps2005-04-211-10/+7
* | | - Make the sack scoreboard logic use the TAILQ macros. This improvesps2005-04-214-80/+44
* | | Fix for 2 bugs related to TCP Signatures :ps2005-04-211-7/+10
* | | Add a microcode to implement receive bundling for 82551 chipsets withmux2005-04-213-20/+152
* | | Fix printf() format string errors with 64-bit architectures.mux2005-04-211-9/+10
* | | Add the short but important word 'software' to the title.brueffer2005-04-211-1/+1
* | | Move Path MTU discovery ICMP processing from icmp_input() toandre2005-04-214-59/+74
* | | Enable extended RFDs and TCBs, and thus checksum offloading, formux2005-04-211-2/+1
* | | FAITH's base spec has already been an RFCsuz2005-04-211-3/+1
* | | plugged memory leaksuz2005-04-211-1/+3
* | | Do not try to store 64 bits into 32 bit errno variable. With the changed libckan2005-04-211-1/+1
* | | Ignore ICMP Source Quench messages for TCP sessions. Source Quench isandre2005-04-214-51/+23
* | | Rehash the timeout code to make it more simple.sos2005-04-214-169/+118
* | | Comments correctionache2005-04-211-2/+2
* | | Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-212-4/+10
* | | Add event aliases for P6 and K8 PMCs.jkoshy2005-04-211-17/+31
* | | Revert previous commit: The hwpmc(4) driver compiles on all platforms.marcel2005-04-204-39/+13
* | | Revert previous commit: build hwpmc(4) on all architectures.marcel2005-04-201-3/+1
* | | Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-206-7/+3
* | | Build pmccontrol(8) and pmcstat(8) on all architectures (FWIW :-)marcel2005-04-201-6/+2
* | | Build libpmc on all architectures (FWIW :-)marcel2005-04-201-3/+1
* | | o Do not include <machine/pmc_mdep.h>. It's automaticly included formarcel2005-04-201-9/+9
* | | Do not conditionally compile the contents of this file upon whethermarcel2005-04-201-5/+0
* | | Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-2012-24/+10
* | | o Reverse the inclusion chain from MD->MI to MI->MD by removing themarcel2005-04-202-2/+3
* | | o Reverse the inclusion chain from MD->MI to MI->MD by includingmarcel2005-04-201-4/+2
* | | Manpage for unit allocator functions.glebius2005-04-202-1/+104
* | | Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-205-0/+50
* | | - Initialize interface as UP when hook is connected.glebius2005-04-201-2/+5
* | | When netgraph flow control message comes from downstream, broadcastglebius2005-04-201-0/+28
* | | When a rebuild is done, properly mark the arrays as functional again.sos2005-04-201-1/+17
* | | Inherit signal mask for child process in fork1(), RELENG_4 and otherdavidxu2005-04-201-0/+1
* | | Properly hook in devices found by SATA connect events.sos2005-04-203-4/+3
OpenPOWER on IntegriCloud