Bruce Evans
16a4564707
Fixed bitrot in synopsis.
1998-03-23 13:23:22 +00:00
Bruce Evans
b9f4538c63
Regenerate (install tclAppInit.c in the installhdrs step).
1998-03-23 13:21:35 +00:00
Bruce Evans
7c77052065
Install tclAppInit.c in the installhdrs step so that it isn't necessary
...
to build libtcl twice in `make world'.
1998-03-23 13:15:41 +00:00
Bruce Evans
5c7e14e4fb
Fixed a function arg type in the synopsis.
1998-03-23 13:07:17 +00:00
Bruce Evans
c7091c3117
(Ab)use .Vt instead of .Fd for a variable declaration.
1998-03-23 13:05:07 +00:00
Bruce Evans
73de262e04
Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.
1998-03-23 13:02:37 +00:00
Bruce Evans
bf9a92b782
FixedSpellingErrorInAFunctionname.
1998-03-23 12:28:31 +00:00
Bruce Evans
5317c2da24
Support building of libgcc.a without building all of gcc. This is
...
useful for bootstrapping. Compatible versions of gcc and cc1 should
should be installed before using this feature.
1998-03-23 12:23:13 +00:00
Bruce Evans
c5badc84cd
Honour -static in LDLAGS. ld without -Bstatic is happy to choose
...
static libraries if there are no shared libraries in the search path,
but gcc without -static blindly attempts to link crt0.o.
1998-03-23 11:50:38 +00:00
Jordan K. Hubbard
d8837e94a8
MF22: resync.
1998-03-23 08:36:27 +00:00
Philippe Charnier
f12a14713b
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
Philippe Charnier
325970a9ff
.Nm pw -> .Nm.
1998-03-23 08:28:12 +00:00
Philippe Charnier
c73db91c3d
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
...
Use rcs Id instead of rcs Header.
1998-03-23 08:26:31 +00:00
John Birrell
fb52ada2d6
Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).
...
Ugh, this is for user code that looks into vm_map_entry. I'd shoot
it but semi-automatic guns aren't legal here anymore. 8-(
1998-03-23 08:17:16 +00:00
Philippe Charnier
306005e78c
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 07:48:45 +00:00
Philippe Charnier
a31bd3d64c
Add rcsid. Sort #includes.
1998-03-23 07:47:31 +00:00
Philippe Charnier
3508975f96
Add const to rcsid.
1998-03-23 07:46:23 +00:00
Philippe Charnier
6363467d81
.Nm nice -> .Nm.
1998-03-23 07:45:40 +00:00
Philippe Charnier
522571b32e
Add rcsid. Correct -Wall warning.
1998-03-23 07:41:49 +00:00
John Birrell
a145fea480
For 1.3, NetBSD walloped the msync syscall and replaced it with
...
__msync13. The old one got moved to compat_12. Wrap __msync13 up
to look like FreeBSD's msync and be careful to respect the fact that
MS_SYNC is 0x0000 on FreeBSD, but 0x0004 on NetBSD.
1998-03-23 06:58:06 +00:00
Daniel O'Callaghan
048362aaa8
PR: 6104
...
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Fix typo
1998-03-23 06:36:57 +00:00
Kazutaka YOKOTA
6614c78914
- Remove the notice that psm0 must be enabled before using the PS/2 mouse;
...
the device is enabled by default in the GENERIC kernel.
- Kill the mouse daemon, if any, when the user wants to disable it.
- Minor update on mouse menus.
1998-03-23 06:08:55 +00:00
Jordan K. Hubbard
3d4fcaba36
MF22: catch up with recent changes.
1998-03-23 05:59:18 +00:00
John Birrell
d1ecde2bbb
Cast an argument to int for a printf field width the way that gcc
...
prefers it. This source is compiled with -Werror so the slightest
warning is enough to ruin my day.
1998-03-22 20:19:27 +00:00
John Hay
4f0591349b
Make the vn device that is being used to build the floppies configurable.
...
You can now do something like "make release VNDEVICE=vn1". This makes it
possible to do something else with vn0, for instance building another
release.
1998-03-22 18:39:42 +00:00
Steve Price
a76f172954
Reword using who.1 as a good example of where to start.
...
Submitted by: bde
1998-03-22 17:39:08 +00:00
Peter Wemm
420cfceb6b
I misunderstood Bruce's hint. The chown/chmod are unneeded.
...
Submitted by: bde
1998-03-22 13:18:07 +00:00
Peter Wemm
45c404388e
Fix alphabetical ordering and and excessive cut/pasting.
...
Submitted by: bde
1998-03-22 11:42:03 +00:00
John Birrell
1b31c7dd49
Remove a bunch of unsupported machines, and the 'other' case where
...
some subdirs were only processed for install and clean (which caused
builds to fail on alpha). Install and clean should always follow
SUBDIRS.
1998-03-22 08:55:28 +00:00
Jordan K. Hubbard
698b7ad3c9
Add Compaq & SCO partition types.
...
PR: 6092
Submitted by: Drew Derbyshire <ahd@kew.com>
1998-03-22 07:41:23 +00:00
Peter Wemm
a65dba1221
ppp-2.3.x ships with a bad compression number for deflate. It uses number
...
24 (which is magnalink!) rather than the correct (according to the rfc) 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
1998-03-22 06:57:20 +00:00
Peter Wemm
880dcadfce
ppp-2.3.x ships with a bad compression number for deflate. It uses number
...
24 (which is magnalink!) rather than the correct 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
1998-03-22 06:51:57 +00:00
Peter Wemm
1ceb7f1f59
Merge ppp-2.3.3 changes onto mainline
1998-03-22 05:33:08 +00:00
John Birrell
0122d62264
Fix a problem of indirection unblocking signals that would have caused
...
signals to be unblocked even if they were already blocked when entering
the function.
Pointed out by: bde
1998-03-22 04:13:23 +00:00
Brian Somers
23e877a8e1
Quiet -Wall in gcc-2.8.1
...
Obtained from: OpenBSD
1998-03-22 00:43:04 +00:00
Peter Wemm
52403fe6de
Update kernel parts of ppp to ppp-2.3.3. Not much has changed except
...
that the deflate components use zlib 1.0.4 instead of zlib 0.95.
1998-03-21 20:56:16 +00:00
Peter Wemm
ca0166b07b
Update from ppp-2.3.3
1998-03-21 20:50:31 +00:00
Peter Wemm
01c855ca0a
merge ppp-2.3.3 changes onto mainline
1998-03-21 20:47:53 +00:00
Peter Wemm
f4b3d6b4aa
Fix pathname to contrib/ipfilter botch.
1998-03-21 14:50:14 +00:00
Peter Wemm
e1ddf71b7b
Make it compile.. missing "opt_ipfilter.h" and missing <sys/malloc.h>
1998-03-21 14:42:45 +00:00
Peter Wemm
edf346c404
/dev nodes for ipfilter
1998-03-21 14:26:02 +00:00
Peter Wemm
1689d8bdca
Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.
1998-03-21 14:13:47 +00:00
Peter Wemm
5021f7402d
Initial bmake scaffolding for ipfilter userland stuff.
...
Obtained from: large chunks stolen from OpenBSD and NetBSD
1998-03-21 13:53:18 +00:00
Peter Wemm
6314ca637f
Some tweaks to get this to compile for the userland tools.
1998-03-21 13:39:11 +00:00
Peter Wemm
0be272dc79
Some patchups for when this code is compiled in userland (!).
1998-03-21 13:37:44 +00:00
Peter Wemm
09410d0f8b
On most other systems "out there", <net/if.h> does not require the caller
...
to #include <sys/time.h> first. I've lost count of the number of times
I've had to patch this in porting code. The problem is the
"struct timeval ifi_lastchange" in the mib stats. (most other systems don't
have this, until 4.4bsd anyway).
1998-03-21 13:36:20 +00:00
Bruce Evans
7eda6c03ce
Honour -static in LDFLAGS.
...
Install using ${INSTALL}, not `install'. Install generated files using
${COPY}, not -c. Install using a single command when this is easy.
1998-03-21 12:51:44 +00:00
Bruce Evans
71d8a2d21a
Generate files at build time, not at install time. This should be the
...
last fix of this type. Installing from a read-only object tree should
work now.
Install files using a single install command where this is easy; don't
use shell loops.
Don't use MANDEPEND to complicate things.
1998-03-21 12:12:55 +00:00
Peter Wemm
cf3fd327f4
replaced by FreeBSD specific version
1998-03-21 11:36:36 +00:00
Peter Wemm
1ee25934a9
Make this compile.. There are some unpleasing hacks in here.
...
A major unifdef session is sorely tempting but would destroy any remaining
chance of tracking the original sources.
1998-03-21 11:34:28 +00:00