summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-04-14Another couple of commas in the wrong place, ok jmcNicholas Marriott
2015-04-14Fix sa_sigaction() handler example. The third argument is void * andTodd C. Miller
2015-04-12Let nl_langinfo(CODESET) return "US-ASCII" as the name of theChristian Weisgerber
2015-04-07Add support for setting tm_zone now that we have the timezone symbol.Todd C. Miller
2015-04-07Remove obsolete timezone() function.Todd C. Miller
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-04-06bludgeon DES support out of crypt. long live the bcrypt.Ted Unangst
2015-04-06improve realloc. when expanding a region, actually use the free page cacheTed Unangst
2015-04-06tidy up by inlining next level included makefilesTed Unangst
2015-04-05seems unlikely that a new release will be made available for us to importTed Unangst
2015-03-31Stop encoding the syscall number in the swi instruction - this has beenJoel Sing
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-03-26Use -> instead of a right arrow when referring to C's -> operator.Anthony J. Bentley
2015-03-23Make rcmdsh(3) not fail if it is passed a non resolvable hostname.Alexander Hall
2015-03-23fix memory leaks in tempnam(3) error pathsJonathan Gray
2015-03-22differentiate between a failed read, returning -1, and encounteringAlexander Hall
2015-03-22Resolve a mandoc -Tlint warning about trailing whitespace.Stefan Sperling
2015-03-22More wide character string function man page improvements based on feedbackStefan Sperling
2015-03-22unmute rcmd hostname lookup failureAlexander Hall
2015-03-21according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0;Jason McIntyre
2015-03-19zap #if 0'd code that's been dead since '96Alexander Hall
2015-03-19better wording, from andre smagin; ok stspJason McIntyre
2015-03-18use 4x buffer size for opendir. speeds up large directory reading, andTed Unangst
2015-03-14TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualTodd C. Miller
2015-03-14Do not reference tzfile.h since that is an internal header.Todd C. Miller
2015-03-14remove incorrect statement. the standard *does* require calloc to checkTed Unangst
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-13delete useless comment about Open GroupTheo de Raadt
2015-03-12_PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v...Jason McIntyre
2015-03-12Fix typo: nemb -> nmembLawrence Teo
2015-03-11document HW_PERFPOLICY; ok teduJason McIntyre
2015-03-05Revert; committed by accident without approval from deraadt@ at releaseLawrence Teo
2015-03-05Fix typo, from Ryan May.Lawrence Teo
2015-03-03sort sections;Jason McIntyre
2015-03-03Fix variable name typo in IDIOMS.Kent R. Spillner
2015-03-02Update comment to match code; Caspar SchutijserTodd C. Miller
2015-03-02Document that POLLPRI and POLLRDBAND are set for out-of-band socketTodd C. Miller
2015-03-02Document out-of-band data on a socket as an example of an exceptionalTodd C. Miller
2015-03-02Document when closefrom() was added to OpenBSD. OK bcook@Todd C. Miller
2015-03-02Note that closefrom is an extension.Brent Cook
2015-03-02gethostbyname(3) would fail when more than 16 addrs/aliases were returned.Bryan Steele
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-27Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored.Todd C. Miller
2015-02-24we don't let strtonum errors bleed through now.Ted Unangst
2015-02-24Set errno to EINVAL, instead of letting ERANGE escape out.Ted Unangst
2015-02-23Convert a table unsupported by mandoc to a columnated list.Anthony J. Bentley
2015-02-21update siphash manpages to reflect change in return type spelling.Ted Unangst
2015-02-20Use standard spelling for types, and rename local variable from "free".Ted Unangst
2015-02-16Amend documentation for AI_ADDRCONFIGJeremie Courreges-Anglas