summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-12-13this thisNiklas Hallqvist
1998-12-10sync with FreeBSDDavid Leonard
1998-12-10split automatic init into own fileDavid Leonard
1998-12-10tests are now usefulDavid Leonard
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-12-02Unobfuscate commentMarc Espie
1998-11-30This stuff is now in libocursesTodd C. Miller
1998-11-30document libotermcap and say why it is deprecatedTodd C. Miller
1998-11-30typoTodd C. Miller
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesTodd C. Miller
1998-11-29create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed becau...Todd C. Miller
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