| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v. | Marius Strobl | 2007-05-20 | 1 | -54/+0 |
| * | Remove superfluous inclusion of machine/ver.h. | Marius Strobl | 2007-05-20 | 4 | -4/+0 |
| * | Make previous revision compile. | Marius Strobl | 2007-05-20 | 1 | -1/+1 |
| * | - packets on the input interface were counted twice | Andrew Thompson | 2007-05-20 | 1 | -13/+1 |
| * | Rename the macros for assertion flags passed to sx_assert() from SX_* to | John Baldwin | 2007-05-19 | 2 | -22/+27 |
| * | In kern_sendfile() adjust byte accounting of the file sending loop to | Andre Oppermann | 2007-05-19 | 1 | -13/+37 |
| * | Expose sx_xholder() as a public macro. It returns a pointer to the thread | John Baldwin | 2007-05-19 | 2 | -8/+8 |
| * | Oops, didn't include SX_ADAPTIVESPIN in the list of valid flags for the | John Baldwin | 2007-05-19 | 1 | -1/+1 |
| * | Fix GCC warning: va = va += PAGE_SIZE contains pointless operation | Marcel Moolenaar | 2007-05-19 | 1 | -2/+2 |
| * | Add a new SX_RECURSE flag to make support for recursive exclusive locks | John Baldwin | 2007-05-19 | 2 | -2/+9 |
| * | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | Olivier Houchard | 2007-05-19 | 2 | -4/+4 |
| * | Constify to please gcc 4.2. | Olivier Houchard | 2007-05-19 | 1 | -1/+1 |
| * | Do not try to inline pmap_kremove(), as it's exported. | Olivier Houchard | 2007-05-19 | 1 | -1/+1 |
| * | Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard. | Joel Dahl | 2007-05-19 | 1 | -8/+9 |
| * | Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do so | Olivier Houchard | 2007-05-19 | 1 | -2/+2 |
| * | Add a level of indirection to the kernel PTE table. The old | Marcel Moolenaar | 2007-05-19 | 2 | -37/+61 |
| * | Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 was | Xin LI | 2007-05-19 | 1 | -1/+1 |
| * | Account for the fact that contigmalloc(9) can return a NULL pointer. | Marcel Moolenaar | 2007-05-19 | 1 | -3/+6 |
| * | Switch the kernel's pmap domain from 15 to 0. | Olivier Houchard | 2007-05-19 | 2 | -4/+4 |
| * | Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix some | Joel Dahl | 2007-05-19 | 2 | -2/+2 |
| * | Fix detection of PC-9821 V166 internal sound card. | Joel Dahl | 2007-05-19 | 1 | -1/+1 |
| * | Minor update to version 3.70.03.007 | Scott Long | 2007-05-19 | 2 | -2/+2 |
| * | Compare the partner system priority when choosing the aggregator. | Andrew Thompson | 2007-05-19 | 2 | -1/+11 |
| * | Implement the Marker Protocol. A marker frame is placed on the interface queue | Andrew Thompson | 2007-05-19 | 2 | -32/+131 |
| * | Check return value of m_pullup() in firewire_input(). | Robert Watson | 2007-05-19 | 1 | -0/+2 |
| * | Tweak inlining parameters a little. Add warning to tell us if function | Alexander Kabaev | 2007-05-19 | 2 | -2/+4 |
| * | Remove extern struct pcpu __pcpu[]; from the header file and | Alexander Kabaev | 2007-05-19 | 2 | -2/+2 |
| * | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct | Alexander Kabaev | 2007-05-19 | 3 | -0/+3 |
| * | Remove local static redefinition of ucom_devclass. | Alexander Kabaev | 2007-05-19 | 1 | -2/+0 |
| * | Add kern.arnd sysctl. SSP code uses it to initialize the stack guard | Alexander Kabaev | 2007-05-19 | 2 | -1/+14 |
| * | Disable -Werror for now. | Alexander Kabaev | 2007-05-19 | 2 | -4/+4 |
| * | Add -Wno-pointer-sign to CWARNFLAGS. | Alexander Kabaev | 2007-05-19 | 1 | -2/+2 |
| * | Fix a mbuf leak where sc_start fails or the protocol is none. | Andrew Thompson | 2007-05-19 | 1 | -2/+4 |
| * | Fix locking assert where we should hold the reader lock. | Andrew Thompson | 2007-05-18 | 2 | -2/+2 |
| * | Zero scsi_readcapacity allocations so we can really | Matt Jacob | 2007-05-18 | 1 | -4/+3 |
| * | Be more restrictive with segment validity checks in syncache_expand() | Andre Oppermann | 2007-05-18 | 1 | -3/+42 |
| * | o Add syslog logging under LOG_DEBUG to various failures caused by | Andre Oppermann | 2007-05-18 | 1 | -5/+38 |
| * | Remove unnecessary assignment. | Robert Watson | 2007-05-18 | 1 | -2/+0 |
| * | Add tcp_log_addrs() function to generate and standardized TCP log line | Andre Oppermann | 2007-05-18 | 4 | -22/+101 |
| * | Fix statistical accounting for bytes and packets during sack retransmits. | John Baldwin | 2007-05-18 | 1 | -1/+1 |
| * | In nfs_down(), if rep can be NULL, which we test for, then we should | Robert Watson | 2007-05-18 | 1 | -3/+4 |
| * | Fix build with NETGRAPH_MPPC_COMPRESSION but without NETGRAPH_MPPC_ENCRYPTION. | Alexander Motin | 2007-05-18 | 1 | -0/+4 |
| * | Help ng_fec deal with multicast addresses. | David Malone | 2007-05-18 | 1 | -2/+77 |
| * | Fix a comment. | John Baldwin | 2007-05-18 | 1 | -2/+2 |
| * | Move lock_profile_object_{init,destroy}() into lock_{init,destroy}(). | John Baldwin | 2007-05-18 | 5 | -8/+3 |
| * | Since renaming of vop_lock to _vop_lock, pre- and post-condition | Konstantin Belousov | 2007-05-18 | 13 | -31/+31 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 46 | -262/+287 |
| * | - Convert turnstiles and sleepqueus to use UMA. This provides a modest | Jeff Roberson | 2007-05-18 | 2 | -38/+106 |
| * | - Disabled responding to NI queries from a global address by default as | JINMEI Tatuya | 2007-05-17 | 3 | -7/+35 |
| * | Correct typo in comment | Christian S.J. Peron | 2007-05-17 | 1 | -1/+1 |