| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=225952
|
|
|
|
|
|
|
| |
Reviewed by: ru
Notes:
svn path=/head/; revision=208291
|
|
|
|
| |
Notes:
svn path=/head/; revision=141851
|
|
|
|
| |
Notes:
svn path=/head/; revision=140505
|
|
|
|
| |
Notes:
svn path=/head/; revision=131504
|
|
|
|
| |
Notes:
svn path=/head/; revision=116028
|
|
|
|
| |
Notes:
svn path=/head/; revision=108317
|
|
|
|
| |
Notes:
svn path=/head/; revision=84306
|
|
|
|
| |
Notes:
svn path=/head/; revision=79754
|
|
|
|
| |
Notes:
svn path=/head/; revision=75670
|
|
|
|
| |
Notes:
svn path=/head/; revision=72063
|
|
|
|
| |
Notes:
svn path=/head/; revision=71895
|
|
|
|
| |
Notes:
svn path=/head/; revision=70481
|
|
|
|
|
|
|
| |
- The ftpPassive()
Notes:
svn path=/head/; revision=64799
|
|
|
|
|
|
|
|
|
| |
This is required for forthcoming IPv6 ready installer.
Obtained from: KAME
Notes:
svn path=/head/; revision=62649
|
|
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
|
|
|
|
|
|
|
|
| |
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
Notes:
svn path=/head/; revision=51457
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49828
|
|
|
|
| |
Notes:
svn path=/head/; revision=34669
|
|
|
|
|
|
|
|
| |
PR: 5691
Submitted by: archie@whistle.com
Notes:
svn path=/head/; revision=33212
|
|
|
|
| |
Notes:
svn path=/head/; revision=25028
|
|
|
|
| |
Notes:
svn path=/head/; revision=22993
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FTP error return code because
1) They return NULL, it means that ftpErrno can't be used because
it takes file pointer
2) They don't have FILE-type argument as f.e. ftpGet/ftpPut to use
it for ftpErrno instead.
For that functions I add yet one int* type argument to store
FTP error return code. It is impossible to add some global variable
for that reason, because user can have multiply FTP connections
opened at the same time.
So, interface changed, major number bumped.
Userland changes will follows.
Minor bugfixes, the code:
Forget to close file in few places, when failure occurse
Forget to NULL cached host name, multiply free is possible
Notes:
svn path=/head/; revision=19731
|
|
|
|
| |
Notes:
svn path=/head/; revision=18718
|
|
|
|
|
|
|
|
| |
be zero'd only if the operation *fails*, indicating that the file
starting offset is effectively zero. This makes more sense.
Notes:
svn path=/head/; revision=17733
|
|
|
|
|
|
|
|
| |
codes.
Submitted-By: Archie Cobbs <archie@whistle.com>
Notes:
svn path=/head/; revision=17732
|
|
|
|
|
|
|
|
|
| |
2. Remove pkg_* support - tcl7.5's channel interface has rendered this
almost entirely unsupportable (at least in the way it currently stands).
Submitted-By: jmz & jkh
Notes:
svn path=/head/; revision=17405
|
|
|
|
|
|
|
| |
Submitted by: jmz
Notes:
svn path=/head/; revision=16955
|
|
|
|
| |
Notes:
svn path=/head/; revision=16659
|
|
|
|
| |
Notes:
svn path=/head/; revision=16543
|
|
|
|
|
|
|
| |
Make ftpChdir return the server status again - it was more convenient.
Notes:
svn path=/head/; revision=16459
|
|
|
|
|
|
|
|
|
| |
from jmz was a hopeless kludge (sorry Jean-Marc :) and handled the problem
in the wrong way. ftpRestart() has now gone away and ftpGet() has grown a
new parameter.
Notes:
svn path=/head/; revision=16435
|
|
|
|
| |
Notes:
svn path=/head/; revision=16424
|
|
packages and also sort of give the (correct) impression that this basically
sits on top of stdio and deals with stream pointers (FILE*).
Notes:
svn path=/cvs2svn/branches/FREEBSD/; revision=16420
|