Age | Commit message (Expand) | Author |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-06 | it's not wrong, but it's not clear what the verauth check is for. | Ted Unangst |
2016-09-05 | Fix hibernation - make stack protector writable during resume | Bob Beck |
2016-09-05 | Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not | Claudio Jeker |
2016-09-05 | revert moving pools from tree.h to subr_tree.c rb trees. | David Gwynne |
2016-09-05 | move pool red-black trees from tree.h code to subr_tree.c code | David Gwynne |
2016-09-04 | Regen. | Joel Sing |
2016-09-04 | Remove sys_o58_kill since OpenBSD 6.0 has been tagged/released. | Joel Sing |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-04 | Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2016-09-03 | Remove ticket lock support from thrsleep. It's unused. | Michal Mazurek |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-09-03 | Inherit PS_WXNEEDED in forked processes. | Jeremie Courreges-Anglas |
2016-09-03 | Reset PS_WXNEEDED in execve(2). | Jeremie Courreges-Anglas |
2016-09-03 | Limit all mbuf cluster pools to the same memory size. Having limits | Alexander Bluhm |
2016-09-03 | If sosend() cannot allocate a large cluster, try a small one as | Alexander Bluhm |
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther |
2016-09-03 | Do not reinitialize __guard_local if it is 0. This cannot be done | Theo de Raadt |
2016-09-03 | Return immediately when m_getuio() fails by invalid uio parameter. | YASUOKA Masahiko |
2016-09-02 | add a concept of 'verified auth' to sessions. When set via ioctl, | Ted Unangst |
2016-09-02 | After allocating a single 64 KB mbuf cluster in sosend(), the sending | Alexander Bluhm |
2016-09-02 | move links from http to https://www.openbsd.org/ | Theo Buehler |
2016-09-02 | provide an implementation of red black trees using functions | David Gwynne |
2016-09-02 | Don't bother with 'ghpartnum' in gpt_chk_hdr(); it's not used | Tom Cosgrove |
2016-09-01 | Fix undefined behaviour when comparing pointers by casting them to vaddr_t. | akfaew |
2016-09-01 | MPSAFE is never used, so get rid of it. | akfaew |
2016-09-01 | Get rid of 'relebad:'. | akfaew |
2016-09-01 | one less sparc | Ted Unangst |
2016-08-31 | proc_trampoline_mp hasn't needed curproc since 2011 | Tom Cosgrove |
2016-08-31 | Delete unused ioctls and associated macros. Move macros that are still | Alexandre Ratchov |
2016-08-30 | pool_setipl | David Gwynne |
2016-08-26 | The *_HEAD_INITIALIZER() macros are documented as taking the struct, | Philip Guenther |
2016-08-26 | Pull in <sys/time.h> for clock_ymdhms bits | Philip Guenther |
2016-08-25 | Spliced TCP sockets become faster when the output part is running | Alexander Bluhm |
2016-08-25 | Completely revert the M_WAIT change on the cluster allocation and | Alexander Bluhm |
2016-08-25 | pool_setipl | David Gwynne |
2016-08-25 | pool_setipl | David Gwynne |
2016-08-23 | rename nfiles to numfiles to avoid shadowing and stretch out the name. | Ted Unangst |
2016-08-22 | Refactor the uio to mbuf code out of sosend and start to make use of | Claudio Jeker |
2016-08-17 | Fix an mbuf leak and missing error propagation in uipc_usrreq(PRU_SEND) | Alexander Bluhm |
2016-08-11 | shuffle some code to make it more symmetrical. | David Gwynne |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-09 | When interrupted, connect() should leave the socket connecting in the | Philip Guenther |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue | Mike Belopuhov |
2016-07-22 | Prevent NULL-pointer call for filesystems that don't provide vfs_sysctl | Mark Kettenis |
2016-07-19 | instead of messing about with pointer arithmetic, add an empty array | Ted Unangst |
2016-07-14 | kern.usermount=1 is unsafe for everyone, since it allows any non-pledged | Theo de Raadt |
2016-07-14 | Prevent silly states via knotes on pids > 2^32 and on nonexistent signals. | Philip Guenther |
2016-07-14 | kevent validates that ident is a valid fd by getting the file. one sad | Ted Unangst |