-
0.2.23
Version 0.2.23 * Add initial support for some uclibc builds * Add `res_init` * Add `recvmmsg` and `sendmmsg` * Add `RTLD_*` constants to BSD * Add some xattr functions and bindings * Add `AT_FDCWD` for FreeBSD
-
0.2.22
Version 0.2.22 * Add `accept4` to FreeBSD and NetBSD * More work on Solaris/Illumos * Expose `*at` functions on more Unix platforms * Add `fdopendir` * Add `FIONREAD` for OSX * Add more `AT_*` constants * Add more `*64` syscalls on Linux * Add `fchown` * Add `UTIME_OMIT`, `UTIME_NOW` on Linux * Add `O_EXEC`, `O_SEARCH`, `O_PATH` * Add IPC, SHM, and MSG bindings for FreeBSD * Add support for `x86_64-linux-android` * Add IUTF8 to Linux * Add EXTPROC * Add pthread_atfork * Add sigprocmask * Add MINSIGSTKSZ to more platforms
-
0.2.21
Version 0.2.21 * Add many more socket related constants * Fix i686 and aarch64 android * Add many more termios related constants/functions * Add ppoll * Add readdir for more platforms * Add jail functions/constants for FreeBSD * Add pthread_exit * Add EPOLLEXCLUSIVE * Add WIFCONTINUED * Add MSG_PEEK * Fix a number of issues on Solaris * Add wcstombs * Add O_TMPFILE * Add pipe2 to more platforms
-
0.2.20
Version 0.2.20 * Add fchdir * Add some DragonFly/FreeBSD ttycom constants * Add waitid * Add MSG_PEEK * Add getpeerid
-
0.2.19
Version 0.2.19 * Correct i686 openbsd definitions * Fix some structures on DragonFly * Add structures for passing file descriptors * Add clearenv * Fix WIFSIGNALED * Add clock_settime * Add mremap * Add some more execl* functions * Add initgroups * Initial sparc64 linux support * Add solaris constants for advisory locking