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
Steve Price
2293cbb28a
Fix a expansion bug that caused the result of echo $((1 << 30))
...
to get truncated.
Submitted by: bde
1997-02-16 01:54:19 +00:00
Steve Price
8f2a742859
Implement the -o commandline switch. This does almost exactly
...
what bison does with -o, except it DTRT with respect to naming
the .code file when the -r switch is also used.
Submitted by: bde
1997-02-16 01:50:25 +00:00
David E. O'Brien
fca51029e7
Forgot to say I also added Pedro A M Vazquez <vazquez@IQM.Unicamp.BR> for
...
his fpp port.
1997-02-16 01:48:30 +00:00
David E. O'Brien
6880351389
Added:
...
Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> - big5con port
Justin M. Seger <jseger@scds.ziplink.net> - bing port
Opps! Forgot to add Jordan K. Hubbard for his xspringies port.
1997-02-16 01:45:42 +00:00
Jordan K. Hubbard
37ea687a66
Document setup.exe.
1997-02-16 00:54:58 +00:00
Andrey A. Chernov
acc2427984
Bump default FD_SETSIZE from 256 to 1024 as many modern
...
systems do nowdays (like SunOs 5.5.1 f.e.)
256 is too small under real network load
1997-02-15 22:26:29 +00:00
Poul-Henning Kamp
c685f73d2a
Update my pgp key.
1997-02-15 22:11:13 +00:00
David E. O'Brien
bdbbe98ba5
The screen layout of the lefthand side for the vmstat display was way off.
...
(based on my running it on 2.2-GAMMA)
1997-02-15 21:01:38 +00:00
Joerg Wunsch
7fbb1f9df1
Update my PGP key (two new sigs). Being at it, fix up jmb's entry,
...
you can't use &a.foo; inside <verb>, apparently.
Also claim Usenet Support as my `area', now that i'm doing it
anyway...
1997-02-15 17:23:18 +00:00
Bruce Evans
f0be65cc4c
Removed unnecessary #include of obsolete <sys/dir.h> again.
1997-02-15 17:10:52 +00:00