Age | Commit message (Expand) | Author |
2015-12-10 | use geteuid to make it easier for root to communicate. | Ted Unangst |
2015-12-08 | rewrite guts of getusershell() to avoid possibility of overflow. | Ted Unangst |
2015-12-01 | modify getpw*(), getgr*(), and getgrouplist() functions to access the | Theo de Raadt |
2015-11-25 | group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LEN | Joshua Stein |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-18 | mlinks for _shadow | Ted Unangst |
2015-11-18 | document the _shadow functions | Ted Unangst |
2015-11-18 | Add _shadow variants to the two popular getpw functions (uid and nam). | Ted Unangst |
2015-11-17 | change passwd caches to be 4-way "associative". still primitive, but a | Ted Unangst |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-05 | document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring back | Stuart Henderson |
2015-11-04 | clean up HISTORY; | Jason McIntyre |
2015-11-02 | (struct timezone *)NULL -> NULL | mmcc |
2015-11-02 | (struct timezone *)0 -> NULL | mmcc |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-31 | Do not include a timestamp in the syslog message. There is no need -- | Theo de Raadt |
2015-10-30 | For getgrent.3: | Philip Guenther |
2015-10-29 | (struct timezone *)0 -> NULL, while I'm here. | mmcc |
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 |