summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/syscall/sendfile.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-30 [illumos-gate merge]Jerry Jelinek1-2/+6
commit c6f039c73ee9eb7e4acb232afaca51cdf9d30ff3 12172 genunix: variable may be used uninitialized commit 7093fd72e0be9a255aa4b1ed00a701f80699ac7d 12247 vtinfo and vtdaemon are missing CTF data
2020-01-2912172 genunix: variable may be used uninitializedToomas Soome1-2/+6
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-08-07 [illumos-gate merge]Jerry Jelinek1-1/+15
commit cc581a18c90036f3cc09e518f22af9b2f11b2a8d 9701 byteorder functions are in libc for a long time commit 8cd3131235b232e4d63be3cf95ce9be87907e74f 9669 Extra zeros sent by sendfile() commit 6f01cc523b60037ee932665003f61f7fc34735e2 9636 loader: colon is not supported in zfs dataset name commit 5203e56b6b338ebe19cb5433c609f9f5eb7d12b7 9063 improve procfs exit handling
2018-08-069669 Extra zeros sent by sendfile()Marcel Telka1-1/+15
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-02-24 [illumos-gate merge]Jerry Jelinek1-6/+7
commit c5cfe7a39b9f427d1befb672553c99723f6e0294 7902 loader: VTOC partition size is one sector too large commit d91fc1a462e1fbca9120dcbb0895574f74826bb3 7863 AIO read/write requests return 0 bytes read/written commit 6d88fd4d74cbf1962856668273386b3b904d692c 7852 svccfg archive should drop SCF_NOTIFY_PG_POSTFIX commit b6dfa2aeab5684f8adcd31c0837de483a907ba59 7888 installboot: print version info of the file commit c99fb8b374bfc91bf70c6decb2ee7fb9f4a0be58 7859 uts: indentation errors commit e1419c48e5d913ef3df4ed3fd63dda38e84ffad1 7870 libnsl: can not use sizeof on arrays passed as function argument commit 396505af9432aab52f4853cfde77ca834a9cce76 7865 Allow i40e to use multiple rings Conflicts: usr/src/uts/common/io/i40e/core/i40e_prototype.h usr/src/uts/common/io/i40e/core/i40e_common.c usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
2017-02-237859 uts: indentation errorsToomas Soome1-6/+7
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Juraj Lutter <juraj@lutter.sk> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2015-02-23OS-3893 sendfile compat checks shouldn't be done in so_sendmblkRobert Mustacchi1-4/+15
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2010-06-176939100 convert KSSL into a socket filterAnders Persson1-9/+4
2010-06-17PSARC/2009/590 Socket Filter FrameworkAnders Persson1-9/+19
6939085 Socket Filter Framework 6802067 connect_failed kernel socket callback is not triggered 6776450 time spent in tcp_close could be reduced/deferred to a worker thread 6828586 assertion failed: family == 26, file: ../../common/fs/sockfs/socksyscalls.c, line: 1608 6802078 kernel socket 'newconn' callback is passing rcv queue size as an argument
2009-03-236820487 sendfilev bytes-sent feedback changes from b109 to b110Vasumathi Sundaram - Sun Microsystems1-1/+3
2009-02-24PSARC 2008/784 Sendfilev Behavior ChangeVasumathi Sundaram - Sun Microsystems1-60/+78
6345171 sendfile needs to rearchitecture vnode function calls
2008-12-176785994 sendfilev() can return unexpected errno for non-TCP socketsanders1-3/+0
6786057 mismerge in sendvec_chunk() can causes sendfilev() to fail when writing to regular file
2008-12-11PSARC 2007/587 Volo -- Low Latency Socket FrameworkYu Xiangning1-164/+73
PSARC 2008/694 Volo Interfaces Amendment 6765829 Integration of project Volo PSARC/2007/587 6644935 mblk cred_t reference counting limits scalability 6693633 TCP receive does not scale because of heavy refcounting of cred structures 4764841 connect/accept is slow on Solaris when compared to Linux 5105708 socket creation retains hold on accessvp 4764836 setsockopt is slow on Solaris when compared to Linux 4772191 socket close(2) is slow on Solaris when compared to Linux --HG-- rename : usr/src/uts/common/fs/sockfs/socksctp.c => usr/src/uts/common/inet/sockmods/socksctp.c rename : usr/src/uts/common/fs/sockfs/socksctp.h => usr/src/uts/common/inet/sockmods/socksctp.h rename : usr/src/uts/common/fs/sockfs/socksctpsubr.c => usr/src/uts/common/inet/sockmods/socksctpsubr.c rename : usr/src/uts/common/fs/sockfs/socksdp.c => usr/src/uts/common/inet/sockmods/socksdp.c rename : usr/src/uts/common/fs/sockfs/socksdp.h => usr/src/uts/common/inet/sockmods/socksdp.h
2008-11-206705103 b_rptr of the newly allocated mblk is not incremented by sd_wroffPrakash Jalan1-32/+57
6753403 sendfilev() can send zero length packets down
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd1-4/+0
6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
2008-09-156462857 panic in sendvec64()Prakash Jalan1-0/+4
2008-09-126343194 sendfile can cause deadlock in filesystemsJayakara Kini1-12/+5
6706605 snf_smap_desbfree() does not properly align with KPM
2008-07-296675943 dblk_t structures may be overwitten by sendfilev() mishandling ↵georges1-36/+78
certain input vectors
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-1/+1
PSARC/2007/227 VFS Feature Registration and ACL on Create PSARC/2007/244 ZFS Case-insensitive support PSARC/2007/315 Extensible Attribute Interfaces PSARC/2007/394 ls(1) new command line options '-/' and '-%': CIFS system attributes support PSARC/2007/403 Modified Access Checks for CIFS PSARC/2007/410 Add system attribute support to chmod(1) PSARC/2007/432 CIFS system attributes support for cp(1), pack(1), unpack(1), compress(1) and uncompress(1) PSARC/2007/444 Rescind SETTABLE Attribute PSARC/2007/459 CIFS system attributes support for cpio(1), pax(1), tar(1) PSARC/2007/546 Update utilities to match CIFS system attributes changes. PSARC/2007/560 ZFS sharesmb property 4890717 want append-only files 6417428 Case-insensitive file system name lookup to support CIFS 6417435 DOS attributes and additional timestamps to support for CIFS 6417442 File system quarantined and modified attributes to support an integrated Anti-Virus service 6417453 FS boolean property for rejecting/allowing invalid UTF-8 sequences in file names 6473733 RFE: Need support for open-deny modes 6473755 RFE: Need ability to reconcile oplock and delegation conflicts 6494624 sharemgr needs to support CIFS shares better 6546705 All vnode operations need to pass caller_context_t 6546706 Need VOP_SETATTR/VOP_GETATTR to support new, optional attributes 6546893 Solaris system attribute support 6550962 ZFS ACL inheritance needs to be enhanced to support Automatic Inheritance 6553589 RFE: VFS Feature Registration facility 6553770 RFE: ZFS support for ACL-on-CREATE (PSARC 2007/227) 6565581 ls(1) should support file system attributes proposed in PSARC/2007/315 6566784 NTFS streams are not copied along with the files. 6576205 cp(1), pack(1) and compress(1) should support file system attributes proposed in PSARC/2007/315 6578875 RFE: kernel interfaces for nbmand need improvement 6578883 RFE: VOP_SHRLOCK needs additional access types 6578885 chmod(1) should support file system attributes proposed in PSARC/2007/315 6578886 RFE: disallow nbmand state to change on remount 6583349 ACL parser needs to support audit/alarm ACE types 6590347 tar(1) should support filesystem attributes proposed in PSARC/2007/315 6597357 *tar* xv@ doesn't show the hidden directory even though it is restored 6597360 *tar* should re-init xattr info if openat() fails during extraction of and extended attribute 6597368 *tar* cannot restore hard linked extended attributes 6597374 *tar* doesn't display "x " when hard linked attributes are restored 6597375 *tar* extended attribute header off by one 6614861 *cpio* incorrectly archives extended system attributes with -@ 6614896 *pax* incorrectly archives extended system attributes with -@ 6615225 *tar* incorrectly archives extended system attributes with -@ 6617183 CIFS Service - PSARC 2006/715
2007-06-196563145 assertion failed: pp->p_vnode == vp, file: ↵pr144591-3/+6
../../common/vm/seg_map.c, line: 727
2007-06-086564963 sendfile hangs because sendvec_chunk uses unitialized variableblu1-1/+1
2007-05-046532645 implement ZCP sendfile for 64-bit appspr144591-12/+50
2006-08-176457392 assertion failed: total_size == 0, common/syscall/sendfile.c, line: 738rshoaib1-1/+3
2006-08-046399793 memory leak in sendvec_chunkstevel1-0/+1
6423317 missing sched provider "wakeup" probe in cv_unsleep() as seen via select(3c)
2006-05-126246755 nl7c_data_pfail reports errorsbrutus1-10/+7
2006-03-24PSARC/2002/762 Layered Trusted Solarisjpk1-0/+5
PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling PSARC/2006/009 Labeled Auditing PSARC/2006/155 Trusted Extensions RBAC Changes PSARC/2006/191 is_system_labeled 6293271 Zone processes should use zone_kcred instead of kcred 6394554 integrate Solaris Trusted Extensions --HG-- rename : usr/src/cmd/dminfo/Makefile => deleted_files/usr/src/cmd/dminfo/Makefile rename : usr/src/cmd/dminfo/dminfo.c => usr/src/cmd/allocate/dminfo.c
2006-03-054999225 Broken code in socktpi.crshoaib1-12/+4
6341860 sockfs warnings should be zone aware 6386372 remove unused AF_NCA code from sockfs --HG-- rename : usr/src/uts/common/fs/sockfs/ncafs.c => deleted_files/usr/src/uts/common/fs/sockfs/ncafs.c
2005-11-12PSARC/2005/625 Greyhound - Solaris Kernel SSL proxykais1-7/+45
4931229 Kernel-level SSL proxy
2005-10-22PSARC 2005/082 Yosemite: UDP Performance Enhancementmasputra1-1/+84
4796051 Solaris needs a more complete HW checksumming support 4905227 duplicate macros in ipclassifier.h and ip.h 4915681 need hardware checksum offload for the case of IP/UDP reassembly 6201076 outbound flow-control dysfunctional, ip to ce using mdt 6223331 ipv6 flow control may corrupt UDP packets 6223809 16-bit aligned IP header should be allowed for all x86 platforms 6275398 Galaxy hangs when running lmbench 6281836 Yosemite project integration into Solaris 6281885 xge needs to support IPv6 checksum offload 6282776 IPv6 NCE fast path is not created for incoming solicitation 6304890 IP transmit-side checksum logic needs to be tightened 6304902 IP6_IN_NOCKSUM is obsolete and should be torched 6304904 UDP should reject TI_GETPEERNAME for non-connected endpoint 6306768 IP and UDP device and module definitions need to be centralized
2005-08-086303489 sendfile is wasteful when sending regular filesjohansen1-10/+34
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1186