David Greenman
25738fbcc5
groups[] is of type gid_t.
1994-09-23 10:02:21 +00:00
Garrett Wollman
d599144d24
Automatically load NFS and a bevy of other filesystems.
1994-09-22 22:17:02 +00:00
cvs2svn
f260c62681
This commit was manufactured by cvs2svn to create branch 'VIXIE'.
1994-09-22 21:50:42 +00:00
Paul Traina
1546342f02
Port nslookup to FreeBSD
1994-09-22 21:50:41 +00:00
Paul Traina
ab9d9cc096
nslookup(8) from BIND 4.9.3BETA9pl1
1994-09-22 21:36:02 +00:00
Paul Traina
835ce5a154
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
Paul Traina
52d4aac42c
Port BIND to FreeBSD.
1994-09-22 20:45:34 +00:00
Paul Traina
735b43167c
NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)
1994-09-22 19:46:15 +00:00
Paul Traina
1b263d8ab3
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
Poul-Henning Kamp
b7e9accbaa
Various cleanup and fixes.
1994-09-22 02:49:24 +00:00
Andrey A. Chernov
b3673749c7
Add BINDIR=/usr/sbin for install, fails in other case
1994-09-21 18:12:10 +00:00
Andrey A. Chernov
3724878728
Add BINDIR=/usr/sbin for install, fails in other case
...
Remove -g from CFLAGS
1994-09-21 18:11:56 +00:00
Poul-Henning Kamp
caabd87d0a
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
Garrett Wollman
ab5f8d28a4
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
Poul-Henning Kamp
fa63aa6464
A bunch of improvements. Still far to go.
1994-09-20 07:13:39 +00:00
Garrett Wollman
28ca30918a
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
Doug Rabson
541758b1c6
Added support for MSDOS file systems.
1994-09-19 18:47:12 +00:00
Andrey A. Chernov
0a7f0f3504
bugfix: change gidset[] type from int to gid_t
1994-09-19 13:52:38 +00:00
Poul-Henning Kamp
ec5d3c392a
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
Rodney W. Grimes
5104ed9c4a
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
Rodney W. Grimes
10c4c64eb7
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
Andrey A. Chernov
65c3bb832a
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
Poul-Henning Kamp
13ae5a03ea
added fdwrite -> usr.sbin/fdwrite
1994-09-18 07:48:40 +00:00
Poul-Henning Kamp
cb3131379f
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
Poul-Henning Kamp
b5173cbeea
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
David Greenman
f38ec702f9
Fix include path.
1994-09-17 17:55:03 +00:00
David Greenman
d4f61326ba
Added fdformat utility from 1.1.5.
1994-09-17 17:08:31 +00:00
Bruce Evans
6b91cbecf1
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
Søren Schmidt
3644e2839b
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
Garrett Wollman
36156bf4fe
Add tzsetup.
1994-09-13 23:03:19 +00:00
Garrett Wollman
e7d3fe3100
A little script to help users in setting up their timezone. (Try it!)
1994-09-13 23:01:59 +00:00
Jordan K. Hubbard
e6da2877bd
Delete obsoleted *dist targets.
1994-09-13 10:20:37 +00:00
Jordan K. Hubbard
74650bd888
Make this stop trying to go into /usr/local and inherit the settings
...
from above instead.
1994-09-13 10:20:02 +00:00
Jordan K. Hubbard
87de5a959b
Add pkg_install to SUBDIR.
1994-09-13 07:39:59 +00:00
Garrett Wollman
bd46ac9af7
Add zic' and
zdump'.
1994-09-13 03:52:20 +00:00
cvs2svn
233ca9a9cf
This commit was manufactured by cvs2svn to create branch 'ADO'.
1994-09-13 03:36:17 +00:00
Garrett Wollman
d787e2bcd4
FreeBSD port of timezone code.
1994-09-13 03:36:16 +00:00
Garrett Wollman
8211a3a80c
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
Garrett Wollman
38d6a6908d
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
Geoff Rehmet
96a4f68bd4
add rtmsg.c.
...
Submitted by: problem pointed out by Gary Palmer
1994-09-12 07:48:33 +00:00
Geoff Rehmet
bee39b42f3
- increase TOOMANY, in line with 1.x
...
- add logging option from 1.x
1994-09-11 11:16:32 +00:00
Geoff Rehmet
55b91f3ab6
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
Geoff Rehmet
702cdbc097
add bootpd, bootpef, bootpgw, bootptest
1994-09-10 15:21:27 +00:00
Geoff Rehmet
80a612871f
Small code tidy up
1994-09-10 15:13:28 +00:00
Geoff Rehmet
6382c5b7fe
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
Geoff Rehmet
cc7d8003bf
Bootpd 2.4.0 (and associated utils)
...
Obtained from:NetBSD
1994-09-10 14:44:56 +00:00
Geoff Rehmet
fe96225463
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
Rodney W. Grimes
3cc583b113
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
Jordan K. Hubbard
f844bfba3c
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
Rodney W. Grimes
4e0fff210e
You need the freefall.mc file to build the release /etc/sendmail.cf file from.
1994-09-08 09:41:01 +00:00