Bruce Evans
e0c95ed947
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
1996-08-31 16:52:44 +00:00
Satoshi Asami
b316c8b2a7
s/pc98/isa/g in struct *_device and *_driver. Resync along the way.
...
Submitted by: The FreeBSD(98) Development Team
1996-08-31 15:07:42 +00:00
Wolfram Schneider
1a1ee31f10
NULL -> '\0'
...
Submitted by: Bruce, see also c-faq 5.6 and 5.9
1996-08-31 14:51:18 +00:00
Bruce Evans
09a8dfa260
Don't depend in the kernel on the gcc feature of doing arithmetic on
...
pointers of type `void *'. Warn about this in future.
1996-08-31 14:48:13 +00:00
Bruce Evans
454f40052a
Fixed a missing colon in `notyet' code.
1996-08-31 14:22:33 +00:00
Bruce Evans
274beb73fe
Listed all the environment variables (MACHINE and PWD were missing).
...
Documented PWD. MACHINE and MAKEOBJDIR are are still undocumented
except in main.c. I will be changing MAKEOBJDIR back to its old
behaviour so that the comment in main.c actually applies.
Removed irrelevant misformatted text about make's name being argv[0].
1996-08-31 14:21:15 +00:00
Wolfram Schneider
3668730386
add forgotten share/doc/smm/10.named
1996-08-31 13:04:03 +00:00
Julian Elischer
1088463266
wow we can even make net ranges go away now (how sophisticated!)
1996-08-31 08:56:36 +00:00
Julian Elischer
a8d3784533
fix printing of netranges in the i and r displays for netatalk
1996-08-31 07:43:01 +00:00
Jordan K. Hubbard
43d1f899b2
77 cyy Cyclades Ye/PCI serial card
1996-08-31 07:04:04 +00:00
Julian Elischer
d047984351
Add code to automaticall support subnets on ethertalk networks
...
Subnets are represented in the routing table as a set of
binary routing nets using the standard netmask algorythm.
The code produces the minimum possible set of standard netmasks and
net addresses to be able to represent a given netrange.
1996-08-31 06:18:27 +00:00
Peter Wemm
8b7156a207
'make install' is not supposed to touch anything.
1996-08-30 22:36:45 +00:00
Peter Wemm
b7a48796ce
- cosmetic change to 'make world'
...
- do an explicit 'make all' in include/rpcsvc in 'make includes' as
a 'make install' is not supposed to build anything.
1996-08-30 22:35:30 +00:00
Peter Wemm
20c5124b62
missed these parts of Bruce's changes last time..
...
Submitted by: bde (again :-)
1996-08-30 21:57:39 +00:00
Peter Wemm
c5c39d241c
- libc self contained again.
...
- sync up source files with main libc
1996-08-30 21:26:05 +00:00
Peter Wemm
bc4c97465a
consistancy fixup
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
1996-08-30 21:21:52 +00:00
Peter Wemm
f991bb5181
Sigh, back out the last bright idea I had here about compiling the res_*
...
routines from contrib/bind directly. There were too many problems,
including having to add -DUSE_OPTIONS_H to the entire libc source in
order for the contrib code to pick up it's options, and so on.
Instead, I've merged the changes, libc is now self contained again.
1996-08-30 21:13:42 +00:00
Adam David
93ae833698
pick up the resolver sources from contrib
1996-08-30 20:51:09 +00:00
Peter Wemm
bc7413d0a3
back out last two changes, this caused the mandoc pages to be replaced by
...
man pages. I'll fold in the real changes in a seperate commit.
1996-08-30 19:40:05 +00:00
Peter Wemm
1133312c37
echo -> ${ECHO}
...
do the rm -rf and ln -s in two seperate commands to allow a fork/exec
without a "sh -c" in the middle.
Submitted by: bde
1996-08-30 19:37:14 +00:00
Peter Wemm
0fd77885de
Some bmake magic to clean up the install more.
...
fix another missed -c typo of mine.
clean the rpcgen implicit rule more
Submitted by: bde
1996-08-30 19:31:28 +00:00
Peter Wemm
d49112c5f1
Too verbose, typo (I missed the -C :-)
...
Submitted by: bde
1996-08-30 19:26:49 +00:00
Andrey A. Chernov
c86058f16c
Add HAVE_STRING_H
...
Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
1996-08-30 18:33:31 +00:00
Paul Traina
e1889269a7
Improvements from Bruce Evans
1996-08-30 17:03:46 +00:00
John Hay
a48bd49079
Get rid of the ifdef MULTICAST's. I think the rest of the kernel got rid
...
of them 2 years ago.
1996-08-30 16:44:36 +00:00
Peter Wemm
7cf4460f12
oops, install termcap.h from ${.CURDIR}, not the obj dir.
...
Pointed out by: asami
1996-08-30 16:38:45 +00:00
Satoshi Asami
91eb961985
Re-sync with the state of PC98 world. This will be the last commit before
...
we start merging things in earnest...
Submitted by: The FreeBSD(98) Development Team
1996-08-30 10:43:14 +00:00
Poul-Henning Kamp
d09e8179fa
Some new options, useful for restoring single files or subtrees from the
...
deltas.
Submitted by: A JOSEPH KOSHY <koshy@fakir.india.hp.com>
1996-08-30 10:21:00 +00:00
Peter Wemm
e7d24931fe
cmp -s || install -c --> install -C
1996-08-30 04:07:04 +00:00
Peter Wemm
f5c123203e
cmp -s || install -c -> install -C
1996-08-30 03:12:16 +00:00
Peter Wemm
98e01bb564
fix prototypes/forward declarations/return type
...
kill obsolete updatedb.csh, it's been rewritten in sh now.
1996-08-30 03:08:26 +00:00
Peter Wemm
a0e7cb0fad
delete unused #include <string.h>
1996-08-30 03:06:15 +00:00
Peter Wemm
c6105ccefd
Make the dependencies work a little better..
1996-08-30 03:04:49 +00:00
Peter Wemm
53a25106cd
Use a variable to prevent multiple inclusion from duplicating CFLAGS args.
1996-08-30 03:03:21 +00:00
Peter Wemm
22ac97e25c
Delete temporary man page rules
1996-08-30 03:01:34 +00:00
Peter Wemm
96c1965894
Grab the next slot for AF_INET6/PF_INET6, the resolver uses it.
1996-08-30 02:18:24 +00:00
Peter Wemm
0d1e50ffbc
cmp -s || install -c ==> install -C
...
Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
1996-08-30 02:13:06 +00:00
Peter Wemm
1153e298b7
oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
...
on..)
1996-08-30 02:12:08 +00:00
Peter Wemm
345be915f7
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
Peter Wemm
755a872065
Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)
...
Use more conventional implicit rule
1996-08-30 02:02:09 +00:00
Peter Wemm
f14fa9f7cc
cmp -s || install -c ==> install -C, use .for loop for includes
1996-08-30 01:59:46 +00:00
Peter Wemm
c7098a51b3
.include "bsd.prog.mk" -> .include <bsd.prog.mk>
1996-08-30 01:59:14 +00:00
Peter Wemm
62217f350b
cmp -s || install -c ==> install -C, use a .for loop
1996-08-30 01:53:09 +00:00
Peter Wemm
c5c878699b
cmp -s || install -c ==> install -C
1996-08-30 01:51:09 +00:00
Peter Wemm
b7e5f46aed
Add missing DPADD, remove duplicate -ltermcap
1996-08-30 01:50:07 +00:00
Peter Wemm
1d4b71eaa3
Don't create/install libc_r_pic.a
1996-08-30 01:43:15 +00:00
Peter Wemm
dce96329a9
cmp -s || install -c --> install -C
1996-08-30 01:41:52 +00:00
Peter Wemm
5def28a6a0
Now that we have a complete Bind Operations Guide, build and install it.
1996-08-30 01:22:18 +00:00
Peter Wemm
f1c72c4c70
Hmm, well, whaddya know? ypserv was making calls to the undocumented
...
private internal _gethostbydnsname() resolver functions..
1996-08-30 01:17:47 +00:00
Peter Wemm
af91b5abda
Quick hack to replace a destructive libresolv.so.2.0 with something
...
that transparently resolves references to libc.
1996-08-30 01:14:40 +00:00