summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-11-03Recognize carp(4) interfaces (yes, they are special...) in order to sendMartin Pieuchot
2015-11-03Detach the client we are looping over, from Thomas Adam.Nicholas Marriott
2015-11-03Don't allow the user to enter GPT partition names too large to fitKenneth R Westerback
2015-11-03Add & use a #define GPTPARTNAMESIZE rather than the magic numberKenneth R Westerback
2015-11-03Do not clear M_PROTO1 flag before calling if_start() because pseudo-Martin Pieuchot
2015-11-03Missing comma.Martin Pieuchot
2015-11-03use an mbuf_queue for the svcq instead of an ifqueue.David Gwynne
2015-11-03pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE.David Gwynne
2015-11-03fix a memory leak in an error pathJonathan Gray
2015-11-03we need an unbreakable space in O(log2 n).Igor Sobrado
2015-11-03regress: pledgeSebastien Marie
2015-11-03Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol"YASUOKA Masahiko
2015-11-03regress: pledgeSebastien Marie
2015-11-03regress pledge: check the regress with systrace enabled tooSebastien Marie
2015-11-03When updating an interface, do not delete the kif_node but letGerhard Roth
2015-11-03zap the correspoonding note in systrace(4) - tedu saysJason McIntyre
2015-11-03Delete VBITS: it's unused and the definition is actually wrongPhilip Guenther
2015-11-03Blank line after pledge call.mmcc
2015-11-03Blank line after pledge call.mmcc
2015-11-03Blank lines around pledge call.mmcc
2015-11-03Blank line after pledge call.mmcc
2015-11-03Surround pledge call with blank lines.mmcc
2015-11-03Surround pledge calls with blank lines.mmcc
2015-11-03Blank line after pledge().mmcc
2015-11-03Blank line before pledge().mmcc
2015-11-03Add blank line after pledge call.mmcc
2015-11-03Add blank lines surrounding pledge call, as per decree of deraadt@mmcc
2015-11-03Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPEPhilip Guenther