peter
7f724bc019
Merge Lite2 changes (rather bigish, the dump/restore folks should check)
1997-03-11 12:09:50 +00:00
peter
9d6aaa6325
Disable two newly broken dirs:
...
fsdb (too intimate with old fsck, needs work)
newlfs (doesn't build since Lite2 lfs wasn't merged into kernel)
1997-03-11 12:06:41 +00:00
peter
f59a1bdace
This commit was generated by cvs2svn to compensate for changes in r23669,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 11:59:39 +00:00
peter
5e2372f721
Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.
...
(note that some of these have already been imported, this is a no-op)
1997-03-11 11:59:39 +00:00
peter
0b3e1277b4
Merge from Lite2:
...
filesystem include updates, duplicate group suppression, cleanups,
filesystem whiteout support (unionfs), bidir popen().
1997-03-11 11:52:33 +00:00
peter
9234fe208b
Merge from Lite2: man page updates
1997-03-11 11:47:52 +00:00
peter
95dd0ef3c9
Merge from Lite2 (YAMFL2? :-)
...
Document that popen() can now create bidirectional pipes and handles.
Note that this needs to be updated since we have a native bidirectional
pipe and don't use socketpair() here.
1997-03-11 11:46:19 +00:00
peter
3b770c218d
Merge from Lite2 (+realpath.3)
1997-03-11 11:42:56 +00:00
peter
fa3f8bd93c
Merge from Lite2 (whiteout/unionfs)
1997-03-11 11:41:46 +00:00
peter
3c7b61789b
Merge from Lite2
1997-03-11 11:40:40 +00:00
peter
8574ea8a0e
Merge Lite2 changes
1997-03-11 11:39:58 +00:00
peter
bb2b65bb1c
merge from Lite2 - realpath() now shares a lot of code with getcwd()
...
and is now in the same file.
1997-03-11 11:37:59 +00:00
peter
724b89cfd3
Merge from Lite2 onto mainline -
...
- add undelete() and undelete.2 (requires libc minor bump some time)
- man page updates
1997-03-11 11:35:56 +00:00
peter
e0e06d68d5
Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch
1997-03-11 11:29:42 +00:00
peter
e8e23405de
This commit was generated by cvs2svn to compensate for changes in r23658,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 11:29:42 +00:00
peter
f635e3d3fe
Merge Lite2 changes -
...
move getopt etc declarations from stdlib.h to unistd.h
1997-03-11 11:18:25 +00:00
peter
9eaf75f7d0
Merge Lite2 changes
...
(Just version number)
1997-03-11 11:16:27 +00:00
peter
e486fd79fb
Merge Lite2 changes onto mainline:
...
- declare opendir2(), which is used to control how readdir() handles
whiteouts etc.
1997-03-11 11:15:46 +00:00
peter
53b81178e2
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
1997-03-11 11:11:37 +00:00
peter
e6661ddbf7
This commit was generated by cvs2svn to compensate for changes in r23650,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 11:11:37 +00:00
peter
79c7d6aa06
Import CSRG 4.4BSD-Lite2 includes onto vendor branch
1997-03-11 11:11:37 +00:00
peter
f1a22bd4be
Kill sup from the main sources now that the ports version is updated.
...
This puts it on the same footing as cvsup. It's been suggested on
numerous occasions that I shouldn't have imported it in the first place,
and now that sup has outlived it's usefulness..... Boom!
1997-03-11 10:52:21 +00:00
jkh
266d7fba02
Merge all my sysinstall changes over to the 2.1 branch.
...
I just have this feeling... :)
1997-03-11 09:29:42 +00:00
msmith
af5e57db7f
Avoid double-s when #conflicts drops from 10 to 9.
1997-03-11 07:11:46 +00:00
jkh
380e25592f
close PR#2942 - add src/contrib to list of src components.
...
Submitted by: sjr1@flash.net
1997-03-11 06:42:03 +00:00
jkh
4baf33872c
YAMF22
1997-03-11 06:40:38 +00:00
hanai
6a994ea73d
Catch up with the original.
1997-03-11 03:04:03 +00:00
jkh
d90c077504
Use correct email address for registration.
1997-03-11 00:07:59 +00:00
jkh
b52bec53e1
Add support for ports collection distribution.
1997-03-11 00:07:11 +00:00
ache
e7a6197177
Add <ss> and ss ordering
1997-03-10 21:59:53 +00:00
jkh
d293740501
Sync with 2.2.
1997-03-10 21:11:57 +00:00
joerg
130c16d5a4
Add a quirk entry for the HP6020i, after John has just confirmed that
...
it works now.
Submitted by: jhay@zibbi.mikom.csir.co.za (John Hay)
1997-03-10 20:51:17 +00:00
phk
a340bafab5
Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com>
1997-03-10 20:25:45 +00:00
guido
bb4c208876
Fix buffer overflow
1997-03-10 19:52:12 +00:00
guido
2f74bc969e
This is a funny one: df for a device that was not mounted used to fail
...
for root only.
1997-03-10 19:39:43 +00:00
jkh
29bc8223a6
Update russian mirrors.
1997-03-10 19:38:14 +00:00
guido
39c96d6474
Check for overflow of FD_SET
1997-03-10 19:32:46 +00:00
joerg
09f1f2a58b
Fix a gross bug in the ! operator optimization code. The following
...
kind of expressions caused a dereferencation of an uninitialized malloc
area, yielding wrong expression evaluation at best, and core dumps at
worst (malloc.conf -> AJ):
find ... ! \( expr1 ! expr2 \) ...
1997-03-10 19:20:39 +00:00
joerg
d385496034
Fix a logico in my last (commented out) commit.
1997-03-10 19:18:23 +00:00
guido
b27e3f2aef
Fix buffer overflow (probably unexploitable).
1997-03-10 19:10:08 +00:00
markm
a104d2dec7
Move this files* entry for the Brooktree TV driver toi the right 'files*'.
1997-03-10 17:55:49 +00:00
wpaul
7ff7ea9cd1
Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad
...
style and b) the wrong logic. Should be strstr(s, "##") != NULL. (Note
that the passwd.adjunct stuff has not been merged into 2.2 so this bug
is not in that branch.)
1997-03-10 16:47:19 +00:00
bde
ad874422e4
Fixed the Cyclades and Digiboard port numbers.
1997-03-10 14:17:49 +00:00
asami
ebb6ff3c7e
Ask user to carefully examine changes when sending an upgrade. (Actually,
...
this is the main reason why we want them as diffs.) Also, ask them to
explicitly state files that are added or deleted (lazy committers like me
often forget to "cvs add" or "cvs remove").
1997-03-10 11:55:17 +00:00
asami
303b625563
Remove part about sending in complete ports for an upgrade, we prefer
...
recursive diffs in any case.
1997-03-10 09:55:20 +00:00
ache
78da0d5742
Do not re-initialize random numbers generator several times.
...
Use ^ getpid() to produce better initial state.
1997-03-10 08:04:15 +00:00
ache
a340e72bff
Add ^ getpid() for better srandom results
1997-03-10 07:46:03 +00:00
ache
8a8c723f8e
Detect failure open condition for direct mode now
...
Don't assume that modem descriptor must be >=3 in CloseModem,
just assume it is any valid descriptor >=0
1997-03-10 06:54:58 +00:00
markm
075d27ba8e
Initial import of the Brooktree PCI-TV drivers. I have not tested
...
these, they may not even compile. I am importing them on behalf
of the submitters.
Submitted by: amancio, smp
1997-03-10 06:38:26 +00:00
ache
e9a946ef3e
Don't waste time scanning tun_in+10 descriptors, scan exactly what
...
we need now.
Don't assume that file descriptor can't be 0 (many places)
Protect FD_* macros from being used with negative descriptors
Shorten MS EXT show help to fit 80 cols
1997-03-10 06:21:02 +00:00