obrien
8ca63ecded
Define _KERNEL as this grubs around where no userland should go.
2001-08-16 20:47:01 +00:00
obrien
cd3f3aab8e
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
2001-08-16 06:05:18 +00:00
ru
ae8772dd9f
The .Rv macro support zero and more than one arguments.
2001-08-15 08:25:55 +00:00
ru
24c7b0a61d
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
peter
92a0f962f0
msg_out is already initialized
2001-08-13 21:55:41 +00:00
peter
43cab203eb
Turn cvs back on. It seems that there's nothing outright broken, but there
...
are some odd things I've run into.. eg: log message formatting, etc.
2001-08-13 19:04:26 +00:00
ru
d896280a89
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
ru
e8e5635e4a
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
ru
95ce4d2cdc
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
dd
ac6635ed48
Remove libgmp build infrastructure.
2001-08-10 18:35:08 +00:00
peter
f9feb25a75
Use some slightly less horrible make magic for doing the version stuff.
2001-08-10 11:24:23 +00:00
peter
e0b94042d7
One more version related tweak after cvs-1.11 -> 1.11.1p1
2001-08-10 11:18:35 +00:00
peter
101930d69e
Update build rules for .in and tidy up.
2001-08-10 11:03:29 +00:00
peter
0f086e4aad
Tools dir is now empty and unused
2001-08-10 10:47:28 +00:00
peter
04819cf85d
Generate version.c on the fly rather than using a generated file.
2001-08-10 10:29:04 +00:00
peter
f0188b1960
Get the version source from the (more) correct place.
...
Remove the obsolete cvsbug.sh script
2001-08-10 10:22:43 +00:00
peter
be57e479a0
*** empty log message ***
2001-08-10 09:55:48 +00:00
peter
b8b25f8ad5
Add annotate.c, remove rtag.c for 1.11.1p1
2001-08-10 09:54:52 +00:00
peter
e832f306d6
Temporarily turn off cvs builds for the (short) duration of
...
import/verification.
2001-08-10 09:35:58 +00:00
ru
774de761c5
Skip empty calls in the NAME section after the .Nm macro call.
...
This makes the following difference:
-groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation
+groff_mdoc(7) - reference for groff's mdoc implementation
2001-08-09 15:42:40 +00:00
ru
4ae54bc73c
An empty request (single dot on the line) is treated as an
...
empty line by troff(1) and is ignored. Teach makewhatis(1)
about this. This makes the following difference:
-groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages
+groff_man(7) - groff `man' macros to support generation of man pages
-groff_mdoc(7), -(7) - . groff_mdoc reference for groff's mdoc implementation
+groff_mdoc(7), -(7) - groff_mdoc reference for groff's mdoc implementation
-troff(1), . . troff(1) - format documents
+troff(1) - format documents
Noticed by: yar
2001-08-09 15:23:30 +00:00
ru
8c03b77cd5
Teach makewhatis(1) about mdoc(7) .Xr macro.
...
% whatis finger.conf
finger.conf(5) - finger 1 alias configuration file
% whatis finger.conf
finger.conf(5) - finger(1) alias configuration file
Reviewed by: MAINTAINER timeout
2001-08-09 15:12:59 +00:00
eric
50b51a574f
Handle keys consistently.
2001-08-09 01:14:09 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
ru
81548453fb
dialog(3) -> dialog_noyes(3).
2001-08-07 12:13:22 +00:00
eric
14b5ca4478
Update man page to actually match the source.
...
PR: 7456
2001-08-01 06:23:00 +00:00
dd
a12e9377b2
Enable the new libmp in the build, and disable libgmp and its
...
henchmen.
2001-07-29 08:58:22 +00:00
obrien
d45178b105
Hook up the manpage.
2001-07-29 07:21:39 +00:00
eric
145593b99f
Properly update cursor position when the list is scrolled.
2001-07-26 05:35:19 +00:00
eric
a034475efb
Handle keys consistently.
2001-07-26 03:34:43 +00:00
obrien
f7019990ad
Add lbasename which is used in the `LD' fix for -current.
2001-07-20 03:53:28 +00:00
obrien
12bfbfe580
Update the version string so I can identify this new variant.
2001-07-20 03:51:17 +00:00
eric
8add8ad5e6
Improve the interface provided by libdialog. Move a cursor around over
...
the components and trigger actions based on its position. This reduces
the need to remember the functions of various keys, and makes the
interface more consistant across library.
~
2001-07-18 05:21:37 +00:00
ru
0da225953b
Restore vendor CVS keywords; eliminate troff(1) warnings.
2001-07-12 13:13:37 +00:00
peter
ad25811e3e
Use the real structure names explicitly. Note that this is mostly for
...
reading old a.out core files, which are totally 100% non-understandable
to the gdb floating-point reader if you have SSE turned on.
This should be the last of the world build breakers...
2001-07-12 13:01:17 +00:00
ru
b56e85bf5a
Restore UUCP VCS IDs; eliminate troff(1) warnings.
2001-07-12 12:35:00 +00:00
ru
3fe56fcc04
Fixed CLEANFILES.
2001-07-12 08:48:36 +00:00
ru
d929062987
mdoc(7) police: removed punctuation after the last SEE ALSO xref.
2001-07-10 18:00:19 +00:00
ru
7a827248f9
Add $FreeBSD$ CVS tag.
2001-07-10 17:23:07 +00:00
ru
54223a5889
Upgrade to Groff 1.17.2.
2001-07-10 17:15:52 +00:00
ru
d19961ab7f
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
brian
8636b161b3
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
ru
05e503d80a
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
kris
e1915d4f01
Silence a non-constant format string warning.
...
MFC after: 1 week
2001-07-05 10:49:43 +00:00
obrien
0d05e55dec
Upgrade to Binutils 2.11.2.
2001-06-29 07:49:41 +00:00
obrien
cf97142871
Style fix.
2001-06-26 18:32:20 +00:00
obrien
dbf5ef1b18
Add the IA-64 unwind handling (needed for readelf).
2001-06-26 18:29:47 +00:00
obrien
5e25d45ce5
Upgrade to Binutils 2.11.2.
2001-06-26 18:20:46 +00:00
obrien
02e65ac0b6
Upgrade to 2.11.2.
2001-06-26 17:13:11 +00:00