aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_setstack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-30add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h•••only matters if swapcontext is used in a signal handler running on an altstack, new in linux commit 2a74213838104a41588d86fd5e8d344972891ace Szabolcs Nagy1-0/+2
2016-08-30add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h•••for GPRS tunneling protocol, new in linux commit 459aa660eb1d8ce67080da1983bb81d716aa5a69 Szabolcs Nagy1-0/+2
2016-08-30add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h•••macros for qualcom ip router protocol, new in linux commit bdabad3e363d825ddf9679dd431cca0b2c30f881 Szabolcs Nagy1-1/+3
2016-08-11fix pread/pwrite syscall calling convention on sh•••despite sh not generally using register-pair alignment for 64-bit syscall arguments, there are arch-specific versions of the syscall entry points for pread and pwrite which include a dummy argument for alignment before the 64-bit offset argument. Rich Felker4-2/+7
2016-07-13revert unrelated change that slipped into last commitRich Felker1-1/+1
2016-07-13fix regression in tcsetattr on all mips archs•••revert commit 8c316e9e49d37ad92c2e7493e16166a2afca419f. it was wrong and does not match how the kernel API works. Rich Felker4-10/+10
2016-07-07fix asctime day/month names not to vary by locale•••the FIXME comment here was overlooked at the time locale support was added. Rich Felker1-5/+4
2016-07-06remove obsolete and unused gethostbyaddr implementation•••this code was already under #if 0, but could be confusing if a reader didn't notice that, and it's almost surely full of bugs and/or inconsistencies with the current code that uses the gethostbyname2_r backend. Rich Felker1-52/+0
2016-07-06remove obsolete gitignore rules•••Since commit 2f853dd6b9a95d5b13ee8f9df762125e0588df5d, all generated headers are generated under the obj directory, which is already ignored. Bobby Bingham1-2/+0
2016-07-06remove or1k version of sem.h•••It's identical to the generic version, after evaluating the endian preprocessor checks in the generic version. Bobby Bingham1-11/+0
2016-07-05release 1.1.15Rich Felker2-1/+40