summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2019-04-26Undo changes to tmpfile.c r1.5.Martijn van Duren
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasIngo Schwarze
2019-04-21adjust another bufcachepercent defaultanton
2019-04-18describe EIO failure state. noted by Maximilian LorlacksTed Unangst
2019-04-02Restrict which filesystems are available for swap. This rules outVisa Hankala
2019-04-01Compile with -gdwarf-4 to suppress wrnings about DWARF2 in assembly codeMark Kettenis
2019-03-30Add retguard macros to setjmp/longjmp on amd64. Knocks out some usefulmortimer
2019-03-29Copy categories outside "mask" from "oldloc" to the new locale object.Ingo Schwarze
2019-03-26adjtime(2): set EINVAL if delta overflows 64 bits of microseconds.cheloha
2019-03-25fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@anton
2019-03-24BUGS goes last;Jason McIntyre
2019-03-24Document the fact that readlink(2) can bypass restrictions as neededBob Beck
2019-03-24In the incredibly unbelievable circumstance where _rs_init() fails toTheo de Raadt
2019-03-23Remove useless secure_path(3) calls.Todd C. Miller
2019-03-21Reference permissions in the canonical plural.rob
2019-03-20escape backslashes;Ingo Schwarze
2019-03-17Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@.cheloha
2019-03-15Remove FBSDID.Kevin Lo
2019-03-08remove a sentence that was once helpful when dirname.3 and basename.3Sebastian Benoit
2019-03-03talk about IPv4 and IPv6 in a more symmetrical wayIngo Schwarze
2019-03-03tweak the previous two commits:Ingo Schwarze
2019-03-03Just called the Internet nowTheo de Raadt
2019-03-03in vdprintf(), no need to use the file locking mecanism when usingSebastien Marie
2019-02-21Consume one leading space with %e iff givenkn
2019-02-13New futex(2) based rwlock implementation based on the mutex code.Martin Pieuchot
2019-02-13KNF.Martin Pieuchot
2019-02-13Allow SO_PEERCRED to be called on sockets created with socketpair.Martijn van Duren
2019-02-13Xr the byteorder funcs; from tim kuijstenJason McIntyre
2019-02-07Add lock stack trace saving for witness(4).Visa Hankala
2019-02-07Add manpage for timer* macros, actually document timespec* macros.cheloha
2019-02-05Fix typo in last commit.Todd C. Miller
2019-02-05Avoid an out of bounds read when regcomp() is passed a bad expression.Todd C. Miller
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.Todd C. Miller
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