Commit Graph

  • 76dcfd0c4d Don't display trailing '.' in _dcvt Keith Packard 2019-12-17 22:00:49 -0800
  • 11f99384d2 Fix gcvt to always show 'ndigits' of precision Keith Packard 2019-12-18 08:49:06 -0800
  • abcc586ffe Fix fcvt to only show 'ndigit' past decimal Keith Packard 2019-12-18 08:49:05 -0800
  • fe512b2b12 Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling. Takashi Yano 2019-12-19 01:07:33 +0900
  • 91f1eab9a9
    doc: Untabify python scripts used for making man pages Jon Turney 2019-12-16 19:28:59 +0000
  • 7fc78f07ed Cygwin: Bump DLL version to 3.1.2 Corinna Vinschen 2019-12-18 10:48:10 +0100
  • 5317e3f4ec Cygwin: add 3.1.1 release text belatedly Corinna Vinschen 2019-12-18 10:47:43 +0100
  • 26cc7769b4 Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinity Corinna Vinschen 2019-12-17 16:44:54 +0100
  • ed2a469cdd Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32) Keith Packard 2019-12-16 13:56:11 -0800
  • 2635b580ec Return EINVAL for illegal base in strtol Keith Packard 2019-12-16 13:55:30 -0800
  • 1642ff8510 jehanne: wrap sys/ioctl.h with `extern "C" { }` (to ease GCC cross compilation) Giacomo Tesio 2019-12-17 00:24:15 +0100
  • d3574fc148 Cygwin: Bump DLL version to 3.1.1 Corinna Vinschen 2019-12-16 21:09:50 +0100
  • f69b2421bb Cygwin: add strtold fix to release message Corinna Vinschen 2019-12-16 16:39:17 +0100
  • c81a76b3b9 strtold: set errno to ERANGE on underflow per POSIX Bruno Haible 2019-12-16 15:11:47 +0100
  • 29ba52da95 Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero input Corinna Vinschen 2019-12-16 10:50:17 +0100
  • b74ba7dca6 MSP430: Support new msp430-elfbare target Jozef Lawrynowicz 2019-11-25 21:17:41 +0000
  • 78b7a3b0f8 Implement the unlink system call for the moxie simulator. Anthony Green 2019-12-14 05:27:38 -0500
  • 31227ba53d Fix setjmp/longjmp for the moxie port. Anthony Green 2019-12-13 13:08:06 -0500
  • 69772c4332 Cygwin: document the last bugfix Ken Brown 2019-12-10 08:45:17 -0500
  • 48fbe173f4 Cygwin: symlink_info::check: avoid assertion failure Ken Brown 2019-12-09 07:27:18 -0500
  • 7a526cdc28 libm: switch sf_log1p from double error routines to float Keith Packard 2019-11-29 11:23:20 -0800
  • 8574f8a1e4 Cygwin: /proc/[PID]/stat to pull process priority correctly Anton Lavrentiev via cygwin-patches 2019-11-30 22:58:14 -0500
  • c63c29e76e newlib/libc/include/sys/features.h: update __STDC_ISO_10646__ Brian Inglis 2019-11-26 08:34:42 -0700
  • 915a0a9b9d newlib: add rmdir Giacomo Tesio 2019-11-20 00:31:38 +0100
  • c1e16cbcd1 newlib: drafted `utime` (to be moved in libposix) Giacomo Tesio 2019-11-19 00:24:34 +0100
  • edb1be4cce Cygwin: pty: Convert CamelCase names to snake_case names. Takashi Yano 2019-11-16 08:27:24 +0900
  • 59362c80e3 newlib: fix fseek optimization with SEEK_CUR Bastien Bouclet 2019-11-09 17:28:04 +0100
  • fb45d17c45 newlib: implement sysconf Giacomo Tesio 2019-11-18 01:45:56 +0100
  • 1626569222 Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent. Takashi Yano 2019-11-13 19:49:29 +0900
  • bba2bd97b3 newlib: stub sysconf() Giacomo Tesio 2019-11-13 18:14:27 +0100
  • 8f8522c82a Cygwin: console: Revise the code checking if the console is legacy. Takashi Yano 2019-11-13 03:04:59 +0900
  • 7ef4290a98 Cygwin: pty: Use redraw screen instead of clear screen. Takashi Yano 2019-11-12 22:00:23 +0900
  • d3110717f0 regtool: allow /proc/registry{,32,64}/ registry path prefix Brian Inglis 2019-11-11 10:29:00 -0700
  • d14714c690 Stash reent marker in upper bits of s1 on AMD GCN Kwok Cheung Yeung 2019-11-07 14:46:41 -0800
  • 04d85dea57 Cygwin: Doc change to note stackdump limit patch Mark Geisert 2019-11-07 16:14:05 -0800
  • 7c9c94b9c8 Cygwin: Raise dumpstack frame limit to 32 Mark Geisert 2019-11-07 16:13:34 -0800
  • 3880efb283 Cygwin: console, pty: Prevent error in legacy console mode. Takashi Yano 2019-11-07 01:29:29 +0900
  • e5db0d2fe0 Cygwin: pty: Change how to determine if running as service or not. Takashi Yano 2019-11-06 21:08:43 +0900
  • 44432b93ad Cygwin: document console helper patch Corinna Vinschen 2019-11-05 11:57:24 +0100
  • 530b866c8e Cygwin: fix quoting when starting invisible console process Corinna Vinschen 2019-11-05 11:29:02 +0100
  • 7a26e19d4f Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAX Corinna Vinschen 2019-11-04 10:34:14 +0100
  • 4082e91b59 Move timeval macros to <sys/time.h> Sebastian Huber 2019-09-24 08:34:35 +0200
  • aae831b083 Synchronize <sys/time.h> with FreeBSD Sebastian Huber 2019-09-23 12:02:11 +0200
  • 4b3f69e4ac Synchronize <sys/_timespec.h> with FreeBSD Sebastian Huber 2019-09-24 08:32:47 +0200
  • 7346e14d44 Fix sbttons for values > 2s imp 2019-04-13 04:46:35 +0000
  • 57640bee75 Cygwin: fix process parent/child relationship after execve Corinna Vinschen 2019-11-02 12:49:15 +0100
  • fa14f445ba Fix libgloss being built for disabled multilibs Jozef Lawrynowicz 2019-10-30 14:35:21 +0000
  • fe239aef1b Cygwin: getpriority() consistent with process priority Anton Lavrentiev via cygwin-patches 2019-10-30 11:47:25 -0400
  • 235eb63034 Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSS Jeff Johnston 2019-10-31 15:09:07 -0400
  • a1f617466d PRU: Align libmath to PRU ABI Dimitar Dimitrov 2018-03-11 22:15:05 +0200
  • 0764a2eab8 Fix some generated files Jeff Johnston 2019-10-31 14:52:04 -0400
  • 0c7734673a Initial PRU port for libgloss and newlib Dimitar Dimitrov 2018-03-11 22:23:26 +0200
  • 0574317971 MSP430: Add missing build rule for unlink() to libgloss Makefile Jozef Lawrynowicz 2019-10-24 16:12:24 +0100
  • 25ce0e1213 Cygwin: Provide more COM devices Achim Gratz 2019-10-22 19:52:40 +0200
  • b61dc22ada Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATH Ken Brown 2019-10-09 20:06:02 +0000
  • 43d7f33e2c Cygwin: pty: Change the timing of clear screen. Takashi Yano 2019-10-16 21:34:09 +0900
  • 9bedd6807d Cygwin: pty: Avoid detach console in the process running as service. Takashi Yano 2019-10-16 21:34:08 +0900
  • 9e06ba1ac3 riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p Joel Sherrill 2019-10-09 11:00:45 -0500
  • cfc4955234 Add patch from Joel Sherrill for i386 and x86_64 fenv support Jeff Johnston 2019-10-08 16:57:37 -0400
  • c561a625af Cygwin: mkdir and rmdir: treat drive names specially Ken Brown 2019-09-27 14:00:52 -0400
  • e82a0c959a Cygwin: document recent changes to format_proc_cpuinfo Ken Brown 2019-10-07 16:06:28 -0400
  • 2160c52a49 fhandler_proc.cc(format_proc_cpuinfo): or model extension bits Brian Inglis 2019-10-07 10:23:07 -0600
  • 8cf614a88b fhandler_proc.cc(format_proc_cpuinfo): comment flags not reported Brian Inglis 2019-10-07 10:23:06 -0600
  • f723e3caae fhandler_proc.cc(format_proc_cpuinfo): add feature flags Brian Inglis 2019-10-07 10:23:05 -0600
  • 08d1ae0543 fhandler_proc.cc(format_proc_cpuinfo): use feature test print macro Brian Inglis 2019-10-07 10:23:04 -0600
  • b8ccc22762 fhandler_proc.cc(format_proc_cpuinfo): add microcode Brian Inglis 2019-10-07 10:23:03 -0600
  • 9682c25bb3 fhandler_proc.cc(format_proc_cpuinfo): add bogomips Brian Inglis 2019-10-07 10:23:02 -0600
  • 70e834ea7c fhandler_proc.cc(format_proc_cpuinfo): round cpu MHz Brian Inglis 2019-10-07 10:23:01 -0600
  • 7a0496f78f fhandler_proc.cc(format_proc_cpuinfo): fix AMD physical cores count Brian Inglis 2019-10-07 10:23:00 -0600
  • 74aa6e3cdb fhandler_proc.cc(format_proc_cpuinfo): fix cpuid level count Brian Inglis 2019-10-07 10:22:59 -0600
  • acc8849f84 fhandler_proc.cc(format_proc_cpuinfo): fix cache size Brian Inglis 2019-10-07 10:22:58 -0600
  • e06f2fbde7 Allow verifying _REENT_CHECK macros memory allocation Jeff Johnston 2019-10-07 15:29:33 -0400
  • 175b215e05 Optimize epilogue sequence for architectures with POP interworking. Christos Gentsos 2019-10-07 14:38:14 +0100
  • f88aece242 Prevent NULL ptr accesses due to Balloc out of memory Jeff Johnston 2019-10-04 17:01:03 -0400
  • df5c79f30c Cygwin: Fix signal handling issue introduced by PTY related change. Takashi Yano 2019-10-03 19:43:37 +0900
  • 6061f9c76f Document the last bug fix Ken Brown 2019-09-27 13:36:45 -0400
  • 283cb372e4 Cygwin: normalize_win32_path: improve error checking Ken Brown 2019-09-25 14:18:18 -0400
  • e1a0775dc0 Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option. Takashi Yano 2019-09-26 19:52:46 +0900
  • 7e9b1550fd Add SIOCGIFDOWNREASON. kib 2019-09-17 18:49:13 +0000
  • 1b35636119 Add kernel-side support for in-kernel TLS. jhb 2019-08-27 00:01:56 +0000
  • 28a44b1ecd Rename IPPROTO 33 from SEP to DCCP thj 2019-08-08 11:43:09 +0000
  • 693ba4025f This commit updates rack to what is basically rrs 2019-07-10 20:40:39 +0000
  • 2f55e1fa06 Add an external mbuf buffer type that holds jhb 2019-06-29 00:48:33 +0000
  • d41e144869 Convert all IPv4 and IPv6 multicast memberships hselasky 2019-06-25 11:54:41 +0000
  • e94d2a0f8b Extend mmap/mprotect API to specify the max page brooks 2019-06-20 18:24:16 +0000
  • 17baf5e390 Some devices take undesired actions when RTS and shurd 2019-06-12 18:07:04 +0000
  • 6bd0b9ed27 Fix mismatch from r342379. pfg 2018-12-23 20:51:13 +0000
  • 84ba60e6eb gai_strerror() - Update string error messages according to RFC 3493. pfg 2018-12-23 18:15:48 +0000
  • a9724c3904 Document the last change Ken Brown 2019-09-24 15:31:17 -0400
  • d1b5feef82 Cygwin: rmdir: fail if last component is a symlink, as on Linux Ken Brown 2019-09-22 11:33:34 -0400
  • 9f24260ee9 Cygwin: remove old cruft from path_conv::check Ken Brown 2019-09-21 13:09:09 -0400
  • 4186409101 Cygwin: Fix incorrect TTY for non-cygwin process. Takashi Yano 2019-09-20 12:04:36 +0900
  • aa529d00ea Cygwin: console: Make console input work in GDB and strace. Takashi Yano 2019-09-21 06:10:35 +0900
  • 81c55654e6 Cygwin: pty: Add missing guard when PTY is in the legacy mode. Takashi Yano 2019-09-18 23:29:21 +0900
  • b757a21d85 Cygwin: pty: Add charset conversion for console apps in legacy PTY. Takashi Yano 2019-09-18 23:29:20 +0900
  • 24554ab923 Cygwin: pty: Unify the charset conversion codes into a function. Takashi Yano 2019-09-18 23:29:19 +0900
  • ac5357b9fe Cygwin: pty: Make GDB work again on pty. Takashi Yano 2019-09-18 23:29:18 +0900
  • 831b1569dc Cygwin: pty: Avoid potential segfault in PTY code when ppid = 1. Takashi Yano 2019-09-18 23:29:17 +0900
  • 1a44ad03e0 Cygwin: console: Revive Win7 compatibility. Takashi Yano 2019-09-19 05:49:55 +0900
  • bbc625da81 Cygwin: document last change Ken Brown 2019-09-15 13:40:12 -0400