wollman
193a8fae68
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
...
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
1994-09-24 00:08:43 +00:00
wollman
c29596a5e9
Document more MIB variables.
1994-09-23 19:04:02 +00:00
dg
8210ef4a47
Don't return the address of a stack variable.
1994-09-23 10:25:38 +00:00
dg
be96a45601
groups[] is of type gid_t.
1994-09-23 10:02:21 +00:00
cvs2svn
34cd81d75f
This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.
1994-09-23 00:10:34 +00:00
wollman
eeef7952c3
Automatically load NFS and a bevy of other filesystems.
1994-09-22 22:17:02 +00:00
cvs2svn
3dcb13a3cd
This commit was manufactured by cvs2svn to create branch 'VIXIE'.
1994-09-22 21:50:42 +00:00
pst
bd9687cba0
Port nslookup to FreeBSD
1994-09-22 21:50:41 +00:00
pst
9d787f9aa1
nslookup(8) from BIND 4.9.3BETA9pl1
1994-09-22 21:36:02 +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
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
cvs2svn
61a92abc55
This commit was manufactured by cvs2svn to create branch 'ADO'.
1994-09-13 03:36:17 +00:00
wollman
b4845220d4
FreeBSD port of timezone code.
1994-09-13 03:36:16 +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
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
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