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 | Fix .readdir() code following what is done in .getdir(). | Sylvestre Gallon |
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 | clean up macro usage; | Ingo Schwarze |
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray |
2014-01-21 | Ouch... recommend arc4random, not random. | Theo de Raadt |
2014-01-21 | Mark fuse_opt_parse()'s third argument as a point to const, to match the | Jeremie Courreges-Anglas |
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 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | Include fuse_opt.h in fuse.h. | Sylvestre Gallon |
2014-01-20 | hook mknod() if create() implementation is not present. | Sylvestre Gallon |
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-20 | p_textvp moved from struct proc to struct process | Philip Guenther |
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 | Retain local changes from rev 1.13. | Tobias Stoeckmann |
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-18 | Wrap long line. | Joel Sing |
2014-01-17 | Fix off-by-one on specially crafted /etc/shells file. | Tobias Stoeckmann |
2014-01-16 | Add support for mknod in fuse. | Sylvestre Gallon |
2014-01-15 | Initialise _res.nsaddr_list in res_init(), fixing some programs which depend | Stuart Henderson |
2014-01-14 | build crt*S with -fPIC instead of -fpic | Miod Vallat |
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 |
2014-01-03 | sort SEE ALSO; | Jason McIntyre |
2014-01-03 | some more information, based on a diff by sven falempin | Ted Unangst |
2014-01-02 | Call fuse callbacks on FBT_INIT and FBT_DESTROY. | Sylvestre Gallon |
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-26 | constify data parameter in imsg_add() and imsg_compose() | Eric Faurot |
2013-12-24 | yup, we do ELF | Theo de Raadt |
2013-12-23 | Add assembly code to set up the arguments for the common C startup code. This | Mark Kettenis |
2013-12-23 | Sync Makefile with what other platforms do; makes dependency tracking actually | Mark Kettenis |
2013-12-23 | - clarify that sio_close() stops the device first, then | Alexandre Ratchov |