Commit Graph

  • e692cfc121 RTEMS: Harmonize MAXNAMLEN and NAME_MAX Sebastian Huber 2017-01-25 07:07:12 +0100
  • cd1b883526 Prefix consistenly target-independent locks with __ Thomas Preudhomme 2017-01-24 16:05:01 +0000
  • dfbc941f7e Add release message for commit ca3e3bc Corinna Vinschen 2017-01-20 10:33:12 +0100
  • ca3e3bc54e nl_langinfo: Add NL_LOCALE_NAME macro Eric Blake 2017-01-19 20:45:16 -0600
  • ef00718487 Cleanup fhandler_console::read for readability Corinna Vinschen 2017-01-19 21:58:05 +0100
  • dd7c87ae87 miscfuncs.cc: Revert exclusion of inclusion of exception.h Corinna Vinschen 2017-01-19 21:51:38 +0100
  • 3b7b65b2f8 Simplify check for Alt-Numpad Corinna Vinschen 2017-01-19 21:41:21 +0100
  • 9985cf66e9 miscfuncs.h: Drop now unneeded getentropy declaration Corinna Vinschen 2017-01-19 21:35:12 +0100
  • 19f9a9799f miscfuncs.cc: Drop unneeded includes and unused global variable Corinna Vinschen 2017-01-19 21:11:55 +0100
  • 946cd7df28 check_iovec: Change test to be more robust against invalid iovcnt values Corinna Vinschen 2017-01-19 21:11:22 +0100
  • e2ab9b71fa Don't assert on sum of iov_len overflowing an ssize_t Corinna Vinschen 2017-01-19 21:08:53 +0100
  • abfcf32732 Move string functions from miscfunc.cc to strfuncs.cc Corinna Vinschen 2017-01-19 21:01:41 +0100
  • bbf6993a2d Move getentropy/getrandom into own file Corinna Vinschen 2017-01-19 20:58:06 +0100
  • e6e66224f3 Fix copy/paste buglet in comment Corinna Vinschen 2017-01-19 19:22:47 +0100
  • dd353aa688 Add release message for commit 4652cc4 Corinna Vinschen 2017-01-19 19:01:09 +0100
  • 4652cc4384 Handle Alt+Numpad key sequences in console input and select Corinna Vinschen 2017-01-19 18:59:48 +0100
  • 96267313e1 devctl.h: Use __restrict not restrict Joel Sherrill 2017-01-17 16:10:58 -0600
  • e02866a1b4 Add missing headers to fix implicit function defns Pat Pannuto 2017-01-15 19:12:02 -0500
  • 411882e2fa Add release message for commit 688d943 Corinna Vinschen 2017-01-14 16:47:47 +0100
  • 688d943a52 Always try to write complete incoming buffer on pipes and fifos Corinna Vinschen 2017-01-14 16:29:06 +0100
  • 338ce06971 Add _POSIX_SHARED_MEMORY_OBJECTS Gedare Bloom 2017-01-13 13:07:40 -0600
  • c0ac2ea2b3 Expand comments on padding used by nano_malloc Joe Seymour 2017-01-13 15:35:26 +0000
  • 677ffdc247 Add release message for commit 6ed4753 Corinna Vinschen 2017-01-12 22:46:21 +0100
  • 6ed4753e77 rename: Refactor "new file already exists and rename fails" case Corinna Vinschen 2017-01-12 22:42:11 +0100
  • e5cadbfdcd FAST_CWD: adjust the initial search scope Johannes Schindelin 2017-01-11 14:21:31 +0100
  • e0477b4a0b Fix sys/reent.h to remove use of DEBUG flag. Jeff Johnston 2017-01-09 18:21:19 -0500
  • 171046da73 Fix formatting in pinfo.cc Corinna Vinschen 2017-01-10 16:38:01 +0100
  • 0a4ec0cc93 Document latest Cygwin changes Corinna Vinschen 2017-01-10 16:33:21 +0100
  • dce6b6eaa2 Add Erik Bray to Cygwin CONTRIBUTORS Corinna Vinschen 2017-01-10 16:32:45 +0100
  • 5bebfa17c5 Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline. Erik M. Bray 2017-01-10 16:03:10 +0100
  • 578bbc3a29 Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others. Erik M. Bray 2017-01-10 16:03:09 +0100
  • 7fd70a9706 Move the core environment parsing of environ_init into a new win32env_to_cygenv function. Erik M. Bray 2017-01-10 16:03:08 +0100
  • 387521976d Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockopt(SO_REUSEADDR, 1). Erik M. Bray 2017-01-09 17:36:47 +0100
  • 5367b96a4b Fix versions in documentation (manually for now) Corinna Vinschen 2017-01-09 16:22:02 +0100
  • 85d6679ab3 Add pthread_setname_np() and pthread_getname_np() Sebastian Huber 2017-01-09 15:14:42 +0100
  • 83c39aedac Fix incorrect cast in nano malloc Joe Seymour 2017-01-03 14:50:53 +0000
  • 69dabb3e30 RTEMS: Add user-defined name to thread queues Sebastian Huber 2016-12-21 08:56:41 +0100
  • 838cfa352c Don't free statically allocated sys_privs Corinna Vinschen 2017-01-09 14:02:19 +0100
  • 61f181d6b8 Bump release to 2.5.0 for yearly snapshot. Jeff Johnston 2016-12-22 21:33:54 -0500
  • 959d85b341 This is an attempt to fix the problem described here: Jeff Johnston 2016-12-22 14:50:00 -0500
  • 483e696049 RTEMS: Increase SEM_VALUE_MAX Sebastian Huber 2016-12-19 15:19:47 +0100
  • 4e75d7f504 Export getentropy and getrandom calls Corinna Vinschen 2016-12-16 23:10:19 +0100
  • f46f501471 Remove extraneous float casts in wcstod.c. Corinna Vinschen 2016-12-16 19:25:30 +0100
  • 84e58ab648 Remove extraneous float casts in strtod.c. Jeff Johnston 2016-12-16 11:32:25 -0500
  • dd4a4baab0 2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com> Jeff Johnston 2016-12-15 12:23:27 -0500
  • 05272960ab 2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com> Jeff Johnston 2016-12-15 12:06:04 -0500
  • c549e953a9 Fix some broken links in Cygwin FAQ Jon Turney 2016-12-12 18:29:48 +0000
  • 86fc4bf065 Define RtlGenRandom correctly in ntsecapi.h wrapper Corinna Vinschen 2016-12-14 14:14:28 +0100
  • 74f7872f89 Rearrange RNG code slightly Corinna Vinschen 2016-12-13 22:59:31 +0100
  • 80f4987f02 Cygwin: Add release messages for last two checkins Corinna Vinschen 2016-12-13 12:49:02 +0100
  • 563dda8259 Fix incorrect path conversion on non-existent files on network shares Corinna Vinschen 2016-12-13 12:48:05 +0100
  • 937a2d92e2 Check for .exe file in cygwin_conv_path Corinna Vinschen 2016-12-13 12:21:27 +0100
  • bc4f996f56 Big-endian fix for memcpy-armv7m.S Julian Brown 2016-12-09 13:54:17 +0000
  • 4007871174 Fix 'make man' for parallel make Jon Turney 2016-12-06 15:06:26 +0000
  • 72ee64045b Cygwin 2.6.1: Add missing release text Corinna Vinschen 2016-12-06 16:11:04 +0100
  • 1a2741508b Add <devctl.h> per POSIX 1003.26-2003 Joel Sherrill 2016-12-01 09:46:32 -0600
  • df2ea99a50 Add missing crt0 symbols for RTEMS Sebastian Huber 2016-12-05 08:22:51 +0100
  • f0ae353a4f path_conv: When encountering a ".(/)+" sequence, skip *all* slashes Corinna Vinschen 2016-11-28 12:33:40 +0100
  • a43e81e233 Enforce no arguments for __get_current_locale/__get_C_locale Corinna Vinschen 2016-11-28 10:18:49 +0100
  • 5fdd657b36 Correct argument to __get_current_locale. Douglas 2016-11-27 12:13:31 +1100
  • 724e21493a Self-contained pthread_spinlock_t for RTEMS Sebastian Huber 2016-11-24 10:58:35 +0100
  • 1c54541172 regex: Fix typo in CHaddrange Corinna Vinschen 2016-11-24 16:09:31 +0100
  • 584c6643fe cygutils: Fix resource leak in get_short_paths Corinna Vinschen 2016-11-24 16:04:42 +0100
  • 9b01c29c04 Fix typo in kill(1) Corinna Vinschen 2016-11-24 16:00:28 +0100
  • 59ab07f170 _pinfo::set_ctty: Check potential NULL pointer in debug_printf statement Corinna Vinschen 2016-11-24 15:06:51 +0100
  • 1dfffe8ef4 Eliminate unused parameter from path_conv::eq_worker Corinna Vinschen 2016-11-24 15:06:05 +0100
  • 6a6ae087e8 Remove redundant check for NULL pointer in cygwin_exception::dump_exception Corinna Vinschen 2016-11-24 14:46:57 +0100
  • 284bec3174 Fix copy/paste typo in fhandler_console::scroll_buffer_screen Corinna Vinschen 2016-11-24 14:43:52 +0100
  • f993cb708b Don't allow sending invalid signals from user space Corinna Vinschen 2016-11-24 14:10:41 +0100
  • e1913d218d raise: Add missing extern "C" Corinna Vinschen 2016-11-24 14:02:11 +0100
  • d3becf4318 login_tty: Rewrite following FreeBSD's traces Corinna Vinschen 2016-11-24 12:06:29 +0100
  • b56179f83a fcwd_access_t: Add missing breaks in f_cwd pointer computation Corinna Vinschen 2016-11-24 10:53:08 +0100
  • 5d09711b1d Add comments to intentional switch fallthroughs Corinna Vinschen 2016-11-24 10:51:32 +0100
  • 40668dcc7c Add length check creating domain\group strings Corinna Vinschen 2016-11-24 10:40:14 +0100
  • 9fbd510569 Provide <memory.h> Sebastian Huber 2016-11-22 07:59:17 +0100
  • 0bb58fbd3e Declare non-standard pthread_yield() Sebastian Huber 2016-11-22 07:59:16 +0100
  • e655d3d34b Move pthread types to <sys/_pthreadtypes.h> Sebastian Huber 2016-11-16 14:51:31 +0100
  • ba49de472f Add _TICKET_LOCK_INITIALIZER to <sys/lock.h> Sebastian Huber 2016-11-17 11:21:28 +0100
  • 9bbc5a34f2 Use __inline in <sys/lock.h> for RTEMS Sebastian Huber 2016-11-16 14:51:29 +0100
  • ff3d980d32 Add release note for commit 8a32c24 Corinna Vinschen 2016-11-17 11:11:11 +0100
  • 8a32c24a7b Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, for consistency with /proc/<pid>/statm Erik M. Bray 2016-11-16 15:50:34 +0100
  • 6477a48cd1 statm should report memory as multiples of allocation_granularity instead of page_size Erik M. Bray 2016-11-16 15:36:41 +0100
  • 9ba4744620 sys/cdefs.h: Define __hidden as empty on Cygwin Corinna Vinschen 2016-11-08 16:14:43 +0100
  • 172e2050d9 Use external header file for kernel space time Sebastian Huber 2016-10-27 08:38:17 +0200
  • 4b3a664a20 Add kernel space header for <sys/lock.h> for RTEMS Sebastian Huber 2016-10-27 08:38:16 +0200
  • dcaf7fedb9 Use external header file for kernel space types Sebastian Huber 2016-10-27 08:38:15 +0200
  • 64f900c9ce Provide cap_ioctl_t for RTEMS Sebastian Huber 2016-10-27 08:38:14 +0200
  • cf6e411f17 Fix pdf build failure with texinfo 6.1.0 Thomas Preudhomme 2016-10-25 16:11:09 +0100
  • 2b496cf1af Provide vm_page_t for RTEMS via <machine/_types.h> Sebastian Huber 2016-10-25 08:34:24 +0200
  • 40f07f7922 Provide rman_res_t for RTEMS via <machine/types.h> Sebastian Huber 2016-10-25 07:13:50 +0200
  • b1f3215380 Provide __intmax_t and __uintmax_t Sebastian Huber 2016-10-25 07:13:49 +0200
  • 4e91600796 Fix typo in <sys/_stdint.h> Sebastian Huber 2016-10-25 07:13:48 +0200
  • 11b7f94212 Fix ShellExecuteW comment Corinna Vinschen 2016-10-24 11:23:55 +0200
  • bb7ad4ed64 pldd: Fix resource leak and missing check if fopen failed Corinna Vinschen 2016-10-23 17:22:34 +0200
  • 79edb254ac passwd: Fix potential buffer overflow Corinna Vinschen 2016-10-23 17:16:30 +0200
  • 526107a753 mkgroup/mkpasswd: Fix potential buffer overwrite in corner case Corinna Vinschen 2016-10-23 17:02:24 +0200
  • 7d5af6f0ba getfacl: Don't trust length of incoming user/groupname Corinna Vinschen 2016-10-23 16:52:28 +0200
  • cf01b8f029 tzset: Fix array length given to GetGeoInfoW Corinna Vinschen 2016-10-23 16:45:21 +0200
  • 5e087a8373 strace: Fix Coverity issues Corinna Vinschen 2016-10-23 16:38:48 +0200
  • 9807a501b1 cygcheck: Use snprintf instead of multiple strcat Corinna Vinschen 2016-10-23 16:16:22 +0200