summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-03-21tweak for clarity, ok millert@, jmc@Marc Espie
2011-03-16nl_types.h doesn't need to be #included to use nl_langinfo(). PointedPhilip Guenthe
2011-03-15Remove evaluation of PATH_LOCALE environment variable because it can beStefan Sperling
2011-03-14try to document these functions betterTheo de Raadt
2011-03-13Fix handling of VIS_ALL: in vis(), actually encode all charactersPhilip Guenthe
2011-03-13Sync ctype definitions for the UTF-8 locale to FreeBSD, fixing width ofStefan Sperling
2011-03-12In the original sparc V7 book (and in the v8 book), the divrem leaf code usedTheo de Raadt
2011-03-12missing word;Jason McIntyre
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2011-03-12Provide wrappers for the new I386_{GET,SET}_{FS,GS}BASE sysarch() calls.Philip Guenthe
2011-03-09Stilistic improvement: use clean mdoc(7) .Qq enclosures rather thanIngo Schwarze
2011-03-08Add a kernel man page sosplice(9) for the socket splicing implementation.Alexander Bluhm
2011-03-06wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.deTheo de Raadt
2011-03-05Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a newPhilip Guenthe
2011-03-05Correct msgbuf_write() example. OK jmc@ and nicm@Claudio Jeker
2011-03-03Remove expired certs.David Hill
2011-03-02Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properlyMatthew Dempsky
2011-03-02netbsd -r1.75: Fix argument for EL_EDITOR; from Jess ThrysoeeJason McIntyre
2011-02-24SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, andMike Belopuhov
2011-02-18An attempt to open an append-only file without O_APPEND results in EPERM.Todd C. Miller
2011-02-11Fix typo, setreseuid -> setresuidPaul de Weerd
2011-02-10fix for CVE-2011-0014 "OCSP stapling vulnerability";Damien Miller
2011-02-10Put a limit on recursion during matching, and reject input of size greaterStefan Sperling
2011-02-02Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now.Federico G. Schwindt
2011-01-31Document the kernel option SOCKET_SPLICE and the socket optionAlexander Bluhm
2011-01-25Make the pthread scheduler block signals while restoring a newlyStefan Sperling
2011-01-25Put -I${includedir} back into Cflags so configure script tests likeChristian Weisgerber
2011-01-24Correctly escape a literal colon in an enclosure;Ingo Schwarze
2011-01-21- simplify, krb5 handling is not needed.Jasper Lievisse Adriaanse
2011-01-21over written -> overwrittenlum
2011-01-19Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format),Landry Breuil
2011-01-19- missing leading '.' before 'It'.Jasper Lievisse Adriaanse
2011-01-18Merge a change from ncurses upstream to correctly recalculate a formNicholas Marriott
2011-01-14superceded -> superseded;Jason McIntyre
2011-01-12avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFSDamien Miller
2011-01-10tweak previous; ok millertJason McIntyre
2011-01-10mkdtemp() is present in POSIX 1003.1-2008Todd C. Miller
2011-01-07mktemp(3) can be used, but not where mkstemp(3) is an alternative. AlsoNicholas Marriott
2011-01-04Revert previous commit: if gcc picks a memory operand for the asm thenPhilip Guenthe
2011-01-03Update to better describe reality, i.e. disklabel(8) UID usage.Kenneth R Westerback
2011-01-03- adjust krb5 directoriesJasper Lievisse Adriaanse
2010-12-31Make this compile with llvm-clang; problem pointed out by Amit KulkarniPhilip Guenthe
2010-12-31Make this compile with llvm-clang; problem pointed out by Amit KulkarniPhilip Guenthe
2010-12-28- ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is notJasper Lievisse Adriaanse
2010-12-28- generate and install pkg-config files for openssl, which more and moreJasper Lievisse Adriaanse
2010-12-27mktemp(3) (and thus mktemp(1)) no longer use the process ID whenTodd C. Miller
2010-12-24crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for theMark Kettenis
2010-12-22Do not attempt to prepend /dev/ to path if it already contains a slash.Todd C. Miller
2010-12-22seemingly the "Decentralized Trust Management" paper comes from theJason McIntyre
2010-12-22Fix out of date comment; no code changeTodd C. Miller