Age | Commit message (Expand) | Author |
2015-11-18 | mlinks for _shadow | Ted Unangst |
2015-11-18 | document the _shadow functions | Ted Unangst |
2015-11-18 | add a version field to prevent mayhem if different data gets stored | Ted Unangst |
2015-11-18 | update for new symbols and code | Ted Unangst |
2015-11-18 | Add icdb, the internal c database. A simpler replacement for the old | Ted Unangst |
2015-11-18 | Add _shadow variants to the two popular getpw functions (uid and nam). | Ted Unangst |
2015-11-18 | rob pierce spotted a mistake left by jmc | Theo de Raadt |
2015-11-17 | change passwd caches to be 4-way "associative". still primitive, but a | Ted Unangst |
2015-11-16 | minor tweaks; | Jason McIntyre |
2015-11-16 | Permit revoke(2) for a pledge "rpath tty" | Theo de Raadt |
2015-11-16 | Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. | Theo de Raadt |
2015-11-15 | Tweak previous: rename it to fpround() to match FreeBSD | Philip Guenther |
2015-11-15 | _towctrans_ext and _wctrans_init are now hidden; so drop them from the list | Philip Guenther |
2015-11-15 | I got a round tuit to rename round() to roundit() to avoid gcc warning. | Philip Guenther |
2015-11-14 | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the | Philip Guenther |
2015-11-14 | Give clear directions on how to declare, PROTO_*() and DEF_*() new symbols | Philip Guenther |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-11-10 | Document tzsetwall(). OK schwarze@ jmc@ | Todd C. Miller |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-10 | libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() | Philip Guenther |
2015-11-08 | inet(4), not inet(3); | Jason McIntyre |
2015-11-07 | add missing NAME entries; | Jason McIntyre |
2015-11-06 | Remove needless comma. | mmcc |
2015-11-05 | Set the name server counter in __res_state correctly if a nameserver | Alexander Bluhm |
2015-11-05 | After removing National Language Support (NLS) from base, stop | Alexander Bluhm |
2015-11-05 | When filling the __res_state compatibiliy struct, a long list of | Alexander Bluhm |
2015-11-05 | document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring back | Stuart Henderson |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | clean up HISTORY; | Jason McIntyre |
2015-11-03 | Improve explanations throughout | Theo de Raadt |
2015-11-03 | systrace should work now | Ted Unangst |
2015-11-02 | kill 0 has worked for ages, no idea how the man page could be so innacurate s... | Theo de Raadt |
2015-11-02 | (struct timezone *)NULL -> NULL | mmcc |
2015-11-02 | (struct timezone *)0 -> NULL | mmcc |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-10-31 | Invoke the _HIDDEN() sigprocmask label rather than the public one. | Miod Vallat |
2015-10-31 | This is sigprocmask, not sigpending. | Miod Vallat |
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 | update text to be more like posix, in particular wrt length = 0 | Ted Unangst |
2015-10-29 | (struct timezone *)0 -> NULL, while I'm here. | mmcc |
2015-10-28 | We are always using _PATH_RESCONF, so no need to remember the path on | Eric Faurot |
2015-10-28 | Remove support for [addr]:port syntax from the "nameserver" line. | Theo de Raadt |
2015-10-28 | Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error. | Stefan Sperling |
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 |