]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Name the implementation of brk and sbrk sys_break().
authorbrooks <brooks@FreeBSD.org>
Thu, 14 Jun 2018 21:27:25 +0000 (21:27 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 14 Jun 2018 21:27:25 +0000 (21:27 +0000)
commitad6bae500f06adafe710fb6a27e1a00ae142892d
tree7a8cf798f402c676a4847dc4880f96b796ceadd0
parentb9f357b78761d2080e5eefad3b8e835cf94a2e9a
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