Age | Commit message (Expand) | Author |
2014-02-24 | solar's testsuite revealed insufficient validation of invalid input hashes. | Ted Unangst |
2014-02-23 | in HISTORY, say where this actually came from; | Ingo Schwarze |
2014-02-21 | remove section 2/3 pointers from section 1, | Ingo Schwarze |
2014-02-17 | replace spaces with tabs for indentation | Stefan Sperling |
2014-02-17 | Better search strategy for getaddrinfo. The address family loop must | Eric Faurot |
2014-02-17 | report extra PTR records as aliases | Eric Faurot |
2014-02-17 | remove redundant test | Ted Unangst |
2014-02-17 | sticking strlen into a char leads to wraparound at 256. fix this and | Ted Unangst |
2014-02-13 | Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon | Todd C. Miller |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-02-12 | use .At to refer to System V.1; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-11 | avoid pointless TAB outside literal context; | Ingo Schwarze |
2014-02-07 | Fix inet6_opt_init() to only check extlen when extbuff is not NULL | Martin Pieuchot |
2014-02-05 | Remove unnecessary stdio.h include. | Stefan Sperling |
2014-02-05 | Always set errno when returning NULL. OK kettenis@ henning@ | Todd C. Miller |
2014-01-29 | e.g. not i.e. | Jason McIntyre |
2014-01-26 | appeared in 5.2. from Donovan Watteau | Ted Unangst |
2014-01-24 | Update C standard reference to C99 and document HISTORY and AUTHORS; | Ingo Schwarze |
2014-01-23 | also document that ctime* and asctime* can return NULL; ok deraadt@, millert@ | Otto Moerbeek |
2014-01-22 | Use consistent phrasing for bitmask flags. | Philip Guenther |
2014-01-22 | add explicit_bzero to NAME; | Jason McIntyre |
2014-01-22 | minor++ | Ted Unangst |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst |
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray |
2014-01-21 | Ouch... recommend arc4random, not random. | Theo de Raadt |
2014-01-21 | document return values; ok deraadt@, jmc@ | Otto Moerbeek |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | Add missing section numbers to .Xr; found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-19 | Fix one more off-by-one (making it an off-by-two): | Tobias Stoeckmann |
2014-01-19 | Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove the | Theo de Raadt |
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze |
2014-01-19 | Punctuation after macro arguments needs to be in a separate argument. | Ingo Schwarze |
2014-01-17 | Fix off-by-one on specially crafted /etc/shells file. | Tobias Stoeckmann |
2014-01-15 | Initialise _res.nsaddr_list in res_init(), fixing some programs which depend | Stuart Henderson |
2014-01-11 | fchownat is allowed to return EOPNOTSUPP | Marc Espie |
2014-01-10 | match what hppa is doing now (not tested, but should be right) | Theo de Raadt |
2014-01-10 | correct argument handling; this has been broken since to beginning | Theo de Raadt |
2014-01-08 | calling HashFinal with a null digest should crash, not be silently ignored | Ted Unangst |
2014-01-08 | rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support | Theo de Raadt |
2013-12-31 | Remove #ifdef _REENTRANT code that isn't used here. These days, the code | Mark Kettenis |
2013-12-31 | don't try writing past the end unless we have to | Ted Unangst |
2013-12-28 | Do not need __guard[] anymore since we are now relying on __guard_local | Theo de Raadt |
2013-12-28 | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | Mark Kettenis |
2013-12-27 | do not need to create the stack cookie using a constructor anymore, | Theo de Raadt |
2013-12-27 | remove non-openbsd.randomdata parts | Theo de Raadt |
2013-12-24 | yup, we do ELF | Theo de Raadt |
2013-12-22 | remove unneeded check for null context. ok deraadt gilles millert | Ted Unangst |
2013-12-19 | fix double word error; | Jason McIntyre |