Mike Pritchard
9cb8091ff0
These will appear in 2.2, not 3.0.
...
Pointed out by: wosch
1997-02-17 16:39:53 +00:00
John-Mark Gurney
aae4530402
This page will first appear in 2.2, not 3.0.
...
2.2 Candidate
1997-02-17 15:54:47 +00:00
Mike Pritchard
0f63118af8
These man pages will first appear in FreeBSD 2.2, not 3.0.
1997-02-17 15:22:20 +00:00
Mike Pritchard
9428d8555c
Typo fix. Closes PR#2753.
...
Submitted by: Stephen J. Roznowski <sjr1@flash.net>
1997-02-17 15:08:21 +00:00
Jordan K. Hubbard
96a6cda5d6
Compensate for an underpopulated MFS.
1997-02-17 13:42:21 +00:00
Jordan K. Hubbard
70f8c15560
Finally DTRT with tcpOpenDialog(); it should have never diddled
...
mediaDevice directly.
1997-02-17 13:29:47 +00:00
Bruce Evans
4cca17ae59
Disabled dumplfs. Importing the Lite2 version was a mistake, since
...
many files haven't left the vendor branch and the sys/ufs/lfs hasn't
been merged.
1997-02-17 13:15:42 +00:00
Bruce Evans
c1530c7bf3
This commit was generated by cvs2svn to compensate for changes in r22839,
...
which included commits to RCS files with non-trunk default branches.
1997-02-17 13:07:40 +00:00
Bruce Evans
1e988af73f
Import Lite2's dumplfs.
1997-02-17 13:07:40 +00:00
Bruce Evans
faa69d1a80
Attempt to import Lite2's df.
1997-02-17 11:29:55 +00:00
David Greenman
70e534e78f
Pass P_SUGID on to the child of a fork(). It was possible to get rlogin
...
to coredump previously since it (somewhat uniquely) is setuid and forks
without execing, and thus without passing P_SUGID the child could
coredump and possibly divulge sensitive information (such as encrypted
passwords from the passwd database).
1997-02-17 10:58:46 +00:00
Thomas Gellekum
2731fd39ed
Add Kenneth Monville for his xalarm port.
1997-02-17 10:20:59 +00:00
Hiroyuki Hanai
e97f6701f7
Oops! I've forgotten to sync "Original revision:" field.
1997-02-17 09:23:41 +00:00
Hiroyuki Hanai
61cc7cb58b
Sync with the original.
1997-02-17 09:19:17 +00:00
John-Mark Gurney
055ef91403
Bring intro(3) a bit closer to reality:
...
1) comment out xref to non-existant libc(3)
2) comment out reference to Fortran specific section (3f)
3) add libkvm with reference to kvm(3)
4) comment out xref to non-existant pc(1)
5) comment out libplot and libplotf77
6) fix problem with -ltermcap not being parenthesized
7) sort files listing
still missing most of the libraries that exist in /usr/lib.
Closes PR#1151
1997-02-17 08:30:16 +00:00
David E. O'Brien
71e1edb218
Submitted by: Dave Cornejo <dave@dogwood.com>
...
ftp.shsu.edu is no longer maintained - they refer you to the mirror I
maintain at ftp.cdrom.com
1997-02-17 08:20:36 +00:00
Bruce Evans
b96ab0b039
Removed bogus NOOBJ ifdef which was added in rev.1.18-1.19. SRCS is
...
for C sources only and must not be set if you don't want C objects.
This should fix PR2748.
This should go in 2.2.
1997-02-17 07:52:37 +00:00
Bruce Evans
f79ef55e7a
Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanup
...
of DEFS.h which renamed it.
1997-02-17 07:21:28 +00:00
Jordan K. Hubbard
0e2dcf577e
Include <ufs/ufs/ufsmount.h>.
1997-02-17 05:26:08 +00:00
Jordan K. Hubbard
15cde219d1
Always load DIST_COMPAT21 when loading X. This used to be the default
...
then it got taken out when the COMPAT21 distribution got dangerous.
Now that it's safe (we hope), it comes back.
1997-02-17 04:56:22 +00:00
Hiroyuki Hanai
a025037043
Sync with the original.
1997-02-17 04:48:56 +00:00
Hiroyuki Hanai
4bb098a0cd
Sync with original contrib.sgml
1997-02-17 04:41:22 +00:00
Bruce Evans
ff51e85069
Oops, get the name of the new manpage right.
1997-02-17 04:38:05 +00:00
Hiroyuki Hanai
83fa115599
Sync with original authors.sgml
1997-02-17 04:36:30 +00:00
John-Mark Gurney
429100430f
Fix fetch so that all status information is sent to stderr, prevents
...
corruption of file being recieved to stdout.
Submitted-by: Kent Vander Velden <graphix@iastate.edu>
Closes PR#2739
1997-02-17 04:11:47 +00:00
Wolfram Schneider
3e0f6b97b2
Cosmetic changes for better HTML output.
1997-02-17 00:07:54 +00:00
Jordan K. Hubbard
ea9a505d0c
Don't nuke localtime and timezone files so aggressively now.
...
This is tzsetup's job (and only if you don't cancel out, which
is why having sysinstall remove them was so bogus).
1997-02-16 23:54:58 +00:00
Jordan K. Hubbard
b94679130c
Ask about local or UTC here, like we used to.
1997-02-16 23:51:03 +00:00
Jordan K. Hubbard
80beefc082
1. Always write out /etc/hosts.
...
2. Back out my change to ask about UTC/Localtime here. This *really* needs
to be done in tzsetup instead since putting it here only handles about
1/4 of the places where it needs to be.
1997-02-16 23:35:05 +00:00
Wolfram Schneider
b8dc034799
Add forgotten man page link fts_set.3 -> fts.3
1997-02-16 22:32:13 +00:00
Wolfram Schneider
934d03e415
Bugfixes for HTML output:
...
- use ${MACROS} for macro package and not hard-coded -ms
Note: -me is currently not supported by unroff(1).
- use only ${SRCS} as input files.
1997-02-16 22:23:44 +00:00
Jordan K. Hubbard
28ebf21479
Update CHANGEDSINCE macro to conform to -current dinode.h
1997-02-16 22:16:08 +00:00
David E. O'Brien
dfc33decb2
Add _BSD4_4 as a predefined symbol.
...
Peter Dufault (dufault@hda.com ) suggested this is the most approate symbol
to use.
2.2-R candidate.
1997-02-16 20:55:32 +00:00
Bruce Evans
dab159e3d6
Select between the generic math functions and the i387-specific ones
...
at runtime.
etc/make.conf:
Nuked HAVE_FPU option.
lib/msun/Makefile:
Always build the i387 objects. Copy the i387 source files at build
time so that the i387 objects have different names. This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.
lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.
lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.
sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization. The PIC case is
messy. The old i387 entry points are renamed. Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
Mike Pritchard
bb5359e97e
Don't call sendmail with "-f root" when run with "-a". This
...
eliminates the "X-authentication-warning" header line that
has been coming out since I made it so that sendmail is
run totally as the user whose calendar file is currently
being processed.
1997-02-16 18:24:44 +00:00
Bruce Evans
799e5901b3
Use the C library version of log10() instead of the inaccurate formula
...
log10(x) = log10e * log(x). The formula would work if the RHS were
evaluated in extended precision with an extended precision log().
This actually happened with the i387 log() because it returns excess
precision.
Found by: ucbtest
1997-02-16 17:54:58 +00:00
Bruce Evans
72d8d94d6f
Fixed the i87 version of exp(). It returned NaN for args +-Inf. It had
...
some small (one or two ULP) inaccuracies.
Found by: ucbtest
1997-02-16 17:38:11 +00:00
Bruce Evans
a4bd858367
Removed unnecessary #include of obsolete <sys/dir.h> again.
1997-02-16 17:16:29 +00:00
Mike Pritchard
8b3a341046
Typo police.
1997-02-16 16:36:31 +00:00
Mike Pritchard
51ac664f83
Typo and style fixes.
1997-02-16 16:36:17 +00:00
Wolfram Schneider
5340c449dd
Lowercase file name for contents. All other directories (psd, smm, usd)
...
use the file name "contents".
Reviewed by:
Submitted by:
Obtained from:
1997-02-16 12:33:56 +00:00
Wolfram Schneider
e0d769c5c8
Install new intro.5 man page.
1997-02-16 12:13:32 +00:00
Wolfram Schneider
92f2618c58
Add cross references to apropos(1), intro(5), intro(6).
1997-02-16 12:12:00 +00:00
Wolfram Schneider
d4be225939
Remove unsupported man section 3f
1997-02-16 11:46:54 +00:00
Wolfram Schneider
92eea88bbc
Add directory man6 to SUBDIR
1997-02-16 11:35:05 +00:00
Wolfram Schneider
97750a7d6b
Add an intro for games.
1997-02-16 11:30:03 +00:00
Jordan K. Hubbard
c92de5fe1d
Replace bogus strncmp() with strcmp().
1997-02-16 10:20:05 +00:00
Andrey A. Chernov
a859cfcea9
Back ut FD_SETSIZE increasing until related kernel issues will be resolved
1997-02-16 06:39:43 +00:00
Peter Wemm
098f7d11d1
Update my pgp key
1997-02-16 03:27:52 +00:00
David E. O'Brien
765c61ce45
Fixed URL for ftp.tex.ac.uk in MASTER_SITE_TEX_CTAN.
...
Added ftp.shsu.edu and ftp.dante.de used by jmz in the latex port.
1997-02-16 02:51:17 +00:00