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
path: root/newlib
AgeCommit message (Expand)Author
2018-08-24Add the "TCP Blackbox Recorder"jtl
2018-08-24Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.brooks
2018-08-24This is an implementation of the client side of TCP Fast Open (TFO)pkelsey
2018-08-24Follow the RFC6980 and silently ignore following IPv6 NDP messagesae@FreeBSD.org
2018-08-24SPDX: license IDs for some ISC-related files.pfg
2018-08-24Garbage collect IFCAP_POLLING_NOCOUNT.glebius
2018-08-24sys/sys: further adoption of SPDX licensing ID tags.pfg
2018-08-24include: further adoption of SPDX licensing ID tags.pfg
2018-08-24sys: further adoption of SPDX licensing ID tags.pfg
2018-08-24Use hardware timestamps to report packet timestampskib
2018-08-24Add a place for a driver to report rx timestampskib
2018-08-24if: Add ioctls to get RSS key and hash type/function.sephe
2018-08-24Correct sysctl names.des
2018-08-24Relax visibility for some termios symbols.kib
2018-08-24Implement address space guards.kib
2018-08-24Listening sockets improvements.glebius
2018-08-24Implement INHERIT_ZERO for minherit(2).delphij
2018-08-24Renumber copyright clause 4imp
2018-08-24mprotect(): Change prototype to comply to POSIX.ed@FreeBSD.org
2018-08-24Implement process-shared locks supportkib
2018-08-24Add a new file operations hook for mmapjhb
2018-08-24Retire the unimplemented MAP_RENAMEjhb
2018-08-24Add a new fo_fill_kinfo fileops methodjhb
2018-08-24Add MAP_EXCL flag for mmap(2).kib
2018-08-24Add a mmap flag (MAP_32BIT) on 64-bit platformsjhb
2018-08-24Implement read(2)/write(2) and neccessary lseek(2)kib
2018-08-24Add __nl_item to <sys/_types.h> and use itSebastian Huber
2018-08-20RTEMS: Add __tls_get_addr() to crt0Sebastian Huber
2018-08-16Fix strtof ("-nan") returns positive NaNMasamichi Hosoda
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda
2018-08-16Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda
2018-08-16Improve sincosf commentsWilco Dijkstra
2018-08-13Added Restriction on base valueAditya Upadhyay
2018-08-09newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen
2018-08-08newlib: don't use __visibility__ attrribute on CygwinCorinna Vinschen
2018-08-08newlib: don't check malloc/free pointerCorinna Vinschen
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-08-08newlib: wordexp: drop dangerous fprintfCorinna Vinschen
2018-08-08newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen
2018-08-08newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen
2018-08-08RTEMS: Add aligned_alloc() to crt0Sebastian Huber
2018-08-07Declare GNU-specific sched_getcpu()Sebastian Huber
2018-07-30RISC-V: Do not use _init/_finiSebastian Huber
2018-07-30Add attributes to allocator functionsSebastian Huber
2018-07-30FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber
2018-07-30Define a new __alloc_size2 attribute to complement the exiting support.pfg
2018-07-30Remove lint support from system headers and MD x86 headers.kib
2018-07-30sys: further adoption of SPDX licensing ID tags.pfg
2018-07-30Make _Static_assert() work with GCC in older C++ standards.ed@FreeBSD.org
2018-07-30ctype: Avoid GCC note in towctrans_l.cSebastian Huber