| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a level of indirection to the kernel PTE table. The old | marcel | 2007-05-19 | 2 | -37/+61 |
* | Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 was | delphij | 2007-05-19 | 1 | -1/+1 |
* | Account for the fact that contigmalloc(9) can return a NULL pointer. | marcel | 2007-05-19 | 1 | -3/+6 |
* | Switch the kernel's pmap domain from 15 to 0. | cognet | 2007-05-19 | 2 | -4/+4 |
* | Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix some | joel | 2007-05-19 | 2 | -2/+2 |
* | Fix detection of PC-9821 V166 internal sound card. | joel | 2007-05-19 | 1 | -1/+1 |
* | Minor update to version 3.70.03.007 | scottl | 2007-05-19 | 2 | -2/+2 |
* | Compare the partner system priority when choosing the aggregator. | thompsa | 2007-05-19 | 2 | -1/+11 |
* | Implement the Marker Protocol. A marker frame is placed on the interface queue | thompsa | 2007-05-19 | 2 | -32/+131 |
* | Check return value of m_pullup() in firewire_input(). | rwatson | 2007-05-19 | 1 | -0/+2 |
* | Tweak inlining parameters a little. Add warning to tell us if function | kan | 2007-05-19 | 2 | -2/+4 |
* | Remove extern struct pcpu __pcpu[]; from the header file and | kan | 2007-05-19 | 2 | -2/+2 |
* | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct | kan | 2007-05-19 | 3 | -0/+3 |
* | Remove local static redefinition of ucom_devclass. | kan | 2007-05-19 | 1 | -2/+0 |
* | Add kern.arnd sysctl. SSP code uses it to initialize the stack guard | kan | 2007-05-19 | 2 | -1/+14 |
* | Disable -Werror for now. | kan | 2007-05-19 | 2 | -4/+4 |
* | Add -Wno-pointer-sign to CWARNFLAGS. | kan | 2007-05-19 | 1 | -2/+2 |
* | Fix a mbuf leak where sc_start fails or the protocol is none. | thompsa | 2007-05-19 | 1 | -2/+4 |
* | Fix locking assert where we should hold the reader lock. | thompsa | 2007-05-18 | 2 | -2/+2 |
* | Zero scsi_readcapacity allocations so we can really | mjacob | 2007-05-18 | 1 | -4/+3 |
* | Be more restrictive with segment validity checks in syncache_expand() | andre | 2007-05-18 | 1 | -3/+42 |
* | o Add syslog logging under LOG_DEBUG to various failures caused by | andre | 2007-05-18 | 1 | -5/+38 |
* | Remove unnecessary assignment. | rwatson | 2007-05-18 | 1 | -2/+0 |
* | Add tcp_log_addrs() function to generate and standardized TCP log line | andre | 2007-05-18 | 4 | -22/+101 |
* | Fix statistical accounting for bytes and packets during sack retransmits. | jhb | 2007-05-18 | 1 | -1/+1 |
* | In nfs_down(), if rep can be NULL, which we test for, then we should | rwatson | 2007-05-18 | 1 | -3/+4 |
* | Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION. | mav | 2007-05-18 | 1 | -0/+4 |
* | Help ng_fec deal with multicast addresses. | dwmalone | 2007-05-18 | 1 | -2/+77 |
* | Fix a comment. | jhb | 2007-05-18 | 1 | -2/+2 |
* | Move lock_profile_object_{init,destroy}() into lock_{init,destroy}(). | jhb | 2007-05-18 | 5 | -8/+3 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 13 | -31/+31 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 46 | -263/+288 |
* | - Convert turnstiles and sleepqueus to use UMA. This provides a modest | jeff | 2007-05-18 | 2 | -38/+106 |
* | - Disabled responding to NI queries from a global address by default as | jinmei | 2007-05-17 | 3 | -7/+35 |
* | Correct typo in comment | csjp | 2007-05-17 | 1 | -1/+1 |
* | Eliminate a micro-optimization that hasn't had any effect for 15+ years. | peter | 2007-05-17 | 1 | -5/+0 |
* | Fix small copy/paste mistake. | mav | 2007-05-17 | 1 | -1/+1 |
* | - Fixed 1-2-1 model to not worry about associd in sockopts | rrs | 2007-05-17 | 14 | -103/+175 |
* | Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE is | imp | 2007-05-17 | 1 | -3/+1 |
* | The HP Diva RMP3 uses BAR 0x14. | marcel | 2007-05-17 | 1 | -1/+1 |
* | Make the serdev I/F non-optional. At least 3 drivers depend on it | marcel | 2007-05-17 | 1 | -1/+1 |
* | Couple of changes, back down on last TSO change, instead make old | jfv | 2007-05-17 | 2 | -8/+31 |
* | Unbreak IPv4 kernel build. | oleg | 2007-05-17 | 1 | -0/+2 |
* | Don't completely skip pci_cfg_save() in the PCI nomatch routine if | jhb | 2007-05-16 | 1 | -3/+1 |
* | Fix interrupt routing for some cards after the previous fix to clear BARs | jhb | 2007-05-16 | 1 | -6/+7 |
* | - Added TSO support | davidch | 2007-05-16 | 3 | -3485/+6212 |
* | Remove leading spaces before tabs spotted thanks to silby using | rwatson | 2007-05-16 | 1 | -3/+3 |
* | Generally migrate to ANSI function headers, and remove 'register' use. | rwatson | 2007-05-16 | 5 | -181/+106 |
* | Write 0 to all the bars in cardbus_cardbus_setup_regs. This is needed | imp | 2007-05-16 | 1 | -19/+18 |
* | Update the comments on if_alloc(), if_free(), if_free_type(), and | brooks | 2007-05-16 | 1 | -12/+26 |