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-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2021-09-13Cygwin: add fhandler_base::npfs_handleKen Brown
2021-04-27Cygwin: connect: implement resetting a connected DGRAM socketKen Brown
2021-02-26Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix facl on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchown on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fchmod on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown
2021-02-26Cygwin: fix fstat on sockets that are not socket filesKen Brown
2021-02-24Cygwin: AF_UNIX: allow opening with the O_PATH flagKen Brown
2020-10-04Cygwin: AF_UNIX: open_pipe: call recv_peer_infoKen Brown
2020-10-04Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESSKen Brown
2020-10-04Cygwin: AF_UNIX: socket: set the O_RDWR flagKen Brown
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen
2020-02-28Cygwin: AF_UNIX: use Nt functions within Nt functionsCorinna Vinschen
2020-02-28Cygwin: AF_UNIX: fix creating shared mem region in dupCorinna Vinschen
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-10-29Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen
2018-08-24CYgwin: fix typo in commentCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-03-18Cygwin: AF_UNIX: Redesign various aspectsCorinna Vinschen
2018-03-18Cygwin: AF_UNIX: Add state_lock to guard manipulating shared state infoCorinna Vinschen
2018-03-14Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen
2018-03-12Cygwin: AF_UNIX: store per-socket info in shared memoryCorinna Vinschen
2018-03-11Cygwin: AF_UNIX: fix up thread parameter block allocationCorinna Vinschen
2018-03-11Cygwin: AF_UNIX: use get_unique_id to create pipe nameCorinna Vinschen
2018-03-10Cygwin: AF_UNIX: fix dupCorinna Vinschen
2018-03-10Cygwin: AF_UNIX: Add fixup_after_exec methodCorinna Vinschen
2018-03-10Cygwin: AF_UNIX: fix creating abstract socket symlink nameCorinna Vinschen
2018-03-09Cygwin: AF_UNIX: Implemant socketpairCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUFCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: define AF_UNIX_CONNECT_TIMEOUTCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: Implement read, readv, recvfrom, write, writev, sendtoCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: fix accept behaviourCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: make sure connect wait thread is cleanly interruptibleCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: some pipe errors may have multiple status codesCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: fix SEGV when sending an empty socket name from connectCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: fix creation of npfs handleCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: Add create_event helper and use throughoutCorinna Vinschen
2018-03-07Cygwin: AF_UNIX: fix comments and move a macroCorinna Vinschen
2018-03-06Cygwin: AF_UNIX: Implement listen, accept4, connect, and othersCorinna Vinschen
2018-03-06Cygwin: AF_UNIX: fix a couple of thinkos and typosCorinna Vinschen
2018-03-06Cygwin: AF_UNIX: create/open pipes relativ to NPFS rootdir handleCorinna Vinschen
2018-03-06Cygwin: AF_UNIX: initialize rmem/wmem to 256K and use in pipe creationCorinna Vinschen
2018-03-05Cygwin: move sun_name_t constructors into fhandler_socket_unix.ccCorinna Vinschen