| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam() | Joel Sherrill | 2018-03-15 | 1 | -2/+2 |
* | [arm] Fix syscalls.c for newlib embedded syscalls builds | Richard Earnshaw | 2018-03-15 | 1 | -119/+126 |
* | ssp: fix wchar.h with -std=c99 | Yaakov Selkowitz | 2018-03-14 | 1 | -2/+2 |
* | Fix alloc_align and alloc_size macros for multiple arguments | Yaakov Selkowitz | 2018-03-14 | 2 | -4/+4 |
* | ctype: align size of category bit fields to small targets needs | Corinna Vinschen | 2018-03-14 | 1 | -2/+2 |
* | Revert "ctype: align size of category bit fields to small targets needs" | Corinna Vinschen | 2018-03-14 | 3 | -214/+136 |
* | fix/enhance Unicode table generation scripts | Thomas Wolff | 2018-03-14 | 2 | -18/+53 |
* | ctype: align size of category bit fields to small targets needs | Corinna Vinschen | 2018-03-14 | 3 | -136/+214 |
* | towctrans_l: Always return a value from helper functions | Corinna Vinschen | 2018-03-13 | 1 | -19/+49 |
* | rtems/.../dirent.h: Add alphasort() prototype | Joel Sherrill | 2018-03-13 | 1 | -0/+1 |
* | Correct alloc_size annotation on reallocarray() | Jon Turney | 2018-03-13 | 1 | -2/+1 |
* | Cygwin: mark muto object as NO_COPY | Corinna Vinschen | 2018-03-12 | 1 | -1/+1 |
* | Cygwin: AF_UNIX: store per-socket info in shared memory | Corinna Vinschen | 2018-03-12 | 4 | -80/+238 |
* | make target for explicit Unicode data tables generation | Thomas Wolff | 2018-03-12 | 1 | -0/+9 |
* | character data generation | Thomas Wolff | 2018-03-12 | 3 | -0/+237 |
* | use generated character data | Thomas Wolff | 2018-03-12 | 38 | -2681/+439 |
* | generated character category data, Unicode 10.0 | Thomas Wolff | 2018-03-12 | 2 | -0/+2115 |
* | generated case conversion data, Unicode 10.0 | Thomas Wolff | 2018-03-12 | 1 | -0/+304 |
* | width data generation | Thomas Wolff | 2018-03-12 | 5 | -0/+1388 |
* | use generated width data | Thomas Wolff | 2018-03-12 | 1 | -126/+24 |
* | generated width data, Unicode 10.0 | Thomas Wolff | 2018-03-12 | 3 | -0/+201 |
* | Cygwin: AF_UNIX: fix up thread parameter block allocation | Corinna Vinschen | 2018-03-11 | 1 | -3/+4 |
* | Cygwin: AF_UNIX: use get_unique_id to create pipe name | Corinna Vinschen | 2018-03-11 | 1 | -1/+1 |
* | Cygwin: AF_UNIX: fix dup | Corinna Vinschen | 2018-03-10 | 1 | -1/+15 |
* | Cygwin: AF_UNIX: Add fixup_after_exec method | Corinna Vinschen | 2018-03-10 | 2 | -2/+10 |
* | Cygwin: AF_UNIX: fix creating abstract socket symlink name | Corinna Vinschen | 2018-03-10 | 1 | -1/+2 |
* | Cygwin: don't skip O_TMPFILE files in readdir | Corinna Vinschen | 2018-03-09 | 1 | -15/+9 |
* | Cygwin: AF_UNIX: Implemant socketpair | Corinna Vinschen | 2018-03-09 | 2 | -21/+67 |
* | Cygwin: fix socketpair prototype | Corinna Vinschen | 2018-03-09 | 2 | -4/+4 |
* | describe new locale modifier @cjkwide for user guide | Thomas Wolff | 2018-03-08 | 1 | -0/+13 |
* | Cygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUF | Corinna Vinschen | 2018-03-07 | 1 | -0/+10 |
* | Cygwin: AF_UNIX: define AF_UNIX_CONNECT_TIMEOUT | Corinna Vinschen | 2018-03-07 | 1 | -2/+5 |
* | Cygwin: Define FSCTL_PIPE_FLUSH | Corinna Vinschen | 2018-03-07 | 1 | -0/+3 |
* | Cygwin: AF_UNIX: Implement read, readv, recvfrom, write, writev, sendto | Corinna Vinschen | 2018-03-07 | 1 | -20/+88 |
* | Cygwin: reorder read/write calls in fhandler_socket_unix | Corinna Vinschen | 2018-03-07 | 1 | -4/+5 |
* | Cygwin: AF_UNIX: fix accept behaviour | Corinna Vinschen | 2018-03-07 | 1 | -15/+37 |
* | Cygwin: AF_UNIX: make sure connect wait thread is cleanly interruptible | Corinna Vinschen | 2018-03-07 | 2 | -8/+49 |
* | Cygwin: AF_UNIX: some pipe errors may have multiple status codes | Corinna Vinschen | 2018-03-07 | 1 | -3/+26 |
* | Cygwin: AF_UNIX: fix SEGV when sending an empty socket name from connect | Corinna Vinschen | 2018-03-07 | 1 | -2/+5 |
* | Cygwin: AF_UNIX: fix creation of npfs handle | Corinna Vinschen | 2018-03-07 | 3 | -25/+23 |
* | Cygwin: AF_UNIX: Add create_event helper and use throughout | Corinna Vinschen | 2018-03-07 | 1 | -15/+25 |
* | Cygwin: AF_UNIX: fix comments and move a macro | Corinna Vinschen | 2018-03-07 | 1 | -6/+3 |
* | Cygwin: AF_UNIX: Implement listen, accept4, connect, and others | Corinna Vinschen | 2018-03-06 | 3 | -65/+774 |
* | Cygwin: AF_UNIX: fix a couple of thinkos and typos | Corinna Vinschen | 2018-03-06 | 1 | -26/+18 |
* | Cygwin: AF_UNIX: create/open pipes relativ to NPFS rootdir handle | Corinna Vinschen | 2018-03-06 | 2 | -22/+68 |
* | Cygwin: AF_UNIX: initialize rmem/wmem to 256K and use in pipe creation | Corinna Vinschen | 2018-03-06 | 1 | -4/+4 |
* | Cygwin: ntdll.h: Add some missing pipe-related definitions | Corinna Vinschen | 2018-03-06 | 1 | -2/+25 |
* | Cygwin: sys/socket.h: define MSG_CMSG_CLOEXEC | Corinna Vinschen | 2018-03-06 | 1 | -0/+3 |
* | Cygwin: export hires counter ntod | Corinna Vinschen | 2018-03-06 | 1 | -0/+1 |
* | RTEMS: Use int for _CLOCKID_T_ | Sebastian Huber | 2018-03-06 | 1 | -0/+3 |