summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Separate out enabling building clang and/or gcc for the system andWarner Losh2014-04-1812-26/+64
* | | | Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.Warner Losh2014-04-184-9/+12
* | | | 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
* | | | An abstracted down version of the NanoBSD config files as used byWarner Losh2014-04-183-0/+533
* | | | Add -x to the removal of trees to prevent crossing mount points toWarner Losh2014-04-181-9/+9
* | | | Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh2014-04-188-6/+21
* | | | 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
* | | | Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --Tycho Nightingale2014-04-181-1/+1
* | | | Respect the destination operand size of the 'Input from Port' instruction.Tycho Nightingale2014-04-187-53/+117
* | | | 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-184-18/+78
* | | | 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
* | | | Fix releasing the lock in the parent atrun process after the queueGuy Helmer2014-04-171-0/+6
* | | | Correct AMD chipsets identification.Alexander Motin2014-04-171-7/+7
* | | | Stop casting the const char * to void * to char * to make compile more happyBjoern A. Zeeb2014-04-171-1/+1
* | | | Remove duplicate extern declarations after r264573.Bjoern A. Zeeb2014-04-171-3/+0
* | | | Based on xlp_machdep.c and completed the list of options based onBjoern A. Zeeb2014-04-171-0/+49
* | | | Remove redundant code.Edward Tomasz Napierala2014-04-171-1/+0
* | | | Add the initial version of if_nf10bmac(4), a driver to support anBjoern A. Zeeb2014-04-1711-1/+1182
* | | | Remove redundant unlock.Andrey V. Elsukov2014-04-171-2/+0
* | | | Add a missing break in the TCP case.Christian Brueffer2014-04-171-0/+1
* | | | Remove unused variable.Andrey V. Elsukov2014-04-171-3/+0
* | | | Minor style(9) cleanupsPedro F. Giffuni2014-04-171-2/+2
* | | | Sync with OpenBSD.Xin LI2014-04-1611-164/+321
* | | | when watchdogd is asked to exit nicely (via SIGTERM) it willMaksim Yevmenkin2014-04-161-0/+3
* | | | 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-165-46/+70
* | | | 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
* | | | Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-16179-27209/+0
* | | | Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packetBjoern A. Zeeb2014-04-161-2/+2
* | | | Set oif only for outgoing packets.Andrey V. Elsukov2014-04-161-1/+1
* | | | When switching variables to flags in r243185 a few cases were missed.Bjoern A. Zeeb2014-04-161-5/+5
* | | | Remove useless debug.Edward Tomasz Napierala2014-04-161-1/+0
* | | | Be more strict with locking for is_waiting_for_iscsid variable.Edward Tomasz Napierala2014-04-161-1/+4
* | | | Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway,Edward Tomasz Napierala2014-04-162-31/+0
* | | | English.Edward Tomasz Napierala2014-04-161-3/+3
* | | | If we fail to create LUN, try again on next configuration reload.Edward Tomasz Napierala2014-04-161-1/+9
* | | | Use consistent punctuation.Edward Tomasz Napierala2014-04-161-3/+4