summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)Florian Obser
2019-08-11Document ip.arpq and remove ip, ip6 and mpls ifq.denis
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichTheo de Raadt
2019-07-29correct mispellings of EACCES; from Kris KatterjohnTheo de Raadt
2019-07-26Replace cross-references to sigvec(3) with sigaction(2).Todd C. Miller
2019-07-25Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thingIngo Schwarze
2019-07-25basic macro cleanupIngo Schwarze
2019-07-25Show unveil(2) violators in lastcomm(1) output and daily mail.Alexander Bluhm
2019-07-23Fix comment typo; from OpenSSH PortableDarren Tucker
2019-07-22implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolRobert Nagy
2019-07-19Update POSIX reference to the 2008 version and correct the list ofIngo Schwarze
2019-07-18obvious bugfix: if the queue is removed while message transmission isIngo Schwarze
2019-07-18add STANDARDS, improve HISTORY, and basic macro cleanup:Ingo Schwarze
2019-07-18State that mtype < 1 causes EINVAL as required by POSIXIngo Schwarze
2019-07-14Unlike gas, clang's assembler complains about duplicate symbol assignments.Philip Guenther
2019-07-08fix typo: RCF -> RFCTheo Buehler
2019-07-08Get rid of an old convention of wrapping preprocessor constants in curlyanton
2019-07-05improve verb-tense for explaining the calling convention of __Theo de Raadt
2019-07-05The last consumer of pre-posix realpath behaviour has stoppedTheo de Raadt
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-02The "always hint that getpw operation is happening with access() the YPTheo de Raadt
2019-07-01kevent(2): remove 24hr timeout limitcheloha
2019-06-30tweak previous; ok guentherJason McIntyre
2019-06-29Document that getcwd() and realpath() are built on system calls thatPhilip Guenther
2019-06-29two more syscall == -1 checksTheo de Raadt
2019-06-28Specify that {v,}asprintf(3) returns precisely -1 on failure,Ingo Schwarze
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28delete duplicate .Xr below SEE ALSOIngo Schwarze
2019-06-27The C89 standard only requires that atexit(3) returns a non-zero valueIngo Schwarze
2019-06-27Simplify the description of [v]snprintf(3), move the descriptionIngo Schwarze
2019-06-27If we don't receive a reply packet the res_send subquery will already haveMartijn van Duren
2019-06-26an -> a;Jason McIntyre
2019-06-26The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3)Theo de Raadt
2019-06-25Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3).Todd C. Miller
2019-06-25POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc.Ingo Schwarze
2019-06-24add missing RETURN VALUES section;Ingo Schwarze
2019-06-21Fix conversions to long double on sparc64Jeremie Courreges-Anglas
2019-06-20sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyTheo de Raadt
2019-06-17Allow setting of retransmission intervasl via _res.retrans. Ugly API butOtto Moerbeek
2019-06-17Remove old realpath(3), and the userland-vs-kernel realpath verificationTheo de Raadt
2019-06-15oops - missing .El in previous;Jason McIntyre
2019-06-15realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore,Theo de Raadt
2019-06-07Cast bitcount to u_in64_t before bit shifting to prevent integer overflowDarren Tucker
2019-06-02Complete the ld.so boot cleanup: move most libc initialization fromPhilip Guenther
2019-05-31Note closefrom(2)'s origins in Solaris 9.cheloha
2019-05-30__realpath(2) appears to have improved, so re-enable the code thatTheo de Raadt
2019-05-29There are some bugs in __realpath(2) -- it isn't quite ready so disableTheo de Raadt
2019-05-28_thread_sys___realpath must be exported like _thread_sys___getcwd obviously.Theo de Raadt
2019-05-28Enable the use of the kernel __realpath() system call in the libc wrapper.Bob Beck