summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1998-08-28some libc parts; memmove.S to writtenMichael Shalayeff
1998-08-28define hppa as an ieeeMichael Shalayeff
1998-08-28do not toss memory dribble into the output files (small performance loss)Theo de Raadt
1998-08-28hppa is ieee fp tooMichael Shalayeff
1998-08-28links to asnprintf and suchTheo de Raadt
1998-08-27re-initialize the tty buffer with "/dev/" everytime through; spotted by dTheo de Raadt
1998-08-26s/NetBSD/OpenBSDkstailey
1998-08-23Strip leading '_' from symbol to lookup if symbols in file lack leading '_'.Todd C. Miller
1998-08-22doc UA faulting codeTheo de Raadt
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedTheo de Raadt
1998-08-21I committed the wrong version before, here is the correct oneTodd C. Miller
1998-08-21For a.out use read, not mmap, to get the string table so this works onTodd C. Miller
1998-08-21mention that madvise() is not yet implementedTodd C. Miller
1998-08-21document MAP_COPYTodd C. Miller
1998-08-20clear IMAXBEL bit; msaitohTheo de Raadt
1998-08-19commasPaul Janzen
1998-08-17typoTodd C. Miller
1998-08-17Xr pollTheo de Raadt
1998-08-15document the common misuse of reallocTheo de Raadt
1998-08-15fix realloc patchTheo de Raadt
1998-08-14realloc repairTheo de Raadt
1998-08-12Make code ANSI/ISO C conformant. Formerly undefined constructs were usedNiklas Hallqvist
1998-08-11Temporary fix for a GCC aliasing bug/misfeature that hits hereNiklas Hallqvist
1998-08-10crank minorNiels Provos
1998-08-10add ECB and CBC encryption for octet streamsNiels Provos
1998-08-10fix base64 encoding, this problem was reported byNiels Provos
1998-08-08add russian messages supportOleg Safiullin
1998-08-07Xr netintroTheo de Raadt
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