| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
doscmd that was affected by the SA_SIGINFO changes (which made many
lines longer).
This application is in need for general code reformatting and warning
fixes.
Submitted by: Warner Losh <imp@village.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
support. I've been building world with these changes for months w/o
ill effect. I've also managed to build the cross tool chain for MIPS
with these patches.
Please note that the extent to which these patches work is largely
dictated by how well our tool chains support the cross compilation.
Building alpha binaries on i386 doesn't work. Supposedly building
i386 binaries on alpha does work, but I've not verified it with these
patches, however.
|
|
|
|
|
|
|
| |
Don't truncate the protocol field.
These two changes conspire to make sockstat(1) show divert sockets.
Submitted by: ru
|
|
|
|
| |
Submitted by: ru
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
EGCS assign weak symbols to inline functions it couldn't inline (e.g. virtual
inline functions), template functions, etc. Omitting them result in quite bogus
profile.
Weak symbols created by __weak_reference are not really problem.
Caught by: Ilya Segalovich <iseg@comptek.ru>
|
|
|
|
| |
than "is YES".
|
|
|
|
| |
Approved By: phk
|
| |
|
|
|
|
|
|
|
|
|
| |
Divert(4) sockets will now appear as "internet raw divert"
instead of "internet raw 254".
o -Wall tweak.
Reviewed by: bde
|
| |
|
|
|
|
| |
Reviewed by: dict(1)
|
|
|
|
| |
Reviewed By: eivind
|
|
|
|
|
|
|
|
|
| |
set to `YES' for passive mode to be used by default.
Just setting FTP_PASSIVE_MODE is not sufficient, as
it was before.
Noted by: eivind
Reviewed by: des
|
|
|
|
|
|
|
|
| |
(2) Die when there is a problem opening at.allow other then it not existing.
An error other then it not existing might be a trick to somehow
circumvent system security.
Mostly Reviewed By: msmith
|
|
|
|
| |
Obtained from: OpenBSD
|
| |
|
|
|
|
|
|
| |
looking at this page.
Requested By: Keith Stevenson <k.stevenson@louisville.edu>
|
|
|
|
|
| |
- fix two minor bugs;
- slightly cleanup manpage.
|
| |
|
|
|
|
|
|
| |
that whatis(1) will produce the expected results.
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
|
|
|
|
| |
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
|
|
|
|
|
|
| |
a file in the user's home directory.
Requested by: hoek
|
|
|
|
|
|
|
| |
intentional, this behaviour is far too obnoxious given the number of
filenames such as rpc.statd we have.
Submitted by: Chris Costello [3]chris@calldei.com (bin/11303)
|
|
|
|
| |
PR: 11805
|
|
|
|
|
| |
a bogus error ("parsing URI".) I also fixed an inconsistency in
another fs_status.
|
|
|
|
| |
the -d debugging option produces consistent behaviour.
|
|
|
|
| |
PR: 11987
|
|
|
|
|
| |
previously unreported malloc() failures, and changed the exit status
for those failures to encourage MTA retries.
|
|
|
|
|
|
|
|
| |
messages to stderr instead of syslog.
* Fix manpage with respect to diagnostics.
Reported by: rfg@monkeys.com (Ronald F. Guilmette)
|
| |
|
|
|
|
| |
values, as longs, instead of int.
|
| |
|
|
|
|
|
|
| |
used with objformat.
PR: 10877
|
|
|
|
|
|
|
| |
option by running it with ``-8 -E'' and passing it 0xff character.
PR: 6317
Reviewed by: des, David Borman <dab@bsdi.com> (the author)
|
| |
|
|
|
|
|
|
|
| |
It makes compatible with IANA charset defination, and let existent I18N
app happier.
Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
|
|
|
|
|
|
|
|
|
|
| |
PR: bin/12070
Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Specifically check that FTP_PASSIVE_MODE is set to YES, rather than
just checking if it is defined.
Discussed on: freebsd-current
|
|
|
|
|
| |
Inspired by: PR docs/11774
Submitted by: Chad R. Larson <chad@freeway.dcfinc.com>
|
|
|
|
| |
Obtained from: NetBSD, by way of OpenBSD
|
|
|
|
|
|
|
| |
two characters of $EDITOR. This allows things like "vim" and "vi -G"
(although nvi would fail...oh well).
- Avoid certain cases where the editor is passed an invalid line number.
|
| |
|
|
|
|
| |
as well as the X11 version ja_JP.SJIS
|
| |
|
|
|
|
|
| |
PR: 12000
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
the new -i option were missing.
Fixed style bugs in previous commit:
(1) initialisation of a local variable in its declaration.
(2) inconsistency of (1) with style of nearby code.
(3) disorder of declaration for (1).
(4) a line longer than 80 characters.
(5) bitrot in the printf() -> err() cleanups to help bloat the line in (4).
|