Age | Commit message (Expand) | Author |
2016-09-28 | Cast enum to u_int when doing a bounds check to avoid a clang warning that | Mark Kettenis |
2016-09-27 | move from RB macros to RBT functions | David Gwynne |
2016-09-26 | Regen | Jeremie Courreges-Anglas |
2016-09-26 | unbalenced->unbalanced | Jeremie Courreges-Anglas |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-24 | move knhash size to event.h, use it for hashfree. from Mathieu - | Ted Unangst |
2016-09-24 | introduce hashfree() function to free hash tables, with sizes. | Ted Unangst |
2016-09-22 | Introduce a new 'softclock' thread that will be used to execute timeout | Martin Pieuchot |
2016-09-21 | sysctl KERN_ARND is no longer used (in ports, it only occurs in fallback | Theo de Raadt |
2016-09-20 | Protect soshutdown() with splsoftnet() to define one layer where | Alexander Bluhm |
2016-09-20 | Add some spl softnet assertions that will help us to find the right | Alexander Bluhm |
2016-09-20 | whitespace fixes, no functional change | David Gwynne |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-18 | add missing call to db_ctf_init(). | Jasper Lievisse Adriaanse |
2016-09-17 | Make the flag tests consistent in buf_realloc_pages() and explain what's | Philip Guenther |
2016-09-17 | NPF > 0 is a better test than SMALL for presence of pf. | Ted Unangst |
2016-09-16 | move the namecache_rb_tree from RB macros to RBT functions. | David Gwynne |
2016-09-16 | move buf_rb_bufs from RB macros to RBT functions | David Gwynne |
2016-09-16 | move the vm_page struct from being stored in RB macro trees to RBT functions | David Gwynne |
2016-09-16 | remove a trailing \ | David Gwynne |
2016-09-15 | add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYs | David Gwynne |
2016-09-15 | fix $OpenBSD$ tag | David Gwynne |
2016-09-15 | rename the members of rb_entry so they dont keep working with RB macros | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
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 |