index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
rcp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-4
/
+4
*
Remove superfluous va_end which was left there in rev 1.38.
rdivacky
2008-10-28
1
-2
/
+0
*
In the error handling path, don't call close(fd) if the error we're
cperciva
2007-05-22
1
-1
/
+2
*
Fix markup.
ru
2007-02-27
1
-10
/
+20
*
Expand *n't contractions.
ru
2005-02-13
1
-1
/
+1
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+2
*
De-kerberize the manpage.
ru
2005-01-21
1
-24
/
+3
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-0
/
+1
*
Remove the clause 3, per berkeley and mail from rwatson representing
imp
2005-01-10
1
-5
/
+1
*
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
ru
2004-11-03
1
-1
/
+1
*
Deal with double whitespace.
ru
2004-07-03
1
-4
/
+4
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+2
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
3
-12
/
+0
*
Turn malloc+snprintf into asnprintf.
markm
2003-10-14
1
-14
/
+10
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
1
-11
/
+13
*
Make count a size_t as that is what is compared against and how it is used.
obrien
2003-05-02
1
-1
/
+2
*
Quiet warnings about copyright[].
obrien
2003-05-01
1
-2
/
+1
*
Dekerberise. The corresponding userland stuff has been dekerberised
markm
2002-10-16
3
-169
/
+6
*
Clean up use of <stdarg.h> macros: always call va_end after va_start,
tjr
2002-10-06
1
-2
/
+6
*
While removing a memory leak, rev 1.32 introduced a
charnier
2002-10-06
1
-16
/
+11
*
Use %jd in format string and cast argument to intmax_t instead of using
tjr
2002-10-06
2
-4
/
+3
*
Mark the signo as __unused in a lazy signal handler.
jmallett
2002-09-29
1
-1
/
+1
*
IPv6 support for rcp.
ume
2002-08-09
2
-22
/
+42
*
err() is documented as allowing NULL for the format string but GCC isn't
dillon
2002-07-10
1
-4
/
+4
*
Consistently use FBSDID
obrien
2002-06-30
2
-4
/
+4
*
Use size_t consistently and complete some uncompleted code resulting in a
jmallett
2002-06-20
2
-3
/
+6
*
Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.
des
2002-05-08
2
-45
/
+10
*
Replaced exists() tests with two equivalent defined().
ru
2002-04-18
1
-1
/
+1
*
Use `The .Nm utility'
charnier
2002-04-16
1
-6
/
+9
*
Correct inadvertent style botches in previous commit.
kris
2002-02-04
1
-2
/
+1
*
Lock down with WFORMAT=1 except those directories with unfixed warnings.
kris
2002-02-04
1
-1
/
+3
*
o __P has been reoved
imp
2002-02-02
3
-78
/
+33
*
Default to WARNS=2. Binary builds that cannot handle this must explicitly
obrien
2001-12-04
1
-0
/
+1
*
style(9)
obrien
2001-08-01
1
-1
/
+1
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
Fixed two bugs, first not allowing '.' as a valid login name character
pirzyk
2001-05-30
2
-3
/
+7
*
Use PATH_MAX instead of MAXPATHLEN.
imp
2001-05-30
1
-3
/
+4
*
-Wnon-const-format sweep: make format strings const char *'s, add
kris
2001-04-17
2
-2
/
+3
*
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
ru
2001-02-13
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-4
/
+4
*
more removal of trailing periods from SEE ALSO.
ben
2000-11-15
1
-1
/
+1
*
Use libcrypto inst=ead if libdes.
markm
2000-02-24
2
-3
/
+3
*
. mdoc(7)'fy
phantom
2000-01-07
1
-4
/
+9
*
Fix for new Kerberos4.
markm
1999-09-19
2
-3
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-27
6
-6
/
+6
*
Improved error handling in rev.1.18: don't ignore failure of execve().
bde
1999-07-04
1
-5
/
+4
*
Quick fix to allow transfer files >2GB.
dt
1999-04-25
1
-3
/
+3
*
Don't put compiler warning flags in leaf Makefiles.
bde
1998-12-07
1
-2
/
+1
*
Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.
markm
1998-10-09
3
-5
/
+17
[next]