summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
1999-03-18typo; nash@mcs.netAaron Campbell
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
1999-03-12formattingPaul Janzen
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1999-03-09Back out rev 1.7. PCTS 151-2 still passes, and mktime() now correctly returnsPaul Janzen
1999-03-06add examplesTodd C. Miller
1999-03-06typoTodd C. Miller
1999-03-05better examples section wrt strncpy()Todd C. Miller
1999-03-05fix umount references; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-03-04add .Nd and a DESCRIPTION section; karls@inet.noAaron Campbell
1999-03-02EACESS -> EACCES; garath@code.ridgefield.orgAaron Campbell
1999-03-02describe some additional things many people do not knowTheo de Raadt
1999-03-02doc timer{clear,add,sub,cmp,isset}Theo de Raadt
1999-03-02getservbyport() takes a network byte order port #Theo de Raadt
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1999-02-26Add EMLINK error messageConstantine Sapuntzakis
1999-02-26Use .Fn for dbopen() declaration and add from Dv for NULLTodd C. Miller
1999-02-26.Ar -> .Fa and NULL is DvTodd C. Miller
1999-02-26convert to mdoc, document changes from db 1.8.6Todd C. Miller
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-25Don't segfault when sysctl failsArtur Grabowski
1999-02-25constify getcap(3). This fixes a warning in libcurses and doesn'tTodd C. Miller
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt
1999-02-17more errno values are possible; jon@oaktree.co.ukTheo de Raadt
1999-02-16mandoc versionTheo de Raadt
1999-02-16real dbm_rdonlyTodd C. Miller