git: Adjust various things for the recent brk(2) removal.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Mar 1 07:39:01 PST 2019


commit 925dae71dffcc17c2a71c6e2b51aabfd05c37d80
Author: Sascha Wildner <saw at online.de>
Date:   Fri Mar 1 16:38:39 2019 +0100

    Adjust various things for the recent brk(2) removal.

Summary of changes:
 Makefile_upgrade.inc           |  1 +
 include/unistd.h               |  1 -
 lib/libc/stdlib/alloca.3       |  4 +--
 lib/libc/sys/Makefile.inc      |  6 ++---
 lib/libc/sys/getrlimit.2       |  6 ++---
 lib/libc/sys/{brk.2 => sbrk.2} | 56 +++++-------------------------------------
 share/man/man5/a.out.5         |  9 ++-----
 usr.bin/limits/limits.1        |  3 +--
 8 files changed, 16 insertions(+), 70 deletions(-)
 rename lib/libc/sys/{brk.2 => sbrk.2} (79%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/925dae71dffcc17c2a71c6e2b51aabfd05c37d80


-- 
DragonFly BSD source repository



More information about the Commits mailing list