phk
75b39c00ce
Make telnet a synonym for open
1996-09-19 08:15:56 +00:00
peter
9c57d97f8c
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
a6bfadf12b
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
89bb2f09ad
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
4ef573301c
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
07e1eb470f
Merge import conflicts
1996-09-19 03:12:11 +00:00
peter
607f2df42c
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
a118315f66
Import of sendmail-8.7.6
1996-09-19 03:01:32 +00:00
pst
59ab34c158
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
jkh
ba02dd81ba
Cosmetic tweak.
...
Requested-By: John Robert LoVerso <loverso@osf.org>
1996-09-18 19:01:29 +00:00
jkh
0687f90040
Don't call copySelf() when upgrading.
1996-09-18 18:40:37 +00:00
jkh
e82a45acb7
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
wollman
df37b0422c
Clean up style and formatting. The listing of options could still be
...
improved.
1996-09-18 16:48:54 +00:00
dg
15c9eee07b
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
dyson
778e4b0932
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
dg
bd03b16ed6
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
phk
d57b1a3459
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
phk
27a81a55f7
Bump minor number to 1
1996-09-18 14:27:44 +00:00
phk
6246b710ae
Merge local changes.
1996-09-18 14:24:33 +00:00
phk
eddad0f34b
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
phk
4170733a21
Import tcl7.5p1
1996-09-18 14:12:34 +00:00
peter
94e258bfb2
Doc fixes and updates to reflect reality, as well as info about profiling
...
extensions.
1996-09-18 06:56:52 +00:00
peter
3f4cc3faf3
Merge in freebsd-specific changes
1996-09-18 06:54:11 +00:00
peter
59ec5b8a7a
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
e122308212
Add the hooks that we use for our profiling extensions.
...
Obtained from: bde
1996-09-18 06:47:49 +00:00
peter
30f62fbc36
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
0d2830f018
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
be3d0a43ba
build libgcc*.a a little more compact by removing excess local symbols
...
Obtained from: bde
1996-09-18 06:37:22 +00:00
peter
631dad77e7
My feeble attempt at fixing complaints that makeinfo makes about
...
errors in this doc.
1996-09-18 06:35:00 +00:00
peter
1a3f294135
Do not print two \n's in a fatal error message.
...
Obtained from: bde
1996-09-18 06:33:32 +00:00
peter
f64632475d
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
swallace
bf917b5852
.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
swallace
61bc096e33
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
7438a7f7a8
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
acb2bcd167
Import of 2.7.2.1 into vendor branch
1996-09-18 05:45:16 +00:00
peter
120a6a0c72
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
d4691e641b
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
phk
cd3f943120
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
wosch
881d2edd2e
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
ache
cf052c0bed
Add comment explaining what function does
...
Cover strcoll return 0 case too
1996-09-17 19:27:06 +00:00
peter
66b8e00174
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
max
839ed4eb25
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
pst
9c17158b2b
Grab h2ph from /usr/bin, not /usr/local/bin!
1996-09-17 01:14:18 +00:00
wosch
7393f67a3a
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
pst
ea1853644e
rdisc functionality has been incorporated into routed
...
goodnight ugly prince...
1996-09-16 21:32:42 +00:00
phk
132596c18d
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
wollman
2bff3824c7
Disable rdisc, enable routed in new location.
1996-09-16 17:08:23 +00:00
wollman
fcbb8bbde7
Change location of trace files and disable remote trace file change
...
feature.
1996-09-16 17:06:30 +00:00
wollman
8554e18558
Layer on FreeBSD local changes from old routed.
1996-09-16 17:04:22 +00:00
wollman
5dd2c963ce
Delete old routed(8).
1996-09-16 16:56:00 +00:00