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