summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-09no comma after last entry in NAME;Jason McIntyre
2015-09-09Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.Martin Pieuchot
2015-09-09Some explicit iflush instructions after the kbind() call are still neededMiod Vallat
2015-09-09No need to keep global options around for client which doesn't use them.Nicholas Marriott
2015-09-09convert bpf to using an srp list for the list of descriptors.David Gwynne
2015-09-09millert@ noticed an extra period.David Gwynne
2015-09-09implement a singly linked list built with SRPs.David Gwynne
2015-09-09Add args-bufsize-native.pl that checks wether libc syslog(3) canAlexander Bluhm
2015-09-09Fix English in comment. OK dlg@Claudio Jeker
2015-09-09Syslogd can handle 8192 bytes per message now. Increase the libcAlexander Bluhm
2015-09-09Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that'sMark Kettenis
2015-09-09Remove more dead code.Antoine Jacoutot
2015-09-09Now that ld(1) will generate a read-only GOT for truly static binaries, weMark Kettenis
2015-09-09For truly static binaries, force .ctors, .dtors and .got to be read-only.Mark Kettenis
2015-09-09Simplify makefile rules for building the ASM stubs into "pick somethingPhilip Guenther
2015-09-09Test that syslogd can process 8 full size messages from sendsyslog(2)Alexander Bluhm
2015-09-09Backtrack a little bit and don't try to use the per-thread errno location ifMark Kettenis
2015-09-09To double the receive buffer of a socketpair does not help as sendingAlexander Bluhm
2015-09-09Remove unused code.Antoine Jacoutot
2015-09-09Move and tweak a comment.Antoine Jacoutot
2015-09-09openssh_RSA_verify return type is int, so don't make it size_t withinDamien Miller
2015-09-08Apparently, some recent update of Unicode data in the base systemIngo Schwarze
2015-09-08Give the pool page allocator backends more sensible names. We now have:Mark Kettenis
2015-09-08Typo; Eric LalondeMiod Vallat
2015-09-08Netcat could hang during write(2) although poll(2) reports that theAlexander Bluhm
2015-09-08Correct strsep() usage to free() correct string. Spotted by andKenneth R Westerback
2015-09-08port the changes just made to kvm_getfiles in kvm_file2.c r1.47 toDavid Gwynne
2015-09-08Remove the default HTTPS port from tls_connect() - this is a TLS library,Joel Sing
2015-09-08Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used.Todd C. Miller
2015-09-08Now that msleep(9) no longer requires the kernel lock (as long as PCATCHMark Kettenis
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08Remove superfluous variable initialization; from Michael McConville.Jeremie Courreges-Anglas
2015-09-08sizes for free(); checked by semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(), when known; ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08convert several malloc(9) to mallocarray(9).Sebastien Marie
2015-09-07Do not set USBD_NO_COPY for interrupt transfers, only bulk transfersMartin Pieuchot
2015-09-07Sync output with recent IPv6 loopback changes to ensure ::1 is theMartin Pieuchot
2015-09-07Document the new ri_bs member.Mark Kettenis
2015-09-07Remap the framebuffer as write-combining when we actually attach. Speeds upMark Kettenis
2015-09-07put back an El macro, wrongly zapped in previous;Jason McIntyre
2015-09-07Use the RI_WRONLY flag to avoid reading back pixels from buffer memory.Mark Kettenis
2015-09-07Make it possible to use RI_WRONLY for the aframebuffer during early boot.Mark Kettenis
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-09-07when bypassing the enqueuer, insert Message-Id header if none was found andGilles Chehade
2015-09-07add missing file system path (.Pa) macros.Igor Sobrado