Age | Commit message (Expand) | Author |
2018-08-18 | After calling getaddrinfo(3) both on rfc868 and ntp cases we can drop the "dns" | Ricardo Mestre |
2018-08-18 | Unsurprisingly, zero-width non-breaking spaces have... width 0. | Ingo Schwarze |
2018-08-18 | end of sentence detection after .ME and .UE, useful for some GNU manuals | Ingo Schwarze |
2018-08-18 | The .nf/.fi (fill mode) requests never have text children | Ingo Schwarze |
2018-08-18 | Two consecutive .SY blocks only get a blank line in between | Ingo Schwarze |
2018-08-18 | prevent line breaks in the middle of .OP | Ingo Schwarze |
2018-08-18 | Make sure we don't match (and attach) more than the maximum number of | Mark Kettenis |
2018-08-18 | Support arbitrary number of redistributors. | Mark Kettenis |
2018-08-18 | Massively reduce the amount of text, cutting it down to what is needed | Ingo Schwarze |
2018-08-18 | implement the GNU man-ext .SY/.YS (synopsis block) macro in man, | Ingo Schwarze |
2018-08-17 | The official name for the ssdfb(4) reset GPIO attribute uses plural form. | Patrick Wildt |
2018-08-17 | Remove more pointer arithmetic passing via regions outside the array | Ingo Schwarze |
2018-08-17 | Convert ssl3_send_client_verify() to CBB. | Joel Sing |
2018-08-17 | spelling; | Jason McIntyre |
2018-08-17 | Support reading and using serveral device tree attributes for ssdfb(4), | Patrick Wildt |
2018-08-17 | Make the wording more concise, use the imperative throughout, state | Ingo Schwarze |
2018-08-17 | No need to send the same nameserver twice. | Martijn van Duren |
2018-08-17 | the stack already counts bytes and packets, so don't do it again here. | David Gwynne |
2018-08-16 | implement the GNU man-ext .TQ macro in man(7), | Ingo Schwarze |
2018-08-16 | Add regress coverage for CBB_add_u32(). | Joel Sing |
2018-08-16 | Provide CBB_add_u32(), as needed for an upcoming conversion. | Joel Sing |
2018-08-16 | Simplify the add signature code/logic in ssl3_send_server_key_exchange(). | Joel Sing |
2018-08-16 | Switch nsd control socket from localhost to a unix domain socket. | Florian Obser |
2018-08-16 | update to 4.1.24 | Florian Obser |
2018-08-16 | Convert ssl3_send_server_key_exchange() to CBB. | Joel Sing |
2018-08-16 | When installing the link to rcs2log, set the owner on the link itself | Todd C. Miller |
2018-08-16 | The zoneinfo directories can be mode 755 just like everything else. | Todd C. Miller |
2018-08-16 | Convert ssl3_get_server_key_exchange() to CBS. | Joel Sing |
2018-08-16 | Revert previous, which was wrong as noted by schwarze. Also revert a hunk | Theo Buehler |
2018-08-16 | Make pmap_allocate_asid() mpsafe. Since between checking the ASID | Patrick Wildt |
2018-08-16 | Do not calculate a pointer to a memory location before the beginning of | Ingo Schwarze |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2018-08-16 | Add the KEYC_XTERM flag to all function keys that imply a modifier so | Nicholas Marriott |
2018-08-16 | Document \*(.T. | Ingo Schwarze |
2018-08-16 | Implement the \*(.T predefined string (interpolate device name) | Ingo Schwarze |
2018-08-16 | Remove unused variable. | rob |
2018-08-15 | Turns out the integration of the GIC-500 on the Rockchip RK3399 is busted. | Mark Kettenis |
2018-08-15 | Distinguish between softc array members that are indexed by redistributor | Mark Kettenis |
2018-08-15 | Push back the kernel lock in sys_mmap(2) a little bit more now that | Mark Kettenis |
2018-08-15 | Use atomic instructions to keep track of what ASIDs are in use. This makes | Mark Kettenis |
2018-08-15 | Add /usr/include/c++ to hier.7. | Frederic Cambus |
2018-08-15 | Remove dead assignment in login(1). | Frederic Cambus |
2018-08-15 | Update AP selection heuristics for auto-join. | Stefan Sperling |
2018-08-15 | SIOCGIFNETMASK_IN6 failing just means that someone delete the address | Florian Obser |
2018-08-15 | fix incomplete variable renaming in previous; | Ingo Schwarze |
2018-08-15 | Restore ability to use hostnames to configure ip addresses. | Florian Obser |
2018-08-15 | Partially revert previous, EM7455 is already handled by umb(4). | Martin Pieuchot |
2018-08-15 | Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents | Visa Hankala |
2018-08-15 | Fix struct soplice usage | kn |