summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-05-25Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.Eric Faurot
2015-05-25getnameinfo(3) doesn't need to initialize the resolver when it's only usedEric Faurot
2015-05-18swap calloc() arguments for clarityTheo de Raadt
2015-05-17Of course, fcntl errno case returns -1, which must be converted to 0Theo de Raadt
2015-05-17isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYTheo de Raadt
2015-05-17Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterTheo de Raadt
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2015-05-14Use STRONG_ALIAS instead of ALTENTRY.Mark Kettenis
2015-05-14rev 1.3 introduced a check to an if statement without adding braces.Jonathan Gray
2015-05-13If crypt(3) is called with an unknown setting, return NULL insteadAlexander Bluhm
2015-05-12Add dlclose(3) to SEE ALSOPhilip Guenther
2015-05-12Put the right number of leading underscores in ___cerror and __cerror, forMiod Vallat
2015-05-12chflagsat() is also async-signal-safePhilip Guenther
2015-05-11Whoops, need to pass through O_ACCMODE flags to the underlying __*_open()Philip Guenther
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionPhilip Guenther
2015-05-06fix a fd leak in an error path in code under #ifdef DEBUGJonathan Gray
2015-05-05AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.Jeremie Courreges-Anglas
2015-05-05Move the AI_ADDRCONFIG setup to its own function.Jeremie Courreges-Anglas
2015-05-05Make argument name consistent and use .Fn rather than .Nm in section 3.Ingo Schwarze
2015-05-05Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsPhilip Guenther
2015-05-04Use the size of the buffer not the pointer in a call to mem_free().Jonathan Gray
2015-04-25Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), forMiod Vallat
2015-04-21Eliminate the last uses of *fork's second syscall return register; the pidPhilip Guenther
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-17Tweaks utimensat/futimens handling to always update ctime, even when bothPhilip Guenther
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