aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysCygwin: suppress a warning generated with w32api >= 12.0.0HEADgithub/mastergithub/mainmastermainJon Turney1-0/+3
2024-06-06newlib: libm: skip "long double" complex functions if long double != doublePietro Monteiro14-6/+47
2024-06-03Cygwin: disable high-entropy VA for ldhJeremy Drake via Cygwin-patches2-0/+4
2024-06-02Cygwin: pthread: Fix a race issue introduced by the commit 2c5433e5da82Takashi Yano3-17/+25
2024-06-01Cygwin: mixer: Fix volume control for no WAVECAPS_LRVOLUME deviceTakashi Yano2-1/+15
2024-05-22arc: libgloss: Add build rules for new boardsYuriy Kolerov2-270/+1038
2024-05-22arc: libgloss: Add support of EM Starter Kit boardYuriy Kolerov25-0/+425
2024-05-22arc: libgloss: Add support of EM SDP boardYuriy Kolerov9-0/+164
2024-05-22arc: libgloss: Add support of HS Development Kit boardYuriy Kolerov3-0/+63
2024-05-22arc: libgloss: Add support of IoT Development Kit boardYuriy Kolerov3-0/+68
2024-05-22arc: libgloss: Add a linker script common for all boardsYuriy Kolerov1-0/+233
2024-05-22arc: libgloss: Add UART 8250 libraryYuriy Kolerov3-0/+457
2024-05-22arc: libgloss: Clean registers before any useYuriy Kolerov1-0/+41
2024-05-22arc: libgloss: Use atexit to setup fini routinesClaudiu Zissulescu1-20/+5
2024-05-22arc: libgloss: Introduce hostlink interfaceVladimir Isaev27-11/+2111
2024-05-22arc: libgloss: Use fstat call instead of stat for nSIMLuis Silva1-1/+1
2024-05-22arc: libc: Record r58/r59 in long-jump's bufferShahab Vahedi2-7/+19
2024-05-22arc: libc, libgloss: Remove .file directive from .S filesYuriy Kolerov2-5/+2
2024-05-22arc: libc: Add support of 16-entry register fileClaudiu Zissulescu28-56/+84
2024-05-22arc: libgloss: Use long calls attribute for exit_haltClaudiu Zissulescu1-2/+2
2024-05-22pru: Do not define MISSING_SYSCALL_NAMES for pruDimitar Dimitrov2-0/+2
2024-05-14libgloss: microblaze: fix read and _write declarationsNeal Frager2-0/+4
2024-05-06libgloss: fix read and write prototypeMarc2-2/+2
2024-04-12libgloss: riscv: Fix envp parameter for mainBernd Edlinger1-1/+3
2024-04-09Cygwin: globify: read full 32 bit characterCorinna Vinschen2-1/+6
2024-04-09Cygwin: fhandler_virtual::exists: always set fileidCorinna Vinschen4-4/+20
2024-04-04Cygwin: fhandler_base::fstat_by_name: improve debug output.Corinna Vinschen1-4/+2
2024-04-04Cygwin: FILE_OPEN_NO_RECALL is incompatible with FILE_DIRECTORY_FILECorinna Vinschen3-3/+6
2024-04-04amdgcn: Implement proper locks: Fix 'newlib/libc/sys/amdgcn/include/sys/lock....Thomas Schwinge1-0/+4
2024-04-03Cygwin: add a fake 3.5.3 release fileCorinna Vinschen1-0/+2
2024-04-02Cygwin: fhandler_virtual: move fileid to path_conv memberCorinna Vinschen8-24/+36
2024-03-27Cygwin: //: fetch only one item per loopCorinna Vinschen1-13/+9
2024-03-25amdgcn: Implement proper locksAndrew Stubbs4-3/+250
2024-03-24Cygwin: add //tsclient and //wsl$ support to relnotesCorinna Vinschen1-0/+4
2024-03-24Cygwin: // and //server: add support for WSLCorinna Vinschen1-10/+43
2024-03-24Cygwin: dir_cache::add: constify input stringCorinna Vinschen1-1/+1
2024-03-24Cygwin: fhandler_netdrive: use WNNC_NET_SMB instead of WNNC_NET_LANMANCorinna Vinschen1-2/+2
2024-03-23Cygwin: //tsclient: allow to enumerate sharesCorinna Vinschen1-1/+5
2024-03-23Cygwin: //server: revert to using WNet and support NFS sharesCorinna Vinschen3-73/+247
2024-03-22Cygwin: //server: check existence of server with getaddrinfoCorinna Vinschen1-27/+24
2024-03-21Cygwin: utils: refresh tzmap.hCorinna Vinschen1-3/+4
2024-03-21Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" defaultCorinna Vinschen1-3/+3
2024-03-21Cygwin: tzset(1): use GetDynamicTimeZoneInformationCorinna Vinschen1-62/+5
2024-03-21Cygwin: fix tzmap-from-unicode.orgCorinna Vinschen1-0/+1
2024-03-20Cygwin: utils: refresh tzmap.hCorinna Vinschen1-17/+13
2024-03-20Cygwin: tzmap-from-unicode.org: drop support for Vista/2008Corinna Vinschen1-8/+0
2024-03-20Cygwin: readdir: drop support for NT4/Win2K shares and Samba < 3.0.22Corinna Vinschen2-57/+5
2024-03-20Cygwin: /proc: fix mem leak in opendir in error caseCorinna Vinschen1-0/+2
2024-03-20Cygwin: // and //server: switch to Network DiscoveryCorinna Vinschen4-229/+264
2024-03-20Cygwin: opendir(3): move ENOTDIR check into main functionCorinna Vinschen3-9/+10