summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-07 [illumos-gate merge]release-20160107Jerry Jelinek3-4/+3
commit c33daa8a12c00116c8a2c9e33f05c08a53937de3 6543 Memory leak in uu_avl_pool_destroy commit cb605c4d8ab24b5a900b8b4ca85db65c22d05fad 6544 incorrect comment in libzfs.h about offline status commit 1962723d77534d1a0a079b951e47a3791c886092 6545 fix for 6540 did miss the pam_sm_close_session()
2016-01-066543 Memory leak in uu_avl_pool_destroyAlan Somers1-2/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-066544 incorrect comment in libzfs.h about offline statusGerhard Roethlin1-1/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-066545 fix for 6540 did miss the pam_sm_close_session()Toomas Soome1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Lauri Tirkkonen <lotheac@iki.fi> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-06OS-5052 zoneadmd should be able to rotate files when they reach a specified sizeJerry Jelinek1-7/+70
Reviewed by: Josh Wilsdon <josh.wilsdon@joyent.com>
2016-01-06OS-5078 illumos#6514 broke vm_usage and lx procJerry Jelinek3-24/+24
2016-01-06 [illumos-gate merge]Jerry Jelinek44-518/+536
commit ceef08daa722b3a411ef838c03fb2fe6ada2f884 6507 i386 makecontext(3c) needs to 16-byte align the stack commit dc32d872cbeb56532bcea030255db9cd79bac7da 6514 AS_* lock macros simplification
2016-01-05OS-5075 unused variable in lxd_vnops.cJerry Jelinek1-3/+1
2016-01-056507 i386 makecontext(3c) needs to 16-byte align the stackJosef 'Jeff' Sipek4-28/+71
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-05OS-5035 lxbrand autofs does not expire mount pointsJerry Jelinek8-266/+663
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-056514 AS_* lock macros simplificationJosef 'Jeff' Sipek40-490/+465
Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-05 [illumos-gate merge]Jerry Jelinek4-29/+130
commit f285096a3146a243a565abdce1ba710a9ce24b0b 6535 Add pbind -e commit 3970ef31ccf022ca6d11dfb49d296ee0cbcd45a6 6540 pam_unix_session needs to support nowarn option
2016-01-046535 Add pbind -eRyan Zezeski2-26/+114
Reviewed by: Mohamed Khalfella <khalfella@gmail.com> Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-01-046540 pam_unix_session needs to support nowarn optionToomas Soome2-3/+16
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Lauri Tirkkonen <lotheac@iki.fi> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-04OS-5071 Welcome to 2016Patrick Mooney1-2/+2
2016-01-04OS-5067 lxbrand static binary confused about dirty registersPatrick Mooney1-4/+27
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-12-29OS-5065 lxbrand systemd-tmpfiles bitter about fs ioctlsPatrick Mooney1-99/+138
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-12-29OS-5066 lx nfs automount ignores requested vers - always starts with v4Jerry Jelinek1-1/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-12-29 [illumos-gate merge]Jerry Jelinek16-308/+312
commit 6249f9725f411468c70516176806c553ac983270 6057 login(1) "Last login" hostname is too short commit 43b03420337dfd6b23d347fb1a237f0554fcde98 6534 Improve processor_bind(2) EINVAL description commit b2b464a48ff6cc58978813dbfc2f622e2dab29ce 6525 nlm_unexport() should not call nlm_vhold_clean() with g->lock held
2015-12-286057 login(1) "Last login" hostname is too shortLauri Tirkkonen20-455/+284
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-12-286534 Improve processor_bind(2) EINVAL descriptionRyan Zezeski1-16/+10
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-12-286525 nlm_unexport() should not call nlm_vhold_clean() with g->lock heldMarcel Telka1-9/+28
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-12-28OS-4967 unship SNGL brandPatrick Mooney24-1631/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-12-28OS-4665 LX brand want devfs which allows symlinks to devices in root of /devJerry Jelinek10-2/+3561
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com>
2015-12-24OS-5064 lxbrand select(2) spotted traipsing through the heapJoshua M. Clulow1-3/+3
Reviewed by: Josh Wilsdon <jwilsdon@joyent.com>
2015-12-226522 cannot execute program stored on bootfsRobert Mustacchi1-1/+1
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-12-226521 bootfs doesn't properly set page protectionRobert Mustacchi1-1/+4
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-12-22 [illumos-gate merge]Jerry Jelinek1-17/+38
commit e7e978b1f75353cb29673af9b35453c20c2827bf 6529 Properly handle updates of variably-sized SA entries.
2015-12-216529 Properly handle updates of variably-sized SA entries.Andriy Gapon1-17/+38
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Ned Bass <bass6@llnl.gov> Reviewed by: Tim Chase <tim@chase2k.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-12-21OS-5048 want LX brand zones to apply dns_domain in resolv.confAlex Wilson4-4/+46
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Richard Kiene <richard.kiene@joyent.com>
2015-12-21OS-5045 manta-nfs client mount doesn't work inside lx zoneJerry Jelinek1-7/+24
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-12-21 [illumos-gate merge]Jerry Jelinek1-1/+0
commit 2bd7a8d078223b122d65fea49bb8641f858b1409 6527 Possible access beyond end of string in zpool comment
2015-12-206527 Possible access beyond end of string in zpool commentJorgen Lundman1-1/+0
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-12-19OS-5050 stop elfdump from weaving a web of SI_DTRACE liesBryan Cantrill1-1/+1
2015-12-18OS-4830 lxbrand convert select/poll to IKEPatrick Mooney14-744/+1019
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-12-18OS-5047 nvlist_print_json assertion failureDave Eddy2-6/+42
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-12-18OS-4667 Allow sending from IPv6 SLAAC addresses within a zone using IP ↵Cody Peter Mello10-45/+1061
spoofing protection Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-12-18OS-5004 SIOCGLIFADDR doesn't set sin6_scope_id for link-local IPv6 addressesCody Peter Mello1-0/+4
Reviewed by: Dan McDonald <danmcd@omniti.com>
2015-12-18OS-5033 ipf(4) should also be available as ipf6.conf(4)Cody Peter Mello2-0/+3
2015-12-18OS-5022 Exorcise the man pages of "deamons"Cody Peter Mello5-53/+12
2015-12-18OS-4994 icmp(7P) and icmp6(7P) should mention that you need PRIV_NET_ICMPACCESSCody Peter Mello2-17/+14
2015-12-18OS-4959 avl_destroy_nodes(3AVL) shows period before parens in function nameCody Peter Mello1-2/+2
2015-12-17OS-5042 lxbrand /proc/version should reflect uname valuePatrick Mooney1-13/+16
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-12-17OS-5036 lxbrand needs sync_file_range syscallPatrick Mooney3-2/+52
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-12-16OS-5040 code review cleanup for vnode pre-rename eventsJerry Jelinek7-46/+70
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-12-16 [illumos-gate merge]Jerry Jelinek3-0/+7
commit 2bad22584defe4667f99737e3158d336e4dcca11 6495 Fix mutex leak in dmu_objset_find_dp commit f693d300fbefaa2bd9a229a874b5994532a30d87 6494 ASSERT supported zio_types for file and disk vdevs
2015-12-15OS-5037 struct struct machcpu is not a typeRobert Mustacchi2-1/+22
OS-5038 ctfmerge doesn't properly uniquify forwards Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>
2015-12-156495 Fix mutex leak in dmu_objset_find_dpSteven Hartland1-0/+3
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Albert Lee <trisk@omniti.com>
2015-12-156494 ASSERT supported zio_types for file and disk vdevsSteven Hartland2-0/+4
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Albert Lee <trisk@omniti.com>
2015-12-15 [illumos-gate merge]Jerry Jelinek2-2/+3
commit b5254d6ec12a0443b3a431a7e656f38e4ac98b2e 5468 Missing dependencies in lib/Makefile (fix scsi) commit 003a15e8c33d09669429b8c89e5832aac8b92828 6506 wrong prop_pattern name in restarter service manifest