Jordan K. Hubbard
32d794a8a6
Nuke monop - we don't need any grief from Parker Brothers on their copyrighted
...
and trademarked game.
Reviewed by: jkh
Submitted by: sef
1994-09-08 20:01:17 +00:00
Geoff Rehmet
49f037bca9
document libcrypt and libcipher.
...
Submitted by: Geoff
1994-09-08 19:46:57 +00:00
Paul Traina
59be608802
Add code to pull options out of FINGER environment variable if present.
...
Yes, has same stupid bug as more(1), options must be specified as one
argument.
Submitted by: pst
1994-09-08 19:27:06 +00:00
Jordan K. Hubbard
f844bfba3c
Make this silly thing use _PATH_UNIX first. Remove some of the more
...
bogus alternate kernel names.
Submitted by: jkh
1994-09-08 19:25:09 +00:00
Jordan K. Hubbard
a162622bb8
Remove the conditional mkdir of /var/games/phantasia - done by mtree now.
...
Submitted by: jkh
1994-09-08 19:19:46 +00:00
Jordan K. Hubbard
ea6eaca49a
Add /var/games/phantasia to list of targets, as per Rod's earlier suggestion.
...
Submitted by: jkh
1994-09-08 19:18:51 +00:00
Jordan K. Hubbard
f9e6ae88ca
Sigh. Ok, now that these have been uncovered by fixing the Makefile,
...
make them work! :-) Just include ${X11BASE}/include in the CFLAGS, basically.
Submitted by: jkh
1994-09-08 19:15:47 +00:00
Geoff Rehmet
daf0f855ad
add libcipher to Makefile
...
Submitted by: Geoff.
1994-09-08 19:06:58 +00:00
Jordan K. Hubbard
514d1814ac
Gack - this was totally broken.
...
Reviewed by:
Submitted by:
1994-09-08 18:48:57 +00:00
Jordan K. Hubbard
95112be9b3
Recycle cdev 20, sound blaster driver is long since deceased.
...
Assign cdev 8 to Luigi's transputer driver.
Submitted by: jkh
1994-09-08 18:02:35 +00:00
Bruce Evans
bc829276a2
Don't exit early if malloc() fails (never exit early now; the `fatal'
...
flag to err() is useless). The following files might be much smaller
so malloc() might work for them.
Clean up formatting of the -x change.
1994-09-08 12:27:08 +00:00
Bruce Evans
8aca2c0a98
Quote the first arg to _IO(). Not quoting it didn't matter because
...
this file is never used.
Uniformize use of idempotence identifier.
1994-09-08 12:26:07 +00:00
Bruce Evans
ab9678ac9d
Get all the definitions from DEFS.h and not directly from asmacros.h
...
if KERNEL is not defined. lib/msun/i387/*.S include asmacros.h to
get the definitions of ENTRY(), etc. This is bogus since asmacros.h
is only supposed to give definitions suitable for the kernel. The
current definitions for the kernel almost worked but are missing
the ".type" declarations. This caused the linker to print warnings
about doubtful relocations for almost anything linked to libm[sun].
Uniformize name and use of idempotence identifier.
1994-09-08 12:25:18 +00:00
Bruce Evans
fe7bb84c74
Remove <machine/eflags.h> and all dependencies on it. eflags.h is just
...
the Mach/i386 version of the BSD/vax(?) <machine/psl.h>. The Mach
version has slightly better names for many macros but is now out of
date and little used. It was originally used even less (for spelling
PSL_T as EFL_TF in <machine/db_machdep.h>).
1994-09-08 11:49:04 +00:00
Bruce Evans
a9d26259dd
Build *.3 and *.ref at build time, not at install time.
1994-09-08 11:24:54 +00:00
Bruce Evans
9ce7bcf332
Declare huge and tiny as volatile so that gcc doesn't evaluate huge*huge
...
and tiny*tiny at compile time. The evaluations are supposed to be done
at run time to set the IEEE exception flags. Many other source files
in libm and msun are missing this fix. Fixing them is not urgent since
the default IEEE exception masks don't allow use of the overflow
exception flag.
1994-09-08 11:19:43 +00:00
Bruce Evans
1b42fe9258
Add datfiles to SUBDIR for obj target too. "make install" wrote to the
...
source directory and failed when the source directory was nfs mounted.
This was fixed in 1.1.5. Sigh.
1994-09-08 10:51:48 +00:00
Bruce Evans
510cdfd2cf
Install math.h.
1994-09-08 10:40:23 +00:00
Bruce Evans
218cd6b6e1
Don't install math.h if WANT_MSUN is defined. lib/msun has its own
...
math.h with many extensions.
1994-09-08 10:36:30 +00:00
Bruce Evans
2868e9618b
Declare functions that don't return as having attribute __dead2.
1994-09-08 10:29:15 +00:00
Rodney W. Grimes
4e0fff210e
You need the freefall.mc file to build the release /etc/sendmail.cf file from.
1994-09-08 09:41:01 +00:00
Rodney W. Grimes
92985d774c
1. Make CLEANFILES a little less dangerous by being more spcifc about
...
some file names.
2. Add MAKEDEVS= that does all the /dev population so that this is not
duplicated in 2 or 3 places. Helps to keep it in sync too. Cleaned
up and fixed to not overflow inode tables.
3. Fix paths to the 2 crypt versions.
4. Init is sbin/init now instead of sbin/init.bsdi.
5. bdes is now in secure/usr.bin, will need to do something about telnet.
6. Incorporate 1.1.5.1 patches for EXTRACT.sh files.
7. Correct calls to make kcopy-flooppy to work with or without obj/.
8. Reorder src-clean: target so that it does not destroy the real obj
tree, but does rip out junk and obj links.
9. Incorporate 1.1.5.1 patche for srcbin tarball name.
10. Add chflags command to release-dirs target so the rm -rf can have a
chance to work.
With this and a few more commits I will have 2.0 bin tarballs.
1994-09-08 09:33:38 +00:00
Jordan K. Hubbard
2d4ee3eaf6
Make errors in /etc/fstab print the line numbers where they occured.
...
Also be more tolerant of blank lines and comments in the file.
Submitted by: jkh
1994-09-08 09:21:00 +00:00
Rodney W. Grimes
938026420c
Add usr/share/games/boggle
1994-09-08 07:17:27 +00:00
Jordan K. Hubbard
5464bfda4b
Undo the damage done to my previous changes. Whoever added the
...
conditional did it backwards, thus flipping the behavior back off
again by default (and only re-enableable through a very counter-intuitive
option setting!). I'm glad I caught this and would merely like to state
again for the record that if you're going to go and modify my changes then
you should at least:
1. Do it correctly, since to do otherwise is kind of a slap in the
face.
2. TELL me.
This is not me just being compulsive, this is simple courtesy.
I'm speaking just of my own preferences here, not necessarily trying
to impose my standards on the group at large (e.g. some other folks might
not even care).
Submitted by: jkh
1994-09-08 06:38:55 +00:00
Jordan K. Hubbard
bc8561e982
Make this work with missing dirs.
...
Submitted by: jkh
1994-09-08 04:17:57 +00:00
Jordan K. Hubbard
d0a05ae033
Woo, naughty! It just occurred to me that this guy wasn't using
...
${DESTDIR} - fixed.
Submitted by: jkh
1994-09-08 04:15:34 +00:00
Jordan K. Hubbard
6d002167be
More preventive medicine on making directories before installation.
...
Submitted by: jkh
1994-09-08 04:11:45 +00:00
Jordan K. Hubbard
12a4520cae
Nuke the ching port - it's highly bogus and I'm sure we can find another
...
(better) one if we ever get overwhelmed by requests.
Submitted by: jkh
1994-09-08 04:07:18 +00:00
Jordan K. Hubbard
418cafe6b6
Fixup the .if exists() stuff I messed up the first time.
...
Submitted by: jkh
1994-09-08 03:59:29 +00:00
Garrett Wollman
4aa83b0b3c
Add mrouted.
1994-09-08 02:53:07 +00:00
Garrett Wollman
bb49371b5d
Make it compile and (except for mrouted which is untested as yet) run.
...
Some of these ``modified'' files aren't really modified at all, but CVS
isn't smart enough to know the difference.
1994-09-08 02:51:37 +00:00
Garrett Wollman
7c680644c9
Print out more useful information about IGMP packets. (Someday, this should
...
include a full DVMRP parser.)
1994-09-08 02:29:12 +00:00
Paul Traina
a7ab72edf1
Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition.
...
Fix is courtesy of the NetBSD folks.
Reviewed by: pst
1994-09-08 01:06:46 +00:00
Garrett Wollman
3ce94772cc
This commit was generated by cvs2svn to compensate for changes in r2555,
...
which included commits to RCS files with non-trunk default branches.
1994-09-08 00:26:13 +00:00
Garrett Wollman
15fe6b8712
mrouted from multicast 3.3 distribution
1994-09-08 00:26:13 +00:00
Garrett Wollman
545ce3ae25
The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!)
1994-09-08 00:17:22 +00:00
Garrett Wollman
19bd7f946a
Tell netstat about the new multicast forwarding statistics. For the moment,
...
don't try to do any multicast forwarding cache printouts; it's not clear
that netstat can do anything particularly useful or meaningful.
1994-09-08 00:07:12 +00:00
Gary Palmer
2069b09ad3
Add defines to allow pwd_mkdb to build databases in a specified
...
directory - removing the need to hardcode /etc into pwd_mkdb
1994-09-07 22:58:26 +00:00
Gary Palmer
fb0e6acc6f
Added the -d <directory> functionality to allow construction of the
...
password databases somewhere other than /etc.
1994-09-07 22:54:00 +00:00
Geoff Rehmet
37ea1bf4c9
- Remove crypt() - it's in libcrypt
...
- remove ^L's - CTM will probably choke on them
- add PRECIOUSLIB to Makefile
- name changes libcrypt -> libcipher
Submitted by: Geoff.
1994-09-07 21:48:54 +00:00
Poul-Henning Kamp
bee596e3db
Added wd2 and wd3 to the standard set. They are in GENERICAH, they can
...
be installed on, so they should be in /dev as well.
Removed the smoking remains of dcf*. I didn't realize that it had made it
into MAKEDEV. Gone from cdevsw long time ago, gone from /dev now.
1994-09-07 21:35:52 +00:00
Geoff Rehmet
8b2981f937
Bring in the 1.1.x international libcrypt, which
...
will in due course become libcipher.
Based on David Burren's FreeSEC
Submitted by: Geoff.
1994-09-07 21:18:08 +00:00
Paul Traina
1c6b54b3ba
Make include/md directory to hold MD2/34/5 include files for libmd on install.
...
Submitted by: pst
1994-09-07 21:09:32 +00:00
Stefan Eßer
e4ca448146
Reviewed by: Stefan Esser
...
Submitted by:
rtioctl(): changed parameter to mrt_ioctl from "cmd" to "req" to make
it compile with MULTICAST defined.
1994-09-07 19:50:42 +00:00
Andrey A. Chernov
53e1aa653e
Bug fixed:
...
when refreshing standouted line curses outputs SO for all characters
Submitted by: ZW6T-KND@j.asahi-net.or.jp
1994-09-07 16:52:33 +00:00
David Greenman
6052587146
Get rid of the need for the readonly mandatory option - set readonly
...
flags regardless of whether the user specified it.
1994-09-07 15:07:43 +00:00
Rodney W. Grimes
ff753cd302
Add the installation of bsd.README. Realphabitize the FILES= list.
...
Reviewed by: rgrimes
Submitted by: bde
1994-09-07 09:18:44 +00:00
Jordan K. Hubbard
f3f67b81b9
Fix a longstanding bogon with setenv usage.
...
Submitted by: jkh
1994-09-07 08:45:39 +00:00
Paul Traina
bf8f9d53f6
Back out static hacks & build of usr.bin until Geoff informs the
...
world of his master plan.
Submitted by: pst
1994-09-07 07:47:08 +00:00