History log of /freebsd-10.1-release/libexec/rbootd/
Revision Date Author Comments
272461 03-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


262435 24-Feb-2014 brueffer

MFC: r262136

Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by: imp


262434 24-Feb-2014 brueffer

MFC: r262135

Add $FreeBSD$.


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


239991 01-Sep-2012 ed

Rework all non-contributed files that use `struct timezone'.

This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.


235856 23-May-2012 joel

mdoc: fix .Bl -offset.


229780 07-Jan-2012 uqs

Spelling fixes for libexec/


228587 16-Dec-2011 dim

In libexec/rbootd/utils.c, use the correct printf length modifiers for
u_int32_t and size_t.

MFC after: 1 week


216583 20-Dec-2010 charnier

Add __unused


208733 02-Jun-2010 uqs

mdoc: use literal text, not a column table to present the
configuration file snippet.


201380 02-Jan-2010 ed

Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.


134102 21-Aug-2004 maxim

Avoid accidental use of ANSI C trigraphs.

Spotted by: Pawel Worach
Obtained from: NetBSD (rev. 1.11, 1.13)


131487 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


129652 24-May-2004 stefanf

Include <netinet/in.h> for ntoh*() and hton*() prototypes.

Approved by: das (mentor)


99500 06-Jul-2002 charnier

The .Nm utility


90377 07-Feb-2002 imp

o __P removal
o register removal
o use new style prototypes and function definitions


90164 04-Feb-2002 kris

Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.


74814 26-Mar-2001 ru

- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.


74529 20-Mar-2001 ru

Set the default manual section for libexec/ to 8.


71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


70227 20-Dec-2000 ru

Prepare for mdoc(7)NG.


69252 27-Nov-2000 kris

Constify


69226 26-Nov-2000 kris

Correct definition of MAXHOSTNAMELEN in ifdef'ed out code.


68949 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68895 19-Nov-2000 kris

L_SET -> SEEK_SET

Obtained from: OpenBSD


68894 19-Nov-2000 kris

Format string paranoia

Obtained from: OpenBSD


66907 10-Oct-2000 wollman

Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
<time.h>).


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


45422 07-Apr-1999 brian

Ensure that things returned by gethostname() and
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)

Prompted by: bde


37769 20-Jul-1998 steve

Remove no longer needed FreeBSD specific code.

PR: 5497
Submitted by: Jacob Bohn Lorensen <jacob@jblhome.ping.mk>
Obtained from: OpenBSD (indirectly it seems so just to be safe)


31386 24-Nov-1997 charnier

Add usage(), rcsids.


27079 29-Jun-1997 steve

Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,
index -> strchr, and rindex -> strrchr.


27077 29-Jun-1997 steve

Merge conflicts and make this compile -Wall clean.


27075 29-Jun-1997 steve

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


26826 23-Jun-1997 steve

Show the real revision date and not the date that this
manpage is being viewed.


24349 28-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


22989 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.


20287 10-Dec-1996 wollman

Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
do it themselves. (Some of these programs actually depended on this
beyond compiling the definition of struct ifinfo!) Also fix up some
other #include messes while we're at it.


18471 22-Sep-1996 wosch

add forgotten $Id$


15135 08-Apr-1996 mpp

Correct some man page xrefs, and some other minor changes to bring some
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.


9970 06-Aug-1995 bde

Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.


8870 30-May-1995 rgrimes

Remove trailing whitespace.


1875 05-Aug-1994 wollman

Update to new make macros and disable Kerberos because we haven't got it
set up right yet.


1634 30-May-1994 rgrimes

Disable afterinstall rule as it is broken when you have CVS files around.
Reviewed by:
Submitted by:


1593 27-May-1994 rgrimes

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