提交历史

作者 SHA1 备注 提交日期
  Rich Felker 0705fe9356 clock_gettime: add support for 32-bit vdso with 64-bit time_t 5 年之前
  Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file 5 年之前
  Rich Felker 3541925fb1 fix missing declarations for pthread_join extensions in source file 5 年之前
  Rich Felker 3c02bacf0f allow archs to define IPC_STAT, propagate time64 bit to other macros 5 年之前
  Rich Felker 72f50245d0 clock_gettime: add time64 syscall support, decouple 32-bit time_t 5 年之前
  Rich Felker 2b4fd6f75b clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32 5 年之前
  Rich Felker 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 5 年之前
  Rich Felker 51fd67fcbf get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 5 年之前
  Rich Felker 59324c8b09 make __socketcall analogous to __syscall, error-returning 5 年之前
  Rich Felker 8b24970470 sysvipc: overhaul {sem,shm,msg}ctl for time64 5 年之前
  Rich Felker fe5e72ae78 fix semctl with SEM_STAT_ANY 5 年之前
  Rich Felker 319b2d02e7 remove gratuitously-different arch-specific bits/ipc.h files 5 年之前
  Rich Felker 2a0bb9e0f2 remove arch-specific bits/ipc.h that are identical to generic 5 年之前
  Rich Felker f56d57f8a7 move IPC_64 from public bits/ipc.h to syscall_arch.h 5 年之前
  Rich Felker 722a1ae335 select: overhaul for time64 5 年之前
  Rich Felker 6a4a1691a0 recvmmsg: add time64 syscall support, decouple 32-bit time_t 5 年之前
  Rich Felker 558c01338b setitimer, getitimer: decouple time_t from long 5 年之前
  Rich Felker b74b3eb4a2 remove duplicates of new generic bits/msg.h 5 年之前
  Rich Felker c375585c66 use 64-bit msqid_ds layout in the generic version of bits/msg.h 5 年之前
  Rich Felker 95ed26353c duplicate generic bits/msg.h for each arch using it, in prep to change 5 年之前
  Rich Felker de5e56ce16 remove duplicates of new generic bits/sem.h 5 年之前
  Rich Felker 5bb4d71754 use 64-bit semid_ds layout in the generic version of bits/sem.h 5 年之前
  Rich Felker 28637bc407 collapse out byte order conditions in bits/sem.h for fixed-endian archs 5 年之前
  Rich Felker 6f2e5607d2 duplicate generic bits/sem.h for each arch using it, in prep to change 5 年之前
  Rich Felker 1afe5f3e5b extricate bits/sem.h from x32 time_t hack 5 年之前
  Rich Felker 7f797b5e25 remove trailing newlines from various versions of bits/shm.h 5 年之前
  Rich Felker 484c34fe1d remove duplicates of new generic bits/shm.h 5 年之前
  Rich Felker 0bf7c65aa2 use 64-bit shmid_ds layout in the generic version of bits/shm.h 5 年之前
  Rich Felker 6ed37ccd31 duplicate generic bits/shm.h for each arch using it, in prep to change 5 年之前
  Rich Felker 89c5016cba timerfd: add time64 syscall support, decouple 32-bit time_t 5 年之前