summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-05when a message consists solely of headers and does not end them with anGilles Chehade
2015-11-05ctype functions take unsigned char values.Philip Guenther
2015-11-05Add regression tests for the ARP implementation in the kernel. SendAlexander Bluhm
2015-11-05Remove an alias for a macro.mmcc
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04pledge_ioctl only takes files, adjust prototype. ok semarieTed Unangst
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
2015-11-04Simplify packet option handling since we are only setting one optionFlorian Obser
2015-11-04dead store; pointed out by llvmFlorian Obser
2015-11-04Generating the self-signed syslogd test certificate does not dependAlexander Bluhm
2015-11-04allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)Stuart Henderson
2015-11-04move /etc/spwd.db blacklist outside PLEDGE_GETPW check.Sebastien Marie
2015-11-04Fix inverted pledge requests, from Frederic NowakJeremie Courreges-Anglas
2015-11-04Bump distribution tarball versions.mmcc
2015-11-04Remove unused LogFD variableTodd C. Miller
2015-11-04Change some globals from extern to static when they are not usedTodd C. Miller
2015-11-04Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddyMike Belopuhov
2015-11-04Support Chacha20-Poly1305 for Child SAs; ok reykMike Belopuhov
2015-11-04Pass context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-04Hook up chacha20-poly1305 test vectors (missed in previous commit)Mike Belopuhov
2015-11-04use if_enqueue() rather than doing a poor inline version of it.David Gwynne
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-11-04some fixes from raf czlonkaJason McIntyre
2015-11-04rtfree(9) accepts NULL pointers.Martin Pieuchot
2015-11-04Initialize the correct variable in ART's rtable_match().Martin Pieuchot
2015-11-04Some tweaks to build the rtable API and backends in userland.Martin Pieuchot
2015-11-04Call rtable_put(), a stub for now, before leaving a function that calledMartin Pieuchot
2015-11-04Basic framework to test the rtable_* API directly from userland.Martin Pieuchot
2015-11-04The "Lenovo Thinkpad USB 3.0 Ethernet Adapter" works with cdce(4).Stefan Sperling
2015-11-04clean up HISTORY;Jason McIntyre
2015-11-04fix a memory leak in multiple error pathsJonathan Gray
2015-11-04use mq_purge to free a queue of mbufs.David Gwynne
2015-11-04replace while (ml_dequeue()) m_freem(); with ml_purge();David Gwynne
2015-11-04use ml_purge to flush the arp hold lists instead of dequeue/free loops.David Gwynne
2015-11-04use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTYDavid Gwynne
2015-11-04replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.David Gwynne
2015-11-03- fixes potential use-after-free in pfr_set_addrs()Alexandr Nedvedicky
2015-11-03Remove dead assignments.Charles Longeau
2015-11-03Remove dead assignment and newly created unused variable.Charles Longeau
2015-11-03Disable TCP/UDP TX hardware checksumming if an IPv4 packet containsChristian Weisgerber
2015-11-03If pledge(2) fails use perror instead of log_it(RealUser, ...) sinceTodd C. Miller
2015-11-03AF_UNIX connect is a "unix" operation, not "rpath wpath"Theo de Raadt
2015-11-03improve the load balancing text; ok mpiJason McIntyre
2015-11-03Improve explanations throughoutTheo de Raadt
2015-11-03It is only necessary to swap the effective gid when reading a file.Todd C. Miller
2015-11-03It is only necessary to swap the effective gid when reading a file.Todd C. Miller
2015-11-03There really is no double standard. Treat m4 just like openssl, byTheo de Raadt
2015-11-03pledge_aftersyscall has been reduced to one case, "getpw", to open aTheo de Raadt
2015-11-03Ignore disks whose media is not present.YASUOKA Masahiko