Historia zmian

Autor SHA1 Wiadomość Data
  Rich Felker 8431d7972f TLS (GNU/C11 thread-local storage) support for static-linked programs 12 lat temu
  Rich Felker adefe830dd tell the assembler to mark all files as not requiring executable stack 12 lat temu
  Rich Felker 030e526392 add getopt reset support 12 lat temu
  Rich Felker e44849f5cf protect sem_open against cancellation 12 lat temu
  Rich Felker bf258341b7 overhaul sem_open 12 lat temu
  Rich Felker 6e2372a86c clean up, bugfixes, and general improvement for shm_open/shm_unlink 12 lat temu
  Rich Felker 2e3648b85d define some _POSIX_* macros that were omitted; required for XSI conformance 12 lat temu
  Rich Felker d712dd396d more close-on-exec fixes, mostly using new "e" flag to fopen 12 lat temu
  Rich Felker 8582a6e9f2 add 'e' modifier (close-on-exec) to fopen and fdopen 12 lat temu
  Rich Felker f2d08cf755 fix some more O_CLOEXEC/SOCK_CLOEXEC issues 12 lat temu
  Rich Felker 3609e019f3 always expose accept4 12 lat temu
  Rich Felker 9735d50070 always expose dup3 and pipe2 12 lat temu
  Rich Felker dc62790dee move accept4, dup3, and pipe2 to non-linux-specific locations 12 lat temu
  Rich Felker 79a5e73e51 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels 12 lat temu
  Rich Felker 3d8d90c5cc sem_open should make process-shared semaphores 12 lat temu
  Rich Felker 39f296a95b use O_CLOEXEC to open semaphore files in sem_open 12 lat temu
  Rich Felker c983e6415a fix some indention-with-spaces that crept in 12 lat temu
  Rich Felker 8c0a3d9e5c microblaze port 12 lat temu
  Rich Felker e0ea44cb76 fix arm clone syscall bug (no effect unless app uses clone) 12 lat temu
  Rich Felker 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match 12 lat temu
  Rich Felker 3f9ff1514e slightly cleaner strlen, also seems to compile to better code 12 lat temu
  Rich Felker 507faa63cb fix dirname to handle input of form "foo/" correctly 12 lat temu
  Rich Felker 82dc1e2e78 fix handling of EINTR during close() 12 lat temu
  Rich Felker 4b49060da0 fix getaddrinfo to accept port 0 (zero) 12 lat temu
  Rich Felker 15d1112032 fix remaining IPC_64 issue (shmctl) 12 lat temu
  Rich Felker cccc13221d fix IPC_64 in msgctl too 12 lat temu
  Rich Felker fce46bf980 fix broken semctl on systems that don't use IPC_64 flag 12 lat temu
  Rich Felker 0b3e2257fa offer REALGCC variable to configure musl-gcc wrapper at runtime 12 lat temu
  Rich Felker f600105eef LFS64 alias for prlimit 12 lat temu
  Rich Felker 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers 12 lat temu