History log of /src/lib/libc/arch/mips/sys/brk.S |
Revision | | Date | Author | Comments |
1.18 |
| 12-Dec-2010 |
tsutsui | brk(2) should update __curbrk, not __minbrk or garbage.
|
1.17 |
| 14-Dec-2009 |
matt | Merge from matt-nb5-mips64.
|
1.16 |
| 07-Aug-2003 |
agc | branches: 1.16.46; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.15 |
| 23-May-2003 |
simonb | Match END label with LEAF label.
|
1.14 |
| 10-Nov-2002 |
thorpej | ABICALLS -> __ABICALLS__
|
1.13 |
| 13-Dec-2000 |
simonb | branches: 1.13.2; Remove all the .abicalls assembler directives - "SYS.h" already has that.
|
1.12 |
| 04-Jul-2000 |
kleink | Missed in previous: replace the previously used _brk label with an ordinary local label; problem noticed by Matthias Drochner.
|
1.11 |
| 26-Jun-2000 |
kleink | Thinko in previous: we do always use an internal name.
|
1.10 |
| 23-Jun-2000 |
kleink | Add internal names for brk() and sbrk().
|
1.9 |
| 31-Mar-1999 |
kleink | branches: 1.9.10; Change references to `end' to `_end' as not to invade (or being invaded by) the user's name space.
|
1.8 |
| 14-Jan-1999 |
kleink | * On architectures using ELF, and conditionally on those in transition, rename _ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and _C_LABEL(__curbrk) (or their respective architecture-specific equivalents) to avoid possible name clashes with identifiers used in user applications. * Do the same for minbrk on all architectures to avoid a GCC-specific (and on ELF architectures effectively useless) symbol reference renaming in MI code.
|
1.7 |
| 17-Sep-1996 |
jonathan | * Add Mips ABI changes for ELf shared library support. From OpenBSD, patched into NetBSD by <bouyer@ensta.fr>. * Include generic NetBSD/mips <mips/*.h> files, instead of old Sprite names.
|
1.6 |
| 16-Sep-1996 |
jonathan | Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string from "Id:" to "NetBSD:".
|
1.5 |
| 25-Sep-1995 |
jonathan | Fix an old bug, whereby ASMSTR() was used before #including "SYS.h", where it was defined.
|
1.4 |
| 20-Mar-1995 |
mycroft | SYS_brk -> SYS_break, and other (minor) changes.
|
1.3 |
| 15-Dec-1994 |
mycroft | More underscores...
|
1.2 |
| 14-Nov-1994 |
dean | Prepended underscores
|
1.1 |
| 24-May-1994 |
glass | libc support for mips. libkern hooks are disabled
|
1.9.10.1 |
| 22-Aug-2000 |
kleink | Pull up revs. 1.10-1.12 (approved by thorpej): Add internal names for brk(), sbrk() and fork().
|
1.13.2.1 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.16.46.4 |
| 29-Apr-2011 |
matt | Pull in fixes from -current.
|
1.16.46.3 |
| 05-Sep-2009 |
matt | LP64 cleanup --> s/la/PTR_LA/
|
1.16.46.2 |
| 18-Aug-2009 |
matt | Cleanup RCSIDs. Use SYSTRAP instead li v0, SYS_*; syscall since that's what SYSTRAP does.
|
1.16.46.1 |
| 16-Aug-2009 |
matt | Move to new ABI agnostic mechanisms. Get rid of magic constants. Use genassym.cf to generate them.
|