summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
2005-11-20Allocate space for profiling data using mmap instead of sbrk.Todd C. Miller
Tested by myself and pedro@
2005-11-20brk() and sbrk() should use void *, not char *. Note that sbrk()Todd C. Miller
should take intptr_t, not int, but we don't presently have intptr_t available from unistd.h. OK marco@
2005-11-18FIONASYNC -> FIOASYNCJason McIntyre
from nicholas marriott;
2005-11-16CODESET support. okay millert@, otto@Marc Espie
(not really useful for now, it mostly helps some programs which want to use it, it will become useful when we have full 16 bits locale).
2005-11-15Do not clobber errno when calling close(2) in example code.Otto Moerbeek
From form@ via mpech@
2005-11-15Use a forward declaration of struct timespec instead of assumingTodd C. Miller
it has already been defined by previous includes. While this is true at the moment, it will no longer be true after a pending includes cleanup. OK marc@
2005-11-14clarify the description of append mode;Jason McIntyre
this comes originally from a mail from mpech@; ok otto@, and no one else objected;
2005-11-13save errno in example code. from mpech@ ok jmc@Otto Moerbeek
2005-11-12- note that basename() may modify the stringJason McIntyre
- section header WARNING -> CAVEATS while here from han boetes; ok deraadt@
2005-11-10add $OpenBSD$ tags, as requested by dtucker.Marc Espie
2005-10-30Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endianMark Kettenis
systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@
2005-10-29rewording; ok millert ottoJared Yanovich
2005-10-29Activate missing wcswidth, as noted by Alexander Bluhm.Marc Espie
okay deraadt@, otto@ Minor bump (nobody stepped forward with other changes, so let's do this one)
2005-10-27remove errors that no longer apply; ok millert, teduJared Yanovich
2005-10-26Always set errno on error. Based on NetBSD. ok jaredy@ pat@Otto Moerbeek
2005-10-26Remove obsolete comment. ok deraadt@Otto Moerbeek
2005-10-26clarifications from ray lai;Jason McIntyre
tweaked by tedu@ and myself;
2005-10-25dont' -> don't in comments;Jason McIntyre
from ray lai;
2005-10-20put HISTORY in the right order;Jason McIntyre
2005-10-20A library should not return EFAULT. Just segfault if a bogus orOtto Moerbeek
NULL pointer is passed in. ok espie@
2005-10-19once again: library routines should not check pointers and what errnoTheo de Raadt
with EFAULT. programmers ignore the error returns. please, please, please -- we want to crash so that the programmer will become aware of the bug and fix it instead. ok otto
2005-10-19add missing header for HISTORY section; ok jmc awhile agoJared Yanovich
2005-10-19EFAULT corrections; ok millert and ottoJared Yanovich
2005-10-19missing full stopJared Yanovich
2005-10-12Use queue macros instead of directly accessing fields. ok millert@Otto Moerbeek
2005-10-11tidy up examplesJared Yanovich
- use err() for error handling - add lint hints - spacing nits and missing braces ok otto
2005-10-10Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro.Otto Moerbeek
The latter might fail, depending on the actual implementation of CIRCLEQ_REMOVE. Found by a strict queue.h I'm working on. ok pedro@ millert@
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
okay otto@
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br> Thanks.
2005-10-09ANSI function prototypes in examples; ok ottoJared Yanovich
2005-10-07Document the recent changes to the multicast routing in the kernel.Esben Norby
from jmc@ ok jmc@
2005-10-05End sentences with a dotMiod Vallat
2005-10-05Clarify the return value and drop nonapplicable bugs section hastily pastedMiod Vallat
from ttyname(3). Feedback espie@ jmc@, ok deraadt@ jmc@
2005-10-05further knf and cleaning; ok tdevalTheo de Raadt
2005-10-05first KNF (no binary diffs)Theo de Raadt
2005-10-04Fix use after free(). Bug found by mpech@; ok deraadt@Otto Moerbeek
2005-10-03add struct udf_args;Jason McIntyre
requested by mpech@ ok otto@
2005-10-03add missing MLINK for WEXITSTATUS.2Jason McIntyre
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
ok krw@ deraadt@
2005-10-02some fixes to the .Nm list:Jason McIntyre
- remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run}
2005-10-02`ether_addr' is the name of a structure, not a function: remove its MLINKJason McIntyre
and remove its entry from the .Nm list;
2005-10-02add missing MLINK for strnunvis.3, introduced -r1.14;Jason McIntyre
2005-10-02add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;Jason McIntyre
2005-10-02add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;Jason McIntyre
2005-09-29use tabs instead of spaces in tags fileUwe Stuehler
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
ok deraadt espie kettenis
2005-09-15tidy up lists and displays...Jason McIntyre
2005-09-14ptrace(2) following fork(2)Mark Kettenis
ok miod@
2005-09-12Missing colons.Miod Vallat
2005-09-12some markup and punctuation fixes from wiz@netbsdJason McIntyre