Commit Graph

27331 Commits

Author SHA1 Message Date
jkh
7a0499eae5 91 vinum RAID fs
Requested by:	grog
1998-02-19 01:33:29 +00:00
eivind
896db5cdb4 Don't create a ${PROG} target if it already exists. 1998-02-19 01:30:23 +00:00
eivind
ab0c84a191 Style police service brought to you by: bde 1998-02-19 00:51:49 +00:00
eivind
d2daf125ee Re-introduce '-n' - now a no-op for backwards compatibility only.
Requested by:	David Quattlebaum <sasdrq@unx.sas.com>
1998-02-19 00:45:33 +00:00
nate
9abc0e86f8 MF22:
- After the install has been done, but before makedb is run, run
  'ldconfig -R' to pick up new shlib dependencies.

Suggested by:   Amancio and a whole lot of other folks
1998-02-19 00:24:43 +00:00
dima
bc6fcbb867 Add 'f' flag to the optstring. 1998-02-18 22:49:58 +00:00
dima
7dfa939b99 cosmetic change for optstring 1998-02-18 22:45:22 +00:00
brian
c30c1e89da MFMP: LogWARN rather than LogERROR when we can't create
our diagnostic socket.
1998-02-18 20:40:32 +00:00
eivind
1960e2add5 ... 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
4d644306f0 Don't leak memory when the peer sends PROTO_COMPD packets
without negotiating compression first.
1998-02-18 19:38:43 +00:00
jkh
f7fa94dfb2 Note VFAT/FAT32 support in msdosfs now. 1998-02-18 19:10:25 +00:00
steve
c8d39d3d21 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
1e009eea0e 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
msmith
115161cc63 Don't reference (nonesxistent) qcam module. 1998-02-18 14:30:07 +00:00
msmith
82c844863f Remove qcam entries
Submitted by:	pst
1998-02-18 13:54:45 +00:00
msmith
7b0042e674 Remove qcam LKM.
Submitted by:	pst
1998-02-18 13:52:02 +00:00
msmith
2013639267 Remove qcam manpages
Submitted by:	pst
1998-02-18 13:50:19 +00:00
msmith
2a88b53c7d Disconnect (nonexistent) qcamcontrol
Submitted by:	pst
1998-02-18 13:48:37 +00:00
msmith
892f7dbda1 Remove qcam support programs.
Submitted by:	pst
1998-02-18 13:46:23 +00:00
msmith
63ba0269a8 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
6d2de5b15e Sync with sys/i386/conf/majors.i386 revision 1.29. 1998-02-18 12:34:32 +00:00
kato
21ccba9ccc Sync with sys/i386/conf/files.i386 revision 1.190. 1998-02-18 12:34:01 +00:00
kato
2702289bfe Sync with sys/i386/conf/devices.i386 revision 1.13. 1998-02-18 12:33:34 +00:00
obrien
55c0d527fe MFS. 1998-02-18 10:53:16 +00:00
msmith
cd0d6c381a 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
jkh
fefaf13d74 Support for FAT32 partitions.
Submitted by:	Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Obtained from:	NetBSD
1998-02-18 09:30:31 +00:00
jkh
90f90fc347 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
jkh
4430df5b84 MF22: add login_auth.3 to man page list. 1998-02-18 05:29:07 +00:00
eivind
6c500cca36 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
wpaul
fb3f84b8bf Doh! Replace backslash that got eaten by gremlins in the last commit. 1998-02-18 04:11:49 +00:00
scrappy
09ed137b68 soundcard.h wasn't upgraded when i386/isa/snd was 1998-02-18 02:27:00 +00:00
julian
6d639f103c 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
jkh
62e49a374e correct a typo I just noticed. 1998-02-17 19:41:53 +00:00
nate
2693fa7a25 - Removed unused files. 1998-02-17 19:18:10 +00:00
nate
77f7d10585 - 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
d355ca7a62 - Remove files at shouldn't be in the tree. 1998-02-17 18:59:15 +00:00
jkh
fbff114b3b Mention when bidirectional features first appeared. 1998-02-17 16:36:48 +00:00
jkh
66f83839de Support for >32 ports.
PR:		5765
Submitted by:	Steve Gericke <steveg@comtrol.com>
1998-02-17 15:36:46 +00:00
jkh
6d61d7e663 New rocketport device entries, merged again (gack). 1998-02-17 15:28:29 +00:00
scrappy
b171ac7ee4 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
scrappy
6777765e43 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
sos
aed2bd5c5c Correct the use of major 1 its now the wfd device
Also add wst device
1998-02-17 11:33:31 +00:00
sos
582eeb155f Add 'wst" atapi tape devicefile. 1998-02-17 11:32:33 +00:00
jkh
8f2ac4b303 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
jkh
a2f3e8308c Reserve ID for Greg Lehey's Veritas look-alike. 1998-02-17 10:50:20 +00:00
sos
bb63742eb8 Reserve major # for the atapi tape device 1998-02-17 10:44:23 +00:00
kato
42dfb562ab Sync with sys/i386/conf/GENERIC revision 1.107. 1998-02-17 08:29:49 +00:00
kato
d8e9082d68 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
jseger
92d446ce33 Use tabs instead of spaces in saver line. 1998-02-17 03:05:32 +00:00
eivind
a5daa0b2f8 Add HW_WDOG to LINT, and turn it into a new-style option. 1998-02-16 23:57:49 +00:00