History log of /freebsd-10.1-release/usr.bin/xlint/lint2/mem2.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 148723 05-Aug-2005 stefanf

Include <err.h> where needed. Add $FreeBSD$ where missing.


# 91592 03-Mar-2002 markm

Merge conflicts, fix Makefiles and remove (re)moved file(s).


# 75831 22-Apr-2001 asmodai

Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should
remain so.

Submitted by: bde/obrien


# 75782 21-Apr-2001 asmodai

Aesthetics: fix placement of $NetBSD$ (use space instead of tab)


# 75731 20-Apr-2001 asmodai

Properly constify the rcsid[].


# 75730 20-Apr-2001 asmodai

Add $FreeBSD$ to the files which didn't have it yet.

Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]


# 21786 16-Jan-1997 alex

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


# 12100 05-Nov-1995 joerg

This commit was generated by cvs2svn to compensate for changes in r12099,
which included commits to RCS files with non-trunk default branches.


# 12099 05-Nov-1995 joerg

Jochen Pohl's lint(1) from NetBSD. Yet another import.

This is just a vendor import by now. I'll wait until i'll get the
imported files back via CTM before applying the FreeBSD patches.
Don't use it yet.

Submitted by: Jochen Pohl <jpo.drs@sni.de>
Obtained from: (NetBSD -- this version is directly from Jochen)