summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fs.d
AgeCommit message (Collapse)AuthorFilesLines
2018-06-04 [illumos-gate merge]Jerry Jelinek1-29/+49
commit db1c88f6dab43484b6c33636600ac4596ff4c354 9576 hid_attach is missing one mutex_exit in error path commit ea4ea50f064c5468142b24627acad09a41f060cb 9565 ctf: cast between incompatible function types commit a19d2449c7801a22d6c8370a965dab3d16c77925 9538 rcapd make install fails due to race in subdirs (fix isaexec) commit 6cfa0a7079eb1baa0a742f1e4def7cdabc8dcdab 9042 multiples of tty streams modules cause weirdness commit 207bc6d049369709a154c840750e0a74a9ff0a76 9544 loader: i386/Makefile should have target all before other targets commit 62877672b62bfe1e971061803b2a9c64897c13c3 9536 sasinfo does not know about 12gb sas commit 0f8051a0844ba1894eab81d4b73a76feca23554e 9533 8079's check for Xen HVM is incomplete commit d9241f995480d9097812b34500484c0fff9d7528 9552 grep segfaults when you ask for context commit fe12dc752b42da16028a16f4226e5295506fdb28 9529 libefi: efi_alloc_and_read should check for PMBR commit e53a4a814812099ec255c98f18f7ae1d0639ae57 9279 libefi: use one-line-per-file pattern in Makefile commit dec267e7ea9828898b1c64462daa6636c4ef5e29 9454 ::zfs_blkstats should count embedded blocks commit fe3ba4d1227d8746116ece7240682b13595c3142 9424 ztest failure: "unprotected error in call to Lua API (Invalid value type 'function' for key 'error')" commit cfd63e1b1bcf7ba4bf72f55ddbd87ce008d2986d 9486 reduce memory used by device removal on fragmented pools commit c7a7b2fa084facd68c3d1e860dfabe20c713877b 9479 fix wrong format specifier for vdev_id commit ddfe901b12348d31c500fb57f9174e88860a4061 9457 libzfs_import.c:add_config() has a memory leak commit 69d4acec15909325d6df21fec172510a50f77a8a 9538 rcapd make install fails due to race in subdirs
2018-06-019529 libefi: efi_alloc_and_read should check for PMBRToomas Soome1-29/+49
Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2018-04-05 [illumos-gate merge]Jerry Jelinek10-70/+881
commit e89016e771abb6871cb08b54316d9a1a826a9193 9044 Need support for mpt_sas tri-mode parts 9045 Clean up mpt_sas compiler warnings 9046 mptsas_handle_topo_change can return without its locks held 9047 workaround SAS3408 firmware issue commit 7d815089a43a963b49eaddf97e514194ec29805b 3328 smbutil view does't work with Win2008 and later commit 3299f39fdcbdab4be7a9c70daa3873f2b78a398d 1575 untangle libmlrpc from SMB server commit f78cdc34af236a6199dd9e21376f4a46348c0d56 9112 Improve allocation performance on high-end systems Conflicts: usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_impl.c
2018-04-043328 smbutil view does't work with Win2008 and laterGordon Ross10-70/+881
Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2018-03-26 [illumos-gate merge]Jerry Jelinek9-19/+12
commit 3718f283515535a82b83e368bda0af10d2bf2c4f 9316 ldap: comparison between pointer and zero character constant commit b232a94496f2b078a464fd9a44bc01d2f2894e78 9315 ldap: this statement may fall through commit f45bbb216955f393ea71539b44815a06ed8fc19e 9313 cmd/fs.d: this statement may fall through commit 5ae1545d344be9f4850975114f27a93364c65969 9311 ufs/mount: comparison between pointer and zero character constant commit f5aec9463bdc4209d1ea6ef806601aa374b3cfc8 9310 smbstat: this statement may fall through commit c2b69dec36507b9e29407d1fcc61adc12e08492b 9304 ftp: this statement may fall through commit b2cf51950f94dd7f59fa3a283f96a19a31858b25 9303 chat: this statement may fall through commit e8f5b7dfac8c9ba83bf59912c6255d201326726f 9302 dhcpagent: this statement may fall through commit 2dfb867586bd1d3168e074ad1c8722bba53290e3 9300 in.mpathd: this statement may fall through commit 1e6524b527749a1dddf1eec05d9d22b0234cae6c 9299 ilbd: comparison between pointer and zero character constant commit c1a6e54c47eeacae6f9c3fe84571981c20f6d36c 9298 inetadm: this statement may fall through commit bda17ea5bfa19b1156570d93d7f66218b2c16cec 9297 in.telnetd: comparison between pointer and zero character constant commit 0fddcadb136a162fa3446317158d6f506f0587f3 9296 ipsecutils: this statement may fall through commit f13c98b88c56dc9f2501130dd749358863c0e4e9 9295 ifconfig: this statement may fall through commit f7819bf90ea3a779850c4502438d2b0e519b7941 9294 ipqosconf: comparison between pointer and zero character constant commit 09a9b1ac03f3a1420c001044913223aa0292c882 9292 snoop: this statement may fall through commit 243bebc0df1221801f517d667fdace1c1aeb94c1 9269 uts/i86pc: rootnex comparison between pointer and zero character constant commit 23274804946ea79b54ae682df4d33bbbb30b42ee 8758 loader: boot1.efi needs versioning
2018-03-259313 cmd/fs.d: this statement may fall throughToomas Soome8-17/+10
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2018-03-259311 ufs/mount: comparison between pointer and zero character constantToomas Soome1-2/+2
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2018-02-08 [illumos-gate merge]Jerry Jelinek3-2/+3
commit d8cfd210fd5a1952766872e066477af3df22c27c 9064 ZFS test remove_mirror should wait for device removal to complete commit a01b7f54af574cc2fd6c48d74fbd41936bf7d272 9004 Some ZFS tests used files removed with 32 bit kernel commit 2816c4ace7a4e702d9e9cc94b60b4ae41a052fe1 8965 zfs_acl_ls_001_pos fails due to no longer supported grep regex commit add927f8c8d101e16c23eb9cd270be4fd7edf7d5 8942 zfs promote .../%recv should be an error commit ac0215f4d618163d117a40fbf77a3f944852cb7b 8941 zpool add: assertion failed in get_replication() with nested interior VDEVs commit 95643f75d23914a3e332adc9661ed51749e9858d 8520 lzc_rollback_to should support rolling back to origin 7198 libzfs should gracefully handle EINVAL from lzc_rollback commit f4c1745bd6c9829a05ecec15759ede7757100ab5 8477 Assertion failed in vdev_state_dirty(): spa_writeable(spa) commit 85723e5eec42f46dbfdb4c09b9e1ed66501d1ccf 8408 dsl_props_set_sync_impl() does not handle nested nvlists correctly commit 305fdadfe1699208551f5b6e4c6176e4da94ece0 9033 nightly MUST use cw in tools proto commit 56a7ecf86726e16be55758fad1b9f05dd5afc7be 9026 lib/fm missing dependency on libsff commit 986347b1a657a0b49d45f0099e9b5799549b9312 9025 libzfs missing dependency on libcmdutils commit 7c80a9608efb5c2bb78fb923e352a01088239788 9040 libnsl: unused local typedef in rpc code commit 6685d29894718fc404d81493e41909d6101ea4af 9038 fs.d/nfs: this statement may fall through commit 2dedcc4ffd203141c363762ff9947921e80b860c 9037 pfexecd: this statement may fall through commit f02c28e434fb4d81d95122bab187fb43d4f19c2a 9036 zfs: duplicate 'const' declaration specifier commit 46ac8fdfc5a1f9d8240c79a6ae5b2889cbe83553 9035 zfs: this statement may fall through commit 4ecc75a514e023664b130792957c3973a982cebe 9034 pfexecd: duplicate lint target in Makefile commit 1e8199757379047b30cc13c6aed3a0d25c7a035a 9032 sgs: this statement may fall through commit 6f459ff5b49a8482416f3eab8866c784121ecae3 9031 sgs/libld: comparison between pointer and zero character constant commit baa1db26a9368be6665db7776693fa63cc346ce5 8733 cxgbe: variable 'execute' set but not used Conflicts: usr/src/tools/scripts/nightly.sh
2018-02-079038 fs.d/nfs: this statement may fall throughToomas Soome3-2/+3
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@joyent.com>
2018-02-07 [illumos-gate merge]Jerry Jelinek9-9/+9
commit 3385b4726f1b09aa9511340017fb23c7cde6aadd 8472 Want docs for iports, tgtmaps, and friends commit 1eb7f6f10a2bf852886fac64ce710da077f20c75 8706 libc lint library missing endian.h functions commit e144c4e6c90e7d4dccaad6db660ee42b6e7ba04f 8962 zdb should work on non-idle pools commit 3ee8c80c747c4aa3f83351a6920f30c411236e1b 8961 SPA load/import should tell us why it failed commit 1fd3785ff6601d3e391378c2dcbf4c5f27e1fe32 7638 Refactor spa_load_impl into several functions commit 82693e09cc02331fa1b3b73b54b1060e73507a8d 8966 Source file zfs_acl.c, function zfs_aclset_common contains a use after end of the lifetime of a local variable commit d3c0397fdfe3697d5078fec583494fae9971fd75 9039 tcp(7p): Duplicate paragraph commit af8443c4728e4601db72fb8089035223de906eb9 9022 loader.efi: module placement must check memory map commit bd0ce624be4492bab2f6c53383a40618647aba28 9027 Makefiles need to specify C99 mode consistently Conflicts: usr/src/man/man9f/scsi_hba_iportmap_create.9f usr/src/man/man9f/scsi_address_device.9f usr/src/man/man9/iport.9 usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov9-9/+9
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2018-02-05 [illumos-gate merge]Jerry Jelinek1-20/+13
commit c73799dd86c25c27f5183e83584212d06d1ecebc 9024 rework PV-HVM disk device handling commit fcebcf2bde9c499fa119ba1d185c1d9dd8db8c31 9023 port Delphix Xen-related fixes commit ff074caab09347cf7a3028cad320325b14d826ce 9006 parallel loader builds fail sporadically commit 0f554fe53a6056402dbaf025d945afa8659af0c7 9001 cdm is useless, remove it 9002 webrev should know how to get the git user name commit a96858a0ffbb0a37a4c126a6889a50342c8e0ac5 9013 cmd/vi: don't use obsolete REG_WORDS commit 925beec7a40f23f8a7663cf5e8289a88f9688e87 9012 cmd/grep: don't use obsolete REG_ANCHOR commit 16b8cff5614360cedee81496774b4933d65c2a62 9007 import AT&T regex test suite commit b4509b050d50104aa22638bf66c219627cf301af 6690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531 9015 krb5-config emits unnecessary -R flags 1295 krb5-config only understands krb5 Conflicts: usr/src/tools/scripts/webrev.sh usr/src/tools/onbld/hgext/__init__.py (deleted)
2018-02-026690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from ↵Marcel Telka1-20/+13
defunct /etc/default/autofs Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-20 [illumos-gate merge]Jerry Jelinek2-182/+132
commit 0c950529ae1558b3b4983f2eb6d4dd664ddfa424 8497 ficl: ficlStackCheckNospill should be static inline commit 4dc706964e63dcfacc54b6482c9db8d162f7179b 8723 autofs: cstyle fixes after 8717 commit 2b208da6458bdbaad9f45832216da636f9184765 8719 librpcsoc: clnt_tcp.c cstyle cleanup
2017-10-198723 autofs: cstyle fixes after 8717Toomas Soome2-182/+132
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-18 [illumos-gate merge]Jerry Jelinek2-13/+5
commit 4dfc19d7036761a315a6ece34c6cf9cb4268518f 8721 libwrap is missing global symbol `resident` commit 64ab3274db4bff1fa61f17076c4a40255cf17fb8 8717 autofs: parameter/variable set but not used commit 7d0b359ca572cd04474eb1f2ceec5a8ff39e36c9 8715 sil3xxx: variable set but unused commit 402902c369e6ee05f7df0a98b4987d5916b654c3 8722 loader: __divmoddi4 should check for NULL pointer
2017-10-178717 autofs: parameter/variable set but not usedToomas Soome2-13/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-09-18 [illumos-gate merge]Jerry Jelinek1-2/+1
commit ed992b0aac4e5b70dc1273b1d055c0d471fbb4b1 8604 Avoid unnecessary work search in VFS when unmounting snapshots commit 5f39f884e2035d671ec02148fc4d8420c670bcb4 8605 zfs channel programs: zfs.exists undocumented and non-working commit 2bcb5458541cc6e8bf7dc541303da29297b82e8b 8602 remove unused "dp_early_sync_tasks" field from "dsl_pool" structure commit c861bfbd77c4ae780a0341e9cb6926d8b74341cf 8567 Inconsistent return value in zpool_read_label commit a141dbd6230b88bf7da3b673ca0f9b46918d5684 8655 remove more gender specific language commit 30acb30daf662150e9e016113303bd74f2379dfc 8626 make pcplusmp and apix warning-free Conflicts: usr/src/uts/i86pc/io/pcplusmp/apic_introp.c usr/src/uts/i86pc/io/mp_platform_misc.c
2017-09-158567 Inconsistent return value in zpool_read_labelAlan Somers1-2/+1
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-09-05 [illumos-gate merge]Jerry Jelinek2-81/+21
commit 27b4c18acb5aee865d218de91c475ae0a7cc4e8a 8598 loader: Fix BSD label partition end sector calculation. commit 0a0551200ecbcd4f1b17560acaeeb7b6c8b0090e 640 number_to_scaled_string is duplicated in several commands commit 30c75cb09b4d5e86a94a25a9a7ab7481510b57b0 8093 loader.efi: cleanup loader main and implement comconsole commit ce1d04bfb4326d1e894811fc63d56219b33f2f7a 8447 uts: acpica_check_bios_date() instead of bios-free, use efi-systab commit a62d310a2be18bb1054fea448f82a292724aa661 8445 uts: pci_bios_get_irq_routing() should check for BIOS commit 1271e4b10dfaaed576c08a812f466f6e81370e5e 8585 improve batching done in zil_commit() commit e6ab4525d156c82445c116ecf6b2b874d5e9009d 8590 memory leak in dsl_destroy_snapshots_nvl()
2017-09-04640 number_to_scaled_string is duplicated in several commandsJason King2-81/+21
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-07-21 [illumos-gate merge]Jerry Jelinek8-67/+656
commit 82584a069e2e3824df112a1249fa7818c01f9d49 7287 smb pam module not picking up libsmb from proto area (fix LDLIBS order) commit e72ff08d3b44e4e2f89e0ec84680f40062be00d5 7569 statd support to run on a fixed port commit 2c3ccf749587e2b956c37993a8446f163fbfad57 7577 mountd support to run on a fixed port commit dec98d2aa2912b1fbd0abd2574307a695b566692 8330 Add svc_tp_create_addr to libnsl commit 6e270ca825f06ec0e2d77db462b83074ec585f2f 8451 cstyle: Remove space-tab sequences in usr/src/head
2017-07-207569 statd support to run on a fixed portGordon Ross3-23/+139
Portions contributed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Prakash Surya <prakash.surya@delphix.com>
2017-07-207577 mountd support to run on a fixed portGordon Ross2-43/+134
Portions contributed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Prakash Surya <prakash.surya@delphix.com>
2017-07-208330 Add svc_tp_create_addr to libnslGordon Ross3-1/+383
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Prakash Surya <prakash.surya@delphix.com>
2017-07-078413 Missing build dependencies when generating message catalogsJason King3-3/+8
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-06-26 [illumos-gate merge]Jerry Jelinek1-6/+2
commit f67cf39ba88ad7c4bee81445cc7a7468e0289f01 commit 7edb9f69d2426b044fa60c7a168c9eaeb12f1884 6431 document FreeBSD regex extensions commit dfc115332c94a2f62058ac7f2bce7631fbd20b3d 7431 ZFS Channel Programs Conflicts: usr/src/lib/libzpool/common/sys/zfs_context.h usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/libzfs_impl.h
2017-06-26backout: 3729 getifaddrs must learn to stop worrying and love the other ↵Robert Mustacchi1-6/+2
address families (breaks consumers)
2017-06-22 [illumos-gate merge]Jerry Jelinek1-2/+6
commit a40ea1a7d80eee1b409e9dcc2e48c730988147ea 8297 update mdocml to 1.14.1 commit 299c9e70a71f87365f8f88fdea2cccbd0d5b8db6 8082 last(1) should be able to print years in output commit d21cedec4ed074c3a6feb4a8a007a9cb83cca060 8323 ndmpd: left shift of the negative value commit 78916deaa2ec29fc04f5a0cddacf4bd749a2188f 8415 loader: biosdisk comment wording commit 422eb17feeb8fadbfa2a80faf5c8a8d2987f9196 8374 loader: devicename.c cleanup commit e2fc3408efa6cdfc5e33c73c3567efc8c7592707 8376 cached v_path should be kept fresh commit e34d8872f4a713d904a4b34fb081060d1a7eba62 3729 getifaddrs must learn to stop worrying and love the other address families commit 0bb3cf0bf38ac0d43c9c480709323240b002c1dd 8335 mr_sas - remove PDSUPPORT conditional. commit 567fb7ba1e336fc2eab74e747be1e7ac51f1a4ee 8396 uts: vm_dep.h error: left shift of negative value commit 02553f55739fa960255c83b5c09351e2fa244ba2 8336 ed: misleading-indentation Conflicts: usr/src/uts/common/fs/vnode.c usr/src/uts/common/fs/lookup.c usr/src/tools/mandoc/Makefile
2017-06-213729 getifaddrs must learn to stop worrying and love the other address familiesSebastian Wiedenroth1-2/+6
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@kebe.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-06-20OS-6188 Missing build dependencies when generating message catalogsJason King3-4/+8
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-06-07OS-6155 NFSv4 locking not working if rpcbind or rpc.statd not runningJerry Jelinek1-6/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-06-06 [illumos-gate merge]Jerry Jelinek5-24/+15
commit 0dbcca9b391b6a95b983f29699611dedbcb5d262 8304 zfs-tests/bin/zfstest should allow DISKS=(zvols) commit 5b062782532a1d5961c4a4b655906e1238c7c908 8005 poor performance of 1MB writes on certain RAID-Z configurations commit adaec86ad212d9fd756bee322934fa54d1258605 8155 simplify dmu_write_policy handling of pre-compressed buffers commit 49add8ec88f479abb39ea7a1962c18ffd9b7a046 5097 psignal and psiginfo don't handle NULL arguments correctly commit ac34f4ddd0c6a12bfbb0823bf037f9afc5de4f4b 8293 fs.d: misleading-indentation and longjump issues commit f172c8ab1c246e78ba62a5aae1364ffcefe84862 8286 chxge: misleading-indentation commit 134035c17d79cc72f53900ba0ee97e48f01781fb 8285 kssl: misleading-indentation commit 1518b816b22db27acb81c63823981b340d1534ce 8284 fdc: misleading-indentation
2017-06-058293 fs.d: misleading-indentation and longjump issuesToomas Soome5-24/+15
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-04-20 [illumos-gate merge]Jerry Jelinek1-0/+3
commit b1cdc7203182cbb9ef6b7bc6085ee5b8dbee793b 8085 Handle RPC groups better
2017-04-208085 Handle RPC groups betterAlex Wilson1-0/+3
Reviewed by: "Joshua M. Clulow" <josh@sysmgr.org> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-02-23 [illumos-gate merge]Jerry Jelinek3-4/+7
commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e 7837 smbios3 64-bit entry point support commit ec2c76eb1d5ecd7a4fccccefc1bc4aa7c1531606 7854 installboot should set MBR to load partition boot block if it was installed commit 48bbca816818409505a6e214d0911fda44e622e3 7812 Remove gender specific language commit e40108ff341f07fe03e96c751c6cf2cb5867d1a8 7898 mdb's ::netstat doesn't print UDP conn_t pointer correctly Conflicts: usr/src/uts/common/syscall/poll.c
2017-02-227812 Remove gender specific languageDaniel Hoffman3-4/+7
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-01-12 [illumos-gate merge]Jerry Jelinek1-31/+7
commit ad309d3e2ef712dfdf1bc08758f232ebd5fe1612 7761 bootfs_005_neg's pool destruction must handle EBUSY commit 555da5111b0f2552c42d057b211aba89c9c79f6c 7743 per-vdev-zaps have no initialize path on upgrade commit 0e93ddde309a21971dc41356b4834acecaeb9e20 7739 zfs_inherit_003_pos fails due to improperly generated random strings commit 4648396c072c3d0c2a1a38afa5f6717799eb1ac7 7731 libdladm`i_dladm_set_single_prop() leaks memory when resetting properties without default value commit 5f10ef697f250374b7b917e10961c4e02d4e3112 6396 remove SVM Conflicts: usr/src/cmd/dladm/Makefile usr/src/cmd/Makefile.check usr/src/lib/Makefile usr/src/Makefile.lint
2017-01-116396 remove SVMYuri Pankov1-31/+7
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-12-08 [illumos-gate merge]Jerry Jelinek4-7/+8
commit 0570e35bbcf3793c3e5aef6ae971d1b6a32bacff 7645 illumos-gate lint build fails with glib 2.46.2 commit 201f5eba35ac4c04e6a037fd065c45c6b8cb9ab1 7651 default maximum nfs server threads is insufficient commit d1054fda727523967470132ee7266d3d934b5124 7601 nfs_rwlock_t does not scale with cv_broadcast()
2016-12-077651 default maximum nfs server threads is insufficientSebastien Roy4-7/+8
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-12-05 [illumos-gate merge]Jerry Jelinek2-45/+164
commit 502b33a50609aec2d2a1f0465da1ad3bac47d74a 7593 lsdev device name section headers should be printed by dv_print callback. commit 5b5a71c445cf6577e9376190edd57004a2b09522 6964 mkfs_pcfs should detect GPT partition size and fat type for it commit 55a424cb69d5e44a32d26e1c9fe02288d09a1663 7404 rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits commit 4ba5b9616327ef64e8abc737d29b3faabc6ae68c 7586 remove #ifdef __lint hack from dmu.h commit 719d176126cc1c689a469d4c3553d770d1c4e94e 6723 etc/skel needs cleanup 2931 PS1 prompt in default user .profile is incorrect commit 9c31cf024c08128fce3fce725716f43a0286b787 7623 Move agpmaster to graphics-agpgart, and set noincorp commit a727ef706f18aacc81c5d9981e121205e149f8bc 7622 Separate DRM+AGP devlinks stuff into its own module commit 01d41e6dacd6f26957b16899a553d152ff46ec0c 7621 Ship devfsadm.h to allow externally-built devlinks modules commit c4d05ea67a6a84b9d56cd84ce2a6e1f572b51966 7620 Update gfx_private for new AGP+DRM code commit dc1b26915530081df6e78d0ada403a1b920a7b58 7619 Promote gfx_private.h to sys/gfx_private.h
2016-12-046964 mkfs_pcfs should detect GPT partition size and fat type for itToomas Soome2-45/+164
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-08-29 [illumos-gate merge]Jerry Jelinek2-3/+15
commit 7b4e6d92ac8978742d2afae42fe91917af8b8938 7231 nlockmgr failing to start up during bootup commit 3cae6de1ad548d0528165017a831a2dd74b66745 7324 stack needs to be sufficiently aligned for SSE before init_array are called commit 08010aab982e74fc37093d92f278c587a0fa1ec7 7322 ld(1) gets init/fini array section names wrong commit a0fb1590788f4dcbcee3fabaeb082ab7d1ad4203 7323 ld(1) -zignore can erroneously discard init and fini arrays as unreferenced
2016-08-287231 nlockmgr failing to start up during bootupPaul Dagnelie2-3/+15
Reviewed by: Matt Amdur <matt.amdur@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Kyle Cackett <kyle.cackett@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-07-18OS-5509 /native/usr/bin/mount does not work in LXJerry Jelinek1-1/+5
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-06-13 [illumos-gate merge]Jerry Jelinek1-20/+21
commit 7de21d7cba3fddc724c51930845ad91d8082e0c7 7056 tmpfs in a non-global zone does not abide by tmpfs_minfree commit 30633d6fe588d756f1fe86999b090761e325844e 7068 need a way to change the tmpfs size on a mounted fs commit 995de72901a2c8b79bd3aea3df1617643d53ea89 7064 TCP_KEEPIDLE has needless 10sec minimum commit b9709d3bf6aa3acb184b2dbcab09e7241a4edc82 7102 nfsd(1M) missing newline character in error messages commit f091aea1782d0de0cb0f320b76b56ffb4b37ef5d 7088 libshare should check nfs protocol value against netconfig(4) database commit 3d7afa3319dd88bd8a1774d43c1b15bce28b0f80 7067 webrev adds spurious path component to top-level files Conflicts: usr/src/uts/common/fs/tmpfs/tmp_vfsops.c usr/src/man/man1m/mount_tmpfs.1m usr/src/lib/libbrand/common/libbrand.c
2016-06-107102 nfsd(1M) missing newline character in error messagesYuri Pankov1-20/+21
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-09OS-5221 nfs mount should work without /etc/nfssec.conf inside LX zonerootJosh Wilsdon1-1/+7
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>