]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Name the implementation of brk and sbrk sys_break().
authorBrooks Davis <brooks@FreeBSD.org>
Thu, 14 Jun 2018 21:27:25 +0000 (21:27 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Thu, 14 Jun 2018 21:27:25 +0000 (21:27 +0000)
commit9da5364ed9633258f31bfa1235dd1ae7881bb956
tree7a8cf798f402c676a4847dc4880f96b796ceadd0
parent8d86bd564f8e12dbc0e16ef216bc8f6223e174d5
Name the implementation of brk and sbrk sys_break().

The break() system call was renamed (several times) starting in v3
AT&T UNIX when C was invented and break was a language keyword. The
last vestage of a need for it to be called something else (eg obreak)
was removed in r225617 which consistantly prefixed all syscall
implementations.

Reviewed by: emaste, kib (older version)
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D15638
sys/compat/freebsd32/syscalls.master
sys/compat/linux/linux_misc.c
sys/i386/ibcs2/syscalls.master
sys/kern/capabilities.conf
sys/kern/syscalls.master
sys/vm/vm_unix.c