Age | Commit message (Expand) | Author |
2015-10-22 | Build boot blocks with -msmall-data -msmall-text. | Miod Vallat |
2015-10-22 | Drop historical comment and an old '#if notyet'. | Martin Pieuchot |
2015-10-22 | Kill link_rtrequest(), introduce in 1990 to "fix" the result | Martin Pieuchot |
2015-10-22 | Use only one refcounting mechanism for route entries. | Martin Pieuchot |
2015-10-22 | Only check for rt_ifp now that it is alays the same as rt_ifa->ifa_ifp. | Martin Pieuchot |
2015-10-22 | Make sure that the address matching the key (destination) of a route | Martin Pieuchot |
2015-10-22 | Use rt_ifp instead of rt_ifa->ifa_ifp. | Martin Pieuchot |
2015-10-22 | Kill dead code, ifa is specified and won't change. | Martin Pieuchot |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-22 | Do not pass an ``ia'' just to dereference ``ia_ifp''. | Martin Pieuchot |
2015-10-22 | remove some horrible iwm typedefs | Jonathan Gray |
2015-10-22 | Further study shows "route" should allow all address families in NET_RT_DUMP | Theo de Raadt |
2015-10-22 | Do not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-22 | After some consideration, simply allow TIOCSCTTY in the "tty" pledge. | Theo de Raadt |
2015-10-22 | Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-22 | Use rt_ifp as intended. | Martin Pieuchot |
2015-10-22 | Kill dead code missed in per-ifp counter removal. | Martin Pieuchot |
2015-10-22 | rename ml_join to ml_enlist and expose it to the rest of the kernel. | David Gwynne |
2015-10-21 | Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctl | Alexander Bluhm |
2015-10-21 | Return the correct error code when a table already exists. | Martin Pieuchot |
2015-10-21 | u_short -> unsigned int for rtableid. | Martin Pieuchot |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-10-20 | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. | Sebastian Benoit |
2015-10-20 | At guenther's suggestion replace dnssocket() with a SOCK_DNS flag on | Theo de Raadt |
2015-10-20 | Add SIOCGIFGMEMB to "route" (returns a list of all interfaces who are | Reyk Floeter |
2015-10-20 | Fix 802.1p VLAN priority code points for VLAN_HWTAGGING. | Christopher Zimmermann |
2015-10-20 | clear whitelisted-paths view in pledge. | Sebastien Marie |
2015-10-20 | allow SO_ERROR all the time | Theo de Raadt |
2015-10-20 | Always allow the setsockopt & getsockopt system calls... however, in the | Theo de Raadt |
2015-10-19 | Enable some code that does power management magic. | Mark Kettenis |
2015-10-19 | Properly restore the prefetchable memory window upon resume. | Mark Kettenis |
2015-10-19 | Allow setpriority in "proc" as well, since a few shells have "nice" | Theo de Raadt |
2015-10-19 | Revert transfer submission to r1.85. Seems to make okan@'s scanner | Martin Pieuchot |
2015-10-19 | Print vnode type for sendfd/recvfd not file type, ok semarie | Nicholas Marriott |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-19 | Sync rtisvalid(9) check for local route entries with r1.257 of | Martin Pieuchot |
2015-10-19 | Remove superfluous NULL checks. | Martin Pieuchot |
2015-10-19 | deduplicate in[6]_pcbbind() port scan loop. | Vincent Gross |
2015-10-19 | Move bge rxeof and txeof outside the kernel lock. | Jonathan Matthew |
2015-10-18 | The change of 5.7's sys/arch/i386/i386/bus_space.c and | SASANO Takayoshi |
2015-10-18 | Instead of fragile CMSG parsing, control pledge "sendfd" and "recvfd" | Theo de Raadt |
2015-10-18 | Backport another Broadwell fix from Linux 3.15 | Mark Kettenis |
2015-10-18 | move SS_DNS socket check from kern_plegde.c to sys_generic.c | Sebastien Marie |
2015-10-18 | getting sloppy, lost a } | Theo de Raadt |
2015-10-18 | Move your drink further away... When a program pledged "getpw" fails to | Theo de Raadt |
2015-10-18 | TIOCSTI and TIOCSCTTY; oops got the condition backwards. | Theo de Raadt |
2015-10-18 | Allow read/write access to /dev/tty when using "tty" pledge. | Doug Hogan |
2015-10-18 | sync | Theo de Raadt |
2015-10-18 | Add two new system calls: dnssocket() and dnsconnect(). This creates a | Theo de Raadt |