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