aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Cygwin: Various minor fixes to utils documentationJon Turney1-24/+27
2021-07-07stdlib: Make strtod/strtof set ERANGE consistently for underflow.Keith Packard1-2/+29
2021-07-07tty/pty: support TIOCSWINSZ pixel-size-only change notificationThomas Wolff1-2/+8
2021-07-07Cygwin: respect PC_SYM_FOLLOW and PC_SYM_NOFOLLOW_REP with inner links.Jeremy Drake1-43/+45
2021-07-06Revert "Cygwin: Handle virtual drives as non-symlinks"Jeremy Drake1-2/+7
2021-07-06Fix builds on iq2000 and visiumJeff Law4-0/+4
2021-07-06format_proc_cpuinfo: add Linux 5.13 AMD/Hygon raplBrian Inglis1-0/+8
2021-07-06Cygwin: console: Fix garbled input for non-ASCII chars.Takashi Yano1-6/+9
2021-07-06Revert "Cygwin: console: Fix garbled input for non-ASCII chars."Corinna Vinschen1-2/+2
2021-07-06Cygwin: console: Fix garbled input for non-ASCII chars.Takashi Yano1-2/+2
2021-07-06fix and amend scripts and makefile rules to generate Unicode dataThomas Wolff6-25/+33
2021-07-06update to Unicode 13.0Thomas Wolff4-109/+199
2021-07-05libgloss/or1k: Correct the IMMU SXE and UXE flagsStafford Horne1-10/+10
2021-06-26Cygwin: Zero out gmon header before useMark Geisert1-0/+1
2021-06-25inttypes.h: Use reserved names for function parametersJonathan Wakely1-1/+1
2021-06-18stdio: Parse 0x0p+00 correctly in scanfKeith Packard1-0/+1
2021-06-17newlib/doc/makedoc.c: if realloc() fails, exit with an error message.Joel Sherrill1-0/+5
2021-06-17newlib/doc/makedoc.c: Fix memory leak identified by Coverity.Joel Sherrill1-1/+2
2021-06-17libc/sys/rtems/crt0.c: Fix two warnings.Joel Sherrill1-2/+2
2021-06-13Cygwin: Fix a stray tab in strace documentationMark Geisert1-1/+1
2021-06-09libgloss: pru: Remove sim ld scriptDimitar Dimitrov4-289/+3
2021-06-09libgloss: pru: Place sim syscalls into their own sectionsDimitar Dimitrov1-2/+2
2021-06-09pru: Enable -ffunction-sections and -fdata-sectionsDimitar Dimitrov1-0/+1
2021-06-04Fix rounding issues with sqrt/sqrtfJeff Johnston4-8/+8
2021-05-26Cygwin: fhandler_mqueue::mq_open: fix typoKen Brown1-1/+1
2021-05-26aarch64: support binary mode for opening filesRichard Earnshaw1-0/+12
2021-05-26Cygwin: utils: enable -idirafter to fetch Cygwin headers from mingw sourcesCorinna Vinschen4-11/+11
2021-05-26Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via MakefileCorinna Vinschen9-11/+2
2021-05-26Cygwin: set NTDDI_VERSION to enable more recent windows definitionsCorinna Vinschen3-12/+1
2021-05-26Cygwin: fhandler_mqueue: add missing __reg2 for 32 bit buildCorinna Vinschen1-1/+1
2021-05-25Cygwin: fhandler_mqueue: disable more methods, add fcntlCorinna Vinschen2-4/+31
2021-05-25Cygwin: fhandler_mqueue::mq_open: set all required fhandler flagsCorinna Vinschen1-1/+8
2021-05-25Cygwin: disable creating directories below /dev/mqueueCorinna Vinschen2-0/+8
2021-05-25Cygwin: fhandler_mqueue: fix method declarationsCorinna Vinschen1-6/+6
2021-05-25Cygwin: path_conv: fix mqueue path checkCorinna Vinschen4-15/+27
2021-05-25Cygwin: cwdstuff: check if /dev existsCorinna Vinschen1-2/+18
2021-05-25Cygwin: POSIX msg queues: implement read(2)/lseek(2)Corinna Vinschen2-5/+110
2021-05-25Cygwin: POSIX msg queues: implement ioctl(2)Corinna Vinschen2-0/+7
2021-05-25Cygwin: POSIX msg queues: move all mq_* functionality into fhandler_mqueueCorinna Vinschen4-476/+492
2021-05-25Cygwin: POSIX msg queues: allocate section views top downCorinna Vinschen1-2/+2
2021-05-25Cygwin: POSIX msg queues: Implement dupCorinna Vinschen2-18/+28
2021-05-25Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandlerCorinna Vinschen5-190/+293
2021-05-25Cygwin: POSIX msg queues: slightly rephrase get_mqinfoCorinna Vinschen1-3/+2
2021-05-25Cygwin: POSIX msg queues: simplify mq_closeCorinna Vinschen2-7/+3
2021-05-25Cygwin: get_nt_native_path: allow to append suffixCorinna Vinschen2-2/+8
2021-05-25Cygwin: POSIX msg queues: move definition of struct msg_hdrCorinna Vinschen1-0/+7
2021-05-22Cygwin: POSIX msg queues: improve error output in fixup_after_forkCorinna Vinschen1-15/+22
2021-05-22Cygwin: Ensure PSAPI_VERSION is 1 when building lddJon Turney1-0/+1
2021-05-21Cygwin: POSIX msg queues: destroy msg queue fhandler in case of errorCorinna Vinschen1-2/+7
2021-05-21Cygwin: POSIX msg queues: move handling of memory map into fhandlerCorinna Vinschen3-71/+52