summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-21missed an includeDavid Leonard
1998-11-20crank major, just in caseTheo de Raadt
1998-11-20link/mention recently added manual pagesDavid Leonard
1998-11-20sync with freebsdDavid Leonard
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-20Move atomic_lock code from asm to C with inline asm;David Leonard
1998-11-20fix strcat usage; deraadtDavid Leonard
1998-11-20Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgTodd C. Miller
1998-11-19Ignore $TERMINFO if setuigidTodd C. Miller
1998-11-19ignore out-of-range environment LINES and COLUMNSTheo de Raadt
1998-11-19For issetugid case, only ignore $TERMCAP if it is a pathTodd C. Miller
1998-11-19add missing spaceTodd C. Miller
1998-11-19For issetugid case, only ignore $TERMCAP if it is a pathTodd C. Miller
1998-11-19Correct $FromTodd C. Miller
1998-11-19Correct $FromTodd C. Miller
1998-11-18"foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslNiklas Hallqvist
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-17man updates from ncurses-4.2-981114Todd C. Miller
1998-11-17update to ncurses-4.2-981114Todd C. Miller
1998-11-16doc EAFNOSUPPORT returnTheo de Raadt
1998-11-16preserve errno; christosTheo de Raadt
1998-11-16use _USE_WRITETheo de Raadt
1998-11-16fix _USE_WRITETheo 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-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-11-06add missing const to match prototype in string.hWim Vandeputte
1998-11-04availiable -> availableAaron Campbell
1998-11-04Some -Wall and use strlcpyTodd C. Miller
1998-11-02From ken@FreeBSD.ORG:Todd C. Miller
1998-10-31update to ncurses 4.2-981017Todd C. Miller
1998-10-28Don't return error trying to make a dump header when noMarco S Hyman
1998-10-19Fix so to not require a make obj - Fix cleandir target to remove the headersBob Beck
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
1998-10-12*UNTESTED* Makefile and configure changes that may work with pmax and arc.Bob Beck
1998-10-10add bn_mulw as in the non-patent version.Bob Beck
1998-10-08Fix static non-bn-asm builds. Need this file.Bob Beck
1998-10-08back out previous change. Theo says:Marco S Hyman