summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1998-12-07No need to cast to they type we already are. Also minor KNFTodd C. Miller
1998-12-07remove bogus divide, fixes pr #656Todd C. Miller
1998-12-05typoMarc Espie
1998-11-28.Xr strlcat, strlcpyMarc Espie
1998-11-25Changes from NetBSD:Todd C. Miller
1998-11-25clarify; d@Aaron Campbell
1998-11-22bad longTheo de Raadt
1998-11-22detect truncation and overflow betterTheo de Raadt
1998-11-22use %u for unsigned printsTheo de Raadt
1998-11-20crank major, just in caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-20Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgTodd C. Miller
1998-11-18check for negative numbers from strtol()Theo de Raadt
1998-11-18negative change strtol()Theo de Raadt
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@Aaron Campbell
1998-11-16doc EAFNOSUPPORT returnTheo de Raadt
1998-11-15improve behaviour; ww@styx.orgTheo de Raadt
1998-11-15ftok requires minor crankTheo de Raadt
1998-11-15ftok() takes int id; xpgTheo de Raadt
1998-11-11Fix `typo', proves that strlcpy/strlcat is a very good idea.Marc Espie
1998-11-10getenv() result is read-only, unless you're looking for trouble.Marc Espie
1998-11-10fix append mode; mason@primenet.com.auTheo de Raadt
1998-11-06add missing const to match prototype in string.hWim Vandeputte
1998-11-04availiable -> availableAaron Campbell
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
1998-10-05add a reference to fork(2) \Artur Grabowski
1998-10-04For a.out, try mmap first (like we used to do) and only malloc() if that fail...Todd C. Miller
1998-09-27Add a missing note about asprintfTodd C. Miller
1998-09-24back out gzip support, it will not make it for 2.4Todd C. Miller
1998-09-24note that the caller is responsible for freeing the pointer returned by setm...Todd C. Miller
1998-09-18need sys/stat.h; jon@chalk.oaktree.net.ukTheo de Raadt
1998-09-18bump minor for xfspioctlArtur Grabowski
1998-09-18make use of xfspioctlArtur Grabowski
1998-09-10thread-saferTheo de Raadt
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-09-08__alpha__, not alphaTodd C. Miller
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-09-07Nitpicking max filename length: add .Xr to pathconf/fpathconf.Marc Espie
1998-09-07make work on pmaxTodd C. Miller
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-05Add support for nlisting against a gzipped kernel, #ifdef'd out sinceTodd C. Miller
1998-08-31put back a security fix downsj removed ages agoTheo de Raadt
1998-08-30Fix UA cases in a MI wayNiklas Hallqvist
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove...Todd C. Miller
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
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