summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
2015-05-28 [illumos-gate merge]20150528release-20150528Jerry Jelinek6-25/+42
commit 09f79f7c66b85f056db11f58210dc6182c9b1aef 4418 svc.startd crash with a long instance name and more than one dependency commit cb5842f8b0caaad0ed53535bd77042e933fdbafe 5909 ensure that shared snap names don't become too long after promotion commit beddaa9ce797b9deaafc22b4f156d23f9b45c32d 5870 dmu_recv_end_check() leaks origin_head hold if error happens in drc_force branch commit 5bae108fe2364722de3aa86e04966a0d33fd027a 5912 full stream can not be force-received into a dataset if it has a snapshot commit c701fde6911c957e71b37aac4daf672bd828f4d7 5961 Fix stack overflow in zfs_create_fs commit c423721f9bcd45c2409ef7b73fc103ac2889f9e9 5669 altroot not set in zpool create when specified with -o commit 5897eb49ccde82d19214b71984f57935e7e313d1 5438 zfs_blkptr_verify should continue after zfs_panic_recover
2015-05-27OS-4342 lxbrand SIOCGIFHWADDR still incorrectPatrick Mooney1-1/+3
2015-05-27OS-4337 lxbrand expose network interface info via sysfsPatrick Mooney10-227/+1092
OS-4329 lx sysfs unsuitable for use as mount point Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-05-274418 svc.startd crash with a long instance name and more than one dependencyDan Vatca1-1/+2
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-275909 ensure that shared snap names don't become too long after promotionAndriy Gapon1-0/+6
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-275870 dmu_recv_end_check() leaks origin_head hold if error happens in ↵Andriy Gapon1-2/+6
drc_force branch Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-275912 full stream can not be force-received into a dataset if it has a snapshotAndriy Gapon1-4/+6
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-275961 Fix stack overflow in zfs_create_fsGleb Smirnoff1-17/+17
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-275669 altroot not set in zpool create when specified with -oXin Li1-0/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-275438 zfs_blkptr_verify should continue after zfs_panic_recoverJustin Gibbs1-1/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Xin LI <delphij@freebsd.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-27 [illumos-gate merge]Jerry Jelinek6-17/+9
commit 3698b9760f5a9315a5040e7606f7db7aaa3e1ffb 5954 ffs(3c) manpage is a little confusing commit 58865bb7f764a6ca11f3057bee77153724ebb239 5955 pat_sync is clever enough to check for X86FSET_PAT commit cdf815bb84cfaf9b71a4c5a51616e2da60c68bfc 5852 remove SFW* from the gate's Makefiles commit bb2183e0683124f79bf4b91cf4d48201e752109e 5947 NULL is not a character in asm10k.c
2015-05-265954 ffs(3c) manpage is a little confusingJosef 'Jeff' Sipek1-3/+3
Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-265955 pat_sync is clever enough to check for X86FSET_PATJosef 'Jeff' Sipek2-4/+2
Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-265852 remove SFW* from the gate's MakefilesRichard PALO2-9/+3
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-265947 NULL is not a character in asm10k.cRichard PALO1-1/+1
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-21OS-4317 v_path accesses can racePatrick Mooney10-38/+51
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-05-21 [illumos-gate merge]Jerry Jelinek1-1/+14
commit 752fd8dabccac68d6d09f82f3bf3561e055e400b 5515 dataset user hold doesn't reject empty tags
2015-05-205515 dataset user hold doesn't reject empty tagsJosef 'Jeff' Sipek1-2/+15
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2015-05-20OS-4319 zfs mishandles partial writesJerry Jelinek1-3/+8
2015-05-20OS-4320 lxbrand convert getdents to IKEPatrick Mooney7-204/+362
OS-4282 lxbrand segfault in lx_getdents Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-05-20 [illumos-gate merge]Jerry Jelinek7-33/+41
commit 81cd5c555f505484180a62ca5a2fbb00d70c57d6 5818 zfs {ref}compressratio is incorrect with 4k sector size
2015-05-19OS-4318 trinity blown assertion panic in lx_helper_rt_tgsigqueueinfoJerry Jelinek1-2/+4
2015-05-195931 after svccfg import is killed, subsequent import failsJerry Jelinek1-1/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Tony Nguyen <truongqnguien@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-195818 zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens7-33/+41
Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Steven Hartland <killing@multiplay.co.uk> Reviewed by: Don Brady <dev.fs.zfs@gmail.com> Approved by: Albert Lee <trisk@omniti.com>
2015-05-19OS-4284 SegFault when invoking lx_sendmsgJerry Jelinek1-22/+44
2015-05-19 [illumos-gate merge]Jerry Jelinek2-4/+3
commit 9df7e4e12eb093557252d3bec029b5c382613e36 5930 fasttrap_pid_enable() panics when prfind() fails in forking process commit 8412fdadc46d5bd0355a53fda7bda83e60803108 5937 sockaddr_in6 synopsis incorrect
2015-05-185928 htable_walk strays into the VA holeJoshua M. Clulow1-2/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-185930 fasttrap_pid_enable() panics when prfind() fails in forking processBryan Cantrill1-2/+12
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-183599 dtrace_dynvar tail calls can blow stackBryan Cantrill1-3/+3
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-185937 sockaddr_in6 synopsis incorrectRobert Mustacchi1-3/+3
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-18OS-4289 SegFault upon invoking lx_pollJerry Jelinek1-17/+35
2015-05-18OS-4283 SegFault upon invoking lx_selectJerry Jelinek1-28/+62
2015-05-18OS-4281 SegFault upon invoking io_submit by trinityJerry Jelinek1-3/+6
2015-05-18 [illumos-gate merge]Jerry Jelinek10-96/+136
commit fae6347731c9d3f46b26338313b0422927f29cf6 5815 libzpool's panic function doesn't set global panicstr, ::status not as useful commit 255ca53cb863784f137aca02aa15c67d8dce73de 5816 mdb '::status' truncates assertion messages commit 589efa9501f3347f21e60905a96ca39427169e10 5883 race in netstack_unregister and zone creation 5884 want zid2zone 5885 want a dcmd for going from netstack id to nestack_t commit e7619b69689d6a40a07425ef14002f2ab4d724d9 5840 cmd/ypcmd build failed without usr/lib/libsocket.so on build host commit 2ba6d2b94a398caab9e751c277f0acbd1cc22c77 5896 svccfg import returns before service can be used by svcadm 5897 improve comments for svc.startd commit 799823bbed51a695d01e13511bbb1369980bb714 5890 Enable Intel SMEP support when available 5891 want to be able to see x86 control regs with kmdb commit 29f78cfa374064141c78641a37afda71a6408269 5889 want ::x86_featureset commit bc44a9330a5eaab897440aebd5b17691ec2c1d0a 5894 Want big theory statement on MAC's data path Conflicts: usr/src/uts/common/io/mac/mac_sched.c usr/src/cmd/svc/svccfg/svccfg_libscf.c usr/src/cmd/svc/startd/startd.c usr/src/cmd/mdb/i86pc/modules/unix/unix_sup.s usr/src/cmd/mdb/i86pc/modules/unix/unix.c usr/src/cmd/mdb/common/modules/genunix/zone.h usr/src/cmd/mdb/common/modules/genunix/zone.c usr/src/cmd/mdb/common/modules/genunix/genunix.c
2015-05-165815 libzpool's panic function doesn't set global panicstr, ::status not as ↵Prakash Surya2-11/+25
useful Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-165816 mdb '::status' truncates assertion messagesPrakash Surya1-1/+3
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-155883 race in netstack_unregister and zone creationRobert Mustacchi6-9/+91
5884 want zid2zone 5885 want a dcmd for going from netstack id to nestack_t Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-05-155893 igmp timout logic induces panicRobert Mustacchi3-14/+57
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-155840 cmd/ypcmd build failed without usr/lib/libsocket.so on build hostGary Mills1-8/+10
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-05-155896 svccfg import returns before service can be used by svcadmRobert Mustacchi2-1/+363
5897 improve comments for svc.startd Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-155890 Enable Intel SMEP support when availableRobert Mustacchi14-10/+225
5891 want to be able to see x86 control regs with kmdb Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-155889 want ::x86_featuresetRobert Mustacchi1-1/+67
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-155888 need ::scalehrtime dcmdBryan Cantrill1-0/+75
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-15 [illumos-gate merge]Jerry Jelinek1-11/+9
commit 3b3b7026bde850c59ef70bb86cf2ca9e8d8011fc 4567 Long RPC messages could confuse kernel and cause panic
2015-05-145894 Want big theory statement on MAC's data pathRobert Mustacchi2-1/+950
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com> Reviewed by: Max Bruning <max@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-05-14OS-4309 lxbrand lxinit is careless when execing initPatrick Mooney1-0/+7
2015-05-144567 Long RPC messages could confuse kernel and cause panicMarcel Telka1-11/+9
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Albert Lee <trisk@omniti.com>
2015-05-14OS-4298 fasttrap_pid_enable() panics when prfind() fails in forking process20150514release-20150514Bryan Cantrill1-1/+12
2015-05-14OS-4248 dtrace_dynvar tail calls can blow stackBryan Cantrill1-3/+3
2015-05-14OS-3735 modstubs MAXNARG is too low.Bryan Cantrill2-5/+13