History log of /freebsd-10.0-release/lib/libc/gen/ftok.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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


# 129926 01-Jun-2004 tjr

Change the signature of ftok from (const char *, char) to (const char *, int)

Obtained from: NetBSD (christos)


# 90039 31-Jan-2002 obrien

Fix SCM ID's.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 36836 10-Jun-1998 jdp

This is a null commit to log the fact that I have done a repository
copy to bring these files into libc from libcompat. I will enable
them and kill off the libcompat versions on the main branch soon.

PR: step one toward closing misc/6763


# 22993 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 8198 01-May-1995 joerg

Added function and man page for ftok(3), used in conjunction with
the so-called "System V IPC".

Submitted by: jbeukema@HK.Super.Net (John Beukema)
Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD