summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1999-05-25explain the third argument more thoroughly; some cmds take it as an int,Aaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-25all functions need a return type and at least one arg, even if it's voidAaron Campbell
1999-05-25add .Ft macros and move the argument type into each function definitionAaron Campbell
1999-05-25whoops, tzset() needs a void argument; deraadt@Aaron Campbell
1999-05-25out with old macros, in with new mdoc; kwesterback@home.comAaron Campbell
1999-05-24don't lie about being able to arbitrarily intermix reads and writes in stdioAaron Campbell
1999-05-24replace some old macros with new ones, make use of .Sy for warnings etc; d@Aaron Campbell
1999-05-24add missing #include's; d@Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-22Add swapctl(2), and crank shlib minor.Tobias Weingartner
1999-05-21improve. pushed by bengt@softwell.seTheo de Raadt
1999-05-20repair SYNOPSISAaron Campbell
1999-05-20add missing #include's from SYNOPSIS sectionAaron Campbell
1999-05-19add default value for mssdflt. more rationale might be needed.Niels Provos
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-05-17spellingTheo de Raadt
1999-05-17 o Mention strlcpy and strlcatTodd C. Miller
1999-05-171) Only do pointer adjusting if realloc() changed our pointerTodd C. Miller
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>Niklas Hallqvist
1999-05-14Removed duplicated references; millertAlex Feldman
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-05-11writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'dAaron Campbell
1999-05-11note that close(2)'ing any file descriptor which refers to a file holdingAaron Campbell
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-05-03Add octect sanity checkingyanick
1999-05-01Break up into two loops, one for the copy, another to finish traversalTodd C. Miller
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-28no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to beAaron Campbell
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
1999-04-27use assembler hereMichael Shalayeff
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-24simplified version that doesn't call strlen and that is simpler to convert to...Todd C. Miller
1999-04-22spellingMarc Espie
1999-04-21Fix the _THREAD_SAFE path through the cerror code for powerpc.Dale S. Rahn
1999-04-20issetuid -> issetugid; deraadt@Aaron Campbell
1999-04-20.Fn -> .Ft in SYNOPSIS for localtime() return typeAaron Campbell
1999-04-18Fixup of formatting in the example source codeWim Vandeputte
1999-04-18Add Xrefs.Marc Espie
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-29initgroups(3) should not spew to stderr; giles@nemeton.com.auTodd C. Miller
1999-03-26use stdlib; millertTheo de Raadt
1999-03-23Clarify realloc return valueTodd C. Miller