summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/brk.c
AgeCommit message (Collapse)Author
1996-06-20Thu Jun 20 12:18:21 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader
* sysdeps/mach/hurd/brk.c (_hurd_brk): Initialize to 0. * hurd/getuids.c (getuids): New weak link to __getuids.
1996-06-20(___brk_addr): Now a variable, initialized to 0, instead of a weak link to ↵Miles Bader
_hurd_brk.
1996-06-17Mon Jun 17 17:53:21 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath
* sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for _hurd_brk. * libio/stdio.h [__USE_SVID]: Declare tempnam. Fri Jun 14 19:28:33 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/syscalls.list: Add swapon with two parameters. Wed Jun 12 20:40:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/dl-machine.h (RTLD_START): Fix access to _dl_default_scope. * sysdeps/stub/elfclass.h: New file.
1995-12-03* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.cvs/libc-951204cvs/libc-951203Roland McGrath
(_hurd_set_brk): Try to allocate more space when we run out. * sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with zero and examine it again. * sysdeps/unix/sysv/linux/i386/brk.c: New file. * sysdeps/unix/sysv/linux/i386/brk.S: File removed. * sysdeps/unix/sysv/linux/i386/sbrk.S: File removed. * sysdeps/unix/sysv/linux/dl-sysdep.c: New file.
1995-02-18initial importRoland McGrath