summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r267961, r267973:gjb2014-06-27263-803/+1389
* Use Intel's official name (Secure Key) per IntelĀ® Digital Random Numberdelphij2014-06-271-1/+1
* Add the llvm patch for r267981.dim2014-06-271-0/+494
* Pull in r211627 from upstream llvm trunk (by Bill Schmidt):dim2014-06-271-0/+4
* In order to get vt(4) a bit closer to the feature set provided by sc(4),marius2014-06-277-24/+136
* Always set UF_ARCHIVE on target (because they are by definition new filesdelphij2014-06-271-2/+2
* Add CTLFLAG_NOFETCH flag; console vty code runs before tunable fetchemaste2014-06-271-3/+3
* Add missing variable declarations when using RSS.adrian2014-06-271-0/+4
* Simplify the code a little bit using the update_sensor_sysctl() routine toloos2014-06-271-9/+5
* pw: fix up deletion of users from groupsmjg2014-06-271-4/+3
* Correct the buffer length check to avoid overflows.loos2014-06-271-3/+6
* Minor mdoc fix.joel2014-06-271-1/+1
* - SC_NO_SYSMOUSE isn't currently supported by vt(4), so nuke it from vt.4.marius2014-06-271-11/+8
* Add post-mortem debugging for "EPT Misconfiguration" VM-exit. This errorneel2014-06-271-1/+25
* Use a common tunable to choose between vt(4)/sc(4)emaste2014-06-278-8/+71
* After r267897 brought in a new version of file/libmagic, a filesystem imageneel2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-27262-1386/+800
* Don't hide zero-length strings when doing sysctl listings.hselasky2014-06-271-2/+2
* Sort command flags in usage output and the manpages.jhb2014-06-274-70/+70
* Add proper rangechecks in "axge_rx_frame()" function andhselasky2014-06-271-12/+21
* Fix typo in r267481.mav2014-06-271-1/+1
* Set the version and date to fixed fields rather than usinggrehan2014-06-271-2/+2
* Check lower bound of cmsg_len.mjg2014-06-271-1/+1
* MFV illumosrpaulo2014-06-2619-39/+2283
|\
* \ MFV illumosrpaulo2014-06-2652-163/+2057
|\ \
* | | Add stubs for CTF functions which are not yet implemented.rpaulo2014-06-261-0/+2
* | | use .Mt to mark up email addresses consistently (final part)bapt2014-06-26411-737/+678
| | |
| \ \
*-. \ \ MFV illumosrpaulo2014-06-2619-6/+1477
|\ \ \ \
| | * | | OS-1723 DTrace should speak JSONrpaulo2014-06-261-0/+79
| | * | | 4756 metaslab_group_preload() could deadlockdelphij2014-06-171-1/+3
| | * | | 4891 want zdb option to dump all metadatadelphij2014-06-174-7/+54
| | * | | 4390 i/o errors when deleting filesystem/zvol can lead to space map corruptiondelphij2014-06-172-2/+3
| | * | | 4757 ZFS embedded-data block pointers ("zero block compression")delphij2014-06-1710-56/+267
| | * | | 4470 overly aggressive D integer narrowing breaks 32-bit ustack helpersmarkj2014-06-032-1/+49
| | | |/ | | |/|
| | * | 4471 DTrace count() with histogrammarkj2014-06-0318-38/+2278
| | |/
| | * 4474 DTrace Userland CTF Supportmarkj2014-06-0378-200/+2035
* | | use .Mt to mark up email addresses consistently (part6)bapt2014-06-26168-217/+212
* | | Sync the E1000 shared code with Intel internal, this adds fixes,jfv2014-06-2625-229/+806
* | | - Document -b to enable the bvmcons console (but mark it as deprecatedjhb2014-06-262-7/+21
* | | Simplify statistics calculation.mav2014-06-261-119/+21
* | | MFV illumos r266986:rpaulo2014-06-2611-46/+845
|\ \ \
* | | | Revert r267898.rpaulo2014-06-2619-2297/+40
* | | | Use dtrace -s instead of /bin/sh for DTrace scripts.rpaulo2014-06-263-119/+114
* | | | Fix whitspace indentation from spaces to tabs.bz2014-06-261-64/+64
* | | | Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernelbz2014-06-264-2/+8
* | | | Add support for emulating the move instruction: "mov r/m8, imm8".tychon2014-06-261-0/+15
* | | | Allow switching between 32bit and 64bit bus width data access at compilebz2014-06-262-19/+41
* | | | Rather than using a constant use sizeof(val) allowing for the lengthbz2014-06-261-1/+1
* | | | In preparation for 64bit mode remove all the _4 from the function andbz2014-06-261-58/+58
* | | | Delay the call to crhold() in vm_map_insert() until we know that we won'talc2014-06-261-9/+4
OpenPOWER on IntegriCloud