History log of /freebsd-current/lib/librpcsvc/xcrypt.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# e0e0f30f 26-Feb-2009 Ed Schouten <ed@FreeBSD.org>

Use ANSI function declarations in librpcsvc.

When compiling librpcsvc with LLVM, we get a compiler error, because
hexval() uses an ANSI prototype, but a K&R declaration. I could have
just changed hexval(), but I'd rather keep this consistent. It's not
that much code.

Submitted by: Pawel Worach <pawel worach gmail com>


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# c75cd2cb 04-Feb-2008 Matteo Riondato <matteo@FreeBSD.org>

Fix incorrect handling of malloc failures

PR: bin/83369
MFC after: 1 week


# a4229919 31-May-2005 Stefan Farfeleder <stefanf@FreeBSD.org>

Initialise `hex' at the top of the file, ISO C requires that an array with
internal linkage has a complete type.


# 69160b1e 21-Mar-2002 David E. O'Brien <obrien@FreeBSD.org>

Remove __P() usage.


# 542d87fe 30-Sep-2001 Matthew Dillon <dillon@FreeBSD.org>

Add __FBSDID()s to librpcsvc


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 47593e96 27-May-1997 Bill Paul <wpaul@FreeBSD.org>

Step three: update librpcsvc for Secure RPC.

Reviewed by: Mark Murray