aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not provide a hint of the guest's OS versionBryan Venteicher2013-10-112-12/+1
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilePeter Grehan2013-10-103-24/+10
* Add dependency on ibcore now that it has been modularized.Navdeep Parhar2013-10-101-0/+1
* Fixed the media type shown via ifconfig.Eric Davis2013-10-103-8/+36
* Bump OS versions in the toolchain triples to 11.0, and bump theDimitry Andric2013-10-103-5/+5
* Fix the "am I a net80211 vap" check for bpf listeners.Adrian Chadd2013-10-101-2/+2
* Sanitize the %eflags returned by BIOS routines. Some BIOS routines enterJohn Baldwin2013-10-101-2/+5
* In sys/arm/versatile/versatile_pci.c, add a default handler, to fix aDimitry Andric2013-10-101-0/+3
* Turn it all the way up to 11:Glen Barber2013-10-105-7/+8
* New committer info.Eric Davis2013-10-101-0/+1
* Update head/ to ALPHA6 in preparation of branching to stable/10.Glen Barber2013-10-101-1/+1
* In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymousDimitry Andric2013-10-106-49/+60
* Tidy up the output of "sysctl vm.phys_free".Alan Cox2013-10-101-5/+3
* Ignore attempts to set the nmbcluster sysctls to their current valueJohn Baldwin2013-10-101-5/+5
* Fix for When more than one NIC is present.Alfred Perlstein2013-10-101-34/+1
* Remove unimplemented options from iscsi.conf(5) manual page, mentionEdward Tomasz Napierala2013-10-101-31/+6
* MFV r255257: 4082 zfs receive gets EFBIG from dmu_tx_hold_free()Andriy Gapon2013-10-102-1/+11
|\
| * Update vendor-sys/illumos/dist to 14172:be36a38bac3d:Xin LI2013-09-052-2/+11
| * Update vendor-sys/illumos/dist to 14171:98413c8cf54d:Xin LI2013-09-054-8/+117
| * Update vendor/illumos/dist and vendor-sys/illumos/distXin LI2013-09-0536-706/+1370
* | Do not try to detach if the interface does not support IPv6.Hiroki Sato2013-10-101-0/+3
* | - Update rc.d/jail to use a jail(8) configuration file instead ofHiroki Sato2013-10-106-978/+449
* | Add support for "vnet jname" argument in ifconfig_IF. The vnet keywordHiroki Sato2013-10-102-14/+100
* | Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, toDimitry Andric2013-10-101-1/+1
* | Convert the dtrace(1) man page to mdoc and fix up some aspects of it thatMark Johnston2013-10-101-644/+651
* | Allow a 4-byte write to PCI config space to overlapPeter Grehan2013-10-091-3/+12
* | Add read/write bus barriers for MIPS.Adrian Chadd2013-10-091-0/+4
* | Remove hash generation from release.sh, as it is run as part ofGlen Barber2013-10-091-5/+0
* | Unbreak zfsloader with LOADER_TFTP_SUPPORT onAlexander Kabaev2013-10-091-2/+6
* | Handle the cases where NULL is passed as cap_rightsp to thePawel Jakub Dawidek2013-10-091-10/+14
* | By popular demand, move freebsd-version(1) from /libexec to /bin.Dag-Erling Smørgrav2013-10-096-4/+5
* | Properly handle residual count in Data-In PDUs with S bit set.Edward Tomasz Napierala2013-10-091-12/+33
* | Fix missing .Joel Dahl2013-10-091-1/+1
* | Explicitly pass the full path to the input file to sed. This unbreaksDag-Erling Smørgrav2013-10-091-1/+1
* | Improve logging around some of the isci(4) reset and recovery paths.Jim Harris2013-10-093-4/+52
* | Be extra paranoid with values obtained from the target.Edward Tomasz Napierala2013-10-091-8/+26
* | Fail connection upon receiving too large data segment.Edward Tomasz Napierala2013-10-091-0/+1
* | There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-095-3/+7
* | The device vnodes are often unlocked when bread() or bwrite() isKonstantin Belousov2013-10-091-1/+2
* | Do not flush buffers when the v_object of the passed vnode does notKonstantin Belousov2013-10-091-0/+2
* | When growing the file descriptor table, new larger memory chunk isKonstantin Belousov2013-10-091-2/+21
* | Reduce code duplication, introduce the getmaxfd() helper to calculateKonstantin Belousov2013-10-091-9/+16
* | Remove no longer useful debugging output and a stale comment.Edward Tomasz Napierala2013-10-091-13/+2
* | Update the Intel igb driver to version 2.4.0Jack F Vogel2013-10-0921-1193/+1994
* | Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, toDimitry Andric2013-10-091-1/+1
* | Revert r256095, r256120 (partial), r256121:Glen Barber2013-10-0973-27/+25657
* | Make the error handling more consistant. Shouldn't make any functionalEdward Tomasz Napierala2013-10-091-9/+23
* | Remove redundant redeclarations of uart_s3c2410_class inDimitry Andric2013-10-092-3/+0
* | Tidy up, cache return value of a function, and add an assertion;Edward Tomasz Napierala2013-10-091-6/+32
* | Plug memory leak.Edward Tomasz Napierala2013-10-091-0/+1