History log of /freebsd-9.3-release/bin/sync/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


139969 10-Jan-2005 imp

/*- or .\"- or #- to begin license clauses.


127958 06-Apr-2004 markm

Remove clause 3 from the UCB licenses.

OK'ed by: imp, core


114433 01-May-2003 obrien

Quiet warnings about copyright[].


99499 06-Jul-2002 charnier

The .Nm utility


99110 30-Jun-2002 obrien

Consistently use FBSDID


97768 03-Jun-2002 tjr

Correct History: sync(8) appeared in V4.


90111 02-Feb-2002 imp

o __P has been reoved
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.
o Change
int
foo() {
...
to
int
foo(void)
{
...


87323 04-Dec-2001 obrien

Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0.

Reviewed by: mike


79526 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


78624 22-Jun-2001 dd

WARNS= -> WARNS?=

Submitted by: Mike Barcroft <mike@q9media.com>


78466 19-Jun-2001 des

<stdlib.h> is needed for exit(3) when building with -fno-builtin.


77108 24-May-2001 dd

Spelling police: insure -> ensure

PR: 27600
Submitted by: Iain Templeton <iain@ugh.net.au>


76884 20-May-2001 kris

Silence WARNS=2 and BDECFLAGS on alpha and i386

MFC after: 1 week


74845 27-Mar-2001 ru

MAN[1-9] -> MAN.


68935 20-Nov-2000 ru

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


63498 19-Jul-2000 sheldonh

Update stale references to update(4) with references to the new
syncer(4) manual page.


50471 27-Aug-1999 peter

$Id$ -> $FreeBSD$


36151 18-May-1998 charnier

Correct use of .Nm. Add section number to .Xr references. Add rcsid.


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


21635 13-Jan-1997 wosch

Sort cross references.


20424 14-Dec-1996 steve

-Wall cleaning.


14041 12-Feb-1996 mpp

Added a update(4) man page to describe the kernel initiated update
process and changed all of the old references to update(8) to update(4).


3044 24-Sep-1994 dg

Added $Id$


2925 20-Sep-1994 phk

The former patch to sync.c was short-lived. Bruce pointed out that
"Now it is has 2 portability bugs, which is a lot for 5 lines of working code"


2923 20-Sep-1994 phk

Applied patch to make -Wall and -Dlint shut up.

Reviewed by: phk
Submitted by: Josef Grosch <joeg@gagme.wwa.com>


1864 05-Aug-1994 wollman

Fix makefiles for our macros.


1557 26-May-1994 rgrimes

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