Age | Commit message (Expand) | Author |
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 |
2013-12-19 | Split out strncpy and strncat from strcpy and strcat manuals. | Todd C. Miller |
2013-12-19 | pseudo-code corrections from Solar Designer <solar@openwall.com> | Theo de Raadt |
2013-12-17 | The termios.h bits were missing from the initial commit. | Todd C. Miller |
2013-12-17 | fix build; from deraadt@ | Christian Weisgerber |
2013-12-17 | crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_prealloc | Theo de Raadt |
2013-12-17 | inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darker | Theo de Raadt |
2013-12-17 | f_prealloc() goes away. Comment from the original source file: | Theo de Raadt |
2013-12-17 | Add tcgetsid() now that it is in POSIX base. Man page adapted from | Todd C. Miller |
2013-12-12 | POSIX no longer requires sys/types.h be included to get the pid_t | Todd C. Miller |
2013-12-05 | no more regexp(3), so point to regex(3); | Jason McIntyre |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt |
2013-12-04 | tweak from deraadt; | Jason McIntyre |
2013-12-04 | update BUGS to reflect previous; as advised by | Jason McIntyre |
2013-12-03 | Remove string.h dependency from sys/select.h; from FreeBSD, tweaked | Christian Weisgerber |
2013-12-02 | CIRCLEQ begone. | Kenneth R Westerback |
2013-12-01 | Eliminate references to the basep argument which was removed in the | Philip Guenther |