summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2014-07-03OS-3086 lx brand upstart-socket-bridge burning 1 cpu polling20140703release-20140703Jerry Jelinek1-1/+16
2014-07-03 [illumos-gate merge]Keith M Wesolowski3-5/+16
commit e9f82d69e04fa1b2246da55152ef2e746284078d 4948 mdb does not print enums correctly in a pipeline commit a97d4a16317db7306cf947e1fccba57d895df625 4894 svcadm returns unexpected exit codes for restart/refresh when EPERM commit 094fb5ac4320eb03177ab15962c69564b1d75733 4952 dladm_range2strs iterates too far
2014-07-024948 mdb does not print enums correctly in a pipelineAlex Reece1-3/+12
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2014-07-02OS-3162 lxbrand add utimensatJerry Jelinek3-1/+30
2014-07-02OS-3160 lxbrand add fadvise64Jerry Jelinek3-2/+49
2014-07-024894 svcadm returns unexpected exit codes for restart/refresh when EPERMDave Eddy1-1/+3
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-07-02OS-3158 lxbrand add dup3Jerry Jelinek3-2/+21
2014-07-02OS-3137 lxbrand pipe does not pollnotify when end is closedJerry Jelinek14-73/+267
2014-07-024952 dladm_range2strs iterates too farRobert Mustacchi1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-27 [illumos-gate merge]Keith M Wesolowski8-43/+50
commit b461c7460e5e77cf65f00151162e654220c6e2fb 4929 want prevsnap property commit b8289d24d866c1af02d7007348f7f057693c15d3 4924 LZ4 Compression for metadata
2014-06-274929 want prevsnap propertyMatthew Ahrens3-1/+10
Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Matt Amdur <matt.amdur@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-27OS-3142 a vnd mac_tx_notification somehow stuck aroundRobert Mustacchi1-1/+13
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-06-264924 LZ4 Compression for metadataDaniil Lunev5-42/+40
Reviewed by Matthew Ahrens <mahrens@delphix.com> Reviewed by Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2014-06-26 [illumos-gate merge]Keith M Wesolowski2-0/+9
commit 58d0718061c87e3d647c891ec5281b93c08dba4e 4936 lz4 could theoretically overflow a pointer with a certain input
2014-06-26OS-3088 need a lighterweight page invalidation mechanism for zone memcapJerry Jelinek7-272/+277
2014-06-264936 lz4 could theoretically overflow a pointer with a certain inputDan McDonald2-0/+9
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-06-25OS-3134 lxbrand improve unsupported functionality sdt msgs20140626Jerry Jelinek5-27/+22
2014-06-25OS-3127 lxbrand traceroute fails: setsockopt IP_MTU_DISCOVER: Protocol not ↵Jerry Jelinek2-67/+164
available
2014-06-25 [illumos-gate merge]Keith M Wesolowski27-127/+132
commit 7802d7bf98dec568dadf72286893b1fe5abd8602 4914 zfs on-disk bookmark structure should be named *_phys_t Conflicts: usr/src/uts/common/fs/zfs/zvol.c (copyrights)
2014-06-25OS-3136 lxbrand native wrapper calls exec twiceJerry Jelinek1-2/+0
2014-06-254914 zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens27-127/+132
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-24OS-2939 lx brand missing some socket optionsJerry Jelinek2-43/+122
2014-06-24OS-3119 Add global variablesRob Gulewich1-0/+4
2014-06-24OS-3025 lx brand Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMPJerry Jelinek1-3/+12
2014-06-24OS-3129 lxbrand strip nl from unsupported sdt probe stringJerry Jelinek1-0/+4
2014-06-24OS-3024 lx brand setsockopt(ICMP_FILTER): Protocol not availableJerry Jelinek4-46/+96
2014-06-23 [illumos-gate merge]Keith M Wesolowski3-13/+32
commit 511ef1d6e74f3d1db7bd854375a0926d87bdd7e6 4577 pfexec's error reporting is (at least sometimes) awful commit d13ebad84494334e3654def3c0634c4bcc8e4b18 4916 rpc_gss_get_principal_name(3nsl): Typo in the synopsis commit f67144614ce47a7037765727764c6d46dd000e86 4931 kernel's inet_pton still botches v4 mapped and compat addresses byte order
2014-06-23OS-3103 lx_ldb_get_dyns32 doesn't properly handle NULL pointer inputsDJ Hoffman1-2/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2014-06-214577 pfexec's error reporting is (at least sometimes) awfulGary Mills1-6/+19
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-214916 rpc_gss_get_principal_name(3nsl): Typo in the synopsisBart Coddens1-2/+2
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-214931 kernel's inet_pton still botches v4 mapped and compat addresses byte orderRobert Mustacchi1-5/+11
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-20OS-3026 lx brand need routing setup for exclusive stackJerry Jelinek5-87/+64
2014-06-18OS-3119 Enabling firewall fails with "ioctl(SIOCIPFFL): I/O error"Rob Gulewich1-8/+12
Reviewed by: Robert Mustacchi <rm@joyent.com>
2014-06-18OS-3117 lxbrand proc module unload panics on debug kernelJerry Jelinek2-2/+2
2014-06-18 [illumos-gate merge]Keith M Wesolowski11-283/+281
commit 09b0d01c5bc323b8ee7043100e09aded27cc12ab 3910 t_look(3NSL) should never return T_ERROR
2014-06-173910 t_look(3NSL) should never return T_ERRORGary Mills11-283/+281
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-17OS-3116 lxbrand /etc/mtab grows with every rebootJerry Jelinek1-0/+3
2014-06-17OS-3107 lxbrand w and who not workingJerry Jelinek1-1/+1
2014-06-16OS-3090 sed should not refer to re_format(7)Robert Mustacchi1-6/+6
2014-06-16 [illumos-gate merge]Keith M Wesolowski13-104/+127
commit 33392354a001a7e6e504717bd3f249456d36cc00 4911 illumos-gate perl package version is fixed commit 3253d86fb73285619825921040bf0262898cf3f8 4917 libshare_nfs: s_rootnames leaks commit 6020a1b764797bc75c5b6bb622762df54ebc0ff3 4910 libshare_nfs: Memory leak in fill_security_from_secopts() Conflicts: usr/src/cmd/perl/Makefile.perl usr/src/Makefile.master (perl)
2014-06-13OS-3106 lxbrand mount incorrectly reports mounted file systemsJerry Jelinek1-0/+7
2014-06-13OS-3101 lxbrand missing /run mountJerry Jelinek2-33/+22
2014-06-134911 illumos-gate perl package version is fixedAlexander Pyhalov12-96/+114
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-134917 libshare_nfs: s_rootnames leaksMarcel Telka1-7/+12
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Serghei Samsi <sscdvp@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-134910 libshare_nfs: Memory leak in fill_security_from_secopts()Marcel Telka1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Serghei Samsi <sscdvp@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-124756 metaslab_group_preload() could deadlockGeorge Wilson3-5/+27
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-11OS-3062 Reign in copypasta nature of brand codeRobert Mustacchi1-106/+19
2014-06-13OS-3105 lxbrand assertion failed panic on debug kernelJerry Jelinek1-0/+2
2014-06-13 [illumos-gate merge]Keith M Wesolowski3-5/+27
commit 30beaff42d8240ebf5386e8b7a14e3d137a1631f 4756 metaslab_group_preload() could deadlock
2014-06-13OS-3103 lx_ldb_get_dyns32 doesn't properly handle NULL pointer inputs (back out)DJ Hoffman1-4/+2