ache
ea9399104e
This commit was generated by cvs2svn to compensate for changes in r4392,
...
which included commits to RCS files with non-trunk default branches.
1994-11-12 16:03:14 +00:00
ache
1cf7809d91
Very simple non-X CD player for testing purposes,
...
better than nothing
1994-11-12 16:03:14 +00:00
lars
264b12c9b0
This commit was generated by cvs2svn to compensate for changes in r4381,
...
which included commits to RCS files with non-trunk default branches.
1994-11-12 06:07:15 +00:00
lars
b50536d92e
pppstats from ppp-2.1.2
1994-11-12 06:07:15 +00:00
jkh
5ba4b165e8
Add pppd to the Makefile. It seems to work..
1994-11-11 23:47:32 +00:00
ache
065c79ba58
Fix printout bug
...
Submitted by: fredriks@mcs.com
1994-11-10 13:39:01 +00:00
wollman
85b4fbc713
Treat formfeeds like any other whitespace.
1994-11-07 19:57:20 +00:00
smace
ef18154140
Make /usr/bin/crontab install setuid root. (doesn't work otherwise)
...
The distributed makefile in the package installs it setuid root..
Reviewed by: jkh
1994-11-06 01:13:59 +00:00
jkh
e78f90a463
__386BSD__ -> __FreeBSD__
...
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
dg
4eb4e538ef
Don't include map.h - it's been obsoleted.
1994-11-03 15:34:24 +00:00
ache
fcbce98373
Fix for 'pstat -t' works on vtys
...
Submitted by: jhay@mikom.csir.co.za
1994-11-03 11:41:34 +00:00
jkh
2ef8552dd5
Whoops - one two many zeros in the initializer. This should have everybody
...
enabled by default now.
1994-11-03 05:37:53 +00:00
jkh
223182a427
Changes to initialize the id_enabled flag to 1.
...
Also initialize some fields that were never initialized before, and
simply defaulted to 0. I've never looked at this code before, now
I know why. Config needs to die. Horribly.
1994-11-03 04:30:01 +00:00
se
9fc13e23e8
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
Added PCI support code.
1994-11-02 23:27:36 +00:00
ache
e61515fa64
Restore back -i for adjkerntz
1994-11-02 09:43:38 +00:00
phk
d39ebc09c3
make the right link to "zzz"
1994-11-02 07:20:58 +00:00
phk
0869125001
Remove a relic from the old "equiv" kludge
1994-11-02 04:55:15 +00:00
phk
76d6e07a93
Fixed a #include to point to machine/apm_bios.h
1994-11-02 04:54:30 +00:00
ache
db7efc2628
Remove -i option from adjkerntz
1994-11-02 00:00:17 +00:00
wollman
f22ba017a0
Add support for filesystem-specific `-o' options, and re-implement the
...
most common cd9660 and nfs options like God intended them. (It is now
possible to say
mount -o ro,soft,bg,intr there:/foo/bar /foo/bar
again.) This whole getmntopt() business is an incredible botch;
it never should have been anything more than a wrapper around
getsubopt(3). Because if the way the current hackaround is implemented,
options which take arguments (like the old `rsize' and `wsize') are still
unavailable, and must be accessed the new, broken way.
(It's unimaginable how Berkeley managed to screw up one of the few things
about NFS that Sun actually got right to begin with!)
1994-11-01 23:51:53 +00:00
phk
7874667561
The latest user-land changes from the author. I added a big warning to the
...
apm.4 man-page. I also hope the Makefiles make sense now.
Submitted by: HOSOKAWA Tatsumi
1994-11-01 22:46:40 +00:00
joerg
6cb1f43d67
Included the fdcontrol subdir.
1994-10-31 21:51:25 +00:00
ats
6993957f05
Deleted the private clean/cleandir targets in the Makefile. Delete
...
a hardcoded reference to the "obj" dir. So this makefile should now
work with and without an obj dir and deletes the obj dir with a
normal cleandir.
1994-10-31 01:17:24 +00:00
joerg
1142874b61
This commit was generated by cvs2svn to compensate for changes in r4007,
...
which included commits to RCS files with non-trunk default branches.
1994-10-30 18:52:01 +00:00
joerg
5d1a6c44a1
Import the fdcontrol command. It has been in 1.1.5, but obviously has been lost on its way to 2.0.
...
This program uses the FD_DEBUG ioctl, which will have to be commited yet.
1994-10-30 18:52:01 +00:00
joerg
1a6f66b178
Corrected the xref to the driver man page to be fdc(4) now that
...
we have one (instead of fd(4)).
1994-10-28 17:07:32 +00:00
jkh
a5797b5674
Remove eeprom from the default list of subdirs. It gets added properly
...
in the sparc case anyway. Next step will be to move some of the i386
specific things, like fdformat and fdwrite, into an i386 .if clause.
1994-10-28 04:35:13 +00:00
se
7169429ec5
Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.
1994-10-26 19:23:02 +00:00
jkh
927adb8ecc
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
...
Could you please commit this patch to usr.sbin/crunch/examples ?
This should make fixit.conf compilable again.
VI needs some hacks.
[Note: I'm not sure how relevant this example is anymore, but then it's only
an example]
Submitted by: mr
1994-10-26 14:52:43 +00:00
jkh
740cbc15e6
From: John Hay <jhay@mikom.csir.co.za>
...
Make swapinfo use libc functions for obtaining device information.
Note: swapinfo should actually be deprecated, not fixed. pstat -s performs
the same function.
Submitted by: jhay
1994-10-26 14:49:07 +00:00
swallace
24c2aab328
Applied patch009. Also added appropriate #include <string.h> which
...
would have detected that memset was not being passed a pointer in the first
place.
Submitted by: Gene Stark (?) - 1.1.5.1 patch009
1994-10-25 20:50:41 +00:00
bde
e98634582e
Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is
...
a poor value for a magic number, and we need to be compatible.
1994-10-25 17:33:25 +00:00
wollman
f77f6cd044
Added lsdev.
1994-10-24 22:22:44 +00:00
wollman
a20115b916
When -v not given, display longer state' and no
parent'.
1994-10-24 22:21:51 +00:00
phk
7c68a5ca07
These patches fix some lesser problems:
...
1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.
Bruce
I updated the mkCTM stuff while I was at it anyway. /phk
Reviewed by: phk
Submitted by: bde
1994-10-24 20:09:39 +00:00
wollman
171476dff7
Updated to latest kernel code. Also provided a friendlier output format,
...
which is enabled by default (use `-c' to get the old format). The new
format looks like this (only the values are correct; this was taken on my
machine with a slightly old kernel):
Device St Parent Description
---------- -- ---------- --------------------------------------------------
isa0 NC -
sc0 NC isa0 Parallel printer adapter
ed0 NC isa0 SMC8216/SMC8216C
sio0 NC isa0 RS-232 serial port
sio1 NC isa0 RS-232 serial port
fdc0 NC isa0 floppy disk/tape controller
fd0 NC fdc0 floppy disk
wdc0 NC isa0 ST506/ESDI/IDE disk controller
wd0 NC wdc0 ST506/ESDI/IDE disk
npx0 NC isa0 Floating-point unit
Note that many of these fields could be made more informative; I tried to make
my changes as unintrusive as possible. See the `mcd' driver for an example
of one which actually does something with the `state' field.
1994-10-23 21:33:57 +00:00
jkh
8b298247f8
Add xten.
1994-10-22 14:59:35 +00:00
dfr
c816f711b3
Change to use the correct lock file directory.
1994-10-22 14:40:48 +00:00
jkh
84c5c7c4ab
X-10 stuff from 1.1.5.1.
1994-10-22 09:55:43 +00:00
jkh
c37ec63784
This commit was generated by cvs2svn to compensate for changes in r3782,
...
which included commits to RCS files with non-trunk default branches.
1994-10-22 09:55:43 +00:00
jkh
9e260f7e45
X-10 stuff from 1.1.5.1.
1994-10-22 09:55:43 +00:00
ache
7d5bdbbd33
spkrtest added
1994-10-22 02:16:04 +00:00
ache
4498f3f753
This commit was generated by cvs2svn to compensate for changes in r3762,
...
which included commits to RCS files with non-trunk default branches.
1994-10-22 02:09:06 +00:00
ache
a262e6cddb
Speaker driver test script
...
Obtained from: FreeBSD 1.1.5.1
1994-10-22 02:09:06 +00:00
wollman
9461adca3b
Change `on'' to
`at'' globally.
1994-10-18 22:01:58 +00:00
phk
5ea26df221
Added a slot in the swap-dev-table for NFS-diskless to abuse.
1994-10-18 08:16:29 +00:00
ache
a6d5d66fc2
Remove machdep.color_display
1994-10-18 03:41:16 +00:00
wollman
02d5912769
First bugfix: isa devices print as at isa?' rather than
on isa0'.
1994-10-17 23:29:15 +00:00
wollman
fada9f45ad
This commit was generated by cvs2svn to compensate for changes in r3673,
...
which included commits to RCS files with non-trunk default branches.
1994-10-17 23:26:10 +00:00
wollman
8f8aac0e4e
lsdev(8), a user-land utility to query the device configuration database
...
managed by kern_devconf.c. A useful feature is that the following
script generates almost well-formed config-file lines for all ISA devices
in the system:
lsdev -t isa | awk '{ print "device $0" }'
lsdev -t disk | awk '{ print "disk $0" }'
1994-10-17 23:26:10 +00:00
ache
254d81b240
Document new machdep variables, pointed by Rod
1994-10-17 18:55:21 +00:00
gpalmer
637fae7456
Change references from /386bsd' to
/kernel'
1994-10-17 06:50:29 +00:00
dg
8a5eacfccf
Added slstat.
1994-10-17 06:06:45 +00:00
dg
1d409b9b7b
slstats for FBSD 2.0. Copied in the repository from 1.1.5, and then applied
...
patches from John Hay.
Submitted by: John Hay
1994-10-17 06:05:32 +00:00
wollman
efe252383a
New way of getting disk drive names.
1994-10-16 04:04:56 +00:00
phk
19619a7bef
Stop "make install" from falling over if DESTDIR is defined.
1994-10-15 07:45:45 +00:00
se
b8364ce31c
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
Make -s option set parameters for all targets by default.
1994-10-15 00:03:32 +00:00
gpalmer
9658a5a2d0
Move `ncrcontrol' into machine-dependant section.
1994-10-14 23:55:50 +00:00
joerg
0cc1383e69
#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer
...
necessary.
Requested by: phk
1994-10-14 16:03:33 +00:00
jkh
47d2d53b0b
Sigh. NOW it's ok! :-)
1994-10-14 05:57:49 +00:00
jkh
eef0ef01be
Print a better verbose message when creating packages.
1994-10-14 05:56:15 +00:00
jkh
2cf39cacf3
This should do it - I forgot about pkg_info.
1994-10-14 05:55:57 +00:00
jkh
d5a2450087
Whoops - variable was in wrong scope. Correct.
1994-10-14 05:43:41 +00:00
jkh
56f1e635f2
Fix bug in home directory calculation that I introduced with the free space
...
checking code. Fix the free space checking code, while I'm at it! ;)
Thanks to Garrett for spotting the home dir problem.
1994-10-14 05:42:24 +00:00
jkh
b1ba6ab286
Fix bug in home directory calculation that I introduced with the free space
...
checking code. Fix the free space checking code, while I'm at it! ;)
Thanks to Garrett for spotting the home dir problem.
1994-10-14 05:34:04 +00:00
se
3ef70ee2aa
Added ncrcontrol (display and configure NCR 53c810 SCSI parameters).
1994-10-13 18:10:40 +00:00
se
7e54e93862
Added call to getbootfile() and removed reference to ncr.imask.
1994-10-13 18:01:32 +00:00
se
4dbb4feac6
ncrcontrol will be installed SETGID kmem in /usr/sbin.
1994-10-13 17:45:40 +00:00
se
dd756ca8bd
Moved into correct MAN section ...
1994-10-13 17:43:51 +00:00
se
0c7d9bd365
This commit was generated by cvs2svn to compensate for changes in r3545,
...
which included commits to RCS files with non-trunk default branches.
1994-10-12 12:02:52 +00:00
se
1ce5915213
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
Config and statuts display utility for the NCR PCI SCSI driver.
1994-10-12 12:02:52 +00:00
dg
6134378e43
Clean up after last commit: get rid of some unused variables.
1994-10-10 05:19:11 +00:00
dg
bb711c92ba
Rewrote swap code to work with our swap layout. Much of the code stolen
...
from swapinfo.c.
1994-10-10 02:33:50 +00:00
rgrimes
162fb0a314
Add -U option which does the same things as -u except exits with 0
...
instead of 2 on MISMATCH.
1994-10-09 20:28:31 +00:00
dg
54e9286d06
Modified to use swaplist instead of swapmap.
1994-10-09 07:45:58 +00:00
dg
ba264d2489
#if 0'd out the meat of the swap code until I get a chance to rewrite it.
1994-10-09 07:42:32 +00:00
jkh
34751162a4
Be optionally verbose about free-space checking. I need this to ascertian
...
whether or not this always works.
1994-10-08 23:55:36 +00:00
dg
82fae818f5
After a comment from Rod Grimes about buf.h, I went back and looked at this
...
and found that swapinfo doesn't need that include file and five others (!).
Sheesh.
1994-10-05 10:20:17 +00:00
dg
713ebe3ac8
Changes to buf.h now require that param.h be included.
1994-10-05 09:57:49 +00:00
wollman
4e401ed313
Correctly interpret the code field of IGMP membership queries.
1994-10-04 22:47:11 +00:00
wollman
bfc217688d
Print out SNAP frames reasonably, including Apple's bogus Ethertalk
...
pseudo-SNAP encapsulation. Still needs some work, by someone who
has a listing of 802.2 LSAPs.
1994-10-04 22:31:44 +00:00
jkh
60db1604bf
Add the ability to verify that a package won't extract in the space
...
available. Thanks to Michael Elbel for pushing me in the right direction.
1994-10-04 16:07:50 +00:00
jkh
04cc46fa4b
My last commit to bsd.port.mk made me think - `pkg_create -p ...' should
...
override the PLIST file's own first @cwd. Make this so.
1994-10-04 15:54:39 +00:00
ache
2abeb4bc8b
-lcompat removed from libs
1994-10-04 14:06:13 +00:00
phk
8a19acef0b
Same as last one, use "sh -e" for these to make them catch pathological
...
conditions.
1994-10-03 23:51:34 +00:00
phk
fe775f9c7a
Make sure mkskel.sh bails out if it finds trouble. Use "sh -e" to run it.
1994-10-03 23:34:03 +00:00
ats
6af8c968d1
Submitted by: gibbs@uclink.berkeley.edu
...
Fixed the missing blank in tzsetupvipw.
1994-10-03 11:21:47 +00:00
wollman
8cf4ece6bc
Allow multicast NTP.
1994-10-02 18:05:48 +00:00
phk
c19ab2dab1
Removed a lot of stuff which has no raison d`etre now that the kernel-driver
...
works correctly.
1994-10-02 17:18:12 +00:00
dg
3b0f093fdc
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
...
but substantially rewritten by me.
1994-10-02 04:48:21 +00:00
gpalmer
4a5cbc66f8
Move apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio and
...
vidcontrol out of machine-independance into the I386 & clean
dependant sections. Also move 'timed' out of machine-dependace into
machine-independance
Reviewed by: rgrimes
1994-10-02 03:42:40 +00:00
dg
a8bebbdae6
Added apm and apmconf. NOTE: This makefile is wrong in a variety of ways.
...
For one thing, the handling of arch-specific utilities is broken, and
things like apm and apmconf (and fdformat, kbdcontrol, vidcontrol, etc)
shouldn't be built for all arch's.
1994-10-01 03:44:05 +00:00
dg
76254fd53b
Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.
...
Submitted by: HOSOKAWA Tatsumi
1994-10-01 03:23:33 +00:00
pst
a9e6b1a898
Move bootp & related stuff
1994-09-30 05:48:52 +00:00
ache
fdd10c3ac8
Sorry, wrong previous commit backed out, HAVE_GETBOOTFILE
...
defined in another place
1994-09-30 04:07:03 +00:00
ache
185197ce25
Forget to define HAVE_GETBOOTFILE
1994-09-30 03:43:28 +00:00
ache
d21eaeac3b
Use getbootfile() properly, old code cause reboots somethimes
1994-09-30 02:20:25 +00:00
wollman
ee6e0c23a9
Make it compile under 2.0.
1994-09-30 00:34:21 +00:00
wollman
fd4b49373e
Merged changes from the vendor branch. NB: this will NOT compile until
...
after the NEXT commit.
1994-09-29 23:44:43 +00:00
wollman
1cba639cb2
This commit was generated by cvs2svn to compensate for changes in r3215,
...
which included commits to RCS files with non-trunk default branches.
1994-09-29 23:04:24 +00:00
wollman
96f7e86b72
xntp 3.4e from Dave Mills @ UDel
1994-09-29 23:04:24 +00:00
jkh
3ef0581e73
Don't let pkg_delete remove the recorded location until everything has
...
absolutely, positively been successfully removed.
Reviewed by:
Submitted by:
Obtained from:
1994-09-29 13:19:43 +00:00
pst
b29ffff25c
Fix conflicts from import
1994-09-29 09:36:16 +00:00
pst
8d859e9f59
This commit was generated by cvs2svn to compensate for changes in r3192,
...
which included commits to RCS files with non-trunk default branches.
1994-09-29 09:32:22 +00:00
pst
42d798d589
Portmap 3.0 from win.tue.nl
1994-09-29 09:32:22 +00:00
pst
97c0e232ea
getbootfile() not invoked
1994-09-28 06:37:41 +00:00
pst
9312e22cf5
xntpd(8) doesn't know about /kernel (do it right, use get_bootfile()).
1994-09-27 18:30:26 +00:00
pst
0ac72c6208
Enable new bind utilities.
1994-09-26 23:14:33 +00:00
dg
b92adb4dc3
Fix comment: we have cron.
1994-09-26 22:20:19 +00:00
dg
25c6f4e630
ac(8) utility, brought over from FreeBSD 1.1.5.
1994-09-26 22:12:27 +00:00
dg
74fbc1bab5
ac(8) utility, brought over from 1.1.5.
1994-09-26 21:56:38 +00:00
dg
03aa2759f1
Added sa.
1994-09-26 21:45:01 +00:00
dg
2b87c40e9e
Local changes - manual page extension, and minor man page changes
1994-09-26 21:41:06 +00:00
dg
b7fc34c052
This commit was generated by cvs2svn to compensate for changes in r3125,
...
which included commits to RCS files with non-trunk default branches.
1994-09-26 21:22:57 +00:00
dg
dfadb8e7c4
Process accounting utility by Chris Demetriou.
...
Obtained from: NetBSD
1994-09-26 21:22:57 +00:00
ache
65abb91c0b
usage help: uncomment -d option, add -x option
1994-09-26 20:20:44 +00:00
ache
7242cea61f
Document -d and -x options
1994-09-26 19:58:07 +00:00
phk
5a5794a15d
A couple of nit-picks.
1994-09-26 06:01:01 +00:00
pst
d780af9d2a
Remove talk about trailers from arp(8) manual page
...
Obtained from: NetBSD bin/487
1994-09-26 04:32:57 +00:00
phk
962026360d
Added a '-c' option: This will warn you if any file in the directory-tree
...
you run it on are unsuitable food for diff/patch. Can you use it as it
is now Rod ?
1994-09-25 20:45:55 +00:00
joerg
3346279530
Transfer speed definitions are now also found in <machine/ioctl_fd.h>.
...
Remove the old include file, since it used to be in a non-public place.
1994-09-25 18:44:26 +00:00
jkh
cb490de73b
Clean up typos in this manpage.
1994-09-25 11:22:12 +00:00
wollman
b2b9eaab73
Most of the ``modified'' files really aren't. This is my (simple)
...
port of pppd.
1994-09-25 02:32:18 +00:00
cvs2svn
d2365a7345
This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.
1994-09-25 02:11:28 +00:00
wollman
860a10b12f
Initial revision
1994-09-25 02:11:26 +00:00
dg
4673798b34
Fixed bug caused by missing set of paranthesis when checking the modification
...
time. This caused differences in the nanosecond portion of the time to
screwup the logic and made mtree think it should compare the modtime even
though "time" wasn't specified. The end result is that mtree couldn't deal
with procfs because procfs sets the mtime with high accuracy via microtime().
1994-09-24 16:52:42 +00:00
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
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