Age | Commit message (Expand) | Author |
2016-09-15 | move pools to using the subr_tree version of rb trees | David Gwynne |
2016-09-15 | we dont need m_copym0 with m_copym as a single wrapper, so merge them. | David Gwynne |
2016-09-15 | remove m_copym2 as its use has been replaced by m_dup_pkt | David Gwynne |
2016-09-13 | avoid extensive mbuf allocation for IPsec by replacing m_inject(4) | Markus Friedl |
2016-09-13 | Introduce rwsleep(9), an equivalent to msleep(9) but for code protected | Martin Pieuchot |
2016-09-13 | Do not raise splsoftnet() recursively in soaccept(). | Martin Pieuchot |
2016-09-12 | When trying to run an ELF binary marked PT_OPENBSD_WXNEEDED from a | Ingo Schwarze |
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano |
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 |