aboutsummaryrefslogtreecommitdiff
path: root/bin/sync
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
| | | | | | | | | | | Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295439
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
| | | | Notes: svn path=/head/; revision=139969
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
| | | | Notes: svn path=/head/; revision=114433
* The .Nm utilityPhilippe Charnier2002-07-061-4/+7
| | | | Notes: svn path=/head/; revision=99499
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99110
* Correct History: sync(8) appeared in V4.Tim J. Robbins2002-06-031-1/+1
| | | | Notes: svn path=/head/; revision=97768
* o __P has been reovedWarner Losh2002-02-021-3/+1
| | | | | | | | | | | | | | | | | | | | | 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) { ... Notes: svn path=/head/; revision=90111
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-2/+0
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79526
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78624
* <stdlib.h> is needed for exit(3) when building with -fno-builtin.Dag-Erling Smørgrav2001-06-191-0/+1
| | | | Notes: svn path=/head/; revision=78466
* Spelling police: insure -> ensureDima Dorfman2001-05-241-1/+1
| | | | | | | | PR: 27600 Submitted by: Iain Templeton <iain@ugh.net.au> Notes: svn path=/head/; revision=77108
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-0/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=76884
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74845
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68935
* Update stale references to update(4) with references to the newSheldon Hearn2000-07-191-1/+1
| | | | | | | syncer(4) manual page. Notes: svn path=/head/; revision=63498
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
| | | | Notes: svn path=/head/; revision=50471
* Correct use of .Nm. Add section number to .Xr references. Add rcsid.Philippe Charnier1998-05-182-8/+10
| | | | Notes: svn path=/head/; revision=36151
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+2
| | | | Notes: svn path=/head/; revision=21635
* -Wall cleaning.Steve Price1996-12-141-3/+3
| | | | Notes: svn path=/head/; revision=20424
* Added a update(4) man page to describe the kernel initiated updateMike Pritchard1996-02-121-3/+3
| | | | | | | process and changed all of the old references to update(8) to update(4). Notes: svn path=/head/; revision=14041
* Added $Id$David Greenman1994-09-243-0/+4
| | | | Notes: svn path=/head/; revision=3044
* The former patch to sync.c was short-lived. Bruce pointed out thatPoul-Henning Kamp1994-09-201-2/+3
| | | | | | | "Now it is has 2 portability bugs, which is a lot for 5 lines of working code" Notes: svn path=/head/; revision=2925
* Applied patch to make -Wall and -Dlint shut up.Poul-Henning Kamp1994-09-201-1/+3
| | | | | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com> Notes: svn path=/head/; revision=2923
* Fix makefiles for our macros.Garrett Wollman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1864
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-263-0/+127
Notes: svn path=/head/; revision=1556