summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2017-11-16Add error checking to some calls to __find_arguments(). Matches similarTheo Buehler
2017-11-07Fix spelling: bet -> net from Scott Bennett, thanksTheo Buehler
2017-11-04Revert recent changes to unbreak ports/net/sambaJeremie Courreges-Anglas
2017-11-02's' should include 'f'; from Jacqueline JolicoeurOtto Moerbeek
2017-10-31Argh: put back some linker-supplied symbols to avoid triggering a bugPhilip Guenther
2017-10-30fix oob read; form llvm via Vlad Tsyrklevich; ok millert@Otto Moerbeek
2017-10-29Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmovePhilip Guenther
2017-10-28Remove __builtin_saveregs: gcc hasn't used it for years.Philip Guenther
2017-10-28Typo: 'end' should have been '_end', which is already exported/imported.Philip Guenther
2017-10-28Eliminate some more linker generated symbols that aren't needed.Philip Guenther
2017-10-28If the init_routine used with pthread_once() is canceled, then we need toPhilip Guenther
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-10-28Stop exporting some symbols internal to the softfloat implementation,Mark Kettenis
2017-10-28No need to include <sys/param.h> before <sys/sysctl.h>.Martin Pieuchot
2017-10-28consistently use .Vt for variable types and use ".Fa path" where appropriate;Ingo Schwarze
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-23Don't let close(2) clobber errno. Some calls were already protectedTodd C. Miller
2017-10-22Removed duplicated line.Tobias Stoeckmann
2017-10-19Restore a return that was inadvertently removed from freezero() in r1.234,Joel Sing
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-16draft-ietf-tcpm-initcwnd was published as rfc 6928Mike Belopuhov
2017-10-15Do not use an uninitialized value when determining the signVisa Hankala
2017-10-12Add STANDARDS: denis@ spotted that it was missing.Ingo Schwarze
2017-10-08Document fktrace(2) more completely, including separation of errors.Philip Guenther
2017-10-07Add fktrace to the NAME sectionPhilip Guenther
2017-10-05Document that connect(2) and sendto(2) may return with errnoAlexander Bluhm
2017-10-05do not return f() where f is a void function; loop var type fixOtto Moerbeek
2017-10-05Use dprintf instead of snprintf/writeOtto Moerbeek
2017-10-04iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIXIngo Schwarze
2017-10-04pasto in function name in the SYNOPSIS; from semarie@Ingo Schwarze
2017-09-27Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairAlexander Bluhm
2017-09-25sendsyslog should take a const char * everywhere.Marc Espie
2017-09-23Kill unused functionJeremie Courreges-Anglas
2017-09-23Make delayed free non-optional and make F do an extensive double free check.Otto Moerbeek
2017-09-21tweak previous: remove trailing blank and improve a wording;Ingo Schwarze
2017-09-20Properly document the typical write(2) loop,Ingo Schwarze
2017-09-18Document readdir_r() return value and update style of the exampleTodd C. Miller
2017-09-17__progname has type char *, we cannot change its type without causingOtto Moerbeek
2017-09-12mapalign returns MAP_FAILED for failuer; from George KoehlerOtto Moerbeek
2017-09-12Update the documentation regarding /dev/mem and /dev/kmem;Ingo Schwarze
2017-09-11check double free before canary for chunks; ok millert@Otto Moerbeek
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2017-09-10Fix spelling of 4.3BSD-Net/2.Ingo Schwarze
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-05Remove unused 32bit version of elf_hash().Martin Pieuchot
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-09-02delete pointless .Tn ASCII found by jca@ with mandoc -TlintIngo Schwarze
2017-08-31Mention strtok_r in STANDARDSJeremie Courreges-Anglas