Age | Commit message (Expand) | Author |
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 |
2017-02-08 | Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that instead | Philip Guenther |
2017-02-07 | enable per cpu caches on the mbuf pools. | David Gwynne |
2017-02-07 | move the mbuf pools to m_pool_init and a single global memory limit | David Gwynne |
2017-02-07 | add m_pool_init(), a wrapper around pool_init for mbuf clusters. | David Gwynne |
2017-02-07 | provide a custom pool page allocator for mbufs, but dont use it yet. | David Gwynne |
2017-02-05 | Since we expect to never do binary compat with other OSes again, | Philip Guenther |
2017-02-05 | Always allocate counters memory using type M_COUNTERS. | Jeremie Courreges-Anglas |
2017-02-05 | AF_UNIX SOCK_RAW support (whatever that meant) was broken years ago. | Philip Guenther |
2017-02-04 | Update usage for ps/w to match previous commit | Philip Guenther |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-31 | Remove the inifioctl hack, checking for an unheld NET_LOCK() in | Martin Pieuchot |
2017-01-27 | In sosend() the size of the control message for file descriptor | Alexander Bluhm |