Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 05/06/2001 22:27:08
Module Name:	basesrc
Committed By:	ross
Date:		Sun May  6 19:27:08 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/i386/sys: brk.S

Log Message:
I have no idea why this syscall wrapper does some very un-unix-like
argument prefrobbing, in particular, it computes max(addr, __minbrk)
and uses that. The code is like this even in the ancient libc/i386 tree,
back to the earliest rev 1.2. I did not see it Lite 1, but I'm not totally
sure what the random site I found was serving up.
*
* However, I do know that it should use jb and not jl.
*


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/lib/libc/arch/i386/sys/brk.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.