Commit Graph

  • be6da79713 Cygwin: AF_UNIX: create pipes with file attribute R/W access Corinna Vinschen 2018-03-02 23:39:15 +0100
  • 00e8707830 Cygwin: accept4: Fix resource leak Corinna Vinschen 2018-03-02 23:33:05 +0100
  • 984c8beeff Cygwin: remove outdated comment Corinna Vinschen 2018-03-02 18:22:45 +0100
  • 97b7aaaeb7 Cygwin: fhandler_socket_unix: implement socket, bind, and close Corinna Vinschen 2018-03-02 18:14:11 +0100
  • 7d260cfac4 Cygwin: add transform_chars_af_unix helper Corinna Vinschen 2018-03-02 18:11:57 +0100
  • 488221cf5c Cygwin: small_s[w]printf: add '_' modifier to print lower case hex digits Corinna Vinschen 2018-03-02 18:09:35 +0100
  • 1949db7829 Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointer Corinna Vinschen 2018-03-02 18:07:39 +0100
  • d87ef0dac9 Cygwin: ntdll.h: add definitions required for pipe-based AF_UNIX Corinna Vinschen 2018-03-02 18:03:11 +0100
  • b7520b14d5 Add global stdio streams support for reent small. Our Air Quality 2018-02-28 23:31:48 +1100
  • dc3928fc75 Cygwin: convert sun_name_t into class Corinna Vinschen 2018-03-01 18:14:23 +0100
  • aa467e6e33 Cygwin: add AF_UNIX reparse points to path handling Corinna Vinschen 2018-03-01 16:54:57 +0100
  • 65267a9a34 Cygwin: move transaction helpers into ntdll.h Corinna Vinschen 2018-03-01 16:51:12 +0100
  • 3e16fd6986 Cygwin: ntdll.h: drop macros available in mingw-w64 headers Corinna Vinschen 2018-03-01 16:50:41 +0100
  • 28cf818c2e Cygwin: path.cc: clean up includes Corinna Vinschen 2018-03-01 16:44:09 +0100
  • 7ae89fe708 Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_point Corinna Vinschen 2018-03-01 16:41:45 +0100
  • a27a7752ec Cygwin: improve storage and handling of AF_UNIX socket path Corinna Vinschen 2018-02-28 19:06:41 +0100
  • 892efccb25 Cygwin: fhandler_socket_unix: store peer credentials in ucred member Corinna Vinschen 2018-02-28 19:01:29 +0100
  • 25ea6af172 Cygwin: cleanup header including within network-releated files Corinna Vinschen 2018-02-28 18:56:13 +0100
  • d02f3a1238 Cygwin: sockets: Fix fstat on unnamed sockets Corinna Vinschen 2018-02-27 15:30:00 +0100
  • fbdae2c216 Cygwin: reduce size of fhandler_cygdrive Corinna Vinschen 2018-02-26 20:39:48 +0100
  • b995936ab5 Cygwin: sockets: Add missing cleanup if socket/socketpair creation fails Corinna Vinschen 2018-02-26 18:02:36 +0100
  • 4d75035244 Cygwin: fhandler_socket_unix: Tiny cleanup Corinna Vinschen 2018-02-26 17:58:46 +0100
  • d35bd22992 Cygwin: sockets: move type and proto checks into fhandler_socket classes Corinna Vinschen 2018-02-26 17:56:47 +0100
  • 1e5e44a9a5 Cygwin: fhandler_socket: define socketpair as virtual function Corinna Vinschen 2018-02-26 17:53:50 +0100
  • 5b6cbef9e0 doc/faq-using.xml: Add BeyondTrust and Cylance to BLODA David Macek 2018-02-23 14:22:44 +0100
  • c70761df66 Cygwin: Define SO_PASSCRED and SCM_CREDENTIALS Corinna Vinschen 2018-02-23 21:00:17 +0100
  • 7f7532fafb Cygwin: Create empty fhandler_socket_unix Corinna Vinschen 2018-02-23 20:59:21 +0100
  • 5acadbe8af Cygwin: fix upcalls in some fhandler_socket_local methods Corinna Vinschen 2018-02-23 20:59:55 +0100
  • eaf359574d Cygwin: Introduce FH_SOCKET for generic socket file ops Corinna Vinschen 2018-02-23 19:45:59 +0100
  • b79018ee3a Cygwin: encapsulate Winsock based fhandler_socket classes Corinna Vinschen 2018-02-23 15:24:18 +0100
  • cc9fe2c716 Cygwin: eliminate unused fhandler method hclose Corinna Vinschen 2018-02-23 14:56:30 +0100
  • 7bcab422e5 Cygwin: fix fhandler_socket_local::fchmod Corinna Vinschen 2018-02-23 13:34:08 +0100
  • b89b6f4349 Cygwin: socket.h: Add SIOCINQ, equivalent to FIONREAD Corinna Vinschen 2018-02-23 13:33:23 +0100
  • 03f380c2bc Cygwin: drop unused device nodes and clean up socket devices Corinna Vinschen 2018-02-23 13:32:51 +0100
  • b8a57a2d2a Cygwin: fhandler_socket: Move select functions into derived classes Corinna Vinschen 2018-02-22 16:59:55 +0100
  • 479080baec Cygwin: fhandler_socket: Rearrange methods Corinna Vinschen 2018-02-22 16:54:08 +0100
  • 9c593d9b39 Cygwin: fhandler_socket: Add derived fcntl methods Corinna Vinschen 2018-02-22 16:37:12 +0100
  • 79598f94f7 Cygwin: fhandler_socket: Add derived ioctl methods Corinna Vinschen 2018-02-22 16:30:08 +0100
  • 233bde3125 Cygwin: fhandler_socket: Move shutdown and close methods into derived classes Corinna Vinschen 2018-02-22 16:28:14 +0100
  • 84c5e0fd3d Cygwin: make socketpair an AF_LOCAL-only method Corinna Vinschen 2018-02-22 16:25:28 +0100
  • a3b5795b06 doc/ntsec.xml: Fix typo David Macek 2018-02-21 18:09:47 +0100
  • a5dfbc6940 Cygwin: inline get_socket_flags() Corinna Vinschen 2018-02-21 22:00:04 +0100
  • 8906a4d335 Cygwin: fix whitespaces in socket code Corinna Vinschen 2018-02-21 21:43:44 +0100
  • 859d215b7e Cygwin: split out fhandler_socket into inet and local classes Corinna Vinschen 2018-02-21 21:40:01 +0100
  • dff3bc9a86 Cygwin: net.cc: drop redundant declarations Corinna Vinschen 2018-02-20 18:14:57 +0100
  • ea1e5318d5 Cygwin: set/getsockopt: Move implementation into fhandler_socket class Corinna Vinschen 2018-02-20 18:01:40 +0100
  • 044ab77dcc Cygwin: clean error mapping Corinna Vinschen 2018-02-20 17:59:45 +0100
  • 0a3f4e6087 Cygwin: Make sure fraction of seconds constants enforce 64 bit computation Corinna Vinschen 2018-02-20 15:05:23 +0100
  • ea543d3ffa Cygwin: fix declaration of fhandler_socket::socketpair Corinna Vinschen 2018-02-16 17:34:57 +0100
  • 26bcedda20 Cygwin: fix utils path handling in case cygdrive path is just '/' Corinna Vinschen 2018-02-16 17:21:48 +0100
  • f881942d77 Cygwin: net: Improve standars conformance comments Corinna Vinschen 2018-02-16 16:57:24 +0100
  • 2327f01726 Cygwin: fhandler_socket: Add :: to potentially colliding WinSock calls Corinna Vinschen 2018-02-16 16:41:42 +0100
  • 4e04751fc7 Cygwin: socketpair: Move socketpair creation inside fhandler_socket class Corinna Vinschen 2018-02-16 16:36:19 +0100
  • cff85eaddc Cygwin: sockets: move common settings into set_socket_handle() Corinna Vinschen 2018-02-16 16:23:32 +0100
  • bc9b30ea77 add forward declaration to main() to prevent warnings Jaap de Wolff 2018-02-12 12:23:45 +0100
  • c9d4bac58c adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on implicit conversions Jaap de Wolff 2018-02-12 12:23:44 +0100
  • 8329f4867b add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warnings Jaap de Wolff 2018-02-12 12:23:43 +0100
  • 337cee51ca Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this from nano-mallocr.c Jaap de Wolff 2018-02-12 12:23:42 +0100
  • fdc5f52808 Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed Jaap de Wolff 2018-02-12 12:23:41 +0100
  • 913c6ca2c1 Cygwin: socket: move socket creation inside fhandler_socket class Corinna Vinschen 2018-02-14 22:21:58 +0100
  • 7ae73be141 Cygwin: improve O_TMPFILE handling Corinna Vinschen 2018-02-14 12:55:24 +0100
  • 1188d308bf Cygwin: fix file-related functions on unix sockets Corinna Vinschen 2018-02-14 10:20:42 +0100
  • 09d32b7480 Cygwin: improve a comment in fhandler_socket::getsockname Corinna Vinschen 2018-02-14 10:31:02 +0100
  • e113d12684 Cygwin: /proc/<pid>/stat: Fix time handling Corinna Vinschen 2018-02-12 22:10:08 +0100
  • 01c643e49f Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SEC Corinna Vinschen 2018-02-12 22:08:42 +0100
  • 58f72783ee Cygwin: Define MSPERSEC and fix USPERSEC comment Corinna Vinschen 2018-02-12 21:21:58 +0100
  • 283e0137c7 Cygwin: Fix x86 compiler warning Corinna Vinschen 2018-02-07 17:34:59 +0100
  • c51a0b74dc Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEO Corinna Vinschen 2018-02-07 16:16:51 +0100
  • 51af517cab Cygwin: setsockopt/getsockopt: Add missing optlen checks Corinna Vinschen 2018-02-07 15:37:48 +0100
  • 2af67d21b2 Cygwin: Cleanup time handling Corinna Vinschen 2018-02-07 13:07:44 +0100
  • f8ce691223 Cygwin: setsockopt/getsockopt: Clean up code Corinna Vinschen 2018-02-06 18:42:00 +0100
  • b08e6690a6 Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLE Corinna Vinschen 2018-02-05 21:06:29 +0100
  • e9ff2d6978 Cygwin: bindresvport: Try hard to find unused port Corinna Vinschen 2018-02-05 21:05:09 +0100
  • 2f61f65601 Cygwin: bindresvport: check correctness of address family Corinna Vinschen 2018-02-05 21:00:15 +0100
  • 34f031982f Cygwin: bindresvport_sa: Ignore incoming port number Corinna Vinschen 2018-02-05 19:27:55 +0100
  • 9dc34cea28 Cygwin: Use SO_EXCLUSIVEADDRUSE Corinna Vinschen 2018-02-05 19:22:47 +0100
  • 623d3fdf6b Cygwin: bump version to 2.10.1 Corinna Vinschen 2018-02-02 15:32:28 +0100
  • 4c73ad6b20 newlib: drop Cygwin license from sys/select.h Corinna Vinschen 2018-02-02 11:27:58 +0100
  • b8272e3b8d Fix vprintf and vfscanf for GCC PR 14577 Jon Beniston 2018-02-01 09:06:00 +0000
  • 1658a57715 epiphany: Additional setjmp() and longjmp() syms Sebastian Huber 2018-01-31 08:14:44 +0100
  • b920561fe3 ssp: do not use __ssp_protected_ symbol prefixes Yaakov Selkowitz 2018-01-23 21:53:04 -0600
  • 7d09d0e261 Disable powf/log2?f/exp2?f optimization for single-precision Arm FPU Thomas Preudhomme 2018-01-23 10:43:54 +0000
  • 29af5b27cf Define internal function mythreadname() -- revised Mark Geisert 2018-01-24 00:34:23 -0800
  • c17b0f0082 cygwin: 2.10.0 release text: fix formatting Corinna Vinschen 2018-01-22 15:32:29 +0100
  • 8810f929fc cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock Yaakov Selkowitz 2018-01-21 23:51:51 -0600
  • 00bf01789e cygwin: update docs for 2.10.0 Yaakov Selkowitz 2018-01-19 00:36:15 -0600
  • e5d52a2db9 cygwin: add gencat tool Yaakov Selkowitz 2018-01-18 23:28:27 -0600
  • cadc12f695 cygwin: add catopen, catgets, catclose Yaakov Selkowitz 2018-01-18 23:26:41 -0600
  • bd62f539de Guard langinfo.h nl_item from multiple typedefs Yaakov Selkowitz 2018-01-18 23:53:18 -0600
  • b7e0f286a2 Fix syntax error in exit.c Orlando Arias 2018-01-19 11:45:01 -0500
  • 061710370c cygwin: make <sys/socket.h> completely visible from <netinet/in.h> Yaakov Selkowitz 2018-01-15 21:19:59 -0600
  • fa47495755 cygwin: remove inclusion of <sys/time.h> from <sys/socket.h> Yaakov Selkowitz 2018-01-19 12:06:00 -0600
  • fffd2770db Bump release to 3.0.0 for yearly snapshot Jeff Johnston 2018-01-18 13:07:45 -0500
  • f2c9e55faf RISC-V: isatty: return 0 on error Chih-Mao Chen 2017-11-16 16:08:16 +0800
  • cba678ba02 RISC-V: Fix alignment issue in sigjmp_buf Kito Cheng 2017-11-17 14:50:52 +0800
  • 4cd1905add ansification: remove ansidecl.h from makedoc Yaakov Selkowitz 2017-12-04 03:59:06 -0600
  • 7bfa24c495 ansification: fix makedoc for ANSI C Yaakov Selkowitz 2017-12-04 03:25:26 -0600
  • 7192f84096 ansification: remove _HAVE_STDC Yaakov Selkowitz 2017-12-03 23:58:31 -0600
  • 70ee6b17df ansification: remove _EXFUN, _EXFUN_NOTHROW Yaakov Selkowitz 2017-12-03 23:54:48 -0600
  • 77f16db546 ansification: remove _EXFNPTR, _EXPARM Yaakov Selkowitz 2017-12-03 22:52:13 -0600