summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the documentation comment of checkintSzabolcs Nagy2018-09-182-2/+4
* Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2Hans-Peter Nilsson2018-09-131-0/+6
* Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson2018-09-132-5/+21
* Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen2018-09-071-2/+8
* Cygwin: console: store replacement char directlyCorinna Vinschen2018-09-071-4/+3
* Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen2018-09-071-2/+2
* search: Fix Berkeley DB hash code for 16-bit targets.Jon Beniston2018-09-063-20/+32
* Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard2018-09-063-0/+19
* stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard2018-09-065-13/+14
* Include sys/syslimits.h in limits.hKeith Packard2018-09-061-0/+1
* xdr_private.h needs sys/types.h for u_charKeith Packard2018-09-061-0/+1
* Document the log table generation methodSzabolcs Nagy2018-09-063-0/+74
* stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston2018-09-061-1/+1
* Cygwin: console: device context is process privateCorinna Vinschen2018-09-061-1/+1
* Cygwin: console: improve replacement char algorithmCorinna Vinschen2018-09-052-3/+99
* Cygwin: console: use UNICODE API throughoutCorinna Vinschen2018-09-051-6/+6
* Cygwin: Bump DLL version to 2.11.2Corinna Vinschen2018-09-051-1/+1
* Improve strstr performance of short needlesWilco Dijkstra2018-09-051-10/+65
* math_config.h: Fix signed overflow warning for 16-bit targetscygwin-2_11_1-releaseJon Beniston2018-09-031-1/+1
* e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...Jon Beniston2018-09-031-0/+5
* Avoid ARM SWI Seek when querying file positionAndy Koppe2018-09-031-2/+9
* Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input charsCorinna Vinschen2018-09-011-4/+3
* Cygwin: fix Win32 path ".." backtrackingCorinna Vinschen2018-09-012-5/+29
* Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston2018-08-31102-228/+1436
* Cygwin: Bump DLL version to 2.11.1Corinna Vinschen2018-08-311-1/+1
* Drop non-reserved parameter names from sys/signal.hcygwin-2_11_0-releaseAndy Koppe2018-08-291-8/+7
* Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard2018-08-2910-2/+28
* Remove unused variable 'one' from sf_cos.cKeith Packard2018-08-291-6/+0
* Use nanf("") instead of nanf(NULL)Keith Packard2018-08-295-8/+8
* RISC-V: Fix _sbrk, it's failed only when return value is -1.Denis Ivanov2018-08-292-7/+12
* RISC-V: Fixed return code in _times syscall.Denis Ivanov2018-08-291-2/+2
* Cygwin: Accommodate logon sessions on Windows 10Corinna Vinschen2018-08-282-1/+34
* Cygwin: drop workaround for missing USER_INFO_24 definitionCorinna Vinschen2018-08-281-13/+1
* Cygwin: add release note for previous ACL changesCorinna Vinschen2018-08-271-0/+4
* Cygwin: Add name->SID conversion for self-constructed namesCorinna Vinschen2018-08-272-9/+116
* Cygwin: don't return valid acl entry type for unknown SIDCorinna Vinschen2018-08-271-3/+9
* Cygwin: Remove union waitCorinna Vinschen2018-08-244-82/+23
* RTEMS: Add kvaddr_t and ksize_tSebastian Huber2018-08-241-0/+3
* RTEMS: Introduce <machine/_kernel_mman.h>Sebastian Huber2018-08-241-48/+5
* RTEMS: Introduce <machine/_kernel_socket.h>Sebastian Huber2018-08-241-54/+3
* RTEMS: Introduce <machine/_kernel_if.h>Sebastian Huber2018-08-241-7/+4
* RTEMS: Introduce <machine/_kernel_in.h>Sebastian Huber2018-08-241-26/+4
* RTEMS: Introduce <machine/_kernel_in6.h>Sebastian Huber2018-08-241-163/+7
* RTEMS: Introduce <machine/_kernel_uio.h>Sebastian Huber2018-08-241-54/+6
* RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>Sebastian Huber2018-08-241-3/+3
* RTEMS: Update FreeBSD version tagsSebastian Huber2018-08-2424-24/+24
* Add SOL_SOCKET level socket optiontuexen2018-08-241-0/+1
* Implement a limit on on the number of IPv6 reassemblyjtl2018-08-241-1/+2
* Add a limit of the number of fragments per IPv6 packet.jtl2018-08-241-1/+2
* This commit brings in a new refactored TCP stack called Rack.rrs2018-08-242-0/+67