summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2016-02-11Document how to use sndio in pledged programs.Tim van der Molen
2016-02-08new sentence, new line;Jason McIntyre
2016-02-08mention mktime, since that is where struct tm is described. ok schwarzeTed Unangst
2016-02-08Align with reality, and with POSIX: For this particular function,Ingo Schwarze
2016-02-07compare pointer to NULL in example codemmcc
2016-02-05be more forceful about not using these.Marc Espie
2016-02-05Fix err(3) calls after allocation failures in examples.Ingo Schwarze
2016-02-05avoid an uninitialised value in a return path added in rev 1.5Jonathan Gray
2016-01-28sigsuspend is section 2, not 3.Jason McIntyre
2016-01-28The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),Ingo Schwarze
2016-01-26Don't crash dumping malloc stats if malloc_init hasn't been called, noted byOtto Moerbeek
2016-01-26When encoding fails in fputwc(3), set the error indicator as requiredIngo Schwarze
2016-01-19replace (void *)0 with NULLmmcc
2016-01-19remove a nop assignment that has been #if 0'd since 1996mmcc
2016-01-18adjust some syscalls in proc & id; from Carlin BinghamTheo de Raadt
2016-01-09Replace "function call" with "function" when referring to a functionmmcc
2016-01-09drop "abort" promise, and make it the default behaviour.Sebastien Marie
2016-01-06add a bug that the path whitelist is not available at this time.Ted Unangst
2016-01-06Long ago, malloc internally had two kinds of failures, warnings and errors.Ted Unangst
2016-01-05Use "path" not "file" as the function arg to utimes() and utimensat().Todd C. Miller
2016-01-04Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb
2016-01-04Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3),Ingo Schwarze
2016-01-04Fix lots of bugs.Ingo Schwarze
2015-12-30another case where bad things would happen after wrterrorTed Unangst
2015-12-30if somebody makes the mistake of disabling abort, don't deref null inTed Unangst
2015-12-29Verify that the section header size supplied in the ELF header is whatmmcc
2015-12-28Remove NULL-checks before free() and needless argument casts.mmcc
2015-12-28Remove NULL-checks before free() and unnecessary argument casts.mmcc
2015-12-28Remove NULL-checks before free() and a few related dead assignments.mmcc
2015-12-27remove unused variableCharles Longeau
2015-12-25Simplify allocation logic based on free and realloc's behavior on NULL.mmcc
2015-12-25Add missing second argument to FD_SET macro in example code snippet.tb
2015-12-24Both our manual and POSIX ask us to set the error indicator when anIngo Schwarze
2015-12-19gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed withTim van der Molen
2015-12-18Simplify return call of rand() and rand_r() to make it easier to read.tb
2015-12-16tweak previous;Jason McIntyre
2015-12-16documents pledge(2) "dpath" promiseSebastien Marie
2015-12-16Remove support for HOSTALIASES from the resolver. This "open and parseTheo de Raadt
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-14s/begining/beginning/gmmcc
2015-12-12Remove calloc cast, give sizeof parens. No functional change.mmcc
2015-12-11"the the" -> "the" in commentmmcc
2015-12-10tiny sanity check on file sizeTed Unangst
2015-12-10use geteuid to make it easier for root to communicate.Ted Unangst
2015-12-09Integrate two patches originally from Daniel Micay.Ted Unangst
2015-12-08rewrite guts of getusershell() to avoid possibility of overflow.Ted Unangst
2015-12-06Validate input files to prevent out of boundary accesses.Tobias Stoeckmann
2015-12-03Remove the /usr/share/nls/ exception from pledge(2). The libcAlexander Bluhm
2015-12-01use strlcat instead of strlcpy with modified arguments. ok deraadt@Can Erkin Acar
2015-12-01Document that "tty" provides read-write access to /dev/tty too.Todd C. Miller