summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2019-01-29Remove unused <assert.h> header.Martin Pieuchot
2019-01-29There's no point in asserting that a pointer is not NULL beforeMartin Pieuchot
2019-01-29Add a dedicated sysctl(2) node for witness(4).Visa Hankala
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-22strptime(3): Disallow double leap second.cheloha
2019-01-22sort sections, and add a missing verb to the EXAMPLES text;Jason McIntyre
2019-01-22Wrap long lineOtto Moerbeek
2019-01-22Point people to ipcomp(4) instead of ipsecctl(8) forAntoine Jacoutot
2019-01-21strftime can print epoch seconds with %s, so allow strptime to parse it.Ted Unangst
2019-01-21a few tweaksTed Unangst
2019-01-21Add example showing a proper comparison function, as many examples showOtto Moerbeek
2019-01-21Document 'video' promise.Landry Breuil
2019-01-20correct the RETURN VALUES of the macros, document the HISTORY ofIngo Schwarze
2019-01-20use standard headers for siphashBrent Cook
2019-01-20include stdint.h over sys/types.hBrent Cook
2019-01-18sys/time.h: new macros: timerisvalid() and timespecisvalid().cheloha
2019-01-18Improve the description of locale dependency:Ingo Schwarze
2019-01-18Replace the vague, incorrect, and confusing BUGS sections with CAVEATSIngo Schwarze
2019-01-18minor tweaks:Ingo Schwarze
2019-01-18Adjust EINVAL wording: tv_nsec cannot be 1 billion, either.cheloha
2019-01-18futex(2): validate relative timeout before sleeping.cheloha
2019-01-18adjtime(2), settimeofday(2), clock_settime(2): validate inputcheloha
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortIngo Schwarze
2019-01-14Unbreak tree. Last minute changes are evil.Otto Moerbeek
2019-01-14There are cases where a program doing dns requests wants to set theOtto Moerbeek
2019-01-13Warn against using any categories but LC_CTYPE in setlocale(3) andIngo Schwarze
2019-01-13Restore .Xr to pthread_sigmaskJeremie Courreges-Anglas
2019-01-12Move sigwait(3) from libpthread to libcJeremie Courreges-Anglas
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2019-01-11Similar CAVEATS regarding LC_NUMERIC as was just committedIngo Schwarze
2019-01-11Clarify that OpenBSD ignores the dangerous category LC_NUMERIC,Ingo Schwarze
2019-01-11getsockopt(2) recv(2) rmdir(2) and send(2) were present and implementedJonathan Gray
2019-01-10Move default numer of pools in the multi-threaded case to 8. Various testsOtto Moerbeek
2019-01-10Make the "not my pool" searching loop a tiny bit smarter, whileOtto Moerbeek
2019-01-09make spelling in previous consistent within the page;Jason McIntyre
2019-01-08Document SO_ZEROIZE socket option.Alexander Bluhm
2019-01-06Fix most of the .Li abuse:Ingo Schwarze
2019-01-06note that tracefile must be null when clearing points.Ted Unangst
2019-01-05Replace two-operand instruction aliases that clang does notVisa Hankala
2018-12-31nanosleep: loop tsleep(9) to ensure coverage of the full timeout range.cheloha
2018-12-28getgruid_r -> getgrgid_rTheo Buehler
2018-12-26document kern.pool_debug; ok tedu@anton
2018-12-16Restore the optimization for unbuffered I/O. The buffer needs toTodd C. Miller
2018-12-16Back out rev 1.17 for now, it causes issues with python when buildingTodd C. Miller
2018-12-14Revisit the optimization for unbuffered I/O. We can use the bufferTodd C. Miller
2018-12-14Back out the optimization in rev 1.13, it does not update flags onTodd C. Miller
2018-12-10Improve speed for the multi-threaded case by reducing lock contention.Otto Moerbeek
2018-12-09style; OK ottoFlorian Obser
2018-12-05remove a stray line accidentally left behind in rev. 1.120;Ingo Schwarze
2018-11-29remove double .Pp. oops - sorry for not spotting!Jason McIntyre