aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add {} braces so that the code conforms to the indentation.Rick Macklem2014-04-211-2/+4
* For an NFSv4 mount with the "nocto" option, don't get theRick Macklem2014-04-211-1/+3
* Rewrite the cleanup code to, well, actually work right.Adrian Chadd2014-04-211-45/+125
* * Modify the debugging output from pause/resume to note the TID and STAAdrian Chadd2014-04-211-7/+16
* Make sure bf_next is NULL'ed out when we're completing up an aggregateAdrian Chadd2014-04-211-2/+3
* Fix a cleanup hang if cleanup gets called _during_ an active cleanup.Adrian Chadd2014-04-211-8/+28
* Modify the NFSv4 client create/mkdir RPC so that it acquiresRick Macklem2014-04-202-1/+17
* Add consistency checks to ensure that fragments of a user messageMichael Tuexen2014-04-201-1/+36
* Remove uncessary cache and TLB maintenance ops.Ian Lepore2014-04-201-10/+0
* Send also a packet containing an ABORT chunk in response to an OOTB packetMichael Tuexen2014-04-201-3/+0
* Fix a comment typo; conversion tables are for leap years, not leap seconds.Ian Lepore2014-04-201-1/+1
* Backport from projects/pf r263908:Martin Matuska2014-04-203-12/+28
|\
* | MFi386: r257858 (by kib)Yoshihiro Takahashi2014-04-201-0/+2
* | sys/capsicum.h: Remove not very useful visibility guards.Jilles Tjoelker2014-04-191-6/+0
* | Use consistently debug output instead of an unconditional printf.Michael Tuexen2014-04-191-1/+1
* | Modify the NFSv4 client open/create RPC so that it acquiresRick Macklem2014-04-192-5/+17
* | Send the correct error cause, when a DATA chunk with no user dataMichael Tuexen2014-04-194-1/+41
* | garbage collect something that hasn't been triggered in almost 5 years...John-Mark Gurney2014-04-191-3/+0
* | Modify the Lookup RPC for NFSv4 so that it acquires directoryRick Macklem2014-04-183-29/+45
* | MFV r264668:Xin LI2014-04-183-57/+7
* | MFV r264667:Xin LI2014-04-181-2/+2
* | MFV r264666:Xin LI2014-04-1817-168/+156
* | Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE onWarner Losh2014-04-183-37/+3
* | More properly account for free/reserved segments to avoid deadlock orWarner Losh2014-04-184-7/+17
* | Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh2014-04-186-6/+18
* | Add new USB quirk.Hans Petter Selasky2014-04-182-0/+2
* | Add support for the PIT 'readback' command -- based on a patch by grehan@.Tycho Nightingale2014-04-181-2/+74
* | Respect the destination operand size of the 'Input from Port' instruction.Tycho Nightingale2014-04-186-49/+94
* | Now that I figured out where the ethernet addresses come fromBjoern A. Zeeb2014-04-181-1/+19
* | Add support for specifying USB controller mode via FDT.Hans Petter Selasky2014-04-183-4/+27
* | Enable and disable the PMC unit at load/unload time, respectively.Justin Hibbits2014-04-182-0/+8
* | Add support for reading the PIT Counter 2 output signal via the NMITycho Nightingale2014-04-183-16/+58
* | For NFS mounts using rsize,wsize=65536 over TSO enabledRick Macklem2014-04-171-1/+3
* | fcntl.h: Make visible various POSIX.1-2008 features.Jilles Tjoelker2014-04-171-9/+7
* | Fix typo and case inconsistency in MIPS CP0 register names.Robert Watson2014-04-171-1/+1
* | use correct (integer) type for the temperature sysctlMaksim Yevmenkin2014-04-171-1/+1
* | Fix typo.Konstantin Belousov2014-04-171-1/+1
* | Correct AMD chipsets identification.Alexander Motin2014-04-171-7/+7
* | Based on xlp_machdep.c and completed the list of options based onBjoern A. Zeeb2014-04-171-0/+49
* | Add the initial version of if_nf10bmac(4), a driver to support anBjoern A. Zeeb2014-04-179-1/+1110
* | Remove redundant unlock.Andrey V. Elsukov2014-04-171-2/+0
* | Remove unused variable.Andrey V. Elsukov2014-04-171-3/+0
* | Do not set M_BESTFIT if a strategy has already been provided. ThisNavdeep Parhar2014-04-161-1/+2
* | Close the race in older code, that caused connection stuck after r264348.Alexander Motin2014-04-161-7/+11
* | Include opt_ddb.h in the list of SRCS, since we include it.Warner Losh2014-04-161-1/+1
* | Fix VIRTUAL and PROF interval timers for short intervals, broken at r247903.Alexander Motin2014-04-161-0/+8
* | Make it possible for the initiator side to operate in both proxyEdward Tomasz Napierala2014-04-162-12/+24
* | Fix typo.Edward Tomasz Napierala2014-04-161-1/+1
* | Add kern.iscsi.fail_on_disconnection; this is required for gmultipathEdward Tomasz Napierala2014-04-161-63/+65
* | Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packetBjoern A. Zeeb2014-04-161-2/+2