Age | Commit message (Expand) | Author |
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 |
2016-05-04 | Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and | Vadim Zhukov |
2016-05-03 | Stop using a soft-interrupt context to process incoming network packets. | Martin Pieuchot |
2016-04-29 | Fix some gibbering horrors due to uninitialized struct nameidata's | Bob Beck |
2016-04-28 | careful study of the holy scrolls reveals that for pselect (and ppoll) | Ted Unangst |
2016-04-28 | 1) Split pledge whitelist path handling out of pledge_namei() and into | Bob Beck |
2016-04-28 | fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pages | Bob Beck |
2016-04-26 | copy_statfs_info() is not only used by ufs, but by other filesystems too, | Martin Natano |
2016-04-26 | fix off by one in vfs_vnode_print - found by miod | Bob Beck |
2016-04-25 | remove systrace remnants | Ted Unangst |
2016-04-25 | boom goes the dynamite | Ted Unangst |
2016-04-25 | simplifies the check for allowing only promises | Sebastien Marie |
2016-04-25 | removes an unneeded check on flags (used historically when tame(2) was using | Sebastien Marie |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne |
2016-04-08 | add m_purge for freeing a list of mbufs linked via m_nextpkt | David Gwynne |
2016-04-07 | Share clone bitmap between aliased vnodes. This prevents duplicate clone | Martin Natano |
2016-04-06 | correct the order of arguments to m_get in m_dup_pkt | David Gwynne |
2016-04-05 | Increase size of the clone bitmap (revised diff after revert). I have | Martin Natano |
2016-04-01 | Revert the clone bitmap enlargement change | Mike Belopuhov |
2016-03-31 | Increase size of the clone bitmap. A limit of only 64 device clones | Martin Natano |