summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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-17OS-3729 bootfs needs to properly set va_size for filesRobert Mustacchi1-4/+5
2015-01-16dladm show-overlay should exit 1 if requested overlay doesn't existRobert Mustacchi4-162/+186
libvarpd_files segfaults on getting unset files/config property dladm_overlay_activate_cb doesn't properly set size dladm_overlay_create doesn't mention missing varpd properties
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-15dladm show-overlay commands should support the standard parsable optionsRobert Mustacchi5-104/+280
custr could allow management of a static buffer
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>
2015-01-145519 zfs-diagnosis: Memory leak in zpool_find_load_time()Marcel Telka1-2/+10
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>
2015-01-14 [illumos-gate merge]Jerry Jelinek4-59/+94
commit 0d435d6202242b0a06dc4bc41a1117591a9405f8 5375 utmpd(1M) core dumps when WTMPX_UPDATE_FREQ is zero
2015-01-14OS-3712 lx brand: DTrace pid provider induces core dumps on 64-bit processes ↵Bryan Cantrill1-1/+2
(cstyle)
2015-01-13OS-3712 lx brand: DTrace pid provider induces core dumps on 64-bit processesBryan Cantrill9-9/+46
2015-01-13OS-3707 lx brand: gcl core dumps on 64-bitBryan Cantrill2-3/+5
2015-01-135375 utmpd(1M) core dumps when WTMPX_UPDATE_FREQ is zeroShruti Sampat4-59/+94
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-13 [illumos-gate merge]Jerry Jelinek11-683/+1698
commit 244781f10dcd82684fd8163c016540667842f203 5497 lock contention on arcs_mtx commit 6ca738233e59efaafdd9083077d19ca19802b6ba 5383 5234 breaks build on sparc Conflicts: usr/src/uts/common/fs/zfs/arc.c Removed fix for OS-2437 which is no longer applicable
2015-01-125497 lock contention on arcs_mtxPrakash Surya8-635/+1674
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-13Correlate GLDv3 level link state with FMA degraded stateRobert Mustacchi2-9/+22
2015-01-12Document ping -DRobert Mustacchi1-6/+11
2015-01-12Working prototype for changing the MTU of overlay devicesRobert Mustacchi1-11/+88
2015-01-125383 5234 breaks build on sparcGary Mills1-5/+26
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-01-12 [illumos-joyent merge]Robert Mustacchi181-3177/+10136
commit 165ad5927a497d81472236da164f2b9e845b9e4f commit a5749a83c6e3fe55b6590fe96667ef2d1881d776 5525 Update hwdata - 20150111 commit c9ab4856df62d6551317f963d6be1cfc56a72ed1 5524 Update prototypes to 2015 commit 81d662ee1fa70e2f91e1d6fa52d3621146c10d61 5516 perl problems in libbsm/auditxml commit b18476f30bf7ce83cc436eb5279f5dbb7068e04c OS-3703 lx brand: maxima core dumps in SIGSEGV handler on 32-bit commit 9f8dd421272b81ce3f0bd99799dddbe800865ae6 OS-3697 lx brand: maxima fails with "personality change failure" commit 599e03cffb520c76dcb7169e08087b2407ab8f77 OS-3672 lxbrand tcpdump is broken commit 45ab683b17003ce0f51b1762d68ac68bbef1fd3e OS-3690 sockmod_pfp should limit bpf program size OS-3691 sockmod_pfp improperly handles SIOCGSTAMP OS-3694 sockmod_pfp needs larger statistics counters OS-3698 sockmod_pfp unable to locate ifindex for bind OS-3699 sockmod_pfp improperly handles SO_RCVBUF commit 9a2c974e42ef881d77f8669691fe59bc338812ce OS-3696 lx brand: G-Portugol programs core dump commit 2090aa2cc653cfe65f7d7d93172eaf3889e8e7ac OS-3683 lx brand: bad interpreter can induce bad free commit 3f3aaf4e95972f6d6393cbff0a4652f4ee2c0dbf 5510 elfdump doesn't print the member header before pr_reg commit 98cadd320d4521e7438bc624f89adef498589add 5507 libelf may overflow data buffer when translating data to memory representation commit fe319232d24f4ae183730a5a24a09423d8ab4429 5313 Allow I/Os to be aggregated across ZIO priority classes commit e028484c20650237190c4cde5880eed1b6f55709 OS-3686 lxbrand upstart/ptrace interaction sometimes leaves a svc parent process stopped commit d9e1701492ac74d63c3c39d979dd2ba1eaf40f6b OS-3689 lxbrand yorick interpreter spins on ^D commit 375a35b85281f8137b20ae490103ab726f82f09e OS-3687 lxbrand zsched should be pid 0 commit f093add7b63e274f746dd55365f052cded44cc16 5494 libndmp memory leaks when setting a property commit 8ca0fc01aa14685aefdd4b6e6c7c756c121c3a2b OS-3675 lxbrand ptrace setoptions handling is broken OS-3352 ptrace needs to work for linux, wait on non-children etc. OS-3306 PTRACE_O_TRACEFORK should stop parent and child as they exit fork OS-3250 lxbrand initctl stop/start svcs can hang OS-2916 lxbrand add ptrace PTRACE_GETEVENTMSG support commit 5ff8cfa92ec8ea0f8593ad21aa2a04829b0ef5ea 5410 Document -S option to zfs inherit 5412 Mention -S option when zfs inherit fails on quota commit eb9873bb7b9650b2e1eb9db5b52eb6d2345c9392 OS-3681 lxbrand SIOCGIFHWADDR results incorrect commit 61ac89eea3fc910c84809d0882b86173297c61c4 OS-3680 nicstat should include eth# devices commit 5a3e37c42696fdf722f2ac80f4e73231a406ee1e OS-3677 nicstat should include net# devices commit bc9014e6a81272073b9854d9f65dd59e18d18c35 5056 ZFS deadlock on db_mtx and dn_holds commit 0173c3089b5d2cc973f4453ad6410855e13ad28a OS-3678 many file event monitors on a single vnode can induce stack overflow commit ce402f7264952f724625a71be91af2e2b08c950c OS-3673 lxbrand apache2 segfaults commit 0255a6f9dc26c7acbff2a3013e51cfc1d880723a OS-3639 lxbrand ping6 is broken commit ad69a33458cf73ee14857d57799cf686946e0b88 5491 libipadm`i_ipadm_init_ifs() calls free() on bogus memory address commit 4076b1bf41cfd9f968a33ed54a7ae76d9e996fe8 5445 Add more visibility via arcstats; specifically arc_state_t stats and differentiate between "data" and "metadata" commit 89c86e32293a30cdd7af530c38b2073fee01411c 5408 managing ZFS cache devices requires lots of RAM commit e70ef5c9b621ee4caafc3c34653af49034bece4e OS-3651 lxbrand ifconfig wrapper reports false errors commit 962713cac7fe14b223b21a942d294169c8cc26b9 OS-3662 lxbrand emulate /proc/net/if_inet6 OS-3667 lxbrand support RO ifconfig commit 395420a06c8cf090ff6af62325e8da10f2f841f2 commit 1fcc078ae7c0a359a9274d2a5a90547aceb213a6 5479 Need missing *at family manual pages commit d3864341aacc6a2ecc95960d23ac0e49f1f538fa 5478 need smt_pause(3C) commit ad0ef8fd06d1ac28108685495a9ba1244a20a5ca 5477 Need manual pages for new pthreads robust related functions commit b65dd972486b1f5913d705d2a0cb9c3fb189a9e0 5476 need manuals for getprogname(3C) and setprogname(3C) commit d2b9ba291ef0d1dc8807b6d46996674c723924d0 5475 Need manuals for get_nprocs() and get_nprocs_conf() commit bad51a906c423d0d7ab33fcc1a4e317d789e3c49 5474 missing various string family manuals commit e232d9863a8486cf94eaa4bc06c2e9ff52bf3140 5464 missing ffs() and fsl() family of manual pages commit ec7588a4ab9972aa7d50fd5f3b5ccdef4079952a 1372 kvmstat needs a man page commit 03c1ea085b2a65a7bf9c001ba8502eb10725ea52 5460 utimensat() and futimens() need manual pages commit 088940da40dfd58e4a00927addc99837dbefaa6d 3824 ppoll() needs a manpage commit f6ed5ca267d42d2a060f8447acdeb647ef077b6d 3825 memmem() needs a manpage 5459 libc(3lib) s/Solaris/illumos commit ce83b99835cc4643ab0fefd88dea62427d9ced5e 3826 fcloseall() needs a manpage commit 89b9271284be1a4e3e3053d7bc12f9bbf8145b06 3827 clearenv() needs a manpage commit 195b26986e3c19e916bf0991a1af7ae87d43010b 3841 strnstr() needs a man page commit f85a6f389e74896ee3d46e89d843dbd2dde60c6d 4617 condvar(9f): Missing documentation for cv_reltimedwait() and cv_reltimedwait_sig() 5458 Intro(9F) s/Solaris/illumos commit 820218f30a3ad84d92aa2970dcac9eb5cf69aaa9 3846 canonicalize_file_name() needs a man page commit 8b87c15576a5138f88a969448b43561bf5968c09 5485 Missing const qualifiers for strings in libndmp 5486 leaked buffer in ndmp_base64_decode() commit b6831eafa2ec2cb283f783b06ee86bf79d5a17c3 5432 zoneadm install could fix zonepath permissions automatically commit a5261312fc4eed6b5595eca994c6cfec602829cd 5473 typo in mbsrtowcs.3c commit fd64a0d03455fdb3bbf710e77f2a2f6d08d3cf6c 3244 utmpd.c: fix uninitialized variable, ret_val and other gcc warnings commit 5422785d352a2bb398daceab3d1898a8aa64d006 5481 CVE-2012-1750 mailx(1) tilde expansion vulnerability 5482 CVE-2014-7844, CVE-2004-2771 - more mailx(1) woes commit 196c7f05d2deba7404e90ad67f3861185c78ca2d 5480 CVE-2012-3165 mailx(1) buffer overflow vulnerability commit 8af96fbb6bb47d4566bcfef02a8e551164eb2208 OS-3666 lxbrand panic in /proc/net/dev access commit 266efa8392a27f8ecd397539e835195b7271b106 OS-3663 lxbrand shared IP stack not supported commit 7559f59bb4c3691722b46b2a0e0ede29e8f4a777 OS-3524 in order to support interaction with docker containers, need to be able to connect to stdio for init from GZ OS-3525 in order to support 'docker logs' need to be able to get stdio from zone to log file commit aa64fa16549f13233681f4b40e50fb5b1c18a97c 5158 sed dumps core in new multibyte code commit 277b8dcb887b89d7465085652bc00d7842be2792 5444 cannot exec from hsfs since 5405 commit 2ec99e3e987d8aa273f1e9ba2b983557d058198c 5376 arc_kmem_reap_now() should not result in clearing arc_no_grow
2015-01-12[illumos-gate merge fix merge error]Jerry Jelinek1-1/+1
2015-01-12 [illumos-gate merge]Jerry Jelinek23-388/+1187
commit a5749a83c6e3fe55b6590fe96667ef2d1881d776 5525 Update hwdata - 20150111 commit c9ab4856df62d6551317f963d6be1cfc56a72ed1 5524 Update prototypes to 2015 commit 81d662ee1fa70e2f91e1d6fa52d3621146c10d61 5516 perl problems in libbsm/auditxml commit 3f3aaf4e95972f6d6393cbff0a4652f4ee2c0dbf 5510 elfdump doesn't print the member header before pr_reg commit 98cadd320d4521e7438bc624f89adef498589add 5507 libelf may overflow data buffer when translating data to memory representation commit fe319232d24f4ae183730a5a24a09423d8ab4429 5313 Allow I/Os to be aggregated across ZIO priority classes [conflict with fe319232, usr/src/uts/common/fs/zfs/zfs_zone.c updated]
2015-01-115525 Update hwdata - 20150111Robert Mustacchi2-317/+1089
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-115524 Update prototypes to 2015Robert Mustacchi13-13/+13
Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-115516 perl problems in libbsm/auditxmlRichard PALO1-1/+4
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-01-11OS-3703 lx brand: maxima core dumps in SIGSEGV handler on 32-bitBryan Cantrill1-2/+3
2015-01-11OS-3697 lx brand: maxima fails with "personality change failure"Bryan Cantrill1-5/+38
2015-01-10OS-3672 lxbrand tcpdump is brokenPatrick Mooney3-14/+143
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-01-10OS-3690 sockmod_pfp should limit bpf program sizePatrick Mooney2-35/+89
OS-3691 sockmod_pfp improperly handles SIOCGSTAMP OS-3694 sockmod_pfp needs larger statistics counters OS-3698 sockmod_pfp unable to locate ifindex for bind OS-3699 sockmod_pfp improperly handles SO_RCVBUF Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-01-09OS-3696 lx brand: G-Portugol programs core dumpBryan Cantrill1-2/+38
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-01-09OS-3683 lx brand: bad interpreter can induce bad freeBryan Cantrill1-1/+1
2015-01-095510 elfdump doesn't print the member header before pr_regRichard Lowe1-11/+12
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-01-095507 libelf may overflow data buffer when translating data to memory ↵Richard Lowe1-3/+2
representation Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>