Brian Somers
cb46a0a945
MFMP: LogWARN rather than LogERROR when we can't create
...
our diagnostic socket.
1998-02-18 20:40:32 +00:00
Eivind Eklund
422ff3d10c
... since config no long have a -n option in -current either, do the
...
obvious thing. (-n gone).
1998-02-18 20:01:41 +00:00
Brian Somers
d0bb2cddc7
Don't leak memory when the peer sends PROTO_COMPD packets
...
without negotiating compression first.
1998-02-18 19:38:43 +00:00
Jordan K. Hubbard
ce6de1ca56
Note VFAT/FAT32 support in msdosfs now.
1998-02-18 19:10:25 +00:00
Steve Price
1cd25b46da
Need to #include <unistd.h> for nice(3).
...
PR: 5782
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1998-02-18 18:34:17 +00:00
Steve Price
a81b76b3e8
Missing newline when euid != ruid.
...
PR: 5778
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1998-02-18 17:35:16 +00:00
Mike Smith
34ec3b3cc9
Don't reference (nonesxistent) qcam module.
1998-02-18 14:30:07 +00:00
Mike Smith
a2ea470e7b
Remove qcam entries
...
Submitted by: pst
1998-02-18 13:54:45 +00:00
Mike Smith
12dfdf2565
Remove qcam LKM.
...
Submitted by: pst
1998-02-18 13:52:02 +00:00
Mike Smith
d4e0b81b35
Remove qcam manpages
...
Submitted by: pst
1998-02-18 13:50:19 +00:00
Mike Smith
e63dcf46f3
Disconnect (nonexistent) qcamcontrol
...
Submitted by: pst
1998-02-18 13:48:37 +00:00
Mike Smith
9cacb2b573
Remove qcam support programs.
...
Submitted by: pst
1998-02-18 13:46:23 +00:00
Mike Smith
1f98b2eb0f
Remove the 'qcam' driver. Development has ceased, and the driver is
...
nonfunctional.
Submitted by: pst (conversation some time ago)
1998-02-18 13:43:59 +00:00
KATO Takenori
2df8bcb8a9
Sync with sys/i386/conf/majors.i386 revision 1.29.
1998-02-18 12:34:32 +00:00
KATO Takenori
dc4179fd63
Sync with sys/i386/conf/files.i386 revision 1.190.
1998-02-18 12:34:01 +00:00
KATO Takenori
51d2573b9f
Sync with sys/i386/conf/devices.i386 revision 1.13.
1998-02-18 12:33:34 +00:00
David E. O'Brien
f97d7807ad
MFS.
1998-02-18 10:53:16 +00:00
Mike Smith
568a9c42a1
Put the SC_Q_NO_TAGS value in the correct field for the Iomega Jaz quirk
...
entry, and move it down with the other NO_TAGS device.
Submitted by: bde
1998-02-18 09:40:54 +00:00
Jordan K. Hubbard
a92aaa1aa0
Support for FAT32 partitions.
...
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from: NetBSD
1998-02-18 09:30:31 +00:00
Jordan K. Hubbard
952a6212d9
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
...
FAT32 partitions. Unfortunately, we looked around here at
Walnut Creek CDROM for any newer FAT32-supporting versions
of Win95 and we were unsuccessful; only the older stuff here.
So this is untested beyond simply making sure it compiles and
someone with access to an actual FAT32 fs will have
to let us know how well it actually works.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from: NetBSD
1998-02-18 09:28:47 +00:00
Jordan K. Hubbard
24b687b8de
MF22: add login_auth.3 to man page list.
1998-02-18 05:29:07 +00:00
Eivind Eklund
b272cc1e22
Make '-n' the default, and introduce a new flag '-r' to get old
...
behaviour. Also indicate which option(s) are unknown if there are any
old-style options.
1998-02-18 04:15:04 +00:00
Bill Paul
9ac2a83a11
Doh! Replace backslash that got eaten by gremlins in the last commit.
1998-02-18 04:11:49 +00:00
Marc G. Fournier
a7b4a3794c
soundcard.h wasn't upgraded when i386/isa/snd was
1998-02-18 02:27:00 +00:00
Julian Elischer
39a9295edc
Submitted by: Jeremy Allison (jallison@whistle.com)
...
fix a slight confusion about which draft of threads we are supporting.
this allows something as big and ugly as samba to be compiled with libc_r
and still work! our user-level pthreads seems amazingly robust!
1998-02-18 01:20:33 +00:00
Jordan K. Hubbard
934fb1c520
correct a typo I just noticed.
1998-02-17 19:41:53 +00:00
Nate Williams
fc4c155508
- Removed unused files.
1998-02-17 19:18:10 +00:00
Nate Williams
0e6400c7f0
- Updated to Luigi's 2-15-98 code. The code in 2.2 is the same except for
...
select/poll and DEVFS changes, which are limited to an include/define
in sound.h and the actual select/poll implementation in sound.c
[ This commit is blind, but the code is similar enough that there will
hopefully be no problems. ]
1998-02-17 19:17:08 +00:00
Nate Williams
17c85b4825
- Remove files at shouldn't be in the tree.
1998-02-17 18:59:15 +00:00
Jordan K. Hubbard
a414d6056c
Mention when bidirectional features first appeared.
1998-02-17 16:36:48 +00:00
Jordan K. Hubbard
861e99c812
Support for >32 ports.
...
PR: 5765
Submitted by: Steve Gericke <steveg@comtrol.com>
1998-02-17 15:36:46 +00:00
Jordan K. Hubbard
1a4a509dbb
New rocketport device entries, merged again (gack).
1998-02-17 15:28:29 +00:00
Marc G. Fournier
45f4be3300
Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th
...
version as soon as I've tested it...
Installed/tested on my home machine...any problems, please report directly
to me.
1998-02-17 14:17:13 +00:00
Marc G. Fournier
eebeedcca7
Upgrade Luigi's audio driver to Jan/23 version... will bring in Feb/15th
...
version as soon as I've tested it...
Installed/tested on my home machine...any problems, please report directly
to me.
1998-02-17 14:03:10 +00:00
Søren Schmidt
d22a3e8547
Correct the use of major 1 its now the wfd device
...
Also add wst device
1998-02-17 11:33:31 +00:00
Søren Schmidt
ea38cb7ffc
Add 'wst" atapi tape devicefile.
1998-02-17 11:32:33 +00:00
Jordan K. Hubbard
ce84f3a9d6
Add entry for Greg Lehey's "vinum" fs - don't know what to call it in
...
here so I just called it a RAID fs.
1998-02-17 10:52:56 +00:00
Jordan K. Hubbard
be10e2b4b7
Reserve ID for Greg Lehey's Veritas look-alike.
1998-02-17 10:50:20 +00:00
Søren Schmidt
bee7612b0b
Reserve major # for the atapi tape device
1998-02-17 10:44:23 +00:00
KATO Takenori
1f29e4bd67
Sync with sys/i386/conf/GENERIC revision 1.107.
1998-02-17 08:29:49 +00:00
KATO Takenori
9dca5248c5
Enable NEC 86 sound card when PC98 is defined.
...
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
1998-02-17 03:15:30 +00:00
Justin M. Seger
e5dc597fd2
Use tabs instead of spaces in saver line.
1998-02-17 03:05:32 +00:00
Eivind Eklund
d94f38ace2
Add HW_WDOG to LINT, and turn it into a new-style option.
1998-02-16 23:57:49 +00:00
Mike Smith
42be88e88d
Remove DISABLE_PSE option which was masking (but not fixing) the problem.
...
A correct fix for execution off MFS filesystems has been committed.
1998-02-16 23:57:03 +00:00
Mike Smith
b35809ad68
Fix a panic resulting from executing off an MFS image. This corrects the
...
recently observed problem with the install image.
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no>
1998-02-16 23:55:53 +00:00
Eivind Eklund
64714b23cd
Delete apparently unused DEVFS control device creation code - code
...
didn't even compile. A (now seemingly correct) devfs node is still
created.
1998-02-16 23:51:00 +00:00
Guido van Rooij
6d39437f71
Document new variables forward_sourceroute and accept_sourceroute. While
...
we're at it: also document the already existing arpproxy.
1998-02-16 19:25:41 +00:00
Guido van Rooij
4fce58048d
Add new sysctl variable: net.inet.ip.accept_sourceroute
...
It controls if the system is to accept source routed packets.
It used to be such that, no matter if the setting of net.inet.ip.sourceroute,
source routed packets destined at us would be accepted. Now it is
controllable with eth default set to NOT accept those.
1998-02-16 19:23:58 +00:00
Guido van Rooij
75e7ccb83d
Add 2 new rc.conf variables:
...
forward_sourceroute : controls setting of existing net.inet.ip.sourceroute
accept_sourceroute : control setting of new net.inet.ip.accept_sourceroute
1998-02-16 19:21:32 +00:00
Guido van Rooij
cf5643238e
Apparently, if fprintf() fails, it can return any negative value
...
Pointed out by: Bruce
1998-02-16 19:08:18 +00:00