diff options
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 4e8d418d6..a0bc4422a 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -36,6 +36,21 @@ are supposed to work. Finally implement a CLASS_OBJ emulation. Update getfacl(1)/setfacl(1) accordingly. </para></listitem> +<listitem><para> +The xdr functions are no longer exported for newly built executables. +Use libtirpc-devel instead. +</para></listitem> + +<listitem><para> +32 bit only: Change default values for socket buffer size to raise +performance on 10Gb networks. +</para></listitem> + +<listitem><para> +When spawning a process under another user account, merge the user's +default Windows environment into the new process' environment. +</para></listitem> + </itemizedlist> </sect2> |