summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree
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
o Use S_ISCHR instead of doing it by hand o st_blksize cannot be negative (christos)
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
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
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
realloc(3) to the size of the string, not the size of the buffer allocated for the string (which is a noop). mycroft@netbsd.org
1998-10-05add a reference to fork(2) \Artur Grabowski
from woods@mail.weird.com
1998-10-04For a.out, try mmap first (like we used to do) and only malloc() if that ↵Todd C. Miller
fails (for ksyms). Also clean up some mmap/malloc leaks.
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 ↵Todd C. Miller
setmode()
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
then/than and such. Other miscellaneous problems fixed across these source files.
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
occurrences squashed as well.
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
it requires linking with -lz. savecore will use this to operate on gzipped kernels.
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. ↵Todd C. Miller
Remove references...
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