summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2012-07-25OS-1405 CPU caps can throttle performance more than intended2012072620120626release-20120726release-20120626Jerry Jelinek1-2/+41
2012-07-23OS-1406 mdb_v8 doesn't work on node v0.8Bryan Cantrill2-17/+90
2012-07-19OS-1392 unnecessary conversion of double to uint64_t in iob_bytes2str()Bryan Cantrill1-4/+14
2012-07-16OS-1386 SSH key fingerprint not deposited in the auth logfile.Jerry Jelinek1-0/+3
2012-07-16OS-1367 need ptcumemRobert Mustacchi36-52/+2602
2012-07-12OS-1384 ::kmastat overflows columns with inscrutable output20120712release-20120712Bryan Cantrill1-66/+36
2012-07-12OS-1378 add "%H" to mdb_printf() for human-readable sizesBryan Cantrill2-3/+132
2012-07-11OS-1373 startd, configd spinning due to bad sac start methodJerry Jelinek1-15/+5
2012-07-06OS-1287 svc.startd gets stuck in a loop when HOME dir doesn't existJerry Jelinek4-6/+33
2012-07-05OS-1344 a misconfigured smf service can cause svc.configd to leak memory and ↵Jerry Jelinek5-12/+87
eventually hang
2012-07-03STOR-98 rework RAID-Z crash dump comments based on reviewBill Pijewski2-37/+57
2012-07-03OS-1351 ps - missing column separatorJerry Jelinek1-2/+3
2012-07-02OS-1343 fast localhost connections choke in TCP TIME_WAITJerry Jelinek1-15/+75
2012-07-02OS-1364 local auditors specifying LA_FLG_BINDTO miss bindings via elf_bndr()Bryan Cantrill5-5/+15
2012-06-26OS-1338 for local auditors, LA_FLG_BINDTO does not audit all symbol bindingsBryan Cantrill1-10/+22
2012-06-25STOR-97 nits from initial RAID-Z crash dump reviewBill Pijewski1-12/+40
2012-06-22STOR-76 support crash dumps to pools with multiple vdevsBill Pijewski1-10/+7
STOR-69 support crash dumps on pools with log, cache, and spare devices
2012-06-22OS-1321 log a message when svc.startd core dumpsJerry Jelinek1-5/+3
2012-06-21smartos-live#51 No symlink for libusb.so to libusb.so.1 for -lusbKeith M Wesolowski54-61/+104
smartos-live#91 make world fails on trying to include zlib.h OS-1303 smartos-live src_addon can die OS-1306 non-bootstrappable runtime dependencies should be isolated OS-1308 illumos-joyent should support using pkgsrc libraries for native ... OS-1314 kvm.so is wrongly built as if it were a kmod OS-1317 GZ crle configuration pollution OS-1320 64-bit C++ objects in illumos are still getting gcc DT_RPATH
2012-06-20OS-1278 svc.startd core dumpJerry Jelinek1-12/+6
2012-06-20OS-1297 need workaround for QEMU bug that induces bad e1000g checksumsBryan Cantrill1-3/+33
2012-06-14OS-1288 sysretq doesn't properly handle non-canonical addressesRobert Mustacchi1-0/+28
2012-06-11OS-807 zones can commit suicide by zvolJerry Jelinek3-44/+127
2012-06-10OS-1219 svc.configd should reduce footprint by setting "nomagazines" (copyright)Bryan Cantrill1-0/+1
2012-06-10OS-1219 svc.configd should reduce footprint by setting "nomagazines" (lint)Bryan Cantrill1-1/+1
2012-06-08OS-1260 zoneadmd core dump in mcap_zone()Jerry Jelinek1-0/+2
2012-06-06OS-1247 need limited access to some DTrace providers in the non-global zoneBryan Cantrill7-44/+230
2012-06-04OS-1237 need to be able to access fds[] from a non-global zoneBryan Cantrill11-10/+386
2012-05-31OS-430 dtrace in a zone can't see "cpu"Bryan Cantrill2-34/+196
OS-535 want curpsinfo->pr_dmodel inside zones
2012-05-29OS-1155 allow vnics to be unfiltered in promiscuous modeRobert Mustacchi8-10/+144
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
2012-05-23OS-1220 dependencies on manifest-import should always be optional_allBryan Cantrill3-10/+2
2012-05-23OS-1219 svc.configd should reduce footprint by setting "nomagazines"Bryan Cantrill1-1/+15
2012-05-23OS-1218 move more sdc-specific code out of illumos-joyentJerry Jelinek32-3101/+2
2012-05-22OS-1215 enable per-brand smf manifest listsJerry Jelinek1-1/+2
2012-05-22OS-1214 move sdc-specific zone SMF method out of illumos-joyentJerry Jelinek1-133/+0
2012-05-22OS-792 dladm show-linkprop -z zonename doesn't restrict output to that zone, ↵Jerry Jelinek1-1/+14
unless you also specify the vnic name
2012-05-17OS-1154 update zfs manpage to reflect new get -c optionBill Pijewski1-2/+15
2012-05-17OS-1169 fix for OS-493 generates warning on Sun Studio buildBill Pijewski1-1/+1
2012-05-17OS-1205 mdb_v8 is confused by some invalid objectsDave Pacheco1-17/+35
2012-05-16OS-1189 BAD TRAP panic in hyprlofs_seekJerry Jelinek1-1/+3
2012-05-16OS-1188 memory leak in restarter_get_method_context()Bryan Cantrill1-1/+9
2012-05-16OS-1187 svc.startd should reduce footprint by setting "nomagazines"Bryan Cantrill1-0/+12
2012-05-16OS-1186 svc.startd allocates excessive memory for instance namesBryan Cantrill1-8/+32
2012-05-16OS-1168 svc.startd should not enable libumem debuggingBryan Cantrill1-0/+3
2012-05-15OS-1179 zoneadmd re-parses zone's xml config file many times during state ↵Jerry Jelinek3-252/+183
transitions OS-1170 update zones to support setting custom init
2012-05-15OS-1154 ::walk jsframe sometimes bails too earlyDave Pacheco1-21/+55
OS-1180 jstack could be better with native frames OS-1181 loading mdb_v8 should turn on C++ demangling OS-1182 mdb_v8 reports wrong file position
2012-05-14HEAD-1047 root cron jobs aren't being run at allJerry Jelinek1-0/+4
2012-05-14OS-1162 need ipadm.1m man page; create one from PSARC materials and sourceJerry Jelinek2-0/+1246
2012-05-11OS-1174 ::help tab completionRobert Mustacchi6-36/+113
OS-1175 ::printf tab completion Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-05-11OS-1081 /usr/gnu contents are severely broken wrt ISAKeith M Wesolowski2-3/+3
OS-1121 platform delivers unwanted compilation symlinks OS-1123 libstdc++ and libgcc_s should move to /usr 1168 want a libtermcap that does not force libcurses 2698 libctf should use libz.so.1, not libz.so