summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-10-05Count IFQ_ENQUEUE() failure as output drop.Masao Uebayashi
2015-10-05Don't count IF_DROP()'ed packets as if_oerrors too.Masao Uebayashi
2015-10-05Accumulate ifq_drops into if_oqdrops if if_start().Masao Uebayashi
2015-10-05Add ifi_oqdrops and its alias to struct if_data.Masao Uebayashi
2015-10-05Simplify iwm(4) newstate task by only queuing one state transitionStefan Sperling
2015-10-05Factor LACP frame processing out to a separate taskMike Belopuhov
2015-10-05Fix ip_is_idle_packet() to parse packets properly.YASUOKA Masahiko
2015-10-05No need to create {sd,wd}boot links to xxboot anymore.Miod Vallat
2015-10-05user land -> userland; from Rob PierceTheo de Raadt
2015-10-04tweak initial output a bit: do not show number of light sensors, just show ifJoerg Jung
2015-10-04Move getcwd to a seperate area, with a hand-waving explanation for whyTheo de Raadt
2015-10-04a macmini has no light sensor, but reading from light sensor keys isJoerg Jung
2015-10-04remove duplicate key, found by kettenisJoerg Jung