Age | Commit message (Expand) | Author |
2017-03-18 | Build mips64 kernels with -ffreestanding. | Visa Hankala |
2017-03-18 | Use --disable-new-dtags here as well. | Mark Kettenis |
2017-03-18 | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze |
2017-03-18 | The prog3 sub-tests tests DT_RPATH behaviour. Add --disable-new-dtags to | Mark Kettenis |
2017-03-18 | Add support for -znodlopen. | Mark Kettenis |
2017-03-18 | Use the userspace-visible thread register directly in __cerror instead | Mark Kettenis |
2017-03-18 | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze |
2017-03-18 | Fewer magic numbers. | Joel Sing |
2017-03-18 | t1_enc.c | Joel Sing |
2017-03-18 | Update regress and remove temporary buffer to match changes in tls_PRF(). | Joel Sing |
2017-03-18 | Currently tls1_PRF() requires that a temporary buffer be provided, that | Joel Sing |
2017-03-18 | Make brk(2) actually work and sync the brk()/sbrk() implementation with arm, | Mark Kettenis |
2017-03-18 | Use recallocarray for growth of the jobs, just because it is a little | Theo de Raadt |
2017-03-18 | The "ioctl" pledge which was had functionality split out into "tape", | Theo de Raadt |
2017-03-18 | Use recallocarray() to avoid leaving detritus in memory when resizing | Theo de Raadt |
2017-03-17 | switch to recallocarray() and remove useless pre-allocation. | Eric Faurot |
2017-03-17 | realloc() -> recallocarray(). | Eric Faurot |
2017-03-17 | remove unneccessary macro; | Jason McIntyre |
2017-03-17 | Enable dhcrelay6(8). | Rafael Zalamena |
2017-03-17 | Document man(1) section selection priority, | Ingo Schwarze |
2017-03-17 | Revert the NET_LOCK() and bring back pf's contention lock for release. | Martin Pieuchot |
2017-03-17 | carp(4) code is always executed in the 'softnet' thread, so remove | Martin Pieuchot |
2017-03-17 | Strengthen description of recallocarray(3) behaviour, hoping that readers | Theo de Raadt |
2017-03-17 | various tweaks; ok rzalamena | Jason McIntyre |
2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing | Todd C. Miller |
2017-03-17 | recallocarray() the string buffer, to avoid leaving such contents | Theo de Raadt |
2017-03-17 | Be more strict on all route iterations, lets always make sure that we | Rafael Zalamena |
2017-03-17 | choose_server() does not always return malloc'd memory so pass | Todd C. Miller |
2017-03-17 | Use recallocarray() to avoid leaving detritus in memory when resizing | Theo de Raadt |
2017-03-17 | Fix a couple of argument types. | Nicholas Marriott |
2017-03-17 | Grow buffers using recallocarray, to avoid the potential dribble that | Theo de Raadt |
2017-03-17 | Import the DHCPv6 relay implementation. | Rafael Zalamena |
2017-03-17 | Add h and l for collapse and expand in choose mode with vi(1) keys, from | Nicholas Marriott |
2017-03-17 | Update HISTORY and AUTHORS: we no longer use SQLite. | Ingo Schwarze |
2017-03-17 | Fix regression in mdoc_html.c 1.150, man_html 1.87: | Ingo Schwarze |
2017-03-17 | More debug goo to help tracking the use-after-free. | Martin Pieuchot |
2017-03-17 | ubcmtp(4) works because of a use-after-free. Many more drivers are | Martin Pieuchot |
2017-03-16 | Start to replace the home grown syslogd(8) internal debug and logging | Alexander Bluhm |
2017-03-16 | Print PCIe Extended Capabilities, from Simon Mages | Theo de Raadt |
2017-03-16 | vioscsi: Negotiate features during attach | Stefan Fritsch |
2017-03-16 | vioscsi: return XS_NO_CCB if out of space | Stefan Fritsch |
2017-03-16 | vioscsi: Don't call virtio_dequeue_commit on not-queued slots | Stefan Fritsch |
2017-03-16 | Remove some unused variables, unused types, duplicated/unused function | Mark Kettenis |
2017-03-16 | document the "type" built-in, marked as xsi by posix; | Jason McIntyre |
2017-03-16 | Redraw after killp -a. | Nicholas Marriott |
2017-03-16 | document the ulimit built-in, which is now marked xsi by posix; | Jason McIntyre |
2017-03-16 | remove the list of available sysctls: the sysctls are fully | Jason McIntyre |
2017-03-16 | document the "hash" built-in, moved to (posix) base in issue 7; | Jason McIntyre |
2017-03-16 | Unroll two small bus_space_{read_write}_multi operations in a hot code path. | Miod Vallat |
2017-03-16 | Use a power of two and left shift, rather than integer multiplication, for | Miod Vallat |