summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2016-01-236465 zfs-tests/tests/functional/cli_root/zpool_upgrade/zpool_upgrade_007_pos ↵Yuri Pankov12-255/+223
is broken Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-01-236450 scrub/resilver unnecessarily traverses snapshots created after the ↵Matthew Ahrens1-4/+50
scrub started Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-01-22OS-5073 lx-branded zones should request options when using DHCPCody Peter Mello2-3/+35
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-226123 SMF ipfilter support needs improvementHans Rosenfeld38-160/+1115
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Attila Fülöp <attila@fueloep.org> Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-22OS-4828 lxbrand convert pread/pwrite to IKEPatrick Mooney6-145/+180
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-21OS-5106 lx_proc should be more mindful of p_lockPatrick Mooney1-130/+147
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-21OS-5104 user-mode emulation stat(2) gets incorrect st_rdevrelease-20160121Jerry Jelinek1-0/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-21OS-5103 lx_proc careless with locks in pid/envRyan Zezeski1-2/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-20OS-5102 high ixgbe tx ring counts may lead to excessive stallsRobert Mustacchi1-2/+2
2016-01-20OS-5098 lxbrand want kernel.shmmni and kernel.sem tunablesPatrick Mooney2-2/+65
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-20OS-5092 PTY allocation request failed on channel 0Jerry Jelinek1-4/+4
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-20OS-5099 ixgbe ring usage defaults are single-tenant focusedRobert Mustacchi1-4/+4
2016-01-19OS-5096 lxbrand overly picky about setsockopt(IP_ADD_MEMBERSHIP) sizePatrick Mooney1-2/+5
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-19OS-3925 lxbrand in-kernel link(2) and linkat(2)Patrick Mooney7-84/+110
OS-5094 lxbrand link to symlink failure Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-18 [illumos-gate merge]Jerry Jelinek17-1572/+91
commit 696be233fd50b992c5f28974cd022f078f832272 6556 64-bit SPARC libc needs signalfd.o too commit 0d5ae8c1274da6a6c74059317942eea625104946 6345 remove xhat support Conflicts: usr/src/uts/common/vm/vm_as.c
2016-01-166556 64-bit SPARC libc needs signalfd.o tooGary Mills1-0/+2
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-166345 remove xhat supportJosef 'Jeff' Sipek16-1555/+76
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-01-14OS-4104 lxbrand convert stat syscalls to IKEPatrick Mooney15-753/+472
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-14 [illumos-gate merge]Jerry Jelinek1-2/+4
commit 8c04a1fa3f7d569d48fe9b5342d0bd4c533179b9 6537 Panic on zpool scrub with DEBUG kernel
2016-01-14OS-3939 lxbrand SO_PASSCRED fails on non-dgram AF_UNIX socketsPatrick Mooney1-29/+171
OS-3601 lxbrand setsockopt fails with SOL_SOCK, SO_RECVUCRED OS-5089 lxbrand 64-bit cmsgs improperly padded Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-136537 Panic on zpool scrub with DEBUG kernelGary Mills1-2/+4
Reviewed by: Steve Gonczi <gonczi@comcast.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-01-13OS-5086 lxbrand vfork(2) hangs under strace -fJerry Jelinek1-1/+13
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-12OS-5085 lxdevfs blown assertJerry Jelinek1-2/+3
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-12OS-5068 lx autofs /net map not working - offset mounts don't workJerry Jelinek3-116/+274
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-11 [illumos-gate merge]Jerry Jelinek9-32/+424
commit 97e81309571898df9fdd94aab1216dfcf23e060b 6531 Provide mechanism to artificially limit disk performance commit 6b4a8fe20e9d0459e1b43ecaea243341c29d0041 6256 mptsas: deadlock in mptsas_handle_topo_change Conflicts: usr/src/uts/common/fs/zfs/sys/zio.h
2016-01-106531 Provide mechanism to artificially limit disk performancePrakash Surya8-26/+413
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-11OS-5083 lx_proc /proc/swaps needs to try harderRyan Zezeski1-3/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-01-09OS-5077 lxbrand remove /dev/log redirectionPatrick Mooney7-85/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-08OS-5079 lx_devfs should support VSOCK creationPatrick Mooney1-24/+83
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-01-086256 mptsas: deadlock in mptsas_handle_topo_changeDan Fields1-4/+10
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-01-08OS-5080 mount.nfs segv with offset mount argsJerry Jelinek1-2/+2
2016-01-07OS-5069 lxbrand autofs direct mounts don't workJerry Jelinek3-45/+217
OS-5076 autofs should wait for the full timeout before passing expire back to the automounter Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
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>