summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28OS-3765 zone_misc kstat has null elementsJerry Jelinek1-5/+0
2015-01-28OS-3764 'zlogin -i <zonename> /native/usr/vm/sbin/dockerexec /bin/sh' merges ↵Jerry Jelinek1-17/+23
argv[] into single argument
2015-01-28OS-3050 Would like boot_time and init_pid for zones exposed to GZ kstatsJerry Jelinek2-3/+9
2015-01-28 [illumos-gate merge]Jerry Jelinek2-15/+12
commit de1f518f033a642fe7aa3c2b59429241a01e387f 5547 libproc's fake_elf should give up if there's no .hash commit 7199059354284218c1c31276b0a51935fb228cc2 5546 libproc's fake_elf may free stack junk when reading corrupt dumps commit 0fda3cc5c1c5a1d9bdea6d52637bef6e781549c9 5562 ZFS sa_handle's violate kmem invariants, debug kernels panic on boot
2015-01-27OS-3437 zonecfg failure when pool is full leaves VMs appearing to be missingJerry Jelinek1-2/+1
2015-01-27OS-3763 lxbrand include LTP run files in platformJerry Jelinek4-4/+6
2015-01-275547 libproc's fake_elf should give up if there's no .hashRichard Lowe1-0/+5
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-01-275546 libproc's fake_elf may free stack junk when reading corrupt dumpsRichard Lowe1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-01-275562 ZFS sa_handle's violate kmem invariants, debug kernels panic on bootJustin T. Gibbs1-14/+6
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-27OS-3752 Increase IOV_MAX to at least 1024Jerry Jelinek11-95/+303
2015-01-27 [illumos-gate merge]Jerry Jelinek2-15/+4
commit f46abf18becdb2393d5f5bb30fa594037403c4a3 5557 rfs3_lookup() could return invalid error commit 6ac69b9e8b1fd0a0c01fff97ef2c9510c8934330 5545 remove unused pritospl and spltopri
2015-01-27OS-3749 epoll_ctl() can spuriously fail with EEXISTBryan Cantrill1-8/+23
2015-01-265557 rfs3_lookup() could return invalid errorMarcel Telka1-5/+4
Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-01-265545 remove unused pritospl and spltopriJosef 'Jeff' Sipek1-10/+0
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-01-26 [illumos-gate merge]Jerry Jelinek19-303/+530
commit b045990893825c31e176b319ae8cc4ef32115d17 5552 libsun_sas leaks devids commit f7184619589931c4b827180c213074c470f08a8f 3317 dis(1) should support cross-target disassembly
2015-01-26OS-3759 mdb ::ucontext should print uc_flags symbolsJoshua M. Clulow1-2/+17
Reviewed by: Timothy J Fontaine <tj.fontaine@joyent.com>
2015-01-26OS-3758 mdb ::regs could print registers from a ucontextJoshua M. Clulow3-7/+71
Reviewed by: Timothy J Fontaine <tj.fontaine@joyent.com>
2015-01-235552 libsun_sas leaks devidsJosef 'Jeff' Sipek1-3/+9
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-233317 dis(1) should support cross-target disassemblyJoshua M. Clulow18-300/+521
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-23OS-3750 lxbrand cleanup LX_ATTR_RESTART_INIT dead codeJerry Jelinek3-43/+8
2015-01-23OS-3744 lxbrand should record lx_fsbase in coresPatrick Mooney7-10/+42
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-01-23OS-3579 execve() malfunction when called by init for LX zoneJerry Jelinek1-11/+0
2015-01-22OS-3745 lxbrand with ioctls gone, remove audio setupJerry Jelinek1-187/+13
2015-01-22OS-3741 zlogin -I has strange echo behaviorJerry Jelinek1-13/+12
2015-01-22OS-3720 lx brand: implement asynchronous I/O system callsBryan Cantrill4-11/+610
2015-01-21OS-3719 lxbrand add preadv/pwritev support20150122release-20150122Jerry Jelinek3-6/+34
2015-01-21OS-3736 When restart_init is false, it's possible for init to exit and zone ↵Jerry Jelinek1-2/+3
continues running with no processes
2015-01-21OS-3727 Would like to be able to selectively close descriptors when using ↵Jerry Jelinek2-55/+167
zlogin -I
2015-01-21 [illumos-gate merge]Jerry Jelinek5-367/+696
commit 22253b45e469decdb988b799c90598f2652597cd 5360 Race condition in devfs upgrades reader to writer incidentally and causes panic commit 71da0c32412fe8362672d1dba2fa4c6b061445b6 5509 nfsauth_cache_get() could spend a lot of time walking exi_cache
2015-01-205360 Race condition in devfs upgrades reader to writer incidentally and ↵Alexander Kolbasov1-24/+56
causes panic Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-01-205509 nfsauth_cache_get() could spend a lot of time walking exi_cacheMarcel Telka4-343/+640
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-20OS-3728 zlogin -I and zoneadmd zfd logging can be streamlinedJerry Jelinek2-241/+35
2015-01-20 [illumos-gate merge]Jerry Jelinek2-13/+15
commit 096e63b2c66f47e2a2d213edc199cdb082d8b2d6 4872 system crash after nlm_gc hits bogus mutex commit 18059eae28246ed2eef942a16364131202558094 5535 libelf should check for e_phoff overflow
2015-01-194872 system crash after nlm_gc hits bogus mutexPaul Dagnelie1-12/+13
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Jeremy Jones <jeremy@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-01-17OS-3729 bootfs needs to properly set va_size for filesRobert Mustacchi1-4/+5
2015-01-16OS-3640 microfind is somewhat less than idealJoshua M. Clulow1-153/+219
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-01-16OS-3723 zlog-mode=interactive needs to also do loggingJerry Jelinek1-140/+162
2015-01-165535 libelf should check for e_phoff overflowRichard Lowe1-1/+2
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-01-16OS-3718 non-interactive zlogin fails to open /dev/tty, tcgetpgrp() on stderr ↵Jerry Jelinek1-21/+56
fails
2015-01-16 [illumos-gate merge]Jerry Jelinek4-42/+88
commit a6a74e0e62d62ff750cd4b790be5eacc99c3bb8c 5498 kmem_reap does one xcall per page 5514 hat_unload_callback passes the wrong length to segvn_hat_unload_callback
2015-01-155498 kmem_reap does one xcall per pageMatthew Ahrens4-42/+88
5514 hat_unload_callback passes the wrong length to segvn_hat_unload_callback Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-01-15OS-3722 lxbrand ltp mincore01 returns incorrect errnoJerry Jelinek1-0/+9
2015-01-15OS-3702 lxbrand eventfd(2) should fail more gracefullyJoshua M. Clulow1-3/+10
2015-01-15OS-3463 expose process argv through procfsJoshua M. Clulow6-88/+335
OS-3207 in lx zone, 'ps auxww' does not show full cmdline for processes Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-01-15OS-3717 lxbrand LTP getsockname01 failsJerry Jelinek1-1/+5
2015-01-15 [illumos-gate merge]Jerry Jelinek25-125/+715
commit fca543ca45b12c44a243625bce68b645ba8ed791 4923 want preadv and pwritev commit 078266a5aafa880521ea55488ef3d676f35e908e 5518 Memory leaks in libzfs import implementation commit 69a6f7175eaa5e5a2a38a92e6e522062e898f570 5519 zfs-diagnosis: Memory leak in zpool_find_load_time()
2015-01-144923 want preadv and pwritevDJ Hoffman22-89/+659
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2015-01-14OS-3713 fcntl called with PID 1 in an LX container fails with "No such process"Jerry Jelinek1-1/+10
2015-01-14OS-3708 lxbrand needs vsyscallPatrick Mooney2-4/+157
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-01-145518 Memory leaks in libzfs import implementationMarcel Telka2-33/+47
Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Serghei Samsi <sscdvp@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>