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