Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-11Add two new ifnet capabilitiesNavdeep Parhar
2022-07-11Support for userspace non-transparent superpages (largepages).Konstantin Belousov
2022-07-11Include the psind in data returned by mincore(2).Mark Johnston
2022-07-11sys: clean up empty lines in .c and .h filesMateusz Guzik
2022-07-11net: clean up empty lines in .c and .h filesMateusz Guzik
2022-07-11Add SOL_LOCAL symbolic constant for unix socket option level.Konstantin Belousov
2022-07-11shm_open2: Implement SHM_GROW_ON_WRITEKyle Evans
2022-07-11HyperV socket implementation for FreeBSDWei Hu
2022-07-11Initial support for kernel offload of TLS receive.John Baldwin
2022-07-11This change does a small prepratory stepRandall Stewart
2022-07-11Convert route caching to nexthop caching.Alexander V. Chernikov
2022-07-11Make the path length of UNIX domain socketsJonathan T. Looney
2022-07-11Introduce nexthop objects and new routing KPI.Alexander V. Chernikov
2022-07-11Although most of the NIC drivers are epoch ready,Gleb Smirnoff
2022-07-11White space cleanup --Randall Stewart
2022-07-11Introduce flag IFF_NEEDSEPOCHGleb Smirnoff
2022-07-11Add flags for upcoming patches related to improved ECN handling.Michael Tuexen
2022-07-11Make use of the stats(3) framework in the TCP stack.Edward Tomasz Napierala
2022-07-11Jail and capability mode for shm_rename;David Bright
2022-07-11Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin
2022-07-11MFD_*: swap orderingKyle Evans
2022-07-11Add an shm_rename syscallDavid Bright
2022-07-11Add linux-compatible memfd_createKyle Evans
2022-07-11Add a shm_open2 syscall to support upcoming memfd_createKyle Evans
2022-07-11This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control.Randall Stewart
2022-07-11Reduce namespace pollution from r349233Alan Somers
2022-07-11#include <sys/types.h> from sys/filio.hAlan Somers
2022-07-11Add FIOBMAP2 ioctlAlan Somers
2022-07-11Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis
2022-07-11sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2022-07-11RTEMS: Remove FreeBSD version tagsSebastian Huber
2022-07-08Reduce namespace pollution from <sys/_types.h>Sebastian Huber
2022-07-08RTEMS: Declare ioctl() also if _KERNEL is definedSebastian Huber
2022-07-01RTEMS: _KERNEL tweak for <sys/cpuset.h>Sebastian Huber
2022-06-22newlib/libc/sys/rtems/include/sys/cpuset.hStefan Eßer
2022-06-22Make CPU_SET macros compliant with other implementationsStefan Eßer
2022-06-22sys/_bitset.h: Fix fall-out from commit 5e04571cf3cStefan Eßer
2022-06-22sys/_bitset.h: revert commit 74e014dbfabStefan Eßer
2022-06-22sys/_bitset.h: Fix fall-out from commit 5e04571cf3cStefan Eßer
2022-06-22sys/_bitset.h: Fix fall-out from commit 5e04571cf3cKonstantin Belousov
2022-06-22sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer
2022-06-22sched.h: add CPU_EQUAL() for better compatibility with LinuxKonstantin Belousov
2022-06-22cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston
2022-06-22bitset: Reimplement BIT_FOREACH_IS(SET|CLR)Mark Johnston
2022-06-22Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it"Mark Johnston
2022-06-22cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston
2022-06-22bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLRMark Johnston
2022-06-22iflib: Improve mapping of TX/RX queues to CPUsPatrick Kelsey
2022-06-22bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMICRyan Libby
2022-06-22bitset: expand bit index type to `long`D Scott Phillips