Age | Commit message (Expand) | Author |
2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | Philip Guenther |
2015-10-27 | The fd of the passwd database is marked close-on-exec now | Philip Guenther |
2015-10-26 | don't keep the passwd database open; callers do not expect that they will | Ted Unangst |
2015-10-25 | Wrap waitpid() so calls go direct; weaken wait() and wait3(). | Philip Guenther |
2015-10-25 | Nuke union of d_packname with un_d_boot0 & un_d_boot1, keeping | Kenneth R Westerback |
2015-10-25 | Use sigaction() instead of signal() to avoid pulling in unnecessary | Philip Guenther |
2015-10-24 | Unify all the errno names in | Alexander Bluhm |
2015-10-23 | Fix waitpid() loop again: do the errno check only if waitpid() returns -1 | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-22 | Cast ctype function arguments to unsigned char. | mmcc |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann |
2015-10-16 | Merge nlist out of boundary access fix with other nlist implementations. | Tobias Stoeckmann |
2015-10-16 | Validate parsed ELF values to prevent out of boundary accesses. | Tobias Stoeckmann |
2015-10-12 | When isatty() was switched to F_ISATTY, the inline copy in ttyname() | Christian Weisgerber |
2015-10-11 | Fix empty .No macros, use .Pf to prefix delimiters to macros. | Ingo Schwarze |
2015-10-11 | Document that execve(2) resets SIGCHLD to SIG_DFL | Philip Guenther |
2015-10-04 | __fdnlist() is exported for libkvm, but the internal call can go direct | Philip Guenther |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-23 | typo. | Igor Sobrado |
2015-09-19 | Don't wrap initialized variables: binutils appears to be mishandling them | Philip Guenther |
2015-09-14 | remove null check before free. from Michael McConville | Ted Unangst |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2015-09-14 | Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weak | Philip Guenther |
2015-09-14 | Wrap <netgroup.h> so internal calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <fstab.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <login_cap.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Detritus | Philip Guenther |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-09-13 | Wrap <pwd.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <grp.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <ttyent.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not | Philip Guenther |
2015-09-13 | Wrap <vis.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-12 | Finish wrapping <signal.h> so that calls to the sigset ops go direct and | Philip Guenther |
2015-09-12 | Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-12 | Wrap <assert.h> so that __assert2() goes direct | Philip Guenther |
2015-09-12 | Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weak | Philip Guenther |
2015-09-12 | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-12 | Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak | Philip Guenther |
2015-09-12 | Wrap <syslog.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-12 | Wrap <dirent.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-12 | Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct and | Philip Guenther |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
2015-09-10 | Pull in namespace.h when building all .c files using gcc's -include option, | Philip Guenther |
2015-09-09 | Hide __sigintr and __strsignal as internal implementation details. | Philip Guenther |
2015-09-09 | Syslogd can handle 8192 bytes per message now. Increase the libc | Alexander Bluhm |
2015-09-06 | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | Philip Guenther |
2015-09-04 | word fix; from henning petersen (netbsd pr/49641, -r1.18) | Jason McIntyre |
2015-09-03 | no more gcc2. | Daniel Dickman |