summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1998-08-07Add correct handling of more systemcalls. either not implemented beforeDale S. Rahn
1998-08-06Don't enumerate every arch in the #if since all OpenBSD platforms use the sam...Todd C. Miller
1998-08-05IOV_MAX, not UIO_MAXIOVTodd C. Miller
1998-07-28For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI...Todd C. Miller
1998-07-28document EINVAL due to overflowTodd C. Miller
1998-07-28Don't talk about the sum of the iov_len being negative since iov_len is unsig...Todd C. Miller
1998-07-27bad Theo, changed a variable name ;-)Todd C. Miller
1998-07-27include sys/param.h to pull in MAXPATHLENTodd C. Miller
1998-07-27clone mkstemp() setup in ../btreeTheo de Raadt
1998-07-27Use a single character buffer for the size==0 case. Stdio internals do not d...Todd C. Miller
1998-07-24fix spelling of separateTheo de Raadt
1998-07-24Man pages Xrefs.Marc Espie
1998-07-23build mpool(3)Theo de Raadt
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeNiels Provos
1998-07-21crank minor because of castNiels Provos
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
1998-07-20SEM_R and SEM_A userland accessable as required; michaels@inet.noTheo de Raadt
1998-07-19fix dependancy item for libc. arch is powerpc not ppc. hmmm.Dale S. Rahn
1998-07-16change to lite2 getenv(); getenv(NULL) now returns NULLTheo de Raadt
1998-07-15make that 0664 until we find out why umask is not being appliedTodd C. Miller
1998-07-15open gmon.out mode 0644, not 0666Todd C. Miller
1998-07-14formatting flawsTheo de Raadt
1998-07-14document setuid/setgid restrictionsTheo de Raadt
1998-07-14avoid calling __has_yppw() everytime through getpwent(), by caching the YP st...Theo de Raadt
1998-07-13clarifyTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-07-11fix date specTheo de Raadt
1998-07-11be... slightly more permissive.. but i think this is right, i looked at it fo...Theo de Raadt
1998-07-11do not let :relative paths through (how did i miss this before)Theo de Raadt
1998-07-10correct range spec; jkoshyTheo de Raadt
1998-07-09clarify gethostname() callTheo de Raadt
1998-07-07include <signal.h> not <sys/signal.h>Theo de Raadt
1998-07-07per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.Theo de Raadt
1998-07-06strlxx() return size_t not char *Todd C. Miller
1998-07-06do the right thing if maxsiz == 0Todd C. Miller
1998-07-06Always NUL terminate buf even if there was not enough space toTodd C. Miller
1998-07-06fix openbsd tagTheo de Raadt
1998-07-05add .Xr's for all the random functions in libcTodd C. Miller
1998-07-05ctime takes a pointer to time_t not long. Correct in prototype, wrong in des...Todd C. Miller
1998-07-05use STDERR_FILENO; kleinkTheo de Raadt
1998-07-05Change some of the local symbols into "temporary", removed symbols.Dale S. Rahn
1998-07-04Changes to support profiling libraries for the powerpc port.Dale S. Rahn
1998-07-04split dirname and basename man pages; add dirnameTheo de Raadt
1998-07-04split dirname and basename man pagesTheo de Raadt
1998-07-03link for mkstemps()Theo de Raadt
1998-07-03do not free() before last ref; kmayer@freegate.comTheo de Raadt
1998-07-02document fd 0-2 scheme for setuid/setgidTheo de Raadt
1998-07-01crank major version since we have added new interfacesTodd C. Miller
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt