Age | Commit message (Expand) | Author |
2016-06-14 | Prevent a round to zero in the timeout_add_...() functions. Getting | Alexander Bluhm |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2016-06-12 | Fix format string in ddb show socket. | Alexander Bluhm |
2016-06-11 | if the timeout rounds to zero, make it one tick, otherwise we sleep | Ted Unangst |
2016-06-11 | Since epp->ep_name is a userland pointer, use copyinstr(9) to get a copy ok | Mark Kettenis |
2016-06-11 | Cleanup some systrace leftovers. | Mark Kettenis |
2016-06-08 | Enforce W^X and map W|X segments without X permission initially. The | Mark Kettenis |
2016-06-08 | As logging to dmesg with msgbuf_putchar() can happen in any interrupt | Alexander Bluhm |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt |
2016-06-07 | per trending style, add continue to empty loops. | Ted Unangst |
2016-06-03 | Allow pegged process on secondary CPUs to continue to be scheduled when | Mark Kettenis |
2016-06-01 | rmdir(2) should return EINVAL not EBUSY when trying to remove ".". | Todd C. Miller |
2016-06-01 | add support for using SRPs without the garbage collection machinery. | David Gwynne |
2016-05-31 | Fix ptrace PT_WRITE_D that returned EFAULT. | Jeremie Courreges-Anglas |
2016-05-31 | sys_o58_kill is no longer needed for compat. | Theo de Raadt |
2016-05-31 | sys_osendsyslog can go away; we have transitioned to the new version with | Theo de Raadt |
2016-05-31 | sync | Theo de Raadt |
2016-05-31 | sys_osendsyslog can go away; we have transitioned to the new version with | Theo de Raadt |
2016-05-31 | sys_o58_kill is no longer needed for compat. | Theo de Raadt |
2016-05-30 | Identify W^X labelled binaries at execve() time based upon WX_OPENBSD_WXNEEDED | Theo de Raadt |
2016-05-30 | backout to insert correct commit message | Theo de Raadt |
2016-05-30 | *** empty log message *** | Theo de Raadt |
2016-05-29 | Fix sizes passed to free() in fdfree(). This prevents a panic reported | Martin Natano |
2016-05-28 | add sizes to free() calls for descrip tables | Ted Unangst |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-27 | rename(2) operation requires "rpath cpath" at the underlying operation | Theo de Raadt |
2016-05-26 | The doforce variable isn't modified anywhere. Also, the only filesystem | Martin Natano |
2016-05-24 | Remove two sysctls which were introduced only for development of the | Theo de Raadt |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |
2016-05-23 | remove the function pointer from mbufs. this memory is shared with data | Ted Unangst |
2016-05-23 | VOP_REALLOCBLKS() and related code is unused since the removal of | Martin Natano |
2016-05-21 | Fix logic bug in DUID generation - we want to generate DUIDs until we have | Joel Sing |
2016-05-21 | Cleanup some of the DUID code and refactor for readability. | Joel Sing |
2016-05-20 | Remove dead assignment/unused variable. | Joel Sing |
2016-05-19 | Let setroot() pick the boot disk based on the DUID provided in bootduid if | Mark Kettenis |
2016-05-19 | All msg buf counters are long, so lmin(9) should be used for them. | Alexander Bluhm |
2016-05-18 | Kill trailing whitespaces. | Alexander Bluhm |
2016-05-18 | Use constty and cn_devvp for checking wether to use cnwrite(). That | Alexander Bluhm |
2016-05-18 | rename srp_finalize to srp_gc_finalize | David Gwynne |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne |
2016-05-18 | Remove unnecessary cast of buflen to u_int in sockargs(). This was | Todd C. Miller |
2016-05-17 | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not | Alexander Bluhm |
2016-05-17 | Backout the previous fix for the sendsyslog(2) with LOG_CONS solution. | Alexander Bluhm |
2016-05-17 | Document NOLOCK, from Michal Mazurek. | Martin Pieuchot |
2016-05-15 | remove chroot(2) from allowed syscalls under pledge(2). | Sebastien Marie |
2016-05-13 | contrary to documentation and other implementations, kevent was preventing | Ted Unangst |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-10 | If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been | Alexander Bluhm |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |