freebsd-src/share
Alexander Langer 8abdc2eb40 Sweep through the tree fixing mmap() usage:
- Use MAP_FAILED instead of the constant -1 to indicate
    failure (required by POSIX).
  - Removed flag arguments of '0' (required by POSIX).
  - Fixed code which expected an error return of 0.
  - Fixed code which thought any address with the high bit set
    was an error.
  - Check for failure where no checks were present.

Discussed with:	bde
1997-01-16 21:58:40 +00:00
..
colldef Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
dict Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
doc Fix assorted references, update text. 1997-01-16 06:27:18 +00:00
examples Sweep through the tree fixing mmap() usage: 1997-01-16 21:58:40 +00:00
info Make this slightly less bogus. I'm not 100% sure what is correct here, 1997-01-12 07:23:58 +00:00
man Sweep through the tree fixing mmap() usage: 1997-01-16 21:58:40 +00:00
me
misc Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
mk Move gzip(1) option -c from commandline into variable GZIPCMD. Not 1997-01-14 11:59:33 +00:00
mklocale Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
sgml Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
skel Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
syscons Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
tabset Use ${COPY} instead of -c for installing non-source files. 1997-01-01 04:22:23 +00:00
termcap workaround: add alias to dtterm entry 1997-01-15 09:43:01 +00:00
timedef Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
zoneinfo Make the long-awaited change from $Id$ to $FreeBSD$ 1997-01-14 07:20:47 +00:00
Makefile Add info to SUBDIRS 1997-01-11 02:46:51 +00:00
Makefile.inc