Age | Commit message (Collapse) | 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 | |
using input from millert@, reminded by and ok jmc@ | |||
2014-01-23 | Fix .readdir() code following what is done in .getdir(). | Sylvestre Gallon | |
Issue reported by Helg Bredow and Derrik Pates, thanks ! ok pelikan@ | |||
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 | |
tweaking and ok millert@ jmc@ | |||
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 | |
the ball rolling. ok deraadt. | |||
2014-01-22 | clean up macro usage; | Ingo Schwarze | |
tweak and ok ratchov@, ok jmc@ | |||
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray | |
problem reproduced and fix verified by schwarze who wrote the code ok krw@ deraadt@ schwarze@ | |||
2014-01-21 | Ouch... recommend arc4random, not random. | Theo de Raadt | |
spotted by tedu | |||
2014-01-21 | Mark fuse_opt_parse()'s third argument as a point to const, to match the | Jeremie Courreges-Anglas | |
reference FUSE implementation. ok syl@ | |||
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 | |
make it a list of processes, and change P_NOZOMBIE and P_STOPPED from thread flags to process flags. Add allprocess list for the code that just wants to see processes. ok tedu@ | |||
2014-01-20 | Include fuse_opt.h in fuse.h. | Sylvestre Gallon | |
Reported by Helg Bredow (xx404 AT msn DOT com), thanks ! ok millert@ | |||
2014-01-20 | hook mknod() if create() implementation is not present. | Sylvestre Gallon | |
from Derrik Pates (daemon AT now DOT ai), thanks! ok guenther@ | |||
2014-01-20 | Add missing section numbers to .Xr; found while testing mandocdb(8). | Ingo Schwarze | |
While here, improve the wording at one place. OK jmc@. | |||
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 | |
1. integer division can give an off-by-one (like 2/3 = 0 for calloc) 2. ending the shells array with NULL takes space, too ok millert@ | |||
2014-01-19 | Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove the | Theo de Raadt | |
format handling wrapper. __fdnlist is used by libkvm. Avoid cranking libc because the time is inconvenient, and __elf_fdnlist is not used anywhere. ok millert jsing | |||
2014-01-19 | Retain local changes from rev 1.13. | Tobias Stoeckmann | |
ok deraadt@ | |||
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze | |
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET). While here, remove .Tn markup from the same words in the body of these pages, too. | |||
2014-01-19 | Punctuation after macro arguments needs to be in a separate argument. | Ingo Schwarze | |
Found while testing mandocdb(8). | |||
2014-01-18 | Wrap long line. | Joel Sing | |
2014-01-17 | Fix off-by-one on specially crafted /etc/shells file. | Tobias Stoeckmann | |
ok gilles@, millert@ | |||
2014-01-16 | Add support for mknod in fuse. | Sylvestre Gallon | |
OK tedu@ "it looks good to me" from guenther@ | |||
2014-01-15 | Initialise _res.nsaddr_list in res_init(), fixing some programs which depend | Stuart Henderson | |
on bind resolver internals. Note, the list will not be updated if resolv.conf is changed while the program runs unless the caller resets the RES_INIT flag. Approach suggested by otto@, original diff from Kapetanakis Giannis, fix suggested by tedu@ and dug up again by Riccardo Mottola. Looks ok to eric@. | |||
2014-01-14 | build crt*S with -fPIC instead of -fpic | Miod Vallat | |
2014-01-11 | fchownat is allowed to return EOPNOTSUPP | Marc Espie | |
okay guenther@ | |||
2014-01-10 | match what hppa is doing now (not tested, but should be right) | Theo de Raadt | |
ok miod jsing | |||
2014-01-10 | correct argument handling; this has been broken since to beginning | Theo de Raadt | |
and was writing to wrong memory. ok jsing miod guenther | |||
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 | |
is also pulled in | |||
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 | |
Issue reported by Helg Bredow, thanks! With inputs from tedu@ ok tedu@ | |||
2013-12-31 | Remove #ifdef _REENTRANT code that isn't used here. These days, the code | Mark Kettenis | |
handling per-thread errno lives in librthread. ok miod@, espie@ | |||
2013-12-31 | don't try writing past the end unless we have to | Ted Unangst | |
ok gilles millert | |||
2013-12-28 | Do not need __guard[] anymore since we are now relying on __guard_local | Theo de Raadt | |
for a while already ok miod kettenis | |||
2013-12-28 | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | Mark Kettenis | |
right __dso_handle and have dlopen'ed shared objects run their atexit handlers when they get unloaded. This is what Linux does, and several ports depend on this behaviour (and will crash upon exit without this chang). Based on an earlier diff from matthew@ Tested by ajacoutot@ ok deraadt@ | |||
2013-12-27 | do not need to create the stack cookie using a constructor anymore, | Theo de Raadt | |
since the kernel supplies a .openbsd.randomdata segment. ok matthew miod guenther | |||
2013-12-27 | remove non-openbsd.randomdata parts | Theo de Raadt | |
ok miod matthew | |||
2013-12-26 | constify data parameter in imsg_add() and imsg_compose() | Eric Faurot | |
ok deraadt@ | |||
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 | |
means we no longer rely on how the C compiler sets up the initial stack frame and allows us to get rid of MD_NO_CLEANUP. ok deraadt@, guenther@ | |||
2013-12-23 | Sync Makefile with what other platforms do; makes dependency tracking actually | Mark Kettenis | |
work. ok deraadt@, guenther@ | |||
2013-12-23 | - clarify that sio_close() stops the device first, then | Alexandre Ratchov | |
frees the handle and not the opposite - clarify that sio_close() and sio_stop() dont discard samples in the play buffer. suggested by Reimar Doeffinger <Reimar.Doeffinger at gmx.de> ok jmc@ |