obrien
522e272a7b
Rather than hack config/freebsd.h to contain our hacks for a native compiler,
...
just include them in tm.h (as built from cc/cc_tools/Makefile).
This will reduce the diffs from the vendor sources.
Excellent idea by: jdp
1999-04-28 18:48:08 +00:00
obrien
152572105d
Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sure
...
SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our
definition to it.
1999-04-27 19:29:44 +00:00
obrien
01aaff1d4d
Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables.
...
While I have yet to hear of any problems with us using thunks. The EGCS
mailing list notes some have problems with it and not using them are a
safer default. People wanting to use them, can set the appropiate
compiler flag.
1999-04-27 15:43:56 +00:00
obrien
acbe0a68a9
Use new FBSD_SWITCH_TAKES_ARG' and
FBSD_WORD_SWITCH_TAKES_ARG'.
1999-04-22 17:45:24 +00:00
obrien
dbaaa127aa
Move SWITCH_TAKES_ARG' to
FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG'
...
to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these
values if needed.
1999-04-22 17:45:01 +00:00
nik
4200d87cda
Fix typos.
...
PR: docs/8682
Submitted by: hnokubi@yyy.or.jp
Reviewed by: nik
1999-04-14 18:49:15 +00:00
obrien
4f58b315f5
Document the "-D" option (UTSL).
1999-04-14 05:37:54 +00:00
obrien
9163a26c66
Support linking against libgcc_r.
...
Submitted by: Luoqi Chen <luoqi@chen.ml.org>
1999-04-14 00:25:45 +00:00
nik
2dc21beae9
Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespace
...
before a macro.
PR: docs/7833
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1999-04-10 20:42:06 +00:00
nik
2902daca1e
.sp -> .Pp
...
"... Pa /etc/resolv.conf" -> "...\n.Pa /etc/resolv.conf"
.Po and .Pc reported as broken, replaced with "(" and ")"
PR: docs/7819
Submitted by: yohta@bres.tsukuba.ac.jp
1999-04-10 20:38:17 +00:00
nik
a2e08e8387
ipfstat is now in section 8 of the manual.
...
PR: 7791
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1999-04-10 20:30:29 +00:00
obrien
8f6b9f8b2f
Did not mean to import these with 2.0b1pl17
...
(was the docs/ dir in previous ISC distfiles)
1999-04-09 18:51:21 +00:00
brian
7670f1eab4
MF libexec/telnetd: Determine the host name using an array size of
...
MAXHOSTNAMELEN and call trimdomain() before implementing
the -u option.
1999-04-08 21:39:34 +00:00
bde
fa2c69b869
Removed unconditional definitions of __ELF__. They were redundant for
...
elf and wrong for i386-aout.
1999-04-08 13:57:13 +00:00
simokawa
837bd85709
Change default entry point from __start' to
_start' which is in crt1.o.
...
Cc doesn't need to pass `-e _start' to ld anymore.
Agreed by: gallatin and dfr
1999-04-08 11:33:05 +00:00
obrien
33869a012a
Merge shared LIB_SPEC into share config header.
1999-04-08 07:49:24 +00:00
obrien
7b0c099985
merge alpha/freebsd-elf.h into alpha/freebsd.h
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-04-08 07:48:49 +00:00
brian
88f6c1a7e8
MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes.
1999-04-07 10:17:24 +00:00
brian
07625d3f4d
Use realhostname().
1999-04-06 23:35:21 +00:00
obrien
252934eed1
Mispelled global option in usage.
1999-04-06 13:09:24 +00:00
brian
290eeb0e06
MF src/libexec/telnetd: Verify the reverse DNS lookup
...
ala rlogind.
Suggested by: markm
1999-04-06 12:41:27 +00:00
peter
a87f5a3076
Zap files not in cvs-1.10
1999-04-05 06:36:11 +00:00
peter
058f51c772
Stray files that used to be in 1.9.x that are not in 1.10
1999-04-05 06:31:43 +00:00
obrien
c33391678f
libg++ is OBE.
1999-04-05 05:37:27 +00:00
obrien
2a0996cae8
Fix space padding that was causing a problem in creating the final
...
CPP_PREDEFINES.
1999-04-04 22:46:18 +00:00
obrien
d5b807bf5c
* Protect ourselves from any previously defined options.
...
* Turn on DEFAULT_VTABLE_THUNKS. (it is the default anyway, I'm just being
explicit about it, in case it causes us trouble it might be easier for
someone to notice it this way)
1999-04-03 23:26:03 +00:00
bde
93cb1af7ce
Fixed printf format errors.
1999-04-03 06:58:32 +00:00
ache
96eeae5a31
Since our inetd wrapped now, treat all its services as tcpd-prefixed
...
for tcpdchk
1999-04-03 04:02:29 +00:00
obrien
53c1c29e25
Bump __FreeBSD_cc_version to 400002 in case we need to know we are using
...
EGCS at some point.
Submitted by: jdp
1999-04-03 02:18:13 +00:00
obrien
9a038f7924
Be quiet by default.
1999-04-02 17:19:19 +00:00
obrien
acd0aa4754
Our ping doesn't have the ``-w'' option.
...
Submitted by: Kevin Street <street@iname.com>
1999-03-30 21:21:23 +00:00
obrien
b3def447d1
Alpha architecture config files.
...
Obtained from: adapted from Hidetoshi Shimokawa <simokawa@FreeBSD.ORG>'s
alpha suppliment to the Egcs port.
1999-03-30 07:47:06 +00:00
obrien
9ad28c2fca
Base configuration file for all FreeBSD targets.
1999-03-30 07:36:36 +00:00
obrien
7395a30f20
fix conflicts.
1999-03-22 01:29:39 +00:00
obrien
c02dac0736
Update to latest version.
1999-03-22 01:28:54 +00:00
obrien
9dd3ba60a4
This commit was generated by cvs2svn to compensate for changes in r44930,
...
which included commits to RCS files with non-trunk default branches.
1999-03-22 01:26:43 +00:00
obrien
ec73946e9e
Virgin import of ISC-DHCP v2.0b1pl18
1999-03-22 01:26:43 +00:00
phk
c981a9a5a2
Remove the linker-set hack we used for BB profiling.
1999-03-21 12:28:14 +00:00
billf
e371fa9cc6
mdoc fixes
...
PR: docs/7864
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
1999-03-20 04:46:58 +00:00
peter
ba72c1aa08
Merge cvs-1.9.xx -> 1.10 changes onto mainline.
...
Changes of significance include the top level CVS directory being optional
and defaulting to off..
1999-03-18 09:32:46 +00:00
peter
27155f7a1d
Merge cvs-1.9.xx -> 1.10 changes onto mainline.
...
The merge turned up a long-standing bug in local additions. I'm not
quite sure it's right yet. (the code in question is dealing with
diffs relative to "HEAD" and dead revisions).
1999-03-18 09:31:26 +00:00
peter
0d50adfc04
This commit was generated by cvs2svn to compensate for changes in r44852,
...
which included commits to RCS files with non-trunk default branches.
1999-03-18 09:21:42 +00:00
peter
308b60f668
Import cvs-1.10 onto vendor branch. Merge to follow shortly.
...
Obtained from: cyclic.com
1999-03-18 09:21:42 +00:00
obrien
ff0a2d0776
Fix conflicts.
1999-03-15 09:18:28 +00:00
obrien
33e6c8215e
This commit was generated by cvs2svn to compensate for changes in r44777,
...
which included commits to RCS files with non-trunk default branches.
1999-03-15 08:36:16 +00:00
obrien
35cdaa022a
Virgin import of FSF groff v1.11
1999-03-15 08:36:16 +00:00
markm
c68bf114a0
This commit was generated by cvs2svn to compensate for changes in r44743,
...
which included commits to RCS files with non-trunk default branches.
1999-03-14 17:13:19 +00:00
markm
06c148304a
Clean import of TCP-wrappers by Wietse Venema.
...
Rest of build to follow.
1999-03-14 17:13:19 +00:00
bde
3df27cf0c7
Restored rev.1.2, which was clobbered by rev.1.4 (don't print "Making
...
info file ..." except in verbose mode).
1999-03-02 13:04:00 +00:00
mckusick
4806ae523d
Reorganize locking to avoid holding the lock during calls to bdwrite
...
and brelse (which may sleep in some systems).
Obtained from: Matthew Dillon <dillon@apollo.backplane.com>
1999-03-02 06:38:07 +00:00