Ed Maste e8a1ec3e05 Split kern_break from sys_break and use it in linuxulator
Previously the linuxulator's linux_brk invoked the FreeBSD sys_break
syscall implementation directly.  Instead, move the bulk of the existing
implementation to kern_break, and call that from both sys_break and
linux_brk.

This also addresses a minor bug in linux_brk in that we now return the
actual (rounded up) break address, rather than the requested value.

Reviewed by:	brooks (earlier version)
Sponsored by:	Turing Robotic Industries
Differential Revision:	https://reviews.freebsd.org/D16019
2018-06-27 14:45:13 +00:00
..
2018-06-19 20:02:03 +00:00
2018-06-19 18:43:02 +00:00
2018-06-14 07:12:10 +00:00
2018-06-08 18:54:47 +00:00
2018-03-24 21:30:24 +00:00
2018-06-26 15:00:54 +00:00
2018-05-25 08:44:00 +00:00