Dima Dorfman
489b9470ae
Fix an underflow resulting from the assumption !O_ISSET(sp, O_LEFTRIGHT)
...
(ironically, the assumption is in a code block which is conditional on its
converse). This isn't strictly the correct fix; it's more of a workaround
to prevent an infinite loop. The correct fix (see
ports/editors/nvi-devel/files/patch-vi-relative r1.1) would take a file off
the vendor branch, but since the result for this version of nvi is
identical, this route was elected.
PR: 28687
Approved by: -developers
2001-07-19 11:02:11 +00:00
Ruslan Ermilov
19c6fd1aee
This commit was generated by cvs2svn to compensate for changes in r79847,
...
which included commits to RCS files with non-trunk default branches.
2001-07-18 06:48:31 +00:00
Ruslan Ermilov
2370a12024
From ChangeLog:
...
: 2001-07-18 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/groff_mdoc.man: Document new -width and -column syntax.
: Some other minor fixes.
: * tmac/an-old.tmac: Add `AT' and `UC' macros.
2001-07-18 06:48:31 +00:00
David E. O'Brien
06cb5f26f7
Connect std{in,out,err} to *something* so that "hooks" scripts that write
...
to std{err,out} will not spam /etc/resolv.conf.
Ted Lemon fixed the problem in version 3 of the client, but only for the
pre-daemonized case. Thanks to Brian for pointing that out and helping
to make our future dhclient (v3) better.
Submitted by: brian
2001-07-16 01:56:48 +00:00
Mark Murray
c7ff6083f9
Fix SHA1 hashing.
2001-07-14 08:30:54 +00:00
Mark Murray
bce9718b36
Usse a better method to get a user's credentials, as uid's may be
...
legally duplicated.
Requested by: ache
2001-07-14 08:29:19 +00:00
Ruslan Ermilov
920eecc599
Import latest mdoc(7) fixes of mine.
...
Fold -xwidth functionality into -width. .Bl now tests whether
string immediately following a leading dot starts with a valid
macro name.
Added similar functionality to the -column list's column width
specifiers. For example, the following now works as expected:
.Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable"
.It Sy "Name\tType\tChangeable\tDescription"
.It Va hw.crusoe.longrun Ta Vt integer Ta yes Ta "LongRun mode:"
.It Ta Ta Ta "0: minimum frequency mode"
.It Ta Ta Ta "1: power-saving mode"
.It Ta Ta Ta "2: performance mode"
.It Ta Ta Ta "3: maximum frequency mode"
.It Va hw.crusoe.frequency Ta Vt integer Ta no Ta "Current frequency (MHz)."
.It Va hw.crusoe.voltage Ta Vt integer Ta no Ta "Current voltage (mV)."
.It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)."
.El
This is especially useful for groff devices with variable width
fonts, like -Tps or -TX100.
2001-07-13 09:06:00 +00:00
Ruslan Ermilov
e48c5ca20c
This commit was generated by cvs2svn to compensate for changes in r79655,
...
which included commits to RCS files with non-trunk default branches.
2001-07-13 09:06:00 +00:00
Ruslan Ermilov
3e99af9747
This page is in man(7) format.
2001-07-13 08:06:08 +00:00
David E. O'Brien
5a108f415b
libiberty file list for the 11-July-2000 import.
2001-07-12 19:03:33 +00:00
Ruslan Ermilov
63914212f0
Eliminate troff(1) warnings that were hiding some useful text.
2001-07-12 14:29:59 +00:00
Ruslan Ermilov
b50288009d
Fixed warning:
...
bc.1:643: warning: numeric expression expected (got `e')
2001-07-12 07:35:06 +00:00
Ruslan Ermilov
0fb3975219
Merge Groff 1.17.2 changes.
2001-07-10 17:15:31 +00:00
Ruslan Ermilov
a972cdc741
Use stock (FSF) version of this file.
2001-07-10 17:14:46 +00:00
Ruslan Ermilov
75fdaafb19
Removed files not present in v1.17.2 import.
2001-07-10 17:10:51 +00:00
Ruslan Ermilov
1e98c32d1b
This commit was generated by cvs2svn to compensate for changes in r79546,
...
which included commits to RCS files with non-trunk default branches.
2001-07-10 17:10:51 +00:00
Ruslan Ermilov
5ecb0ad24f
Virgin import of FSF groff v1.17.2
2001-07-10 17:09:00 +00:00
Ruslan Ermilov
66d14a309a
This commit was generated by cvs2svn to compensate for changes in r79543,
...
which included commits to RCS files with non-trunk default branches.
2001-07-10 17:09:00 +00:00
Ruslan Ermilov
63919764c2
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
David E. O'Brien
fbd7787b32
It is just stupid to have to do ``<ESC>!rm -f %'' to write a file you own.
...
So lets stop that nonsense and allow `w!' to do something useful.
Submitted by: green
2001-07-09 04:11:33 +00:00
Ruslan Ermilov
df1cda58e4
mdoc(7) police: merge all fixes from non-crypto version.
2001-07-05 14:08:12 +00:00
Ruslan Ermilov
a5493c1b77
MF non-crypto: 1.13: document -u in usage.
2001-07-05 14:06:27 +00:00
Kris Kennaway
c16e19ce77
Unbreak "paranoid" host checking, which was broken with the IPv6 code
...
import.
Submitted by: Tony Finch <dot@dotat.at>
2001-07-04 20:16:18 +00:00
David E. O'Brien
b472c4d1c6
This commit was generated by cvs2svn to compensate for changes in r78844,
...
which included commits to RCS files with non-trunk default branches.
2001-06-26 18:26:26 +00:00
David E. O'Brien
dfb1a3b23c
Import of GNU Binutils version 2.11.2.
2001-06-26 18:26:26 +00:00
David E. O'Brien
098abe2f2a
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
...
into Binutils 2.11.2.
2001-06-26 17:57:37 +00:00
David E. O'Brien
9cbaab2ae7
We use the stock (2.11.2) version of this now.
2001-06-26 17:56:02 +00:00
David E. O'Brien
b7c1ed8297
Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.11.2.
2001-06-26 17:54:12 +00:00
David E. O'Brien
f9416573c4
We use the stock (2.11.2) version of this file now.
2001-06-26 17:53:08 +00:00
David E. O'Brien
ac0d11744a
Use the stock (2.11.2) version of this now.
2001-06-26 17:51:35 +00:00
David E. O'Brien
bfdc8ef812
Use the vendor's 2.11.2 version of this file as in rev 1.4.
2001-06-26 17:45:23 +00:00
David E. O'Brien
515082a3ff
Merge rev 1.2 (configuration changes to support FreeBSD) into Binutils 2.11.2.
2001-06-26 17:44:22 +00:00
David E. O'Brien
937233fdcb
Really wish this could back on the vendor branch...
...
Commit the stock 2.11.2 version.
2001-06-26 17:43:37 +00:00
David E. O'Brien
612f257451
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere) into Binutils 2.11.2.
2001-06-26 17:17:04 +00:00
David E. O'Brien
dd752cf395
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
...
elsewhere.) into Binutils 2.11.2.
2001-06-26 17:15:34 +00:00
David E. O'Brien
fdcfb587ca
Merge our ELF branding into Binutils 2.11.2.
2001-06-26 17:14:56 +00:00
David E. O'Brien
fd66bf0071
Import of GNU Binutils version 2.11.2.
2001-06-26 16:57:43 +00:00
David E. O'Brien
2f5bf4fae2
This commit was generated by cvs2svn to compensate for changes in r78828,
...
which included commits to RCS files with non-trunk default branches.
2001-06-26 16:57:43 +00:00
Andrey A. Chernov
cd01c79119
Make the similar changes as in our keyinfo, i.e. allow user to get his own
...
sequence and allow root to get everybody's one. Before this change user
can't get his own sequence, root required.
2001-06-23 04:48:59 +00:00
David E. O'Brien
559ba42767
This commit was generated by cvs2svn to compensate for changes in r78556,
...
which included commits to RCS files with non-trunk default branches.
2001-06-21 18:37:17 +00:00
David E. O'Brien
df9de0eba1
Virgin import (trimmed) of Bzip2 version 1.0.1.
2001-06-21 18:37:17 +00:00
Ruslan Ermilov
af2a8ba6c3
Bring in FSF revision 1.17:
...
* src/roff/troff/node.h (node::node): Initialize `last'.
This fixes coredump on \b'\(sq' sequence.
Urged by: eivind
2001-06-19 06:43:49 +00:00
Ruslan Ermilov
a52dffddd2
This commit was generated by cvs2svn to compensate for changes in r78460,
...
which included commits to RCS files with non-trunk default branches.
2001-06-19 06:43:49 +00:00
Ruslan Ermilov
7879537eee
Removed duplicate copies of files already present in sys/contrib/ipfilter.
...
Not objected to by: -arch
2001-06-18 15:54:04 +00:00
Peter Wemm
d6be5f6435
Fix libpam's linker set stuff to use the new API (unbreak world), and get
...
rid of gensetdefs from here as well.
2001-06-14 01:13:30 +00:00
Andrey A. Chernov
0b680d18f6
Understand new locale names and Latin15 too
2001-06-10 17:03:37 +00:00
Mark Murray
d9c185f10a
Fix bug introduced by myself that often resulted in a session having
...
SIGINTR (^C) and SIGSTP (^Z) masked.
Reported by: bde, sobomax
Submitted by: sobomax
2001-06-07 08:45:23 +00:00
Ruslan Ermilov
3c5021685e
Fetch the default maximum TTL value from the net.inet.ip.ttl MIB.
...
PR: bin/19598
MFC after: 1 week
2001-06-06 16:12:59 +00:00
Mark Murray
341762c6f1
In the same manner as getpass(3), block SIGINTR and SIGSTP while we are
...
actually reading the line.
2001-06-04 20:59:49 +00:00
Mark Murray
52b026c0e5
Return an empty string rather than an error at EOF.
2001-06-04 20:08:55 +00:00