| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not provide a hint of the guest's OS version | Bryan Venteicher | 2013-10-11 | 2 | -12/+1 |
| * | Allow the legacy CDROM device to be accessed in a FreeBSD guest, while | Peter Grehan | 2013-10-10 | 3 | -24/+10 |
| * | Add dependency on ibcore now that it has been modularized. | Navdeep Parhar | 2013-10-10 | 1 | -0/+1 |
| * | Fixed the media type shown via ifconfig. | Eric Davis | 2013-10-10 | 3 | -8/+36 |
| * | Bump OS versions in the toolchain triples to 11.0, and bump the | Dimitry Andric | 2013-10-10 | 3 | -5/+5 |
| * | Fix the "am I a net80211 vap" check for bpf listeners. | Adrian Chadd | 2013-10-10 | 1 | -2/+2 |
| * | Sanitize the %eflags returned by BIOS routines. Some BIOS routines enter | John Baldwin | 2013-10-10 | 1 | -2/+5 |
| * | In sys/arm/versatile/versatile_pci.c, add a default handler, to fix a | Dimitry Andric | 2013-10-10 | 1 | -0/+3 |
| * | Turn it all the way up to 11: | Glen Barber | 2013-10-10 | 5 | -7/+8 |
| * | New committer info. | Eric Davis | 2013-10-10 | 1 | -0/+1 |
| * | Update head/ to ALPHA6 in preparation of branching to stable/10. | Glen Barber | 2013-10-10 | 1 | -1/+1 |
| * | In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymous | Dimitry Andric | 2013-10-10 | 6 | -49/+60 |
| * | Tidy up the output of "sysctl vm.phys_free". | Alan Cox | 2013-10-10 | 1 | -5/+3 |
| * | Ignore attempts to set the nmbcluster sysctls to their current value | John Baldwin | 2013-10-10 | 1 | -5/+5 |
| * | Fix for When more than one NIC is present. | Alfred Perlstein | 2013-10-10 | 1 | -34/+1 |
| * | Remove unimplemented options from iscsi.conf(5) manual page, mention | Edward Tomasz Napierala | 2013-10-10 | 1 | -31/+6 |
| * | MFV r255257: 4082 zfs receive gets EFBIG from dmu_tx_hold_free() | Andriy Gapon | 2013-10-10 | 2 | -1/+11 |
| |\ |
|
| | * | Update vendor-sys/illumos/dist to 14172:be36a38bac3d: | Xin LI | 2013-09-05 | 2 | -2/+11 |
| | * | Update vendor-sys/illumos/dist to 14171:98413c8cf54d: | Xin LI | 2013-09-05 | 4 | -8/+117 |
| | * | Update vendor/illumos/dist and vendor-sys/illumos/dist | Xin LI | 2013-09-05 | 36 | -706/+1370 |
| * | | Do not try to detach if the interface does not support IPv6. | Hiroki Sato | 2013-10-10 | 1 | -0/+3 |
| * | | - Update rc.d/jail to use a jail(8) configuration file instead of | Hiroki Sato | 2013-10-10 | 6 | -978/+449 |
| * | | Add support for "vnet jname" argument in ifconfig_IF. The vnet keyword | Hiroki Sato | 2013-10-10 | 2 | -14/+100 |
| * | | Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, to | Dimitry Andric | 2013-10-10 | 1 | -1/+1 |
| * | | Convert the dtrace(1) man page to mdoc and fix up some aspects of it that | Mark Johnston | 2013-10-10 | 1 | -644/+651 |
| * | | Allow a 4-byte write to PCI config space to overlap | Peter Grehan | 2013-10-09 | 1 | -3/+12 |
| * | | Add read/write bus barriers for MIPS. | Adrian Chadd | 2013-10-09 | 1 | -0/+4 |
| * | | Remove hash generation from release.sh, as it is run as part of | Glen Barber | 2013-10-09 | 1 | -5/+0 |
| * | | Unbreak zfsloader with LOADER_TFTP_SUPPORT on | Alexander Kabaev | 2013-10-09 | 1 | -2/+6 |
| * | | Handle the cases where NULL is passed as cap_rightsp to the | Pawel Jakub Dawidek | 2013-10-09 | 1 | -10/+14 |
| * | | By popular demand, move freebsd-version(1) from /libexec to /bin. | Dag-Erling Smørgrav | 2013-10-09 | 6 | -4/+5 |
| * | | Properly handle residual count in Data-In PDUs with S bit set. | Edward Tomasz Napierala | 2013-10-09 | 1 | -12/+33 |
| * | | Fix missing . | Joel Dahl | 2013-10-09 | 1 | -1/+1 |
| * | | Explicitly pass the full path to the input file to sed. This unbreaks | Dag-Erling Smørgrav | 2013-10-09 | 1 | -1/+1 |
| * | | Improve logging around some of the isci(4) reset and recovery paths. | Jim Harris | 2013-10-09 | 3 | -4/+52 |
| * | | Be extra paranoid with values obtained from the target. | Edward Tomasz Napierala | 2013-10-09 | 1 | -8/+26 |
| * | | Fail connection upon receiving too large data segment. | Edward Tomasz Napierala | 2013-10-09 | 1 | -0/+1 |
| * | | There are some high performance NICs that count statistics in hardware, | Gleb Smirnoff | 2013-10-09 | 5 | -3/+7 |
| * | | The device vnodes are often unlocked when bread() or bwrite() is | Konstantin Belousov | 2013-10-09 | 1 | -1/+2 |
| * | | Do not flush buffers when the v_object of the passed vnode does not | Konstantin Belousov | 2013-10-09 | 1 | -0/+2 |
| * | | When growing the file descriptor table, new larger memory chunk is | Konstantin Belousov | 2013-10-09 | 1 | -2/+21 |
| * | | Reduce code duplication, introduce the getmaxfd() helper to calculate | Konstantin Belousov | 2013-10-09 | 1 | -9/+16 |
| * | | Remove no longer useful debugging output and a stale comment. | Edward Tomasz Napierala | 2013-10-09 | 1 | -13/+2 |
| * | | Update the Intel igb driver to version 2.4.0 | Jack F Vogel | 2013-10-09 | 21 | -1193/+1994 |
| * | | Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, to | Dimitry Andric | 2013-10-09 | 1 | -1/+1 |
| * | | Revert r256095, r256120 (partial), r256121: | Glen Barber | 2013-10-09 | 73 | -27/+25657 |
| * | | Make the error handling more consistant. Shouldn't make any functional | Edward Tomasz Napierala | 2013-10-09 | 1 | -9/+23 |
| * | | Remove redundant redeclarations of uart_s3c2410_class in | Dimitry Andric | 2013-10-09 | 2 | -3/+0 |
| * | | Tidy up, cache return value of a function, and add an assertion; | Edward Tomasz Napierala | 2013-10-09 | 1 | -6/+32 |
| * | | Plug memory leak. | Edward Tomasz Napierala | 2013-10-09 | 1 | -0/+1 |