aboutsummaryrefslogtreecommitdiff
path: root/bin/rcp
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
* Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
* Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* Sync from headSimon J. Gerraty2012-11-042-13/+8
|\
| * Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-7/+8
| * None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-111-6/+0
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
|/
* Remove unused header (libutil.h)Marcel Moolenaar2012-05-171-1/+0
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-4/+4
* Remove superfluous va_end which was left there in rev 1.38.Roman Divacky2008-10-281-2/+0
* In the error handling path, don't call close(fd) if the error we'reColin Percival2007-05-221-1/+2
* Fix markup.Ruslan Ermilov2007-02-271-10/+20
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+2
* De-kerberize the manpage.Ruslan Ermilov2005-01-211-24/+3
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
* Remove the clause 3, per berkeley and mail from rwatson representingWarner Losh2005-01-101-5/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-063-12/+0
* Turn malloc+snprintf into asnprintf.Mark Murray2003-10-141-14/+10
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-11/+13
* Make count a size_t as that is what is compared against and how it is used.David E. O'Brien2003-05-021-1/+2
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+1
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-163-169/+6
* Clean up use of <stdarg.h> macros: always call va_end after va_start,Tim J. Robbins2002-10-061-2/+6
* While removing a memory leak, rev 1.32 introduced aPhilippe Charnier2002-10-061-16/+11
* Use %jd in format string and cast argument to intmax_t instead of usingTim J. Robbins2002-10-062-4/+3
* Mark the signo as __unused in a lazy signal handler.Juli Mallett2002-09-291-1/+1
* IPv6 support for rcp.Hajimu UMEMOTO2002-08-092-22/+42
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-101-4/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-302-4/+4
* Use size_t consistently and complete some uncompleted code resulting in aJuli Mallett2002-06-202-3/+6
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-45/+10
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-161-6/+9
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-041-2/+1
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-1/+3
* o __P has been reovedWarner Losh2002-02-023-78/+33
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* style(9)David E. O'Brien2001-08-011-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Fixed two bugs, first not allowing '.' as a valid login name characterJim Pirzyk2001-05-302-3/+7
* Use PATH_MAX instead of MAXPATHLEN.Warner Losh2001-05-301-3/+4
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-172-2/+3
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1