summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-12the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.David Gwynne
2015-10-12Unify link state change notification.Martin Pieuchot
2015-10-12dont need to do suser checks in ioctl paths cos if.c does them for us.David Gwynne
2015-10-12protect SIOCSLIFPHYTTL, SIOCSVNETID so only root can call them, andDavid Gwynne
2015-10-12Introduce bridge_ifinput() to handle some repeated logic beforeReyk Floeter
2015-10-12Always initialise the index into iwm's tx queue array, fixing aStefan Sperling
2015-10-11pledge_ioctl_check() will do the killing if neccessary; if it returns,Theo de Raadt
2015-10-11add a missed check for PLEDGE_RPATH when reading a file.Sebastien Marie
2015-10-11sigaltstack is directly used by setjmp on some architectures. it onlyTheo de Raadt
2015-10-11put TIOCSWINSZ in the right block "tty", not in "ioctl". this happenedTheo de Raadt
2015-10-11In pledge "tty", allow TIOCSWINSZ. stty(1) is the obvious silly use.Theo de Raadt
2015-10-11Add 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-11Always set the timeout at least one tick in the future for EVFILT_TIMERPhilip Guenther
2015-10-10For pledge, sigsuspend() should is affecting the behaviour a process itself,Theo de Raadt
2015-10-10pid 0 also implies self, so allow that for the pledge case. Found inTheo de Raadt
2015-10-10In iwm(4), set mbuf pointers to NULL after freeing mbufs.Stefan Sperling
2015-10-10shuffle #ifdef TIOCSTI block to avoid a future /*FALLTHROUGH*/ mistake.Theo de Raadt
2015-10-10allow sysctl of kern.clockrateTheo de Raadt
2015-10-10I forgot execve would go through the namei codepath, so a program markedTheo de Raadt
2015-10-10add location to the fan descriptionJoerg Jung
2015-10-10fix wrong brackets in if statementJoerg Jung
2015-10-10Add macros for A-MPDU and MCS data, both found in HT capabilities element.Stefan Sperling
2015-10-09Allow kill(self, sig) in pledge SELF also. the stack protector, abort(),Theo de Raadt
2015-10-09Have not come up with a great pattern for flock() yet. flock() is permittedTheo de Raadt
2015-10-09Remove evil hack. I've never seen the printf fire, and xenocara no longerMark Kettenis
2015-10-09oops, snuck into a syscalls sync; spotted by sthenTheo de Raadt
2015-10-09another stray )Theo de Raadt
2015-10-09shortcircuit TIOCGETA to directly return ENOTTY for non-ttys. It couldTheo de Raadt
2015-10-09stardate 93370.16: a whitespace appears to have entered our quadrant...Theo de Raadt
2015-10-09multicast test backwards; noted by renatoTheo de Raadt
2015-10-09Rename tame() to pledge(). This fairly interface has evolved to be moreTheo de Raadt
2015-10-09syncTheo de Raadt
2015-10-09Rename tame() to pledge(). This fairly interface has evolved to be moreTheo de Raadt
2015-10-08After replacement alloca() with alloc(), out-of-heap happened when bootingYASUOKA Masahiko
2015-10-08Expose a small set of multicast join operators under the request "mcast".Theo de Raadt
2015-10-08Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() intoMark Kettenis
2015-10-0816 years after E801 memprobe was disabled, probably safe to delete it.Ted Unangst
2015-10-08Remove the sc_soft_req_cnt field because the number of tx requests isVisa Hankala
2015-10-08Make sure that when trunk_port_ioctl is called to set a newMike Belopuhov
2015-10-08setsockopt has a small list of options it can set. If we find ourselvesTheo de Raadt
2015-10-08Only in TAME_ROUTE, allow ioctl SIOCGIFADDR/SIOCGIFFLAGS/SIOCGIFRDOMAIN,Theo de Raadt
2015-10-08Simpify some code by noting that DOSBBSECTOR is 0, so "if (n >Kenneth R Westerback
2015-10-08if the mbuf has a valid flowid, use it instead of using siphash24David Gwynne
2015-10-08use the state id to set a flowid on an mbuf.David Gwynne
2015-10-08steal some padding in mbuf pkthdrs to store a flow id.David Gwynne
2015-10-08Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. SinceMark Kettenis
2015-10-08Add a per-page flag to indicate that all mappings of that page should beMark Kettenis
2015-10-08Unlock the softnet task.Martin Pieuchot
2015-10-08Call em_start() when we detect a link state change such that packets startMark Kettenis