Age | Commit message (Expand) | Author |
2015-10-12 | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. | David Gwynne |
2015-10-12 | Unify link state change notification. | Martin Pieuchot |
2015-10-12 | dont need to do suser checks in ioctl paths cos if.c does them for us. | David Gwynne |
2015-10-12 | protect SIOCSLIFPHYTTL, SIOCSVNETID so only root can call them, and | David Gwynne |
2015-10-12 | Introduce bridge_ifinput() to handle some repeated logic before | Reyk Floeter |
2015-10-12 | Always initialise the index into iwm's tx queue array, fixing a | Stefan Sperling |
2015-10-11 | pledge_ioctl_check() will do the killing if neccessary; if it returns, | Theo de Raadt |
2015-10-11 | add a missed check for PLEDGE_RPATH when reading a file. | Sebastien Marie |
2015-10-11 | sigaltstack is directly used by setjmp on some architectures. it only | Theo de Raadt |
2015-10-11 | put TIOCSWINSZ in the right block "tty", not in "ioctl". this happened | Theo de Raadt |
2015-10-11 | In pledge "tty", allow TIOCSWINSZ. stty(1) is the obvious silly use. | Theo de Raadt |
2015-10-11 | Add a symbolic name for the special '-1' value of iwm's sc_wantresp. | Stefan Sperling |
2015-10-11 | __get_tcb() is needed for errno access in threaded programs on some archs. | Philip Guenther |
2015-10-11 | Always set the timeout at least one tick in the future for EVFILT_TIMER | Philip Guenther |
2015-10-10 | For pledge, sigsuspend() should is affecting the behaviour a process itself, | Theo de Raadt |
2015-10-10 | pid 0 also implies self, so allow that for the pledge case. Found in | Theo de Raadt |
2015-10-10 | In iwm(4), set mbuf pointers to NULL after freeing mbufs. | Stefan Sperling |
2015-10-10 | shuffle #ifdef TIOCSTI block to avoid a future /*FALLTHROUGH*/ mistake. | Theo de Raadt |
2015-10-10 | allow sysctl of kern.clockrate | Theo de Raadt |
2015-10-10 | I forgot execve would go through the namei codepath, so a program marked | Theo de Raadt |
2015-10-10 | add location to the fan description | Joerg Jung |
2015-10-10 | fix wrong brackets in if statement | Joerg Jung |
2015-10-10 | Add macros for A-MPDU and MCS data, both found in HT capabilities element. | Stefan Sperling |
2015-10-09 | Allow kill(self, sig) in pledge SELF also. the stack protector, abort(), | Theo de Raadt |
2015-10-09 | Have not come up with a great pattern for flock() yet. flock() is permitted | Theo de Raadt |
2015-10-09 | Remove evil hack. I've never seen the printf fire, and xenocara no longer | Mark Kettenis |
2015-10-09 | oops, snuck into a syscalls sync; spotted by sthen | Theo de Raadt |
2015-10-09 | another stray ) | Theo de Raadt |
2015-10-09 | shortcircuit TIOCGETA to directly return ENOTTY for non-ttys. It could | Theo de Raadt |
2015-10-09 | stardate 93370.16: a whitespace appears to have entered our quadrant... | Theo de Raadt |
2015-10-09 | multicast test backwards; noted by renato | Theo de Raadt |
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 |