summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin: document env var crash fixCorinna Vinschen2017-06-061-0/+3
* cygwin: Fix crash if env var name starts with non-ASCII charCorinna Vinschen2017-06-061-2/+2
* cygwin: document wcsxfrm fixCorinna Vinschen2017-06-061-0/+3
* cygwin wcsxfrm: byte swap result ourselvesCorinna Vinschen2017-06-061-8/+13
* Fix thinko in MSP430 libgloss implementation of write() system call.Martin Young2017-05-261-1/+1
* Update COPYING.NEWLIB appropriately.Jeff Johnston2017-05-251-1/+85
* Add de-facto standard <sys/ioctl.h> for RTEMSSebastian Huber2017-05-253-0/+252
* Add some POSIX header files for RTEMSSebastian Huber2017-05-2520-6/+4641
* FreeBSD compatibility for RTEMS <sys/cpuset.h>Sebastian Huber2017-05-254-138/+402
* Add __bitcount*() to RTEMS <machine/types.h>Sebastian Huber2017-05-252-0/+92
* Move ARM access.c from machine to sysSebastian Huber2017-05-255-14/+13
* Increase MSIZE for RTEMSSebastian Huber2017-05-251-1/+1
* FreeBSD compatibility for RTEMS <sys/param.h>Sebastian Huber2017-05-252-125/+180
* Add generic <machine/_align.h> for RTEMSSebastian Huber2017-05-252-11/+42
* ARM/AArch64: Fix GetCmdLine semihosting directivesnewlib-snapshot-20170519Laurent ALFONSI2017-05-192-7/+12
* cygwin CONTRIBUTORS: Add Daniel SantosCorinna Vinschen2017-04-251-0/+1
* Fix transposed lines in 2.8.1 release textJon Turney2017-04-241-2/+2
* Update 2.8.1 release textJon Turney2017-04-241-1/+7
* cygwin: add 2.8.1 release fileCorinna Vinschen2017-04-241-0/+23
* cygwin TEST: Add nagging debug output to pinfoCorinna Vinschen2017-04-241-0/+13
* cygwin: pinfo: do not wait for setting ppid on a transitional procinfoCorinna Vinschen2017-04-241-6/+11
* cygwin: try unprivileged symlink creation on W10 1703 and laterCorinna Vinschen2017-04-241-2/+9
* cygwin: wincap: handle W10 1703Corinna Vinschen2017-04-242-2/+28
* cygwin: wincap: fix evaluation of build numberCorinna Vinschen2017-04-241-0/+1
* cygwin: remov unused winpids constructorCorinna Vinschen2017-04-241-2/+0
* Fix stat.st_blocks for files compressed with CompactOS methodChristian Franke2017-04-221-5/+12
* cygwin doc: Add postinstall/preremove scripts to install Start Menu entriesBrian Inglis2017-04-223-2/+115
* cygwin CONTRIBUTORS: Add Brian InglisCorinna Vinschen2017-04-221-0/+1
* cygwin doc: install-html: Fix docbook.css and index.html symlink installationCorinna Vinschen2017-04-221-4/+4
* Update URLs for Cygwin packaging informationnewlib-snapshot-20170421Jon Turney2017-04-203-13/+6
* strace: Fix "over-optimization" flaw in strace.Daniel Santos2017-04-191-1/+1
* Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory mode...Jozef Lawrynowicz2017-04-191-2/+2
* cygwin doc: install-html: install docbook.cssCorinna Vinschen2017-04-192-0/+25
* cygwin doc: install-html: link index.html instead of copyingCorinna Vinschen2017-04-191-2/+2
* Add __packed to struct ldieeeKito Cheng2017-04-181-8/+9
* libgloss/arm: fix discovery of "eabihf" toolchainsCarlos Santos2017-04-182-2/+2
* newlib: remove __infinity{f,ld} constantsCorinna Vinschen2017-04-186-35/+11
* Remove legacy unions which are no longer usedJeff Johnston2017-04-171-23/+0
* Avoid decimal point localization in /proc/loadavgJon Turney2017-04-101-3/+8
* Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2017-04-062-2/+185
* mkvers.sh: Remove "function" to avoid dash objecting to bash-ism.Mark Geisert2017-04-061-1/+1
* Make ldd stop after any non-continuable exceptionJon Turney2017-04-041-1/+9
* Cygwin: Export reallocarrayCorinna Vinschen2017-04-043-1/+4
* Bump Cygwin to 2.8.1Corinna Vinschen2017-04-041-1/+1
* Add BSD-specific reallocarray()Sebastian Huber2017-04-044-17/+68
* Renumber copyright clause 4imp2017-04-041-1/+1
* queue.3: Document existing QMD_* macroscem2017-04-041-0/+39
* queue(3): Enhance queue debugging macroscem2017-04-041-5/+37
* Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick2017-04-041-2/+36
* Make the <sys/queue.h> fully usable within C++hselasky2017-04-041-14/+73