Age | Commit message (Expand) | Author |
2017-05-09 | Convert a splsoftnet()/splx() dance to NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-05-08 | add a compile time assertion MSIZE == sizeof(struct mbuf) | Ted Unangst |
2017-05-06 | Do not export the protocol PCB pointer from kernel to non-root users | Alexander Bluhm |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2017-05-02 | Stricter pledge for bpf. ok deraadt | Martin Natano |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-30 | Return ENOSYS for unsupported operation. | Martin Pieuchot |
2017-04-29 | Mark futex(2) as PLEDGE_STDIO like all other thread-related syscalls. | Martin Pieuchot |
2017-04-28 | regen | Martin Pieuchot |
2017-04-28 | Add futex(2) syscall based on a sane subset of its Linux equivalent. | Martin Pieuchot |
2017-04-27 | Enforce that sysctl kern.somaxconn and sominconn can only be set | Alexander Bluhm |
2017-04-27 | Unifdef KADB. | Martin Pieuchot |
2017-04-20 | only 32 bits of the pledgecode were passed up via ktrace | Theo de Raadt |
2017-04-20 | Drop unnecessary headers. This fixes kernel build on platforms | Visa Hankala |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-20 | Hook up rwlock(9) to witness(4). | Visa Hankala |
2017-04-20 | Hook up mplock to witness(4) on amd64 and i386. | Visa Hankala |
2017-04-20 | Add a port of witness(4) lock validation tool from FreeBSD. | Visa Hankala |
2017-04-18 | ensure the buffer cache backs off all the way with the correct type | Bob Beck |
2017-04-17 | matthieu@ observes % pax (without any arguments) hits pledge violation, | Theo de Raadt |
2017-04-16 | Flip previously warm pages in the buffer cache to memory above the DMA | Bob Beck |
2017-04-15 | After forced unmount of a file system that has other mount points | Alexander Bluhm |
2017-04-14 | Avoid some false positives with cppcheck. No binary change. | Alexander Bluhm |
2017-04-13 | regen | Philip Guenther |
2017-04-13 | Delete the getlogin59 syscall, which was last used one year, two releases, | Philip Guenther |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-11 | Add SIOCATMARK to allow pledge("inet") programs to call sockatmark(3). | Alexander Bluhm |
2017-04-09 | Correct wakeup() dance in sensor_task_work() | Theo de Raadt |
2017-04-08 | Sensors are run as callbacks inside tasks. During suspend a sensor | Theo de Raadt |
2017-04-05 | timeval has trailing padding on powerpc and m88k, so memset it before | Philip Guenther |
2017-04-05 | Here at OpenBSD we change ABIs at the fling of a hat. Just in case a | Theo de Raadt |
2017-04-05 | clear structure on the stack before copying out for sysctl. At present | Theo de Raadt |
2017-04-04 | struct vfsconf is tightly packed, but let's M_ZERO it in case that ever | Theo de Raadt |
2017-04-02 | Less convoluted code in soshutdown() | Theo de Raadt |
2017-03-30 | correct NBPFILTER #ifdef's | Theo de Raadt |
2017-03-28 | Allow the multicast ttl/hops and loop options with the mcast pledge. | Alexander Bluhm |
2017-03-27 | If hibernate_alloc() encounters a problem it should undo the partial | Theo de Raadt |
2017-03-27 | Reorder FREF() and FRELE() in a way that the the global variable | Alexander Bluhm |
2017-03-27 | wrap bpf pledge code in #if BPFFILTER | Theo de Raadt |
2017-03-26 | Inside pledge_ioctl, wrap #if's around the complete sub-blocks. | Theo de Raadt |
2017-03-26 | For the tape ioctls, recognize that block devices don't exist anymore. | Theo de Raadt |
2017-03-24 | There was a race in dosendsyslog() which resulted in a crash. | Alexander Bluhm |
2017-03-20 | Initialize the stack buffer used to build the auxiliary vector to zero to | Mark Kettenis |
2017-03-18 | The "ioctl" pledge which was had functionality split out into "tape", | Theo de Raadt |
2017-03-17 | Revert the NET_LOCK() and bring back pf's contention lock for release. | Martin Pieuchot |
2017-03-14 | Allow SIOCGIFXFLAGS in pledge("route") along side SIOCGIFFLAGS, needed | Florian Obser |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-03-11 | pax conversion was missed; give this another week | Theo de Raadt |