summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2011-04-03Don't fill the ctype tab with Latin-1 information in UTF-8 locales.Stefan Sperling
2011-04-03Add wcwidth(3) man page. ok nicmStefan Sperling
2011-03-31Make sure everything run from .init and .fini sections gets a properly alignedMark Kettenis
2011-03-30Make sure everything run from .init and .fini sections gets a properly alignedMark Kettenis
2011-03-28Add icmptype and tcpflags support to the grammargiovanni
2011-03-25back out previous commit.Bob Beck
2011-03-25Add the following certs:David Hill
2011-03-24This script doesn't need write access to $curdir. Just check existence.Matthieu Herrb
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