gmane.comp.lib.newlib archive
6430 archived articles, newest first (page 64 of 65). Latest articles →
[PATCH v2 29/45] Fix access to ifru_buffer on freebsd32.
Fri, 10 Aug 2018 07:54:24 +0200[PATCH v2 31/45] Use an accessor function to access ifr_data.
Fri, 10 Aug 2018 07:54:26 +0200[PATCH v2 35/45] iflib(9): Add support for cloning pseudo interfaces
Fri, 10 Aug 2018 07:54:30 +0200[PATCH v2 33/45] Load balance sockets with new SO_REUSEPORT_LB option
Fri, 10 Aug 2018 07:54:28 +0200[PATCH v2 32/45] Add 32-bit compat for ioctls that take struct ifgroupreq.
Fri, 10 Aug 2018 07:54:27 +0200[PATCH v2 39/45] RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>
Fri, 10 Aug 2018 07:54:34 +0200[PATCH v2 36/45] Load balance sockets with new SO_REUSEPORT_LB option.
Fri, 10 Aug 2018 07:54:31 +0200[PATCH v2 40/45] RTEMS: Introduce <machine/_kernel_uio.h>
Fri, 10 Aug 2018 07:54:35 +0200[PATCH v2 41/45] RTEMS: Introduce <machine/_kernel_in6.h>
Fri, 10 Aug 2018 07:54:36 +0200[PATCH v2 42/45] RTEMS: Introduce <machine/_kernel_in.h>
Fri, 10 Aug 2018 07:54:37 +0200[PATCH v2 43/45] RTEMS: Introduce <machine/_kernel_if.h>
Fri, 10 Aug 2018 07:54:38 +0200[PATCH v2 44/45] RTEMS: Introduce <machine/_kernel_socket.h>
Fri, 10 Aug 2018 07:54:39 +0200[PATCH v2 24/45] This is an implementation of the client side of TCP Fast Open (TFO)
Fri, 10 Aug 2018 07:54:19 +0200[PATCH v2 45/45] RTEMS: Introduce <machine/_kernel_mman.h>
Fri, 10 Aug 2018 07:54:40 +0200[PATCH v2 28/45] Allow to specify PCP on packets not belonging to any VLAN.
Fri, 10 Aug 2018 07:54:23 +0200[PATCH v2 34/45] Revert r332894 at the request of the submitter.
Fri, 10 Aug 2018 07:54:29 +0200[PATCH v2 09/45] Renumber copyright clause 4
Fri, 10 Aug 2018 07:54:04 +0200[PATCH v2 38/45] RTEMS: Update FreeBSD version tags
Fri, 10 Aug 2018 07:54:33 +0200[PATCH v2 37/45] This commit brings in a new refactored TCP stack called Rack.
Fri, 10 Aug 2018 07:54:32 +0200[PATCH v2 12/45] Implement address space guards.
Fri, 10 Aug 2018 07:54:07 +0200[PATCH v2 13/45] Relax visibility for some termios symbols.
Fri, 10 Aug 2018 07:54:08 +0200[PATCH v2 03/45] Add MAP_EXCL flag for mmap(2).
Fri, 10 Aug 2018 07:53:58 +0200[PATCH v2 01/45] Implement read(2)/write(2) and neccessary lseek(2)
Fri, 10 Aug 2018 07:53:56 +0200[PATCH v2 02/45] Add a mmap flag (MAP_32BIT) on 64-bit platforms
Fri, 10 Aug 2018 07:53:57 +0200[PATCH v2 04/45] Add a new fo_fill_kinfo fileops method
Fri, 10 Aug 2018 07:53:59 +0200Re: [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Thu, 9 Aug 2018 22:33:47 +0200Re: [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Thu, 9 Aug 2018 18:24:40 +0100Re: [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Thu, 9 Aug 2018 12:46:35 -0400Re: [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Thu, 9 Aug 2018 15:13:23 +0200Re: [PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Thu, 9 Aug 2018 08:12:09 -0500Re: [PATCH 37/44] This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC.
Thu, 9 Aug 2018 15:11:46 +0200Re: [PATCH 37/44] This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC.
Thu, 9 Aug 2018 08:10:02 -0500[PATCH 00/44] Update RTEMS-specific header files to latest FreeBSD versions
Thu, 9 Aug 2018 08:08:52 +0200[PATCH 08/44] mprotect(): Change prototype to comply to POSIX.
Thu, 9 Aug 2018 08:09:00 +0200[PATCH 07/44] Implement process-shared locks support for libthr.so.3, without breaking the ABI. Special value is stored in the lock pointer to indicate shared lock, and offline page in the shared memory is allocated to store the actual lock.
Thu, 9 Aug 2018 08:08:59 +0200[PATCH 17/44] Use hardware timestamps to report packet timestamps for SO_TIMESTAMP and other similar socket options.
Thu, 9 Aug 2018 08:09:09 +0200[PATCH 06/44] Add a new file operations hook for mmap operations. File type-specific logic is now placed in the mmap hook implementation rather than requiring it to be placed in sys/vm/vm_mmap.c. This hook allows new file types to support mmap() as well as potentially allowing mmap() for existing file types that do not currently support any mapping.
Thu, 9 Aug 2018 08:08:58 +0200[PATCH 16/44] Add a place for a driver to report rx timestamps in nanoseconds from boot for the received packets.
Thu, 9 Aug 2018 08:09:08 +0200[PATCH 13/44] Relax visibility for some termios symbols.
Thu, 9 Aug 2018 08:09:05 +0200[PATCH 10/44] Implement INHERIT_ZERO for minherit(2).
Thu, 9 Aug 2018 08:09:02 +0200[PATCH 19/44] include: further adoption of SPDX licensing ID tags.
Thu, 9 Aug 2018 08:09:11 +0200[PATCH 18/44] sys: further adoption of SPDX licensing ID tags.
Thu, 9 Aug 2018 08:09:10 +0200[PATCH 20/44] sys/sys: further adoption of SPDX licensing ID tags.
Thu, 9 Aug 2018 08:09:12 +0200[PATCH 22/44] SPDX: license IDs for some ISC-related files.
Thu, 9 Aug 2018 08:09:14 +0200[PATCH 21/44] Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since very beginning of polling(4). The module always ignored return value from driver polling handler.
Thu, 9 Aug 2018 08:09:13 +0200[PATCH 23/44] Follow the RFC6980 and silently ignore following IPv6 NDP messages that had the IPv6 fragmentation header: o Neighbor Solicitation o Neighbor Advertisement o Router Solicitation o Router Advertisement o Redirect
Thu, 9 Aug 2018 08:09:15 +0200[PATCH 27/44] Move uio enums to sys/_uio.h.
Thu, 9 Aug 2018 08:09:19 +0200[PATCH 26/44] Add the "TCP Blackbox Recorder" which we discussed at the developer summits at BSDCan and BSDCam in 2017.
Thu, 9 Aug 2018 08:09:18 +0200[PATCH 24/44] This is an implementation of the client side of TCP Fast Open (TFO) [RFC7413]. It also includes a pre-shared key mode of operation in which the server requires the client to be in possession of a shared secret in order to successfully open TFO connections with that server.
Thu, 9 Aug 2018 08:09:16 +0200[PATCH 25/44] Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
Thu, 9 Aug 2018 08:09:17 +0200[PATCH 29/44] Fix access to ifru_buffer on freebsd32.
Thu, 9 Aug 2018 08:09:21 +0200[PATCH 09/44] Renumber copyright clause 4
Thu, 9 Aug 2018 08:09:01 +0200[PATCH 32/44] Add 32-bit compat for ioctls that take struct ifgroupreq.
Thu, 9 Aug 2018 08:09:24 +0200[PATCH 05/44] Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2). Older binaries are still permitted to use these flags.
Thu, 9 Aug 2018 08:08:57 +0200[PATCH 36/44] Load balance sockets with new SO_REUSEPORT_LB option.
Thu, 9 Aug 2018 08:09:28 +0200[PATCH 33/44] Load balance sockets with new SO_REUSEPORT_LB option
Thu, 9 Aug 2018 08:09:25 +0200[PATCH 40/44] RTEMS: Introduce <machine/_kernel_uio.h>
Thu, 9 Aug 2018 08:09:32 +0200[PATCH 34/44] Revert r332894 at the request of the submitter.
Thu, 9 Aug 2018 08:09:26 +0200[PATCH 35/44] iflib(9): Add support for cloning pseudo interfaces
Thu, 9 Aug 2018 08:09:27 +0200[PATCH 31/44] Use an accessor function to access ifr_data.
Thu, 9 Aug 2018 08:09:23 +0200[PATCH 28/44] Allow to specify PCP on packets not belonging to any VLAN.
Thu, 9 Aug 2018 08:09:20 +0200[PATCH 38/44] RTEMS: Update FreeBSD version tags
Thu, 9 Aug 2018 08:09:30 +0200[PATCH 43/44] RTEMS: Introduce <machine/_kernel_if.h>
Thu, 9 Aug 2018 08:09:35 +0200[PATCH 42/44] RTEMS: Introduce <machine/_kernel_in.h>
Thu, 9 Aug 2018 08:09:34 +0200[PATCH 44/44] RTEMS: Introduce <machine/_kernel_socket.h>
Thu, 9 Aug 2018 08:09:36 +0200[PATCH 39/44] RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>
Thu, 9 Aug 2018 08:09:31 +0200[PATCH 11/44] Listening sockets improvements.
Thu, 9 Aug 2018 08:09:03 +0200[PATCH 15/44] if: Add ioctls to get RSS key and hash type/function.
Thu, 9 Aug 2018 08:09:07 +0200[PATCH 14/44] Correct sysctl names.
Thu, 9 Aug 2018 08:09:06 +0200[PATCH 41/44] RTEMS: Introduce <machine/_kernel_in6.h>
Thu, 9 Aug 2018 08:09:33 +0200[PATCH 37/44] This commit brings in a new refactored TCP stack called Rack. Rack includes the following features: - A different SACK processing scheme (the old sack structures are not used). - RACK (Recent acknowledgment) where counting dup-acks is no longer done instead time is used to knwo when to retransmit. (see the I-D) - TLP (Tail Loss Probe) where we will probe for tail-losses to attempt to try not to take a retransmit time-out. (see the I-D) - Burst mitigation using TCPHTPS - PRR (partial rate reduction) see the RFC.
Thu, 9 Aug 2018 08:09:29 +0200[PATCH 30/44] Implement several enhancements to NUMA policies.
Thu, 9 Aug 2018 08:09:22 +0200[PATCH 12/44] Implement address space guards.
Thu, 9 Aug 2018 08:09:04 +0200[PATCH 04/44] Add a new fo_fill_kinfo fileops method to add type-specific information to struct kinfo_file. - Move the various fill_*_info() methods out of kern_descrip.c and into the various file type implementations. - Rework the support for kinfo_ofile to generate a suitable kinfo_file object for each file and then convert that to a kinfo_ofile structure rather than keeping a second, different set of code that directly manipulates type-specific file information. - Remove the shm_path() and ksem_info() layering violations.
Thu, 9 Aug 2018 08:08:56 +0200[PATCH 02/44] Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use an address in the first 2GB of the process's address space. This flag should have the same semantics as the same flag on Linux.
Thu, 9 Aug 2018 08:08:54 +0200[PATCH 01/44] Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd. Add MAC framework entries for posix shm read and write.
Thu, 9 Aug 2018 08:08:53 +0200[PATCH 03/44] Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, and prevents the request from deleting existing mappings in the region, failing instead.
Thu, 9 Aug 2018 08:08:55 +0200Re: [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Thu, 9 Aug 2018 06:59:17 +0200Re: [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Wed, 08 Aug 2018 17:20:17 +0200Re: [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Wed, 8 Aug 2018 16:15:46 +0200Re: Bare-metal: how to specify the heap size in the linker script
Wed, 8 Aug 2018 15:14:44 +0100Re: Bare-metal: how to specify the heap size in the linker script
Wed, 8 Aug 2018 16:10:34 +0200Re: [PATCH v3 3/5] Introduce _REENT_GLOBAL_STDIO_STREAMS
Wed, 08 Aug 2018 15:19:28 +0200RE: Bare-metal: how to specify the heap size in the linker script
Wed, 8 Aug 2018 11:09:37 +0000Re: Bare-metal: how to specify the heap size in the linker script
Wed, 8 Aug 2018 11:58:10 +0100Bare-metal: how to specify the heap size in the linker script
Wed, 8 Aug 2018 12:05:22 +0200Re: [PATCH] libgloss support for nios2 QEMU
Wed, 8 Aug 2018 10:54:02 +0200[committed, PATCH] RTEMS: Add aligned_alloc() to crt0
Wed, 8 Aug 2018 08:43:53 +0200Re: [PATCH] libgloss support for nios2 QEMU
Tue, 7 Aug 2018 15:28:07 -0600Re: [PATCH] Declare GNU-specific sched_getcpu()
Tue, 7 Aug 2018 14:11:28 +0200[PATCH] Declare GNU-specific sched_getcpu()
Tue, 7 Aug 2018 13:49:52 +0200Re: [PATCH] libgloss support for nios2 QEMU
Tue, 7 Aug 2018 09:51:19 +0200MDaemon Notification - Restricted Attachment Found
Tue, 07 Aug 2018 07:47:18 +0800Re: [PATCH] libgloss support for nios2 QEMU
Fri, 3 Aug 2018 09:56:08 -0600Re: [PATCH] libgloss support for nios2 QEMU
Fri, 3 Aug 2018 10:55:23 +0200[PATCH] libgloss support for nios2 QEMU
Thu, 2 Aug 2018 15:52:08 -0600Re: New snapshot?
Thu, 2 Aug 2018 10:19:55 -0400Re: AArch64 calling convention in assembly code
Thu, 2 Aug 2018 13:27:55 +0300_GLIBCXX_DEBUG-like define for debug builds?
Thu, 2 Aug 2018 06:25:08 -0400Re: New snapshot?
Thu, 2 Aug 2018 09:54:44 +0200
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.