Commit Graph

1073 Commits

Author SHA1 Message Date
joerg
7ce108fa44 Fix a logico in my last (commented out) commit. 1997-03-10 19:18:23 +00:00
bde
2c0b9d3e09 Fixed the Cyclades and Digiboard port numbers. 1997-03-10 14:17:49 +00:00
danny
d560eb48f9 Update MAKEDEV to handle lots of tun devices, consistent with the tun device
selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb).
Also, make it make all devices up to and including the requested one.
1997-03-10 02:10:58 +00:00
bde
416358e009 Added forgotten directories netns and pccard. The bug was masked by
bogons in /usr/src/include/Makefile.
1997-03-09 06:57:00 +00:00
joerg
053010b803 Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys,
or from a telnet session).  So basically, this setting will only get in
effect in the single-user shell.

Closes PR # 2395.
1997-03-06 22:24:04 +00:00
joerg
6305d20540 Fix the (commented out) example to prune the tree from core etc. files:
don't ever attempt to prune readonly filesystems, and properly quote
*.core against the shell.
1997-03-06 10:55:46 +00:00
joerg
20532aad78 Now that we can read from a worm device, handle their permissions as
we do for other disk devices, too.
1997-03-05 14:04:00 +00:00
wosch
5ed2f192ae Add /usr/share/doc/psd/13.rcs and /usr/share/doc/psd/28.cvs. .. 1997-03-04 17:06:23 +00:00
bde
ccf14038ca Merged Cortex frame grabber entry from 2.2. 1997-03-03 16:13:35 +00:00
mpp
6bf833b278 Remove the -g option from the "find ... | xargs -ls ..." line.
The -g option to ls has been depreciated.
1997-03-03 07:03:50 +00:00
bde
4a45d45677 Added new filesystem directories.
Fixed munged whitespace (just 2 lines of it).  The mtree files were
originally generated by `mtree -cdinx -kuname,gname,mode'.  This
gives output with no tabs except in the header.  The format should
be preserved by manual updates so that the files don't change a
lot when they are regenerated.
1997-03-02 14:37:32 +00:00
wosch
4a0434af6a Create directory /etc/skel. 1997-02-28 18:23:14 +00:00
wosch
bbd3188b03 add lt_LN.ISO_8859-1 1997-02-28 17:27:07 +00:00
wosch
db45a2e248 Add forgotten entries for Croatia
Pointed out by: ache
1997-02-27 12:22:25 +00:00
ache
b7c5baa68e Fix typing error in default class: rc= instead of tc= 1997-02-26 23:41:33 +00:00
ache
080bc24d48 For root & daemon classes bump max openfiles to 1024 to really activate
bumped select limit
1997-02-26 23:20:11 +00:00
mpp
7df7658d40 Larn needs /var/games/larn to exist so that it can create its scorefile.
Closes PR# 1944.
1997-02-26 01:17:49 +00:00
mpp
4aa5d2f6a1 Don't include /usr/X11R6/man in the makewhatis search path if
it doesn't exist.  Closes PR# 326.
1997-02-25 02:56:13 +00:00
mpp
ddf427f624 When looking for setuid files, call find with -print0 and xargs with -0.
This allows find to pass files with "illegal" characters to xargs in a
safe manner.

Note: due to the manner in which the file names are now passed between
find and xargs, the files are now sorted differently than before.
The first /etc/security run after installing this change may result
in a lot of output when nothing did in fact change.

Closes PR# 1910.

2.2 candidate.
1997-02-23 21:34:34 +00:00
brian
586f41078b Make the sample config files more understandable, correcting various
bits of grammar.
Added a decent pmdemand example for dynamic IPs on both sides.
Could this be a 2.2 candidate ?
1997-02-23 14:04:23 +00:00
peter
0e0dfca0f9 Revert $FreeBSD$ to $Id$ 1997-02-23 09:21:14 +00:00
peter
f2af25218f Create /usr/libdata/gcc/ in preperation for installing specs 1997-02-23 07:25:06 +00:00
ache
fc33321c54 Add ko_KR.EUC directories 1997-02-22 22:47:21 +00:00
dg
6b885309e4 Updated to Jan 22, 1997 revision from the InterNIC. 1997-02-18 23:37:58 +00:00
bde
ff265f99e7 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
jkh
0e1b30b06f Document FTP_PASSIVE_MODE in the place where I usually set it. 1997-02-13 09:07:32 +00:00
julian
a914b1fd3e add a disktab entry for those people who need abit of help
with ZIP drives..

use with:
disklabel -r -w -B sdx zip100

Submitted by:	dave blizzard <dblizzar@sprynet.com>
1997-02-10 10:11:54 +00:00
jkh
a6f72f5006 1.2 -> 1.44MB floppies. 1997-02-09 23:17:50 +00:00
jdp
46d28602b0 Security fix. Strip the encrypted passwords out of the "master.passwd"
diff output, and replace them with "(password)".  The diffs get
mailed to root, which in many cases is forwarded across the
Internet.  A patient sniffer could acquire the entire "master.passwd"
file by saving all the diffs.  With this fix, you still see that the
password changed, but you don't see the details.

Unless somebody talks me out of it, I am going to merge this into -2.2
in 48 hours.
1997-02-08 20:54:38 +00:00
joerg
b36e1c5308 Add worm(4)'s bdev entry. 1997-02-06 22:23:26 +00:00
mpp
0aa0738d01 Change the header line to read "count" instead of "ngen" so
that it matched the terms used in the manual page.

Closes PR# 2663.
1997-02-05 14:17:11 +00:00
jdp
849a645947 Add "/usr/share/examples/drivers/", fixing make world breakage.
Forgotten by:	julian
1997-02-03 16:13:42 +00:00
bde
8693e4cc6d Use shifts instead of multiplications and |' instead of +' to simplify
dkminor().  Use $((1 << 29)) instead of a mysterious decimal number for
$scisctl.  Use dkminor() instead of repeating part of it for special cases.
Shortened some long lines.
1997-01-27 06:24:10 +00:00
bde
52a1ece50d Fixed comment that did not match code (cursor -> bell). 1997-01-27 06:12:08 +00:00
phk
ff153792dd Since we have netatalk in the kernel, make life a little easier for
people and add the four needed entries in /etc/services.
1997-01-25 20:55:46 +00:00
nate
9d072778be Change the entry for ttyv3 to be the same as X would require if we
were using xdm (but still off).
1997-01-25 05:51:23 +00:00
dg
9fab06d3bf Change to use some unused bits in the 'type' field to extend the unit field
to 9 bits (512 units) for disk devices.
1997-01-24 22:00:35 +00:00
jkh
4894a222c0 As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the syscons
bell type on boot. Slightly annoying when your system doesn't have a speaker.
This adds a `keybell' frob for setting it.  Closes PR#2519

Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
1997-01-24 10:12:45 +00:00
davidn
17b00e7e15 Made more reasonable as a set of defaults. Remove cruft, fix a couple
of errors and eliminate cap_mkdb errors. Closes PR misc/2551.
1997-01-22 03:33:55 +00:00
joerg
e747042061 by popular request I submit the following disktab entry for inclusion in
/etc/disktab

Submitted by:	lada@ws2301.gud.siemens.co.at (Hr.Ladavac)
1997-01-17 23:06:25 +00:00
jkh
ed3bc8d362 Make sure newly created /var/account/acct file is 0600 mode. 1997-01-16 02:18:37 +00:00
jkh
9c0cd3f9df Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
nate
e566f10c3c Added apm and card[01] devices to all target.
Suggested by:	bde
1997-01-13 17:37:20 +00:00
ache
f95ee18036 Add commented out example entry for imap4 1997-01-12 17:55:16 +00:00
davidn
4e25a70a25 Added 'xuser' class entry point for X users (who need more resources).
Increased default procs/file handles so that man will work in more
situations. Other suggestions welcome, btw.
1997-01-11 16:08:53 +00:00
davidn
fca144d5ea Adds a template/example login.conf, login class capabilities database. 1997-01-11 06:47:56 +00:00
pst
326f2be694 Clean up imap 1997-01-10 02:42:14 +00:00
nate
15c22aa671 Minor modifications to the PCCARD startup files and comments.
Submitted by:	The Nomads
1997-01-06 06:26:01 +00:00
nate
bd7ca7ec94 Remove un-necessary comment. 1997-01-06 04:27:21 +00:00
alex
7e0c1fb515 Typo police. 1997-01-04 23:29:56 +00:00