summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-05macro cleanup: remove bogus .Nm and split joint .Fn argumentsIngo Schwarze
2014-12-05Introduce a new sysctl to retrieve VM map entriesMasao Uebayashi
2014-12-05memmove/bcopy from libkern, almost certainly the unrolling here isTheo de Raadt
2014-12-04obvious cases of missing NAME .Nm entriesIngo Schwarze
2014-12-04add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)Ingo Schwarze
2014-12-04use the actual function name in .Dt and NAME .Nm, not an alias;Ingo Schwarze
2014-12-04asm version from libkern, but mempcy() remains tied to theTheo de Raadt
2014-12-04simplify wording; triggered by a shorter diff from Kaspars Bankovskis;Ingo Schwarze
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-03We're not supporting 16-bit Windows, remove cast.Brent Cook
2014-12-03handle the (impossible) situation of a size_t - 1 buffer fromTheo de Raadt
2014-12-03Spotted another opportunity to use reallocarray().Theo de Raadt
2014-12-02Add brainpool curves to eccurves_default[], accidentally missing from 1.32;Miod Vallat
2014-12-02add some openbsd tags, and a first pass at cleanup;Jason McIntyre
2014-12-02Kill the only instance of .Lb in our tree. It is better to not useIngo Schwarze
2014-12-02macro cleanup; kaspars at bankovskis dot netIngo Schwarze
2014-12-02Noone cares what castle the princess is inTheo de Raadt
2014-12-02sync bcopy/memmove/memcpy implementation with the kernel. ok deraadtTed Unangst
2014-11-30Fix a minor documentation bug: When given the old real ID unchanged,Ingo Schwarze
2014-11-30update STANDARDS; ok millert@ jmc@Ingo Schwarze
2014-11-30do not use .St -p1003.1d-99 which is used in exactly two pages;Ingo Schwarze
2014-11-30Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.Ingo Schwarze
2014-11-30obvious STANDARDS updateIngo Schwarze
2014-11-30move the description of flags from the SYNOPSIS to the DESCRIPTION;Ingo Schwarze
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2014-11-30mandoc -Tlint fixes from <kaspars at bankovskis dot net>Ingo Schwarze
2014-11-30Even though not callable, "Ed" is a macro name, so for clarity,Ingo Schwarze
2014-11-30Remove non-portable use of .Pf that doesn't work with groff;Ingo Schwarze
2014-11-27Ensure that sess_cert is not NULL at the start ofJoel Sing
2014-11-27Avoid a double-free in an error path.Joel Sing
2014-11-27Avoid a NULL dereference in the DTLS client that can be triggered by aJoel Sing
2014-11-26garbage collect .TnIngo Schwarze
2014-11-26remove superflous gettimeofday wrapper.Brent Cook
2014-11-26memset like a normal human.Brent Cook
2014-11-26normalize set/getsockopt usage.Brent Cook
2014-11-26Linux has had IP_MTU since 2005, don't force it.Brent Cook
2014-11-26macro cleanup; from kaspars at bankovskis dot netIngo Schwarze
2014-11-25zap trailing whitespace;Jason McIntyre
2014-11-25C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsTodd C. Miller
2014-11-25rand() is a pseudo-random number generatorTodd C. Miller
2014-11-25Don't describe random() as "better".Todd C. Miller
2014-11-25Warn people to use arc4random() in DESCRIPTION so they see it usingTodd C. Miller
2014-11-25Move guts of setbuf.3 into setvbuf.3 to make it clear which oneTodd C. Miller
2014-11-25rand48(3) not drand48(3) to align with the actual man page and XrTodd C. Miller
2014-11-25macro and typo fixes from kaspars at bankovskis dot netIngo Schwarze
2014-11-25no first person in man pages.Ted Unangst
2014-11-25no need for md5 xrTed Unangst
2014-11-25revert the bludgeoning of DES. if we need a thread safe crypt, maybe it'sTed Unangst
2014-11-25push some global data down into functions to make this threadlier.Ted Unangst