Peter Wemm
0a5243c743
add -fgnu-runtime to the .m.o and .m.po rules, since we (will) have
...
the gnu libobjc rather than the NeXT one. I do not understand objc
so I don't know the implications of this, but the gcc-2.7.2 libobjc is
built with this.
1996-09-19 07:01:45 +00:00
Peter Wemm
32b115257e
disable the objwarn warning if NOOBJ is set.. We have quite a few places
...
in the tree that use things like bsd.prog.mk just to get the default
targets like install, tags, obj, clean, cleandir, cleandepend, but do not
actually build anything there.
1996-09-19 06:58:26 +00:00
Peter Wemm
25c04ed294
Clean up dependencies a bit (we were not doing a depend on scan.c)
...
Make the 'bootstrap' target work a little better.
1996-09-19 05:21:07 +00:00
Peter Wemm
184d3c70b7
Do not claim that tip is also called cu.
...
Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1639
1996-09-19 05:14:30 +00:00
Peter Wemm
4a55d8c7ca
Merge import conflicts
1996-09-19 03:12:11 +00:00
Peter Wemm
e700373f31
This commit was generated by cvs2svn to compensate for changes in r18366,
...
which included commits to RCS files with non-trunk default branches.
1996-09-19 03:01:32 +00:00
Peter Wemm
5160fa301b
Import of sendmail-8.7.6
1996-09-19 03:01:32 +00:00
Paul Traina
0570e4476a
Add a new sysctl variable kern.sominqueue to override the MINIMUM queue
...
specified in a listen(2) system call.
1996-09-19 00:54:36 +00:00
Jordan K. Hubbard
b16ed18b72
Cosmetic tweak.
...
Requested-By: John Robert LoVerso <loverso@osf.org>
1996-09-18 19:01:29 +00:00
Jordan K. Hubbard
932fd2b2c2
Don't call copySelf() when upgrading.
1996-09-18 18:40:37 +00:00
Jordan K. Hubbard
6fcd2a4757
Add 3 small lines which add to the utility of the "finished on date
"
...
output in the world target.
1996-09-18 18:14:37 +00:00
Garrett Wollman
46ffd5c47b
Clean up style and formatting. The listing of options could still be
...
improved.
1996-09-18 16:48:54 +00:00
David Greenman
7af18210c3
Increased transmit threshold to 1024 bytes to fix a problem with underruns
...
on machines with poor PCI performance.
1996-09-18 16:18:05 +00:00
John Dyson
f9da2540d2
Add needed spl protection, and some minor cleanups in vfs_vmio_release.
...
Submitted by: Peter Wemm <peter@spinner.dialix.com> and me.
1996-09-18 15:57:41 +00:00
David Greenman
40e4ce5ab9
Updated driver to a newer version from Matt Thomas, preserving our local
...
changes. This version should fix a number of bugs such as with auto-
speed sensing and at least one known panic.
Submitted by: Matt Thomas (matt@3am-software.com )
1996-09-18 14:44:31 +00:00
Poul-Henning Kamp
191d34825e
Update to tcl7.5u1.
...
Add two scaffold files to (attempt) to make a tclsh compiled -static work.
1996-09-18 14:29:21 +00:00
Poul-Henning Kamp
ad6e687bb7
Bump minor number to 1
1996-09-18 14:27:44 +00:00
Poul-Henning Kamp
84b6bcdf53
Merge local changes.
1996-09-18 14:24:33 +00:00
Poul-Henning Kamp
c67bf96517
This commit was generated by cvs2svn to compensate for changes in r18351,
...
which included commits to RCS files with non-trunk default branches.
1996-09-18 14:12:34 +00:00
Poul-Henning Kamp
8569730d6b
Import tcl7.5p1
1996-09-18 14:12:34 +00:00
Peter Wemm
b5ad28261f
Doc fixes and updates to reflect reality, as well as info about profiling
...
extensions.
1996-09-18 06:56:52 +00:00
Peter Wemm
da843809ce
Merge in freebsd-specific changes
1996-09-18 06:54:11 +00:00
Peter Wemm
852e8be503
Add in hooks to produce assembler output suitable for binutils+elf
...
Obtained from: John Polstra <jdp@freebsd.org>, from his elfkit.
1996-09-18 06:50:39 +00:00
Peter Wemm
7767f29ab5
Add the hooks that we use for our profiling extensions.
...
Obtained from: bde
1996-09-18 06:47:49 +00:00
Peter Wemm
f7f03b3cbc
When running native on freebsd (ie: in /usr/bin, /usr/libexec, not the
...
gnu-style /usr/local/lib/gcc* layout), only search the paths that
exist for the modules (cc1, cc1plus , cc1obj etc)
Also, update an error message.
1996-09-18 06:45:17 +00:00
Peter Wemm
655565618b
When compiling native on freebsd, do not search the multitude of extended
...
include file paths that do not exist.
1996-09-18 06:40:54 +00:00
Peter Wemm
864252eaad
build libgcc*.a a little more compact by removing excess local symbols
...
Obtained from: bde
1996-09-18 06:37:22 +00:00
Peter Wemm
24501dd0c6
My feeble attempt at fixing complaints that makeinfo makes about
...
errors in this doc.
1996-09-18 06:35:00 +00:00
Peter Wemm
d0fd7b1858
Do not print two \n's in a fatal error message.
...
Obtained from: bde
1996-09-18 06:33:32 +00:00
Peter Wemm
97d25bbf44
Patches originally obtained from Bruce Evans <bde@freebsd.org> to make
...
gcc "do the right thing" when running standalone on FreeBSD
1996-09-18 06:31:42 +00:00
Steven Wallace
b3618bcf57
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
...
bsd.obj.mk. Also, a make target called objwarn checks to see
if ${.OBJDIR} != ${.CURDIR} and ${.OBJDIR} != ${CANONICALOBJDIR}
and outputs a warning. (No warning for the latter if MAKEOBJDIR or MAKEOBJDIRP
REFIX is set). objwarn is called from all targets in bsd.prog.mk, bsd.kmod.mk,
and bsd.lib.mk.
Reviewed by: bde
1996-09-18 06:09:19 +00:00
Steven Wallace
18e24ede6b
Restore previous compatibility of ${.CURDIR}/obj.uname -m
and
...
$(.CURDIR}/obj search while retaining compatability of new
prefix with cwd for the current source tree builds.
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
bsd.obj.mk
The builtin object directory searching is defined specifically as:
If MAKEOBJDIRPREFIX is defined, the search order is
${MAKEOBJDIRPREFIX}${.CURDIR}
${.CURDIR}
Else if MAKEOBJDIR is defined, the search order is
${MAKEOBJDIR}
${.CURDIR}
Otherwise, default to the search order
${.CURDIR}/obj.`uname -m`
$(.CURDIR}/obj
/usr/obj${.CURDIR}
${.CURDIR}
Reviewed by: bde
1996-09-18 06:06:39 +00:00
Peter Wemm
30053e7e6a
This commit was generated by cvs2svn to compensate for changes in r18336,
...
which included commits to RCS files with non-trunk default branches.
1996-09-18 05:45:16 +00:00
Peter Wemm
9882643d04
Import of 2.7.2.1 into vendor branch
1996-09-18 05:45:16 +00:00
Peter Wemm
070264855f
This commit was generated by cvs2svn to compensate for changes in r18334,
...
which included commits to RCS files with non-trunk default branches.
1996-09-18 05:35:50 +00:00
Peter Wemm
a4cd5630b0
Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of the
...
non-i386, non-unix, and generatable files have been trimmed, but can easily
be added in later if needed.
gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's
handy to have both available for reference for such little cost.
The freebsd-specific changes will then be committed, and once the dust has
settled, the bmakefiles will be committed to use this code.
1996-09-18 05:35:50 +00:00
Poul-Henning Kamp
89e3b80fa2
Fix a very rare error condition: The code to free VM back to the kernel
...
as done after a quasi-recursive call to free() had modified what we
thought we knew about the last chunk of pages.
This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr,
then make would coredump in the lpd directory.
1996-09-17 19:50:23 +00:00
Wolfram Schneider
d45496e5c4
warn if reach group line limit (>200 users, >1024 bytes per line)
...
close PR#1595
suggested by: Seppo Kallio <kallio@beeblebrox.cc.jyu.fi
1996-09-17 19:34:56 +00:00
Andrey A. Chernov
cb07d7668c
Add comment explaining what function does
...
Cover strcoll return 0 case too
1996-09-17 19:27:06 +00:00
Peter Wemm
7b8830a51e
Argh, I have had one "uid 0 on /: file system full" too many. The problem
...
is that it doesn't say _what_ did it! (the core dumped console message
is very useful for listing the process name and pid). This adds similar
information.
1996-09-17 14:38:16 +00:00
Masafumi Max NAKANE
3a78b059a0
Moved Masafumi Nakane from the Additional FreeBSD Contributors section
...
to the FreeBSD Developers section, and added an entity &a.max.
1996-09-17 12:34:57 +00:00
Paul Traina
cfa804d6ba
Grab h2ph from /usr/bin, not /usr/local/bin!
1996-09-17 01:14:18 +00:00
Wolfram Schneider
fe0614bf6e
Set enviroment variable PAGER=pager if using option `man -P pager'
...
This inherit variable PAGER for childs like whatis(1), e.g.
`man -P less -k man' should now work like expected. Close PR#1068
1996-09-16 22:52:02 +00:00
Paul Traina
2237ee9753
rdisc functionality has been incorporated into routed
...
goodnight ugly prince...
1996-09-16 21:32:42 +00:00
Poul-Henning Kamp
f84276e918
Add '-C' "Canonical" format to hexdump:
...
$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
1996-09-16 21:18:48 +00:00
Garrett Wollman
48302f28a0
Disable rdisc, enable routed in new location.
1996-09-16 17:08:23 +00:00
Garrett Wollman
c0062f4a2d
Change location of trace files and disable remote trace file change
...
feature.
1996-09-16 17:06:30 +00:00
Garrett Wollman
50d2cb3ed7
Layer on FreeBSD local changes from old routed.
1996-09-16 17:04:22 +00:00
Garrett Wollman
1c7ee7bf52
Delete old routed(8).
1996-09-16 16:56:00 +00:00
Garrett Wollman
322bab890f
Disable build of old routed.
1996-09-16 16:53:54 +00:00