| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: Add pthread_attr_get_np(3) stub, reporting ESRCH. | Konstantin Belousov | 2020-11-28 | 1 | -0/+1 |
| * | getlogin_r: fix the type of len | Kyle Evans | 2020-09-09 | 1 | -1/+1 |
| * | Export scandir_b from libc. | Konstantin Belousov | 2020-08-10 | 1 | -1/+1 |
| * | Add memalign(3), mostly for glibc compatibility. | Konstantin Belousov | 2020-05-14 | 1 | -0/+1 |
| * | nlist: retire long-obsolete aout support | Ed Maste | 2020-03-30 | 1 | -1/+0 |
| * | Add sigsetop extensions commonly found in musl libc and glibc | Kyle Evans | 2019-12-12 | 1 | -0/+6 |
| * | Add libc stub for pthread_getthreadid_np(3). | Konstantin Belousov | 2019-06-23 | 1 | -0/+1 |
| * | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov | 2019-03-29 | 1 | -0/+1 |
| * | Update userland arc4random() with OpenBSD's Chacha20 based arc4random(). | Xin LI | 2018-08-19 | 1 | -2/+0 |
| * | Bring in timespce_get form NetBSD. | Warner Losh | 2018-08-10 | 1 | -0/+1 |
| * | Stop exporting __pw_scan and __pw_initpwd as freebsd-private libc functions | Ian Lepore | 2018-07-27 | 1 | -2/+0 |
| * | Make pw_scan(3) more compatible with getpwent(3) et. al. when processing | Ian Lepore | 2018-07-26 | 1 | -0/+1 |
| * | Add setproctitle_fast(3) for frequent callers. | Konstantin Belousov | 2018-07-04 | 1 | -0/+1 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 1 | -0/+1 |
| * | Implement getrandom(2) and getentropy(3) | Conrad Meyer | 2018-03-21 | 1 | -0/+1 |
| * | Introduce the daemonfd function. | Mariusz Zaborski | 2017-12-23 | 1 | -0/+1 |
| * | Remove basename_r(3). | Ed Schouten | 2017-12-08 | 1 | -1/+0 |
| * | Make elf_aux_info() as public libc function. | Michal Meloun | 2017-10-21 | 1 | -0/+1 |
| * | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -20/+20 |
| * | Remove old spinlock_debug code from libc | Eric van Gyzen | 2017-05-20 | 1 | -1/+0 |
| * | Add sem_clockwait_np() | Eric van Gyzen | 2017-02-23 | 1 | -0/+1 |
| * | Replace basename(3) by a thread-safe implementation. | Ed Schouten | 2016-11-03 | 1 | -1/+1 |
| * | Remove setkey(), encrypt(), des_setkey() and des_cipher(). | Ed Schouten | 2016-10-03 | 1 | -4/+0 |
| * | Reimplement dirname(3) to be thread-safe. | Ed Schouten | 2016-08-12 | 1 | -1/+4 |
| * | Implement an NSS backend for netgroups and add getnetgrent_r(3). | Mark Johnston | 2016-06-09 | 1 | -0/+1 |
| * | Update to a June 8th snapshot of (un)vis form NetBSD. | Brooks Davis | 2016-06-08 | 1 | -0/+1 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 1 | -0/+3 |
| * | Reduce the size of the interposing table and amount of | Konstantin Belousov | 2015-01-11 | 1 | -7/+0 |
| * | Fix known issues which blow up the process after dlopen("libthr.so") | Konstantin Belousov | 2015-01-03 | 1 | -0/+9 |
| * | Add rtld private interface for dso to detect dynamic loading | Konstantin Belousov | 2015-01-03 | 1 | -0/+1 |
| * | Move _b functions into the 11.x symbol version namespace. | David Chisnall | 2014-04-03 | 1 | -1/+4 |
| * | Move scandir_b to a later symbol version. | David Chisnall | 2014-04-02 | 1 | -1/+1 |
| * | Add support for some block functions that come from OS X. These are | David Chisnall | 2014-04-02 | 1 | -0/+1 |
| * | Implement fdclosedir(3) function, which is equivalent to the closedir(3) | Pawel Jakub Dawidek | 2013-08-18 | 1 | -0/+1 |
| * | Remove redundant space. | Pawel Jakub Dawidek | 2013-08-18 | 1 | -1/+1 |
| * | Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls. | Jilles Tjoelker | 2013-08-16 | 1 | -0/+1 |
| * | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -0/+1 |
| * | Update to the latest (un)vis(3) sources from NetBSD. This adds | Brooks Davis | 2013-03-14 | 1 | -0/+2 |
| * | In r244401 I accidently moved strunvis and strunvisx from version 1.0 to | Brooks Davis | 2013-01-11 | 1 | -2/+2 |
| * | Replace our implementation of the vis(3) and unvis(3) APIs with | Brooks Davis | 2012-12-18 | 1 | -3/+14 |
| * | Implement the waitid() SUSv4 function using wait6() system call. | Konstantin Belousov | 2012-11-13 | 1 | -0/+1 |
| * | Replace our version of the pwcache(3) API with NetBSD's implementation. | Brooks Davis | 2012-10-19 | 1 | -0/+4 |
| * | Implement syscall clock_getcpuclockid2, so we can get a clock id | David Xu | 2012-08-17 | 1 | -0/+1 |
| * | Hide DIR definition by making it an opaque struct typedef. | Gleb Kurtsou | 2012-05-19 | 1 | -0/+1 |
| * | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov | 2012-01-21 | 1 | -0/+3 |
| * | Implement fdlopen(3), an rtld interface to load shared object by file | Konstantin Belousov | 2012-01-07 | 1 | -0/+1 |
| * | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | Colin Percival | 2011-12-23 | 1 | -0/+4 |
| * | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 1 | -0/+1 |
| * | Implement __pthread_map_stacks_exec() callback for libc, to change the | Konstantin Belousov | 2011-01-08 | 1 | -0/+2 |
| * | Add a new libc function: cfmakesane(3). | Ed Schouten | 2010-11-02 | 1 | -0/+1 |