Age | Commit message (Expand) | Author |
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 |
2017-03-11 | remove pledge "ioctl" backwards compat | Theo de Raadt |
2017-03-07 | Drop unused variable from ntp_update_second(). | David Hill |
2017-03-07 | Enforce that tcbtable and udbtable must be accessed with the NET_LOCK(). | Martin Pieuchot |
2017-03-07 | Do not grab the NET_LOCK() for routing sockets operations. | Martin Pieuchot |
2017-03-06 | domaininit() doesn't need splnet(). | Martin Pieuchot |
2017-03-05 | Generating a coredump requires walking the map twice; change | Philip Guenther |
2017-03-03 | Prevent a recursion in the socket layer. | Martin Pieuchot |
2017-03-02 | Convert domain declarations to C99 initializers. | Martin Pieuchot |
2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |
2017-02-27 | Retire the AF_MPLS protosw struct. Nothing is using it and the code was super | Claudio Jeker |
2017-02-22 | Use c99 struct initialization with protosw. | David Hill |
2017-02-22 | Do not grab the NET_LOCK() when poll(2)ing on unix domain sockets. | Martin Pieuchot |
2017-02-20 | revert 1.206 because it allows deadlocks. | David Gwynne |
2017-02-15 | Threads share filedesc, so we can walk allprocess instead of allproc | Philip Guenther |
2017-02-14 | Convert most of the manual checks for CPU hogging to sched_pause(). | Martin Pieuchot |
2017-02-14 | Wrap the NET_LOCK() into a per-socket solock() that does nothing for | Martin Pieuchot |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-11 | Add a flags argument to falloc() that lets it optionally set the | Philip Guenther |
2017-02-11 | Correct the entry point and base address calculations for an | Philip Guenther |
2017-02-09 | remove a dead variable; ok millert, guenther | Mike Belopuhov |
2017-02-09 | Use TAILQ_FOREACH_SAFE in cache_purgevfs(). Fix whitespaces. | Alexander Bluhm |
2017-02-09 | Temporarily grab the NET_LOCK() around soisdisconnected(). | Martin Pieuchot |
2017-02-09 | Release the NET_LOCK() before calling unp_detach(), fix a recursion | Martin Pieuchot |
2017-02-09 | Do no select a CPU to execute the current thread when being preempt()ed. | Martin Pieuchot |
2017-02-08 | Remove support for forcing the ELF interpreter to a specific address, | Philip Guenther |
2017-02-08 | Delete the obsolete fork/exec/exit emulation hooks. | Philip Guenther |
2017-02-08 | the splvm() in pool_gc_pages is unecessary now. | David Gwynne |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-08 | Move ELF_AUX_ENTRIES from exec_elf.h to exec_elf.c; it's totally internal | Philip Guenther |
2017-02-08 | Change ELFNAME(read_from)'s buf parameter to be void*, eliminating a cast | Philip Guenther |
2017-02-08 | elf{32,64}_check_brand() isn't used; delete it | Philip Guenther |