| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change reference from update(4) to syncer(4).
|
|
|
|
| |
Reviewed by: peter
|
|
|
|
|
|
| |
* Insert newline before "and" in ".Fl c and".
Approved by: des
|
| |
|
|
|
|
|
| |
PR: docs/19401
Submitted by: s.c.sprong@student.utwente.nl
|
|
|
|
|
| |
PR: 20008
Reported by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
|
|
|
| |
Approved by: jdp
|
|
|
|
|
|
|
|
|
| |
only does IPv4 as our syslogd only does IPv4. I dunno if the KAME
people have any plans for syslogd).
PR: 19821
Submitted by: Nick Hilliard <nick@iol.ie>
Reviewed by: sheldonh
|
| |
|
|
|
|
| |
and adjust the verbosity level of another.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libfetch features (fetchRestartCalls, fetchXGet()).
Since it doesn't make much sense to have m_flag and r_flag set at the same
time, and it can actually cause trouble in some cases, die if they're both
set.
Set the SA_RESETHAND flag for SIGINT so that when we've caught one, we can
kill ourselves with a second SIGINT (thus notifying our parent of our tragic
fate) instead of just exiting.
These changes fix several problems that would show up when fetching ports,
as well as speeding up HTTP transfers quite a bit (at least for relatively
small files).
Most of these changes were prompted by an interaction problem with an HTTP
server called SWS-1.0, which exhibited two bugs, the first of which prevented
fetch from working around the second (the first was not sending content-type
in reply to HEAD requests, the second was sending garbage after the end of
the requested file).
|
|
|
|
|
|
|
| |
anything useful in a Bourne shell.
PR: 19980
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
|
|
|
|
| |
Submitted by: green
|
|
|
|
|
| |
PR: 19950
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
|
|
|
|
|
|
|
|
|
| |
structure member that doesn't exist anymore.
Use getsysctlbyname for kern.ipc.mbstat instead of sysctl.
Use netstat's method of displaying values from mtnames.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Missed by PR: 19809
|
|
|
|
|
|
|
| |
expand the size from short to ulong
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
PR: kern/19809
|
|
|
|
|
|
|
| |
Correct the cmp.1 usage message
Correct the -l/-s incompatibility message
Submitted by: Mark Knight <markk@knigma.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: green
|
|
|
|
|
|
|
|
|
|
| |
Always display the completion percentage if stderr is a tty.
Drop the char-by-char transfer mode, it was based on an incorrect assumption
regarding the semantics of fread().
Finally (I hope) straighten out the business of setting the mtime, as well as
when to remove the output file and when not to.
Thanks are owed to the many who have provided nearly instantaneous and
highly constructive feedback and suggestions about these matters.
|
|
|
|
|
|
|
|
| |
this, and add a bit to the descriptions of "dir" and "nlist" to emphasize
the difference.
PR: 15408
Submitted by: Joe Smith <inwap@best.com>
|
|
|
|
| |
(it belongs to kame experiment).
|
|
|
|
|
|
|
| |
around the call to fetchStat().
Catch SIGINT, and rework the signal handling so it doesn't skimp on the
cleanup after a timeout or interrupt. Also, don't just bail out after a
timeout; there may be more files to fetch.
|
|
|
|
| |
(Mental note: don't forget -rRELENG_4 next time.)
|
|
|
|
| |
lined up
|
|
|
|
|
|
| |
Fix a bug where the stats code would print the expected size instead of the
number of bytes received.
Fix the reading code so it'll support partial reads.
|
| |
|
|
|
|
|
|
|
|
| |
This is purely a cosmetic patch.
PR: 9809
Submitted by: se
Nagged about: nrahlstr
|
|
|
|
|
|
|
|
|
|
|
| |
was being interperated and displayed as ^M on the remote side.
Old curses used to change the behavior of the tty and how carriage
return was interperated via STDIN. ncurses does this on a per-window
basis within the library rather than using the tty modes. Since
talk is bypassing ncurses, it was missing the conversion.
Reviewed by: peter
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: green
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Check that stderr, not stdout, is a tty (thanks to green).
|
|
|
|
|
|
| |
used to extract modified boot hints to make loader(8)-time changes
"sticky". It tries to use \ style quoting so that it can be used directly
with foo.conf files. It can also extract specific variables.
|
| |
|
|
|
|
| |
change (getaddrinfo.c rev 1.12).
|
|
|
|
| |
Obtained from: KAME
|