| Commit message (Expand) | Author | Files | Lines |
| 2016-08-30 | add 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 Nagy | 1 | -0/+2 |
| 2016-08-30 | add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h•••for GPRS tunneling protocol, new in linux commit
459aa660eb1d8ce67080da1983bb81d716aa5a69
| Szabolcs Nagy | 1 | -0/+2 |
| 2016-08-30 | add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h•••macros for qualcom ip router protocol, new in linux commit
bdabad3e363d825ddf9679dd431cca0b2c30f881
| Szabolcs Nagy | 1 | -1/+3 |
| 2016-08-11 | fix 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 Felker | 4 | -2/+7 |
| 2016-07-13 | revert unrelated change that slipped into last commit | Rich Felker | 1 | -1/+1 |
| 2016-07-13 | fix regression in tcsetattr on all mips archs•••revert commit 8c316e9e49d37ad92c2e7493e16166a2afca419f. it was wrong
and does not match how the kernel API works.
| Rich Felker | 4 | -10/+10 |
| 2016-07-07 | fix asctime day/month names not to vary by locale•••the FIXME comment here was overlooked at the time locale support was
added.
| Rich Felker | 1 | -5/+4 |
| 2016-07-06 | remove 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 Felker | 1 | -52/+0 |
| 2016-07-06 | remove obsolete gitignore rules•••Since commit 2f853dd6b9a95d5b13ee8f9df762125e0588df5d, all generated
headers are generated under the obj directory, which is already ignored.
| Bobby Bingham | 1 | -2/+0 |
| 2016-07-06 | remove or1k version of sem.h•••It's identical to the generic version, after evaluating the endian
preprocessor checks in the generic version.
| Bobby Bingham | 1 | -11/+0 |
| 2016-07-05 | release 1.1.15 | Rich Felker | 2 | -1/+40 |