summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-10-08Use the radix API directly and get rid of the function pointers. ThereMartin Pieuchot
2015-10-07Split out routing sysctl's from tame "inet", and put them into theTheo de Raadt
2015-10-07one simple free, ok mpiTheo de Raadt
2015-10-07easy size for free(); ok mpiTheo de Raadt
2015-10-07easy free sizes; ok mpiTheo de Raadt
2015-10-07rn_inithead() offset argument is now specified in byte, missed in previous.Martin Pieuchot
2015-10-07Make rtable_get() private to ensure it won't be used outside ofMartin Pieuchot
2015-10-07Initialize the routing table before domains.Martin Pieuchot
2015-10-07In i915_gem_fault(), move the "out" label after the switch state such that weMark Kettenis
2015-10-07Move route entry debug helpers where they belong.Martin Pieuchot
2015-10-07Move the reference counting of a newly created route entry insideMartin Pieuchot
2015-10-07Do not call bpf_catchpacket() if another CPU detached a file from theMartin Pieuchot
2015-10-07Add the tame "exec" request. This allows processes which requestTheo de Raadt
2015-10-06oops, mistaken commit, spotted by naddyTheo de Raadt
2015-10-060xffffffff is 32 bits, not 24 bitsMatthew Dempsky
2015-10-06A process should be able to do sigpending for itselfTheo de Raadt
2015-10-06For TAME_PROC, allow setrlimit()Theo de Raadt
2015-10-06When "proc" is requested, allow setpgid() and sigsuspend().Theo de Raadt
2015-10-06Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ,Theo de Raadt
2015-10-06Make sure that tx_buffer->next_eop is properly set before we bump the numberMark Kettenis
2015-10-06Rework the tame cmsg handler to make it work both ways. While on recv oneClaudio Jeker
2015-10-06rmdir() is just a CPATH operation; remove RPATH marker that snuck in.Theo de Raadt
2015-10-06Make sure that all padding bytes in cmsgs are actually zero by memsetClaudio Jeker
2015-10-06oops, namei was never allowing through valid CPATH operationsTheo de Raadt
2015-10-06Add getrusage() to the TAME_SELF catagory.Theo de Raadt
2015-10-06Make iwm(4) set the MAC address the same way other wireless drivers do.Stefan Sperling
2015-10-06Enable ioctl() in the "rw" request, to support FIONREAD/FIONBIO easierTheo de Raadt
2015-10-06struct knote's kn_sdata needs to be the same type as struct kevent's dataPhilip Guenther
2015-10-05Fix efiboot not to use the usual kernel load address. Load the kernel inYASUOKA Masahiko
2015-10-05Revert if_oqdrops accounting changes done in kernel, per request from mpi@.Masao Uebayashi
2015-10-05alpha ramdisk ran out of space, very slightly. Probably due to theTheo de Raadt