Commit Graph

247 Commits

Author SHA1 Message Date
wollman
eeef7952c3 Automatically load NFS and a bevy of other filesystems. 1994-09-22 22:17:02 +00:00
pst
bd9687cba0 Port nslookup to FreeBSD 1994-09-22 21:50:41 +00:00
pst
de2ff4fecc This commit was generated by cvs2svn to compensate for changes in r2990,
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:36:02 +00:00
pst
9d787f9aa1 nslookup(8) from BIND 4.9.3BETA9pl1 1994-09-22 21:36:02 +00:00
pst
e4a39c3655 Port BIND to FreeBSD. 1994-09-22 20:45:34 +00:00
pst
3866fef02d NAMED from BIND 4.9.3 BETA9 pl1 (no local changes) 1994-09-22 19:46:15 +00:00
pst
839b7265a7 This commit was generated by cvs2svn to compensate for changes in r2980,
which included commits to RCS files with non-trunk default branches.
1994-09-22 19:46:15 +00:00
phk
6f769c973c Various cleanup and fixes. 1994-09-22 02:49:24 +00:00
ache
0517cc4a35 Add BINDIR=/usr/sbin for install, fails in other case 1994-09-21 18:12:10 +00:00
ache
82651822bc Add BINDIR=/usr/sbin for install, fails in other case
Remove -g from CFLAGS
1994-09-21 18:11:56 +00:00
phk
5d04033c56 The next batch of refinements. Now it no longer needs to call on ed(1) to
fix our files, it has a builtin "diff -n" editor.
1994-09-21 04:38:48 +00:00
wollman
45c19324be Fix security hole in YP password support, which wouldmake +user entries
act like + entries in some cases.  Requires support in libc from next
commit.
1994-09-20 21:40:12 +00:00
phk
57f7972531 A bunch of improvements. Still far to go. 1994-09-20 07:13:39 +00:00
wollman
c9c7dd75b7 Maintain pw_fields, and output same to password database.
!!!!!!!!
NB
!!!!!!!!
You MUST pwd_mkdb /etc/master.passwd before attempting to use the new
libc, or things may go wrong.  (I doubt anything actually /will/ go
wrong, but the actual behavior is undefined.  YOU HAVE BEEN WARNED.)
The database format is, however, backwards-compatible, so old executables
will still work.
1994-09-20 01:15:08 +00:00
dfr
dd8c8f9320 Added support for MSDOS file systems. 1994-09-19 18:47:12 +00:00
ache
1ff9a5aeb0 bugfix: change gidset[] type from int to gid_t 1994-09-19 13:52:38 +00:00
phk
9bb294712c This commit was generated by cvs2svn to compensate for changes in r2886,
which included commits to RCS files with non-trunk default branches.
1994-09-19 07:32:24 +00:00
phk
43fd687af6 This is the present state of CTM version 2. Please do not ask for
subscriptions yet.  Wait for the announcement.

CTM is my humble attempt to get -current out to people beyond TCP/IP 
connections.  This is for people with dial-up connections and such.

CTM can make a delta from one version to another of a source-tree, in 
a efficient and verified way.  Even if there are binary files in the
tree.  It will even try to make the delta as small as possible.

It is OK with me if you yell "Bloating!" but I'll just forward your email
to some of the happy customers from CTM version 1, and let them tell you
what they think.

I will not put ctm into "make world" yet.  For now it is just the logical
way to get the sources out to people who helps me test this.

Poul-Henning
1994-09-19 07:32:24 +00:00
rgrimes
7be4a7b142 My optimization to eliminate /set records was a little too aggressive, it
optimized away the first one :-(.
1994-09-19 01:32:57 +00:00
rgrimes
b98c90be2e 1. Remove commented out CFLAGS+=-DDEBUG from Makefile
2.  Clean up code so it compiles -Wall (except for sccsid's and copyright).
    This included fixing several printf formats that where not correct,
    and changing the data types of a few things.

3.  Implement new option -i that produces indented mtree output files.

4.  Implement new option -n that turns off directory comments.

5.  Only emit /set records if something has changed since the last one.
1994-09-18 21:17:40 +00:00
ache
2e7cb009a6 Add 'rm -f /etc/localtime' before cp to /etc/localtime,
I have a link here and got strange results without 'rm'
1994-09-18 18:27:30 +00:00
phk
9819510988 added fdwrite -> usr.sbin/fdwrite 1994-09-18 07:48:40 +00:00
phk
625569f642 Added a missing ${DESTDIR}. The real problem is that stuff related to
floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include
somewhere ??
1994-09-18 07:42:11 +00:00
phk
3e8c11a9a6 A small program, which can take a file of any size, format, write and verify
it onto a bunch of floppies in a semi-intelligent way.

Useful for things like:  tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -v

Where it will keep asking for floppies until tar is done.
1994-09-18 07:39:19 +00:00
phk
cd06daa86a This commit was generated by cvs2svn to compensate for changes in r2849,
which included commits to RCS files with non-trunk default branches.
1994-09-18 07:39:19 +00:00
dg
46574152f1 Fix include path. 1994-09-17 17:55:03 +00:00
dg
41cf2079fd Added fdformat utility from 1.1.5. 1994-09-17 17:08:31 +00:00
bde
e5f836591b Fix library dependencies. The clockstuff directory isn't used but I
fixed the Makefile before I knew that.
1994-09-15 20:55:44 +00:00
sos
26f4bf815a Added support for some of the new video modes in syscons.
Reviewed by:
Submitted by:
Obtained from:
1994-09-15 07:28:06 +00:00
wollman
4a1dfe5ed5 Add tzsetup. 1994-09-13 23:03:19 +00:00
wollman
6fca7919d3 A little script to help users in setting up their timezone. (Try it!) 1994-09-13 23:01:59 +00:00
jkh
b9af6c1c08 Delete obsoleted *dist targets. 1994-09-13 10:20:37 +00:00
jkh
a933b2cf05 Make this stop trying to go into /usr/local and inherit the settings
from above instead.
1994-09-13 10:20:02 +00:00
jkh
ea2da16e3e Add pkg_install to SUBDIR. 1994-09-13 07:39:59 +00:00
wollman
23fac4af25 Add zic' and zdump'. 1994-09-13 03:52:20 +00:00
wollman
b4845220d4 FreeBSD port of timezone code. 1994-09-13 03:36:16 +00:00
wollman
2cb79b8df1 This commit was generated by cvs2svn to compensate for changes in r2702,
which included commits to RCS files with non-trunk default branches.
1994-09-13 03:29:24 +00:00
wollman
4872ce1251 The latest and greatest timezone code from Arthur David Olson, part 1.
This import comprises the `zic' and `zdump' programs.

Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g
1994-09-13 03:29:24 +00:00
csgr
c70d5a0fb5 add rtmsg.c.
Submitted by:	problem pointed out by Gary Palmer
1994-09-12 07:48:33 +00:00
csgr
f146ba5a9b - increase TOOMANY, in line with 1.x
- add logging option from 1.x
1994-09-11 11:16:32 +00:00
csgr
88dbb490c7 Bring in handling of RPC services from 1.x
(Guess who forgot to replace his inetd until today ;-)
1994-09-11 10:48:02 +00:00
csgr
ed588fa6fa add bootpd, bootpef, bootpgw, bootptest 1994-09-10 15:21:27 +00:00
csgr
7b06095550 Small code tidy up 1994-09-10 15:13:28 +00:00
csgr
0236beb280 Changes for bootpd to work on FreeBSD 2.0:
- Makefile changes (manual installation)
- (hwaddr.c rtmsg.c) Do setting of arp cache entries by writing to
  routing socket, rather than by calling arp(8).
1994-09-10 15:00:08 +00:00
csgr
cef6b0890b This commit was generated by cvs2svn to compensate for changes in r2639,
which included commits to RCS files with non-trunk default branches.
1994-09-10 14:44:56 +00:00
csgr
3809ade385 Bootpd 2.4.0 (and associated utils)
Obtained from:NetBSD
1994-09-10 14:44:56 +00:00
rgrimes
3aa5610ea0 Correct the .conf files now that halt is gone and reboot is used in it's
place.

Removed mount_pcfs until we have a replacement.

Removed fdisk until it is ported and/or replaced.

Now have to include many more libraries due to /bin/sh changes.
1994-09-09 16:02:04 +00:00
jkh
e41fdd479e 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
rgrimes
255125cf44 You need the freefall.mc file to build the release /etc/sendmail.cf file from. 1994-09-08 09:41:01 +00:00
jkh
174221e60a 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