summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-11-18mlinks for _shadowTed Unangst
2015-11-18document the _shadow functionsTed Unangst
2015-11-18add a version field to prevent mayhem if different data gets storedTed Unangst
2015-11-18update for new symbols and codeTed Unangst
2015-11-18Add icdb, the internal c database. A simpler replacement for the oldTed Unangst
2015-11-18Add _shadow variants to the two popular getpw functions (uid and nam).Ted Unangst
2015-11-18rob pierce spotted a mistake left by jmcTheo de Raadt
2015-11-17change passwd caches to be 4-way "associative". still primitive, but aTed Unangst
2015-11-16minor tweaks;Jason McIntyre
2015-11-16Permit revoke(2) for a pledge "rpath tty"Theo de Raadt
2015-11-16Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.Theo de Raadt
2015-11-15Tweak previous: rename it to fpround() to match FreeBSDPhilip Guenther
2015-11-15_towctrans_ext and _wctrans_init are now hidden; so drop them from the listPhilip Guenther
2015-11-15I got a round tuit to rename round() to roundit() to avoid gcc warning.Philip Guenther
2015-11-14Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in thePhilip Guenther
2015-11-14Give clear directions on how to declare, PROTO_*() and DEF_*() new symbolsPhilip Guenther
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-11-10Document tzsetwall(). OK schwarze@ jmc@Todd C. Miller
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-11-10libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()Philip Guenther
2015-11-08inet(4), not inet(3);Jason McIntyre
2015-11-07add missing NAME entries;Jason McIntyre
2015-11-06Remove needless comma.mmcc
2015-11-05Set the name server counter in __res_state correctly if a nameserverAlexander Bluhm
2015-11-05After removing National Language Support (NLS) from base, stopAlexander Bluhm
2015-11-05When filling the __res_state compatibiliy struct, a long list ofAlexander Bluhm
2015-11-05document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring backStuart Henderson
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04clean up HISTORY;Jason McIntyre
2015-11-03Improve explanations throughoutTheo de Raadt
2015-11-03systrace should work nowTed Unangst
2015-11-02kill 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 -> NULLmmcc
2015-11-02(struct timezone *)0 -> NULLmmcc
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-31Invoke the _HIDDEN() sigprocmask label rather than the public one.Miod Vallat
2015-10-31This is sigprocmask, not sigpending.Miod Vallat
2015-10-31Do not include a timestamp in the syslog message. There is no need --Theo de Raadt
2015-10-30For getgrent.3:Philip Guenther
2015-10-29update text to be more like posix, in particular wrt length = 0Ted Unangst
2015-10-29(struct timezone *)0 -> NULL, while I'm here.mmcc
2015-10-28We are always using _PATH_RESCONF, so no need to remember the path onEric Faurot
2015-10-28Remove support for [addr]:port syntax from the "nameserver" line.Theo de Raadt
2015-10-28Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.Stefan Sperling
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),Philip Guenther
2015-10-27The fd of the passwd database is marked close-on-exec nowPhilip Guenther
2015-10-26don't keep the passwd database open; callers do not expect that they willTed Unangst
2015-10-25Wrap waitpid() so calls go direct; weaken wait() and wait3().Philip Guenther