Age | Commit message (Expand) | Author |
2017-11-14 | Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get(). | Theo Buehler |
2017-11-14 | Add more checks helping to set up the test environment. | Alexander Bluhm |
2017-11-14 | Put the net lock around frag6_freef() as it sends ICMP6 error | Alexander Bluhm |
2017-11-14 | Fix the initial check of the checkorder and lock operations | Visa Hankala |
2017-11-14 | Add sizes for free() in the VIA PadLock driver. | Frederic Cambus |
2017-11-14 | Detect touchpad reset announcements. On rare occasions, the touchpad is reset | anton |
2017-11-14 | Print out the offending data causing pms sync to fail. | anton |
2017-11-14 | Add a few more PNP IDs to the skip lists. | Mark Kettenis |
2017-11-14 | Set soname when building shared libraries. | Mark Kettenis |
2017-11-14 | Introduce ipsec_sysctl() and move IPsec tunables where they belong. | Martin Pieuchot |
2017-11-14 | Verify that every section header lies within the mapped file. | Martin Pieuchot |
2017-11-14 | anton@ reports that ifq tx mitigation breaks iwm somehow. | David Gwynne |
2017-11-14 | remove MALLOC_DEBUG | David Gwynne |
2017-11-14 | move the adding of an ifqs counters in if_getdata to ifq.c | David Gwynne |
2017-11-14 | fix problem in configuration parsing when in config dump mode (sshd -T) | Damien Miller |
2017-11-14 | reintroduce tx mitigation, like dfly does and like we used to do. | David Gwynne |
2017-11-13 | add taskq_barrier | David Gwynne |
2017-11-13 | Add support for the i2c controller variant found on the Allwinner A31 and | Mark Kettenis |
2017-11-13 | Add i2c-related clocks for Allwinner H3/H5/A64. | Mark Kettenis |
2017-11-13 | Constrain MBR partition offsets to 0 .. disk.size - 1. | Kenneth R Westerback |
2017-11-13 | tweak previous; | Jason McIntyre |
2017-11-13 | Grab the KERNEL_LOCK() to iterate on the global list of PF_KEY sockets. | Martin Pieuchot |
2017-11-13 | Remove useless comment about if_ioctl() & reduce grep noise. | Martin Pieuchot |
2017-11-13 | Do not call splassert_fail() if splassert_ctl is <= 0. | Martin Pieuchot |
2017-11-13 | When searching in copy mode, do not scroll if the result is already on | Nicholas Marriott |
2017-11-13 | add a generic packet rate matching filter. allows things like | Henning Brauer |
2017-11-13 | Newer Allwinner SoCs (H3/H4/A64) use an "unconfigured" default state. | Mark Kettenis |
2017-11-13 | Remove 18 year old #if 0. | Martin Pieuchot |
2017-11-13 | remove the ability for pf_ouraddr to say that a packet is forwarded. | David Gwynne |
2017-11-12 | Remove HN_DIR variable and expand it in the only place it was used. It | Theo Buehler |
2017-11-12 | Only use a single taskq to process incoming network packets as soon as | Martin Pieuchot |
2017-11-12 | Clone epoch value in clone_lease(), not manually. | Kenneth R Westerback |
2017-11-11 | replace sloppy parsing of numeric values with strtonum (incr, decr, divert) | Marc Espie |
2017-11-11 | reads better as *an* rdomain, i think; | Jason McIntyre |
2017-11-11 | regress tests to match previous switch handling in vmd update. | Mike Larkin |
2017-11-11 | update switch handling in vmd(8). vmd now gets switch information (rdomain, | Mike Larkin |
2017-11-11 | Fix a broken compilation when using SCSIDEBUG options(4). | Mike Larkin |
2017-11-10 | replace last instances of /dev/arandom with /dev/urandom | Christian Weisgerber |
2017-11-10 | Be less assertive when warning about a possible typo. | Jeremie Courreges-Anglas |
2017-11-10 | When tracing is compiled in make sure it flushes its content to disk as | Martijn van Duren |
2017-11-10 | Fix a use after free when sending SIGHUP or SIGTERM to vi when in editing | Martijn van Duren |
2017-11-10 | "unknown KDF type 2" -> "keydisk not found". | Sunil Nimmagadda |
2017-11-10 | Add rcv_openat() function that does the open, makes sure it is a | Todd C. Miller |
2017-11-10 | Avoid using system(3) when running "sendmail -t". We already have | Todd C. Miller |
2017-11-10 | streamline termp allocation. this will allow the init function to | Marc Espie |
2017-11-10 | Introduce a reader version of the NET_LOCK(). | Martin Pieuchot |
2017-11-10 | Use percpu counters with etheripstat. | Visa Hankala |
2017-11-09 | If we successfully change the directory, set PWD too to give the shell a | Nicholas Marriott |
2017-11-09 | Use the proper macros in AUTHORS, and delete the bogus BUGS section. | Ingo Schwarze |
2017-11-09 | tweak previous; | Jason McIntyre |