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