summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2011-07-25HVM-507 kvmstat occasionally exits with "failed to read kstat" errorBryan Cantrill1-1/+15
2011-07-25OS-511 make zonecfg device resource extensible, like the net resourceJerry Jelinek6-119/+291
2011-07-22va_*.h: Use __GNUC_MINOR__, which actually existsRichard Lowe2-3/+3
2011-07-21OS-509 zone should halt if init exits and is configured not to restartJerry Jelinek1-4/+11
2011-07-21[HVM-500] create /tmp in zones for vmadmd sockets.Josh Wilsdon1-4/+15
2011-07-20va_impl.h: Update version condition for __builtin_va_startRichard Lowe1-1/+1
In actuality, gcc's ginclude/stdarg.h switched to using the __builtin_va_start name in GCC 3.3, see revision 1.16 here: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ginclude/stdarg.h?only_with_tag=gcc_3_3_release
2011-07-20[HVM-496] reenable mac antispoofing now that qemu supports using the ↵Josh Wilsdon2-4/+4
existing MAC of a vnic.
2011-07-20OS-505 Create zone brand option that allows a brand to specify that when ↵Jerry Jelinek8-2/+53
init fails, it should not be restarted
2011-07-19OS-506 ::dtrace fails with "mdb: failed to initialize dtrace: Error 0"Bryan Cantrill3-4/+77
2011-07-19[HVM-493] fix brand to work with vmadmdJosh Wilsdon5-45/+20
2011-07-19OS-504 kvm brand hook needs to create vnicsJerry Jelinek1-1/+176
2011-07-18[HVM-493] add kvm brand to build.Josh Wilsdon2-1/+2
2011-07-17OS-501 intrstat fails with "dtrace_go(): Enabling exceeds size of buffer"Bryan Cantrill4-17/+48
2011-07-16Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe95-5265/+2602
Conflicts: usr/src/uts/sun4u/opl/io/drmach.c usr/src/uts/sun4u/serengeti/io/sbdp_cpu.c usr/src/uts/sun4u/starfire/io/drmach.c
2011-07-15OS-161 vmem_destroy(XXX): leaked 1 identifiers messages on shutdownJerry Jelinek1-1/+1
2011-07-14OS-490 Remove pieces that require libmeta from the build and live imageRobert Mustacchi3-7/+0
2011-07-14OS-494 dtest needs some minor cleanupBryan Cantrill1-5/+5
2011-07-13OS-393 ziostat reporting incorrect actv and asvc_tBill Pijewski3-4/+7
2011-07-12OS-492 (fix comment)Bryan Cantrill1-2/+2
2011-07-12OS-492 add test to verify that active ring buffers prevent USDT ECB reapingBryan Cantrill1-0/+124
2011-07-121451 DTrace needs toupper()/tolower() subroutinesBryan Cantrill13-6/+383
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-12OS-486 DTrace needs toupper()/tolower() subroutinesBryan Cantrill11-4/+371
2011-07-111455 DTrace tracemem() should take an optional size argumentBryan Cantrill14-23/+1512
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-11OS-481 DTrace tracemem() action should take a dynamic size argumentBryan Cantrill12-22/+1504
2011-07-11OS-484 System/zones method queries wrong SMF service for system zpoolBill Pijewski1-1/+4
2011-07-11OS-456 constant dhcp NAKsJerry Jelinek1-2/+20
2011-07-11OS-477 %P variable to specify system pool in zone manifestJerry Jelinek6-2/+108
2011-07-09OS-478 restore lint cleanlinessBryan Cantrill15-43/+48
2011-07-081452 DTrace buffer autoscaling should be less violentBryan Cantrill4-52/+24
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-08OS-472 DTrace buffer autoscaling should be less violentBryan Cantrill4-50/+24
2011-07-08STOR-17 Zone brand hook assumes zone's pool is mounted at /zonesBill Pijewski1-2/+2
2011-07-071458 D compiler fails to generate error on sizeof() an undefined structBryan Cantrill3-0/+40
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-07OS-471 D compiler fails to generate error on sizeof() an undefined structBryan Cantrill2-0/+38
2011-07-06OS-423 Adding a link-aggr to a bridge causes a kernel panicJerry Jelinek1-4/+3
2011-07-061456 DTrace profile and tick probes sometimes don't fire in a zoneBryan Cantrill9-105/+392
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-07-06OS-431 dtrace profile and tick probes sometimes don't fire in a zoneBryan Cantrill8-106/+389
2011-07-02appcert: Convince GCC we're not out of bounds on bktsRichard Lowe1-11/+6
2011-07-02[HACK] vi: Disable array bounds checksRichard Lowe1-0/+3
vi uses array[-1] as a sentinal value in calls to q*column(), and in a way that makes avoiding the warning impossible. So we, sadly, disable the warning (at least for now)
2011-07-02[HACK] krb5kdc: Disable strict overflow under GCC4Richard Lowe1-2/+3
2011-07-02picl/snowbird/piclkstat: Haul static prototypes out of functionsRichard Lowe1-19/+17
Function-local function prototypes may not be static, says GCC.
2011-07-02fps: Build compilercheck _and_ fptest with StudioRichard Lowe1-1/+1
fptest has to be built with studio because of its use of various sunperf libraries. compilercheck is used to detect the precise compiler and libsunperf versions in use so as to customize the build of fptest. As such, both must always be built with the same, Studio, compiler. Gag.
2011-07-02fps: Fix unrecognized-compiler induced lint warningsRichard Lowe1-11/+9
2011-07-02fps: Don't walk off the end of version_detailsRichard Lowe1-6/+7
2011-07-02iiadm: Don't overflow shadow_volRichard Lowe1-166/+161
2011-07-02lp: Use standard cpp stringification, pacify GCCRichard Lowe1-70/+66
2011-07-02lp: Adjust compiler flags for different GCC versionsRichard Lowe1-9/+9
- Use CERRWARN correctly - Don't pass -fwritable-strings now that we don't write to constant strings - Deal with -Wno-sequence-points have different names in different GCCs
2011-07-02lp: Don't overwrite constant stringsRichard Lowe7-44/+28
2011-07-02man: Keep strings we modify out of .rodataRichard Lowe1-1/+9
2011-07-02crypt: Keep modifiable string out of .rodataRichard Lowe1-2/+1
2011-07-02Makefile.uts: Disable address comparison warnings in uts, tooRichard Lowe1-0/+1
UFS, at least, checks the address of a weak symbol which may or may not be present in the running kernel.