Commit Graph

358 Commits

Author SHA1 Message Date
bmah
5283fe3db7 List new directories created under share/examples/isdn/* in order to
unbreak installworld.
2001-05-25 23:40:58 +00:00
ru
8094d979ca - sys/msdosfs moved to sys/fs/msdosfs
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
ru
35437d86aa - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
systems were repo-copied from sys/miscfs to sys/fs.

- Renamed the following file systems and their modules:
  fdesc -> fdescfs, portal -> portalfs, union -> unionfs.

- Renamed corresponding kernel options:
  FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.

- Install header files for the above file systems.

- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
  Makefiles.
2001-05-23 09:42:29 +00:00
brian
c5e58141de Back out previous commit. digiio.h has moved to /usr/include/sys 2001-05-19 09:29:12 +00:00
brian
5155b1b679 Add /usr/include/dev/digi/ 2001-05-17 01:41:57 +00:00
ache
c6db5e77fc Add sk_SK
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
2001-05-13 16:32:45 +00:00
ru
45d5a00555 Remove share/tmac/locale/ and share/tmac/mdoc/locale/. 2001-04-17 14:22:50 +00:00
ru
5db636c8e1 People, please read the README file!!!
: These files use 4 space indentation, and other than in the header
: comments, should not contain any tabs.
2001-04-13 06:56:16 +00:00
bp
9487b4dd9b Actually install include/fs/smbfs and include/netsmb directories. 2001-04-11 09:00:09 +00:00
bp
ad8307ae44 Add netsmb and smbfs include directories 2001-04-10 08:16:06 +00:00
joe
5ba9bf6f37 Commit the first version of BSDPAN.
BSDPAN is the collection of modules that provides tighter than ever
integration of Perl into BSD Unix.

Currently, BSDPAN does the following:

o makes p5- FreeBSD ports PREFIX-clean;

o registers Perl modules in the FreeBSD package database with a
  package name derived from the module name.
  The name is of the form: bsdpan-ModuleName-V.VV.

Anyone interested in where BSDPAN is developing should read Anton's
message to the ports mailling list:
	Message-ID: <20010105040828.A26011@heechee.tobez.org>

Submitted by:	Anton Berezin <tobez@tobez.org>
2001-04-03 18:38:53 +00:00
sf
89f49c75bb added new directories to sync with XFree86-4.0.3.
Approved by:	asami
2001-03-23 11:18:06 +00:00
ache
d9c84bfbaa Remove unused locale/nls directories.
Corresponding fixes for "make release" already commited elsewhere.
2001-03-17 21:14:52 +00:00
phk
e6fb215e8c Attempt to make "make release" work again. Without a nls/fi_FI.DIS_8859-15
tcsh barfs.
2001-03-17 19:02:12 +00:00
markm
2c50742d1d Unbreak "make installworld" 2001-03-17 07:38:57 +00:00
ache
8ea0dd2479 Add et_EE.ISO_8859-15 2001-03-16 12:02:36 +00:00
ru
7dd89327ab Apply the README's requirement a) to the previous commit. 2001-03-16 08:43:07 +00:00
ache
fc19ef4336 DIS_8859_15 -> ISO_8859-15 rename 2001-03-16 07:13:01 +00:00
kris
72ebd29788 Add libdata, some ports were using it. 2001-03-10 03:34:14 +00:00
ru
d6cd250734 Add missing .../cat?/alpha directories. 2001-02-19 15:30:11 +00:00
ru
75c4cc264f Create directory infrastructure required to format, display
and store preformatted /usr/share/man manual pages in 8-bit
iso-8859-1 charset for all *_*.ISO_8859-1 locales.

Requested by:	des
Input from:	ache
2001-02-19 13:08:14 +00:00
phk
cb0697343a Duh! forgot to add BSD_daemon to the mtree files.
Submitted by:	"Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
2001-02-18 08:18:44 +00:00
ru
bbdffeab98 Apparently, people do not listen for a plea to look into the
README file before making changes here.  Fix them once again.
2001-02-15 12:25:48 +00:00
ru
126eb13f1a Fixed the fatal (missing "..").
Pointy hat to:	asmodai
2001-02-15 10:34:43 +00:00
asmodai
bab9f92162 Add en_NZ.ISO_8859-1. 2001-02-10 13:46:59 +00:00
asmodai
d783873091 Add af_ZA.ISO_8859-1
Submitted by:	ache
2001-02-09 21:58:31 +00:00
ache
96082be1d9 Add el_GR.ISO_8859-7 2001-01-17 13:15:46 +00:00
dougb
3bbfa62b63 Move the process of storing entropy from /dev/random and reseeding with
it at boot time closer to the way we want it to be in the final version.

* Move the default directory to /var/db/entropy
* Run the entropy saving cron job every 11 minutes. This seems
  to be a better default, although still bikeshed material.
* Feed /dev/random some cheesy "entropy" from various commands
  and files before the disks are mounted. This gives /dev/random
  a better chance of running without blocking early.
* Move the reseeding with previously stored entropy to the point
  immediately after the disks are mounted.
* Make the harvesting script a little safer in regards to the
  possibility of accidentally overwriting something other
  than a regular file.
2001-01-14 07:18:31 +00:00
dougb
9dd6bd8222 Fix a small typo 2001-01-11 13:02:29 +00:00
dougb
ed0bc299d0 Add a system to save entropy from /dev/random periodically so that
it can be used to reseed at boot time. This will greatly increase
the chances that there will be sufficient entropy available at
boot time to prevent long delays.

For /etc/rc, remove the vmstat and iostat runs from the attempt
to provide some cheesy randomness if the files fail, since
those programs are dynamically linked, and ldd seems to want
some randomness to do its magic.

Guidance and parameters for this project were provided by
Mark Murray, based on the requirements of the Yarrow
algorithm. Some helpful suggestions for implementation
(including the tip about iostat and vmstat) were provided
by Sheldon Hearn. All blame for problems or mistakes is
mine of course.
2001-01-11 13:01:20 +00:00
ben
d32b1e5a67 Remove empty directories.
PR:		23769, 23772, 23868
Submitted by:	Rich Morin <rdm@cfcl.com>
2001-01-09 00:52:31 +00:00
peter
f7920f6761 Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h> 2001-01-09 00:50:45 +00:00
ache
8ff3e93de3 ru_SU -> ru_RU for nls too 2001-01-01 02:19:59 +00:00
phk
27ec6a6ff1 ... and ru_RU.KOI8-R.
Remove ru_SU

Forgotten by:	phantom on 2000/12/29 14:58:01
2000-12-31 15:08:14 +00:00
phk
ff55e9bbc4 Add ru_RU.ISO_8859-5 also. 2000-12-31 15:06:08 +00:00
phk
bea29a6c37 Add forgotten entry for ru_RU.CP866 to try to make make release work. 2000-12-31 12:02:55 +00:00
ru
8a75e0f77b Added directories needed for Groff 1.16.1 distribution. 2000-12-05 19:18:45 +00:00
sheldonh
50585560f7 Connect the new man4.alpha to the build. 2000-11-20 13:16:44 +00:00
archie
efb8bd7bda Build the ISC library as libisc. This library comes as part of the
bind distribution, but until now was not being built as a separate
entity. For documentation, see these man pages:

assertions(3), eventlib(3), heap(3), logging(3), memcluster(3), tree(3).

Reviewed by:	jdp
2000-10-24 20:10:25 +00:00
brian
5ae4a9caff Add /usr/include/netnatm/ 2000-10-15 00:43:06 +00:00
gshapiro
e4192d4e06 Install the sendmail cf building tools (contrib/sendmail/cf) in
/usr/share/sendmail/cf.

PR:		19790
2000-10-10 18:08:19 +00:00
gshapiro
6be81ed351 Forgot to remove the directory from mtree for the obsolete sendmail
documentation.
2000-10-07 22:46:42 +00:00
ache
6b7a37c1d3 Add tr_TR.ISO_8859-9 to nls 2000-09-16 22:25:37 +00:00
ache
6b4b3ca422 Add tr_TR.ISO_8859-9 2000-09-16 22:17:35 +00:00
phk
942e5b1d0c Add missing tr_TR.ISO_8859-9 directory. 2000-09-16 21:53:06 +00:00
ache
315543ff37 Add /boot/kernel/ 2000-09-06 15:34:58 +00:00
obrien
75d7416f31 The default is for 3rd party kernel modules to live in /boot/modules
rather than /modules.
2000-09-06 10:27:26 +00:00
asami
2f89ea92fc Update BSD.x11-4.dist to XFree86-4 after repo copy. I believe this is
correct but I won't know for sure until bento's cluster comes back up.
2000-08-25 10:07:21 +00:00
markm
464cafef95 Move $PERL/IO/Socket to the right place.
Reported by:	ache
2000-08-21 06:30:45 +00:00
markm
34d64f6e80 Add missing perl directories. 2000-08-20 10:06:24 +00:00