public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
[PATCH 00/11] More testsuite fixes
 2023-07-17 14:04 UTC  (28+ messages)
` [PATCH 01/11] Cygwin: testsuite: Setup test prereqs in 'installation' the tests run in
` [PATCH 02/11] Cygwin: testsuite: Add a simple timeout mechanism
` [PATCH 03/11] Cygwin: testsuite: Remove const from writable string in fcntl07b
` [PATCH 04/11] Cygwin: testsuite: Skip devdsp test when no audio devices present
` [PATCH 05/11] Cygwin: testsuite: Just log result of second open of /dev/dsp
` [PATCH 06/11] Cygwin: testsuite: Also check direct call in systemcall
` [PATCH 07/11] Cygwin: testsuite: Fix for limited thread priority values
` [PATCH 08/11] Cygwin: testsuite: Busy-wait in cancel3 and cancel5
` [PATCH 09/11] Cygwin: testsuite: Fix a buffer overflow in symlink01
` [PATCH 10/11] Cygwin: testsuite: Minor fixes to umask03
` [PATCH 11/11] Cygwin: testsuite: Drop Adminstrator privileges while running tests

[PATCH] Cygwin: pthread: Take note of schedparam in pthread_create
 2023-07-14 10:44 UTC  (3+ messages)

[PATCH] Cygwin: Update release/3.4.8 for latest <sys/cpuset.h> commit
 2023-07-13 10:19 UTC  (2+ messages)

[PATCH 0/5] Fix AT_EMPTY_PATH handling
 2023-07-12 12:08 UTC  (6+ messages)
` [PATCH 1/5] Cygwin: gen_full_path_at: drop never reached code
` [PATCH 2/5] Define _AT_NULL_PATHNAME_ALLOWED
` [PATCH 3/5] Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flag
` [PATCH 4/5] Cygwin: Fix and streamline AT_EMPTY_PATH handling
` [PATCH 5/5] Cygwin: add AT_EMPTY_PATH fix to release message

[PATCH] fchmodat/fstatat: fix regression with empty `pathname`
 2023-07-12 11:50 UTC  (8+ messages)
` [PATCH v2] "

Where should relnote updates for Cygwin DLL patches be going?
 2023-07-11  9:45 UTC  (4+ messages)

[PATCH v2] Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnostic
 2023-07-10  8:43 UTC  (2+ messages)

[PATCH 0/2] Fix issues of stat()/fstat() for /dev/tty
 2023-07-10  8:31 UTC  (8+ messages)
` [PATCH 1/2] Cygwin: stat(): Fix "Bad address" error on stat() "
` [PATCH 2/2] Cygwin: fstat(): Fix st_rdev returned by fstat() "

[PATCH] Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnostic
 2023-07-09  7:58 UTC  (12+ messages)

[PATCH v2] Cygwin: dtable: Delete old kludge code for /dev/tty
 2023-07-07  9:34 UTC  (4+ messages)

[PATCH] Cygwin: dtable: Delete old kludge code for /dev/tty
 2023-07-07  3:30 UTC  (5+ messages)

[PATCH v2] Cygwin: Make <sys/cpuset.h> safe for c89 compilations
 2023-07-04 18:41 UTC  (4+ messages)

[PATCH] Cygwin: Make <sys/cpuset.h> safe for c89 compilations
 2023-07-04  0:44 UTC  (5+ messages)

[PATCH] Cygwin: thread: Reset _my_tls.tid if it's pthread_null in init_mainthread()
 2023-07-03 10:39 UTC  (2+ messages)

[PATCH v2] Cygwin: Fix type mismatch on sys/cpuset.h
 2023-07-03  6:15 UTC  (5+ messages)

[PATCH v4 0/3] use wincap in format_proc_cpuinfo for user_shstk
 2023-06-21 15:04 UTC  (8+ messages)
` [PATCH v4 1/3] wincap.h: add wincap member has_user_shstk
` [PATCH v4 2/3] wincap.cc: set wincap member has_user_shstk true for 2004+
` [PATCH v4 3/3] fhandler/proc.cc: use wincap.has_user_shstk

[PATCH v3 0/3] use wincap in format_proc_cpuinfo for user_shstk
 2023-06-19 18:27 UTC  (8+ messages)
` [PATCH v3 1/3] wincap.h: add wincap member has_user_shstk
` [PATCH v3 2/3] wincap.cc: set wincap member has_user_shstk true for 2004+
` [PATCH v3 3/3] fhandler/proc.cc: use wincap.has_user_shstk

[PATCH] include/cygwin/limits.h: add XATTR_{NAME,SIZE,LIST}_MAX
 2023-06-19  8:53 UTC  (13+ messages)

[PATCH v2 0/3] use wincap in format_proc_cpuinfo for user_shstk
 2023-06-16  8:32 UTC  (9+ messages)
` [PATCH v2 1/3] wincap.h: add wincap member has_user_shstk
` [PATCH v2 2/3] wincap.cc: set wincap member has_user_shstk for 2004+
` [PATCH v2 3/3] fhandler/proc.cc: use wincap.has_user_shstk
  ` [PATCH v3 "

[PATCH v3 0/3] Support deriving the current user's home directory via HOME
 2023-06-06 13:33 UTC  (44+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] Allow deriving the current user's home directory via the HOME variable
  ` [PATCH v4 2/3] Respect `db_home` setting even for SYSTEM/Microsoft accounts
  ` [PATCH v4 3/3] Respect `db_home: env` even when no uid can be determined
  ` [PATCH v5 0/3] Support deriving the current user's home directory via HOME
    ` [PATCH v5 1/3] Allow deriving the current user's home directory via the HOME variable
    ` [PATCH v5 2/3] Respect `db_home` setting even for SYSTEM/Microsoft accounts
    ` [PATCH v5 3/3] Respect `db_home: env` even when no uid can be determined
    ` [PATCH v6 0/4] Support deriving the current user's home directory via HOME
      ` [PATCH v6 1/4] Allow deriving the current user's home directory via the HOME variable
      ` [PATCH v6 2/4] Respect `db_home` setting even for SYSTEM/Microsoft accounts
      ` [PATCH v6 3/4] uinfo: special-case IIS APPPOOL accounts
      ` [PATCH v6 4/4] Do not rely on `getenv ("HOME")`'s path conversion
      ` [PATCH v7 0/4] Support deriving the current user's home directory via HOME
        ` [PATCH v7 1/4] Allow deriving the current user's home directory via the HOME variable
        ` [PATCH v7 2/4] Respect `db_home` setting even for SYSTEM/Microsoft accounts
        ` [PATCH v7 3/4] uinfo: special-case IIS APPPOOL accounts
        ` [PATCH v7 4/4] Do not rely on `getenv ("HOME")`'s path conversion

[PATCH] fhandler/proc.cc(format_proc_cpuinfo): Add Linux 6.3 cpuinfo
 2023-06-05 16:55 UTC  (6+ messages)

[PATCH] Cygwin: pty: Additional fix for transferring input at exit
 2023-06-02  1:30 UTC 

[PATCH] Cygwin: pty: Fix transferring type-ahead input between input pipes
 2023-06-01 11:07 UTC 

*Your Kind Reply
 2023-05-25 13:07 UTC 

[PATCH] Adjust CWD magic to accommodate for the latest Windows previews
 2023-05-24 19:51 UTC  (2+ messages)

[PATCH] Cygwin: pty: Fix reading CONIN$ when stdin is not a pty
 2023-04-14  3:29 UTC 

[PATCH 0/2] Provide virtual /dev/fd and /dev/{stdin,stdout,stderr} symlinks
 2023-03-28  8:36 UTC  (8+ messages)
  ` [PATCH 0/2] Provide virtual /dev/fd and /dev/{stdin, stdout, stderr} symlinks

[PATCH] Cygwin: Improve FAQ on early breakpoint for ASLR
 2023-03-28  8:26 UTC  (14+ messages)

[PATCH v2 0/2] Support deriving the current user's home directory via HOME
 2023-03-28  8:21 UTC  (12+ messages)
` [PATCH v2 1/2] Allow deriving the current user's home directory via the HOME variable

[PATCH 0/3] fix unlink/rename failure in hyper-v container
 2023-03-24 14:20 UTC  (15+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).