Age | Commit message (Expand) | Author |
2015-10-09 | Rename tame() to pledge(). This fairly interface has evolved to be more | Theo de Raadt |
2015-10-09 | sync | Theo de Raadt |
2015-10-09 | Rename tame() to pledge(). This fairly interface has evolved to be more | Theo de Raadt |
2015-10-08 | After replacement alloca() with alloc(), out-of-heap happened when booting | YASUOKA Masahiko |
2015-10-08 | Expose a small set of multicast join operators under the request "mcast". | Theo de Raadt |
2015-10-08 | Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into | Mark Kettenis |
2015-10-08 | 16 years after E801 memprobe was disabled, probably safe to delete it. | Ted Unangst |
2015-10-08 | Remove the sc_soft_req_cnt field because the number of tx requests is | Visa Hankala |
2015-10-08 | Make sure that when trunk_port_ioctl is called to set a new | Mike Belopuhov |
2015-10-08 | setsockopt has a small list of options it can set. If we find ourselves | Theo de Raadt |
2015-10-08 | Only in TAME_ROUTE, allow ioctl SIOCGIFADDR/SIOCGIFFLAGS/SIOCGIFRDOMAIN, | Theo de Raadt |
2015-10-08 | Simpify some code by noting that DOSBBSECTOR is 0, so "if (n > | Kenneth R Westerback |
2015-10-08 | if the mbuf has a valid flowid, use it instead of using siphash24 | David Gwynne |
2015-10-08 | use the state id to set a flowid on an mbuf. | David Gwynne |
2015-10-08 | steal some padding in mbuf pkthdrs to store a flow id. | David Gwynne |
2015-10-08 | Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Since | Mark Kettenis |
2015-10-08 | Add a per-page flag to indicate that all mappings of that page should be | Mark Kettenis |
2015-10-08 | Unlock the softnet task. | Martin Pieuchot |
2015-10-08 | Call em_start() when we detect a link state change such that packets start | Mark Kettenis |
2015-10-08 | Use the radix API directly and get rid of the function pointers. There | Martin Pieuchot |
2015-10-07 | Split out routing sysctl's from tame "inet", and put them into the | Theo de Raadt |
2015-10-07 | one simple free, ok mpi | Theo de Raadt |
2015-10-07 | easy size for free(); ok mpi | Theo de Raadt |
2015-10-07 | easy free sizes; ok mpi | Theo de Raadt |
2015-10-07 | rn_inithead() offset argument is now specified in byte, missed in previous. | Martin Pieuchot |
2015-10-07 | Make rtable_get() private to ensure it won't be used outside of | Martin Pieuchot |
2015-10-07 | Initialize the routing table before domains. | Martin Pieuchot |
2015-10-07 | In i915_gem_fault(), move the "out" label after the switch state such that we | Mark Kettenis |
2015-10-07 | Move route entry debug helpers where they belong. | Martin Pieuchot |
2015-10-07 | Move the reference counting of a newly created route entry inside | Martin Pieuchot |
2015-10-07 | Do not call bpf_catchpacket() if another CPU detached a file from the | Martin Pieuchot |
2015-10-07 | Add the tame "exec" request. This allows processes which request | Theo de Raadt |
2015-10-06 | oops, mistaken commit, spotted by naddy | Theo de Raadt |
2015-10-06 | 0xffffffff is 32 bits, not 24 bits | Matthew Dempsky |
2015-10-06 | A process should be able to do sigpending for itself | Theo de Raadt |
2015-10-06 | For TAME_PROC, allow setrlimit() | Theo de Raadt |
2015-10-06 | When "proc" is requested, allow setpgid() and sigsuspend(). | Theo de Raadt |
2015-10-06 | Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ, | Theo de Raadt |
2015-10-06 | Make sure that tx_buffer->next_eop is properly set before we bump the number | Mark Kettenis |
2015-10-06 | Rework the tame cmsg handler to make it work both ways. While on recv one | Claudio Jeker |
2015-10-06 | rmdir() is just a CPATH operation; remove RPATH marker that snuck in. | Theo de Raadt |
2015-10-06 | Make sure that all padding bytes in cmsgs are actually zero by memset | Claudio Jeker |
2015-10-06 | oops, namei was never allowing through valid CPATH operations | Theo de Raadt |
2015-10-06 | Add getrusage() to the TAME_SELF catagory. | Theo de Raadt |
2015-10-06 | Make iwm(4) set the MAC address the same way other wireless drivers do. | Stefan Sperling |
2015-10-06 | Enable ioctl() in the "rw" request, to support FIONREAD/FIONBIO easier | Theo de Raadt |
2015-10-06 | struct knote's kn_sdata needs to be the same type as struct kevent's data | Philip Guenther |
2015-10-05 | Fix efiboot not to use the usual kernel load address. Load the kernel in | YASUOKA Masahiko |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | alpha ramdisk ran out of space, very slightly. Probably due to the | Theo de Raadt |