| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
means that the server doesn't understand SIZE or MDTM, which should not be a
hard failure.
Submitted by: ume
|
|
|
|
| |
many times.
|
|
|
|
|
|
|
|
| |
Quicktime streaming media applications.
Add a BUGS section to the man page.
Submitted by: Erik Salander <erik@whistle.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
a bug in some ftp servers (most notably ftp.vmunix.com) which report the
size of a file correctly in ascii mode, but report it as 0 in binary mode.
Reported by: asmodai
Also remove an unneeded initialization.
|
|
|
|
|
| |
Work around YA Apache bug: don't send port in Host: header if it's the
default port.
|
|
|
|
|
|
| |
* Grammar fixes.
* Mark up rfork and vnode as cross-references.
* Clarify the use of the RFFDG flag to rfork(2).
|
|
|
|
|
|
|
| |
KERN_UPDATEINTERVAL can't be used to control sched_sync(). In
fact, there's no easy way to control the syncer with sysctls.
Reported by: bde
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sort out the size / length confusion. Always try to report the *real* file
size in the url_stat structure, no matter how much of it is actually being
sent, and try to detect inconsistencies between sizes.
Rearrange the request loop to avoid having to add meaningless code just to
silence compiler warnings.
Switch to a more sensible and consistent interface for the _http_parse*()
functions.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This fixes a segfault in some C++ programs which use exceptions before
main() has been called (i.e. from global constructors).
Reviewed by: deischen
|
|
|
|
| |
potential cancellation point in libc_r.
|
|
|
|
|
|
|
|
| |
32-bit type (rather than define his own type based on the type of box
being compiled on).
Submitted by: Mark Abene <phiber@radicalmedia.com>
(however I applied a slightly different fix)
|
|
|
|
| |
Obtained from: KAME Project
|
|
|
|
| |
Pointed out by: sheldonh
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
strdup()) rather than pointing it at something that's free()d
(via freeaddrinfo(res)) before the function returns.
I appreciate that this is an API change, but it's the only way
(AFAIK) of doing this without breaking existing code that uses
rcmd{,_af}().
Pointed out by: phkmalloc
|
| |
|
|
|
|
|
|
| |
than requested. Instead, inform the caller of the real offset by modifying
the offset field in the original struct url, and let him decide how to handle
the situation.
|
| |
|
|
|
|
| |
syncer(4) manual page.
|
|
|
|
|
|
|
|
| |
be treated as NULL.
PR: bin/19816
Submitted by: Bill Fenner <fenner@research.att.com>
Reviewed by: Atsushi Onoe <onoe@sm.sony.co.jp>
|
| |
|
|
|
|
| |
Discussed on: -arch
|
|
|
|
|
| |
PR: 19886
Reported by: Gregory Bond <gnb@itga.com.au>
|
|
|
|
| |
The CVS Id tag FreeBSD was added to satisfy commit_prep.pl.
|
|
|
|
|
|
| |
and people shouldn't be encouraged to use them.
Asked by: sheldonh
|
|
|
|
|
| |
be a dynamically created file, e.g. a tarball on servers that support sending
tarballs of directories.
|
|
|
|
| |
(jasone@canonware.com --> jasone@freebsd.org).
|
|
|
|
|
|
|
|
|
| |
pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait().
Do not dump core in pthread_cond_timedwait() (due to a NULL pointer
dereference) if attempting to wait on an uninitialized condition variable.
PR: bin/18099
|
|
|
|
| |
Prompted by: sheldonh
|
|
|
|
|
|
| |
fetchStat*(). In most cases, either fetchGet*() or fetchXGet*() is a wrapper
around the other; in all cases, calling fetchGet*() is identical to calling
fetchXGet*() with the second argument set to NULL.
|
|
|
|
|
|
|
| |
outside the loop inspects it to determine whether or not we succeeded in
retrieving the requested document. This fixes a bug where fetchGetHTTP()
would return a FILE with an invalid file descriptor if it hit the redirect
limit without locating the requested document.
|
| |
|
| |
|
|
|
|
|
|
|
| |
or not interrupted system calls will be restarted. This fixes a bug where
fetch(1) would hang (potentially forever) if a server stopped responding,
because the signal handler would absorb the user's efforts to interrupt the
transfer.
|
| |
|
|
|
|
| |
Submitted by: dcs
|
|
|
|
| |
Pointed out by: ache
|
|
|
|
| |
left out by accident during the rewrite.
|
|
|
|
|
|
| |
PR: 19262
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Reviewed by: sheldonh
|
|
|
|
|
|
| |
via IPv6, the hostname is trimed due to the length of IPv6 address.
This change saves it as possible.
I have a grudge against the shortage of UT_HOSTSIZE.
|
|
|
|
|
|
|
|
| |
It enables us to control link-local connections by interface like
this:
ALL : [fe80::%ed0]/10 : allow
ALL : [fe80::]/10 : deny
|
|
|
|
|
|
|
|
|
| |
to be applied to the value given. This does not break installed
/etc/login.conf files, since un-suffixed numbers are interpreted as
they were before.
PR: 19750
Submitted by: Paul Herman <pherman@frenchfries.net>
|
| |
|
|
|
|
|
|
|
|
| |
moved around, but the acutal functional changes are small.
Add support for site-internal redirects (where the Location: header gives a
path instead of an absolute URI)
Pointed out by: kuriyama
|
|
|
|
|
|
| |
with fdisk, ensure that they are a multiple of the sector size in length.
- Axe all the 1024 cylinder checks as they are no longer relevant with the
fixed bootstrap.
|
|
|
|
| |
Update the BUGS section to reflect the HTTP rewrite.
|