summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2015-11-19OS-4969 lx automounter lock issueJerry Jelinek1-0/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-11-19 [illumos-gate merge]Jerry Jelinek20-148/+138
commit 75614fd9696d97522ed7ed8009a66eb3544d61ad 6440 ssh packages should be replaceable Conflicts: usr/src/man/man1/Makefile usr/src/man/man1m/Makefile usr/src/man/man4/Makefile
2015-11-186440 ssh packages should be replaceableAlexander Pyhalov36-335/+523
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-18OS-4589 zoneadm list slow with a lot of zonesJerry Jelinek4-211/+186
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Dave Eddy <dave.eddy@joyent.com>
2015-11-18 [illumos-gate merge]Jerry Jelinek2-5/+9
commit 759e89be359f2af635e4122d147df56bce948773 6447 handful of nvpair cleanups
2015-11-176447 handful of nvpair cleanupsSteve Dougherty2-5/+9
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-176342 want signalfd support [fix mapfile]Jerry Jelinek1-1/+0
2015-11-176342 want signalfd support [fix mismerge]Jerry Jelinek1-0/+1
2015-11-17 [illumos-gate merge]Jerry Jelinek15-82/+359
commit 68ecb2ec930c4b0f00acaf8e0abb2b19c4b8b76f 6393 zfs receive a full send as a clone commit 3d729aecc03ea6ebb9bd5d56b8dccd24f57daa41 6342 want signalfd support commit f9eb9fdf196b6ed476e4ffc69cecd8b0da3cb7e7 6451 ztest fails due to checksum errors Conflicts: usr/src/uts/sparc/Makefile.sparc usr/src/uts/common/os/sig.c usr/src/uts/common/io/signalfd.c
2015-11-166393 zfs receive a full send as a clonePaul Dagnelie8-63/+304
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-166342 want signalfd supportJerry Jelinek24-1/+1331
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-166451 ztest fails due to checksum errorsMatthew Ahrens1-1/+26
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Jorgen Lundman <lundman@lundman.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-16OS-4958 Typo in overlay.5Petr Mikusek1-1/+1
2015-11-16OS-4957 Typo in varpd.xmlPetr Mikusek1-1/+1
2015-11-16OS-4391 Want Broadwell Instruction supportRobert Mustacchi5-6/+36
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-16 [illumos-gate merge]Jerry Jelinek1-1/+1
commit 7c0fa7e5c69bad99deb669aa7703bfa15bb58d5e 6402 Update zoneinfo to 2015g (tabs not spaces)
2015-11-146455 dmake should cool its close(2) jetsPatrick Mooney1-9/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-14OS-4600 vnd can receive packets without checksumsRobert Mustacchi12-24/+93
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-11-136402 Update zoneinfo to 2015g (tabs not spaces)Alexander Pyhalov1-1/+1
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-13 [illumos-gate merge]Jerry Jelinek4-31/+43
commit bf4d553b8a4685dc5ba4549cc9ba6d94e9306a81 5778 nvpair_type_is_array() does not recognize DATA_TYPE_INT8_ARRAY commit 808b84d02d9e58543ac8cde2701dec91a8c237f0 4749 ilbd_run_probe() has several problems with resource releasing commit 96ca3711e9e66e902935bf99eacbc420596e8f22 6374 mount(1M) dumps core in check_fields()
2015-11-13OS-4940 dmake should cool its close(2) jetsPatrick Mooney1-9/+8
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-11-125778 nvpair_type_is_array() does not recognize DATA_TYPE_INT8_ARRAYAndriy Gapon1-0/+1
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-124749 ilbd_run_probe() has several problems with resource releasingSerghei Samsi1-2/+12
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com>
2015-11-126374 mount(1M) dumps core in check_fields()Marcel Telka2-29/+30
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-12OS-4390 Want SMAP supportRobert Mustacchi20-51/+470
OS-4927 ucopystr can't find its way home Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>
2015-11-12OS-4942 would like sysevents when zones are created or destroyedJerry Jelinek4-4/+84
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-12 [illumos-gate merge]Jerry Jelinek7-50/+168
commit 3bc4925d580ab95c16f1ddd5eb387655cbd16e65 6329 Need support for new link speeds in mac_ether 6330 Delete ETHER_STAT_ISMII macro
2015-11-126329 Need support for new link speeds in mac_etherGarrett D'Amore7-50/+168
6330 Delete ETHER_STAT_ISMII macro Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-11OS-4937 lxbrand ptracer count updates can racerelease-20151112Patrick Mooney11-29/+97
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-11-11OS-4930 lxbrand ptrace should be more mindful of segregsPatrick Mooney2-37/+71
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-11-11 [illumos-gate merge]Jerry Jelinek3-8/+42
commit 620f322510b2d6433f7f6af60fa52380c07756ad 6051 lzc_receive: allow the caller to read the begin record
2015-11-106051 lzc_receive: allow the caller to read the begin recordAndriy Gapon3-8/+42
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-10 [illumos-gate merge]Jerry Jelinek11-96/+2738
commit 0472e113e9ad4a95dbf46a1d97075472136a1e7c 6066 dis: support for System/370, System/390, and z/Architecture ELF bins commit 0c923cf7b6cda6dcbc5df1a5974bed6386c49807 6070 libdisasm: attach/detach arch ops should be optional commit cfc41e72a4f85ff48430f435531264fca458f55d 6069 libdisasm: instrlen arch op should have a sane default commit 038db8fb497789ea9b367f771544442507cede18 6068 libdisasm: previnstr arch op should have a sane default commit b3457a09536430a8f34a14f96141858e00a88883 6067 libdisasm: use C99 designated initializers for arch ops commit 929eec204241285ce101c3110056cddca0dbb7c7 6079 libdisasm doesn't enable C99MODE properly
2015-11-096066 dis: support for System/370, System/390, and z/Architecture ELF binsJosef 'Jeff' Sipek5-3/+2647
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096070 libdisasm: attach/detach arch ops should be optionalJosef 'Jeff' Sipek1-2/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096069 libdisasm: instrlen arch op should have a sane defaultJosef 'Jeff' Sipek2-10/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096068 libdisasm: previnstr arch op should have a sane defaultJosef 'Jeff' Sipek3-57/+58
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096067 libdisasm: use C99 designated initializers for arch opsJosef 'Jeff' Sipek2-16/+16
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-096079 libdisasm doesn't enable C99MODE properlyJosef 'Jeff' Sipek5-10/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-09OS-4908 more pre-rename event workJerry Jelinek3-3/+13
2015-11-09 [illumos-gate merge]Jerry Jelinek162-4257/+14933
commit 76ca3cb000306bc4052fe820a7e4a6998dbcf932 5887 want bootfs commit 0181461b79a0991f2269dad3ef978086e6c70257 5886 want ability to provide additional objects at boot commit 99141ac7e1fddf3c8d7a32b9d945448af73e0039 6422 Renamed manifests refer to obsolete packages commit a90cf9f29973990687fa61de9f1f6ea22e924e40 6399 SMB2 support commit b24e356b384ccc80805e7150979de2373d44347c 6398 SMB should support path names longer than 1024 commit 08e9b2df0318952b8677b4feb62b4ec784f28101 6408 libbe shouldn't run installgrub on offline/unavail/faulted vdevs commit e4adc82d6b02a6aa5d1b1d9772653c82c16e28ad 6438 libdiskmgt uses wrong vendor ID property for USB commit aad3a4472fe05e2634744298e937a4070b663517 6437 blkdev bd_detach_handle() always returns DDI_SUCCESS Conflicts: usr/src/uts/intel/Makefile.intel usr/src/uts/i86pc/os/fakebop.c usr/src/man/man7fs/bootfs.7fs usr/src/cmd/fs.d/Makefile
2015-11-065887 want bootfsRobert Mustacchi20-5/+1731
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-11-065886 want ability to provide additional objects at bootKeith M Wesolowski15-78/+756
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2015-11-07OS-4939 logadm dies on bogus configuration fileBryan Cantrill2-0/+31
2015-11-066422 Renamed manifests refer to obsolete packagesGary Mills10-21/+20
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-11-066399 SMB2 supportGordon Ross135-4213/+14776
Portions contributed by: Alek Pinchuk <alek@nexenta.com> Portions contributed by: Kevin Crowe <kevin.crowe@nexenta.com> Portions contributed by: Matt Barden <Matt.Barden@nexenta.com> Reviewed by: Alek Pinchuk <alek@nexenta.com> Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Daniel Borek <daniel.borek@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Yuri Pankov <Yuri.Pankov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-066398 SMB should support path names longer than 1024Peer Dampmann7-17/+30
Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-11-06OS-4856 New CTF tools should be the defaultRobert Mustacchi1-3/+2
2015-11-066408 libbe shouldn't run installgrub on offline/unavail/faulted vdevsHans Rosenfeld1-0/+16
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-066438 libdiskmgt uses wrong vendor ID property for USBHans Rosenfeld1-1/+2
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>