summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fs.d
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07illumos syncJohn Sonnenschein11-4/+688
2012-05-03OS-1119 add lxproc, a coarsely Linux-compatible /procBryan Cantrill3-1/+173
2012-09-222933 compiler warning gags need better granularityRichard Lowe50-89/+178
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-13OS-1029 need hyprlofs GET ioctlJerry Jelinek1-3/+67
2012-03-12OS-978 hyperlofsJerry Jelinek6-1/+433
2012-01-13OS-871 zone stuck in shutting_down - waiting for kernel thread ↵Jerry Jelinek2-0/+16
nfsauth_refresh_thread to terminate
2011-12-13STOR-55 NFS and ipfilter services deadlock when started togetherBill Pijewski1-2/+2
2012-06-122614 nfs logging works incorrectlyVitaliy Gusev3-22/+73
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: T Nguyen <truongqnguien@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2012-06-06backout 2614: packaging errors (incomplete - no nightly build)Garrett D'Amore3-73/+22
2012-06-052614 nfs logging works incorrectlyVitaliy Gusev3-22/+73
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: T Nguyen <truongqnguien@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-212433 mount: allow relative pathDan Kruchinin1-3/+6
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Gordon Ross <gwr@nexenta.com>
2011-11-03877 share_nfs cannot share to IPv6 subnetsYuri Pankov1-157/+88
1554 SMB has no concept of IPv6 host access lists 1592 NFS access checks shouldn't fail if client address can't be resolved Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-05-161630 quota(1M) relies on undefined operation orderRichard Lowe1-2/+2
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-08-1181 remove 'is_z_a_power_of_x_le_y' from pcfs utilsGary Mills4-71/+37
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-06-301120 Use real file descriptors for smbfs named pipes.Gordon Ross4-8/+486
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-06-201107 nfs_tbind.c do_one() function can't work with loopbackDan Kruchinin1-0/+22
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-04-25911 smbfs mount command fails during system bootGordon Ross2-20/+9
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Gordon <rbg@openrbg.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-04-25913 dfshares returning failure (1) even when it should return successGordon Ross5-2/+141
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Gordon <rbg@openrbg.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner4-36/+29
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc 6901783 strndup would be nice 6824404 libc should provide ffsl() & ffsll() 6793969 RFE: Add|stpcpy|to libc 6735446 Want a __progname symbol for BSD-style source compatibility 6421095 Solaris should provide strcasestr 6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux --HG-- rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
2010-08-116975309 PSARC2007_393 Move /etc/default/{nfs/autofs} parameters to SMFPavan Mettu - Oracle Corporation - Menlo Park United States22-477/+953
PSARC 2007/393 converting /etc/default/{nfs,autofs} to SMF properties
2010-07-276955216 Negotiate Protocol fails with latest NetApp serverGordon Ross1-6/+5
6962072 Tree connect may fail if addr-to-name lookup fails 6962091 Log messages like: ... smb_maperr32: no direct map for... 6962125 Tree connect failed with latest Isilon server 6972321 improve some error messages
2010-07-206916057 automountd dumps core when webnfs URL map entry is used and trace is ↵Nagakiran Rajashekar1-4/+7
enabled
2010-07-206969602 fsdb :inode?i puts cflags in middle of size fieldJohn.Zolnowsky@Sun.COM1-5/+2
2010-07-196668666 zpool command should put a bootblock on a disk added as a mirror of ↵Lori Alt5-1/+190
a root pool vdev
2010-07-156823148 "fsck -y" dumps core and exit with error 139 when fixing "ROTATIONAL ↵Andrew Balfour1-6/+3
POSITIONS BLOCK COUNT WRONG"
2010-07-15PSARC 2010/233 EOF SYSV3 SCO compatibility environment variableRich Burridge2-20/+2
6961744 EOF SYSV3 SCO compatibility environment variable
2010-07-076826935 mount_nfs needs to recognize if not use friendly numbersMarcel Telka1-37/+43
2010-06-306964517 OSnet mapfiles should use version 2 link-editor syntax (2nd pass)Ali Bahrami1-3/+4
6948720 SHT_INIT_ARRAY etc. section names don't follow ELF gABI 6962343 sgsmsg should use mkstemp() for temporary file creation
2010-06-246916796 OSnet mapfiles should use version 2 link-editor syntaxAli Bahrami1-3/+4
--HG-- rename : usr/src/cmd/sgs/libelf/common/mapfile-common => usr/src/cmd/sgs/libelf/common/mapfile-vers rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-bindings => usr/src/cmd/sgs/link_audit/common/mapfile-vers-bindings rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-perfcnt => usr/src/cmd/sgs/link_audit/common/mapfile-vers-perfcnt rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-symbindrep => usr/src/cmd/sgs/link_audit/common/mapfile-vers-symbindrep rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-truss => usr/src/cmd/sgs/link_audit/common/mapfile-vers-truss rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-who => usr/src/cmd/sgs/link_audit/common/mapfile-vers-who rename : usr/src/common/mapfiles/i386/map.noexdata => usr/src/common/mapfiles/common/map.noexdata rename : usr/src/lib/libaio/sparc/mapfile-vers => usr/src/lib/libaio/common/mapfile-vers rename : usr/src/lib/libelfsign/common/mapfile.map => usr/src/lib/libelfsign/common/mapfile-vers rename : usr/src/lib/libpthread/sparc/mapfile-vers => usr/src/lib/libpthread/common/mapfile-vers rename : usr/src/lib/librt/amd64/mapfile-vers => usr/src/lib/librt/common/mapfile-vers rename : usr/src/lib/libsys/sparc/mapfile-vers => usr/src/lib/libsys/common/mapfile-vers rename : usr/src/lib/libthread/sparc/mapfile-vers => usr/src/lib/libthread/common/mapfile-vers
2010-06-186960999 portmapper support needed to support lx brand should go tooSurya Prakki5-71/+19
2010-06-046944209 Let smbiod run as a serviceGordon Ross7-123/+757
6948083 Better logging of bad SMB signatures
2010-05-246934233 A generic net_address SMF property type would be useful.Antonello Cruz2-10/+6
6934227 SMF should validate net_address_v4 amd net_address_v6 property types 6954776 libnsl should not depend on libscf PSARC/2010/153 Remove libnsl dependency on libscf PSARC/2010/157 SMF networking type extensions
2010-05-176807235 "df -k ." within a lofs always reports mounted on /Jim Rice1-4/+49
2010-05-126923303 mountd dumped core on server if the file system was shared with ↵Jan Kryl2-58/+67
"none=-<CLNT>" and "rw|ro=<CLNT_IP>"
2010-05-066907687 zfs pool is not automatically fixed when disk are brought back ↵Eric Taylor5-265/+2
online or after boot 6914208 sysevent zfsdle spawns too many processes during ZFS pool recovery
2010-05-056839118 *newfs* fails newly formated floppy diskJim Rice1-0/+13
2010-04-296453291 fsck is upset with symlinks that are too bigAndrew Balfour1-6/+5
2010-04-28PSARC 2009/377 In-kernel pfexec implementation.Casper H.S. Dik1-3/+2
PSARC 2009/378 Basic File Privileges PSARC 2010/072 RBAC update: user attrs from profiles 4912090 pfzsh(1) should exist 4912093 pfbash(1) should exist 4912096 pftcsh(1) should exist 6440298 Expand the basic privilege set in order to restrict file access 6859862 Move pfexec into the kernel 6919171 cred_t sidesteps kmem_debug; we need to be able to detect bad hold/free when they occur 6923721 The new SYS_SMB privilege is not backward compatible 6937562 autofs doesn't remove its door when the zone shuts down 6937727 Zones stuck on deathrow; netstack_zone keeps a credential reference to the zone 6940159 Implement PSARC 2010/072
2010-04-136922286 directly mounting snapshots with NFSv3 failsSam Falkner2-26/+69
2010-04-126935517 NTLMSSP Type 3 message header is missing two fieldsGordon Ross1-6/+6
6936620 should preserve the username case in session setup 6939738 Need a way to specify authentication types for testing 6939914 avoid fragmenting session setup 6939297 krb5 AP_REQ checksum is incorrect 6939356 system/filesystem-smb lacks dependency on system/library/iconv/utf-8
2010-03-266905120 mount -F smbfs as the Primary Administrator renders the mount point ↵Gordon Ross6-66/+56
owned by root. 6912466 mount of share from Quantel server fails 6927024 Should defend against opens without closes 6935160 smbfs does not compile with gcc
2010-03-236913655 nfslogd(1M) contains file handling errorMarcel Telka1-7/+4
2010-02-246505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) ↵Chris Kirby1-3/+3
to be nice 6569720 zpool import -d <readonly filesystem> <pool> core dumps 6566868 'zinject -c all' should not permit by regular user 6561382 zpl version incompatability needs better error messaging 6909405 concurrent replication actions fail to destroy each others' snapshots 6794306 df.c calls libzfs_init with an argument when none is expected
2010-02-25PSARC/2008/532 NWAM Phase 1Anurag S. Maskey1-2/+8
PSARC/2009/577 Network Auto-Magic (NWAM) Phase 1 Updates PSARC/2010/049 Network Auto-Magic (NWAM) Phase 1 Updates part 2 4087814 User friendly utility wanted for network config, able to add network interfaces. 6509720 support configuration using DHCP "inform" and static IP address 6553627 network/physical:default and network/physical:nwam should be mutually-exclusive (perhaps a property) 6609581 nwam does not start the dns/client service after configuring the network 6664072 nwam profiles should include name service configuration properties 6723947 setting static MAC address should be possible 6794043 NWAM needs more complete profile support 6914190 Support for unmanaged network interfaces in NWAM - hands off 6921971 nwamd fails to run teardown/net-svc after suspend/resume --HG-- rename : usr/src/cmd/cmd-inet/lib/nwamd/interface.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_ip.c rename : usr/src/cmd/cmd-inet/lib/nwamd/wireless.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c rename : usr/src/cmd/cmd-inet/lib/nwamd/events.c => usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c rename : usr/src/cmd/cmd-inet/lib/nwamd/functions.h => usr/src/cmd/cmd-inet/lib/nwamd/util.h
2010-02-096923160 smbfs should express an smf dependency on idmapGordon Ross1-3/+8
2010-02-066920999 NFS client character encoding (to UTF-8) not working for S10 NFSv4 ↵Jan Kryl1-2/+2
client
2010-01-196706181 Make smbfs present real ACLs for ls -V, libsecGordon Ross5-33/+377
2010-01-076837019 df on zfs filesystem inside zone reports size 0Sanjeev Bagewadi1-4/+6
2009-12-176907830 rquotad(1M) doesn't return quotas for ZFS if NFS client mountpoint ↵Lin Ling1-28/+10
differs from entry in /etc/mnttab
2009-12-166909770 reparsed dumping core on client accessing a bad referral locationRobert Thurlow1-3/+34