| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add {} braces so that the code conforms to the indentation. | Rick Macklem | 2014-04-21 | 1 | -2/+4 |
| * | For an NFSv4 mount with the "nocto" option, don't get the | Rick Macklem | 2014-04-21 | 1 | -1/+3 |
| * | Rewrite the cleanup code to, well, actually work right. | Adrian Chadd | 2014-04-21 | 1 | -45/+125 |
| * | * Modify the debugging output from pause/resume to note the TID and STA | Adrian Chadd | 2014-04-21 | 1 | -7/+16 |
| * | Make sure bf_next is NULL'ed out when we're completing up an aggregate | Adrian Chadd | 2014-04-21 | 1 | -2/+3 |
| * | Fix a cleanup hang if cleanup gets called _during_ an active cleanup. | Adrian Chadd | 2014-04-21 | 1 | -8/+28 |
| * | Modify the NFSv4 client create/mkdir RPC so that it acquires | Rick Macklem | 2014-04-20 | 2 | -1/+17 |
| * | Add consistency checks to ensure that fragments of a user message | Michael Tuexen | 2014-04-20 | 1 | -1/+36 |
| * | Remove uncessary cache and TLB maintenance ops. | Ian Lepore | 2014-04-20 | 1 | -10/+0 |
| * | Send also a packet containing an ABORT chunk in response to an OOTB packet | Michael Tuexen | 2014-04-20 | 1 | -3/+0 |
| * | Fix a comment typo; conversion tables are for leap years, not leap seconds. | Ian Lepore | 2014-04-20 | 1 | -1/+1 |
| * | Backport from projects/pf r263908: | Martin Matuska | 2014-04-20 | 3 | -12/+28 |
| |\ |
|
| * | | MFi386: r257858 (by kib) | Yoshihiro Takahashi | 2014-04-20 | 1 | -0/+2 |
| * | | sys/capsicum.h: Remove not very useful visibility guards. | Jilles Tjoelker | 2014-04-19 | 1 | -6/+0 |
| * | | Use consistently debug output instead of an unconditional printf. | Michael Tuexen | 2014-04-19 | 1 | -1/+1 |
| * | | Modify the NFSv4 client open/create RPC so that it acquires | Rick Macklem | 2014-04-19 | 2 | -5/+17 |
| * | | Send the correct error cause, when a DATA chunk with no user data | Michael Tuexen | 2014-04-19 | 4 | -1/+41 |
| * | | garbage collect something that hasn't been triggered in almost 5 years... | John-Mark Gurney | 2014-04-19 | 1 | -3/+0 |
| * | | Modify the Lookup RPC for NFSv4 so that it acquires directory | Rick Macklem | 2014-04-18 | 3 | -29/+45 |
| * | | MFV r264668: | Xin LI | 2014-04-18 | 3 | -57/+7 |
| * | | MFV r264667: | Xin LI | 2014-04-18 | 1 | -2/+2 |
| * | | MFV r264666: | Xin LI | 2014-04-18 | 17 | -168/+156 |
| * | | Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE on | Warner Losh | 2014-04-18 | 3 | -37/+3 |
| * | | More properly account for free/reserved segments to avoid deadlock or | Warner Losh | 2014-04-18 | 4 | -7/+17 |
| * | | Don't build EISA by default anymore. Remove from i386 GENERIC and | Warner Losh | 2014-04-18 | 6 | -6/+18 |
| * | | Add new USB quirk. | Hans Petter Selasky | 2014-04-18 | 2 | -0/+2 |
| * | | Add support for the PIT 'readback' command -- based on a patch by grehan@. | Tycho Nightingale | 2014-04-18 | 1 | -2/+74 |
| * | | Respect the destination operand size of the 'Input from Port' instruction. | Tycho Nightingale | 2014-04-18 | 6 | -49/+94 |
| * | | Now that I figured out where the ethernet addresses come from | Bjoern A. Zeeb | 2014-04-18 | 1 | -1/+19 |
| * | | Add support for specifying USB controller mode via FDT. | Hans Petter Selasky | 2014-04-18 | 3 | -4/+27 |
| * | | Enable and disable the PMC unit at load/unload time, respectively. | Justin Hibbits | 2014-04-18 | 2 | -0/+8 |
| * | | Add support for reading the PIT Counter 2 output signal via the NMI | Tycho Nightingale | 2014-04-18 | 3 | -16/+58 |
| * | | For NFS mounts using rsize,wsize=65536 over TSO enabled | Rick Macklem | 2014-04-17 | 1 | -1/+3 |
| * | | fcntl.h: Make visible various POSIX.1-2008 features. | Jilles Tjoelker | 2014-04-17 | 1 | -9/+7 |
| * | | Fix typo and case inconsistency in MIPS CP0 register names. | Robert Watson | 2014-04-17 | 1 | -1/+1 |
| * | | use correct (integer) type for the temperature sysctl | Maksim Yevmenkin | 2014-04-17 | 1 | -1/+1 |
| * | | Fix typo. | Konstantin Belousov | 2014-04-17 | 1 | -1/+1 |
| * | | Correct AMD chipsets identification. | Alexander Motin | 2014-04-17 | 1 | -7/+7 |
| * | | Based on xlp_machdep.c and completed the list of options based on | Bjoern A. Zeeb | 2014-04-17 | 1 | -0/+49 |
| * | | Add the initial version of if_nf10bmac(4), a driver to support an | Bjoern A. Zeeb | 2014-04-17 | 9 | -1/+1110 |
| * | | Remove redundant unlock. | Andrey V. Elsukov | 2014-04-17 | 1 | -2/+0 |
| * | | Remove unused variable. | Andrey V. Elsukov | 2014-04-17 | 1 | -3/+0 |
| * | | Do not set M_BESTFIT if a strategy has already been provided. This | Navdeep Parhar | 2014-04-16 | 1 | -1/+2 |
| * | | Close the race in older code, that caused connection stuck after r264348. | Alexander Motin | 2014-04-16 | 1 | -7/+11 |
| * | | Include opt_ddb.h in the list of SRCS, since we include it. | Warner Losh | 2014-04-16 | 1 | -1/+1 |
| * | | Fix VIRTUAL and PROF interval timers for short intervals, broken at r247903. | Alexander Motin | 2014-04-16 | 1 | -0/+8 |
| * | | Make it possible for the initiator side to operate in both proxy | Edward Tomasz Napierala | 2014-04-16 | 2 | -12/+24 |
| * | | Fix typo. | Edward Tomasz Napierala | 2014-04-16 | 1 | -1/+1 |
| * | | Add kern.iscsi.fail_on_disconnection; this is required for gmultipath | Edward Tomasz Napierala | 2014-04-16 | 1 | -63/+65 |
| * | | Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packet | Bjoern A. Zeeb | 2014-04-16 | 1 | -2/+2 |