Steve Price
ad64a9aade
Don't propogate *_DEBUG options. Use DEBUG and recompile
...
only those parts of the kernel that you are interested in.
Prodded by: Bruce Evans <bde@zeta.org.au>
1998-02-20 04:19:39 +00:00
John Birrell
6216c30a1c
Add #include <string.h> to get prototypes for functions that gcc
...
has builtin (and wants to know that the prototypes match).
1998-02-20 04:13:29 +00:00
Bill Paul
98df2816d1
Arghhh.... another missing backslash. Yes, I feel stupid.
1998-02-20 04:00:48 +00:00
Amancio Hasty
fd4bd521b8
Reserve Major device 92 for the bktr (Bt848 video capture driver)
1998-02-20 03:59:53 +00:00
Amancio Hasty
1735805c3a
Move Luigi's I2CWR ioctl from the video_ioctl section to the
...
tuner_ioctl section. Changed Major device from 79 to 92 and reserved
our Major device number -- hasty@star-gate.com
1998-02-20 03:55:17 +00:00
Steve Price
8f50e70513
Cleanup the lpt for probe code.
...
PR: 5773
Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
1998-02-20 02:44:48 +00:00
Steve Price
34d1c7b48c
Add an LPT_DEBUG option.
...
PR: 5773
Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
1998-02-20 02:44:18 +00:00
Steve Price
6b04f41b59
Be sure to set the value of Tbl.str_numstr before any call to
...
do_order or randomize so that they actually work.
PR: 5791
1998-02-20 00:47:49 +00:00
Bill Fenner
92f57d003c
Revert sosend() to its behavior from 4.3-Tahoe and before: if
...
so_error is set, clear it before returning it. The behavior
introduced in 4.3-Reno (to not clear so_error) causes potentially
transient errors (e.g. ECONNREFUSED if the other end hasn't opened
its socket yet) to be permanent on connected datagram sockets that
are only used for writing.
(soreceive() clears so_error before returning it, as does
getsockopt(...,SO_ERROR,...).)
Submitted by: Van Jacobson <van@ee.lbl.gov>, via a comment in the vat sources.
1998-02-19 19:38:20 +00:00
Garrett Wollman
a00fe97d5a
Make it more convenient to query NICs other than InterNIC. Explain in the
...
man page what each database contains.
1998-02-19 19:07:50 +00:00
Eivind Eklund
f5c7505126
Limit check for target to smaller section of makefile.
1998-02-19 14:53:29 +00:00
Mike Smith
eed5086e1a
Move the 'sw' device off block major #1 , which is now occupied by 'wfd'.
1998-02-19 12:15:06 +00:00
John Birrell
d975ec253b
No binutils yet 8-(, and a few programs that need porting to alpha.
...
Make them i386 specific for now.
1998-02-19 09:34:59 +00:00
KATO Takenori
3fa6dbe912
Sync with sys/i386/conf/majors.1.31.
1998-02-19 08:43:25 +00:00
KATO Takenori
5783aeff4d
Sync with sys/i386/conf/files.i386 revision 1.191.
1998-02-19 08:42:57 +00:00
Guido van Rooij
5160056952
Reenable building of /etc/passwd.
...
Pointed out by: "Julie M. Juracich" <julie@xaqti.com>
1998-02-19 08:12:11 +00:00
Philippe Charnier
48dc1a0052
Convert to mdoc + typos.
1998-02-19 08:05:46 +00:00
John Birrell
b97da42349
Change the bootstrap makefile inclusion to be general based on the
...
MACHINE. This lets me play with porting to m68k too. 8-) That is a
good test for portability because MACHINE != MACHINE_ARCH and m68k is
big endian.
1998-02-19 07:34:46 +00:00
John Birrell
c9fc383199
Just one of these libs left to port to alpha.
1998-02-19 07:30:06 +00:00
John Birrell
012f11e8dd
With the exception of tools that should come from GNU binutils,
...
this makefile will bootstrap all libraries and tools needed to build
the system.
1998-02-19 07:25:03 +00:00
Satoshi Asami
d4060348f4
(1) Don't disable "deinstall" if IGNORE is set.
...
I don't know what the hell I was thinking in: rev. 1.268
(2) Create ${PREFIX} before calling mtree if it doesn't exist. This
may not be the best solution, but pre-install is called after
mtree so there really isn't any way to fix this from the port
Makefiles and thus has to be done here.
1998-02-19 06:49:27 +00:00
Brian Somers
45ad566f11
MFMP: Allow 8 character login names.
...
Do the login()/logwtmp()/logout() as id 0.
1998-02-19 02:10:13 +00:00
Jordan K. Hubbard
86b1080174
91 vinum RAID fs
...
Requested by: grog
1998-02-19 01:33:29 +00:00
Eivind Eklund
6fe6af9f74
Don't create a ${PROG} target if it already exists.
1998-02-19 01:30:23 +00:00
Eivind Eklund
654377748d
Style police service brought to you by: bde
1998-02-19 00:51:49 +00:00
Eivind Eklund
69fb03342f
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 Williams
165932dd78
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 Ruban
0e3b741814
Add 'f' flag to the optstring.
1998-02-18 22:49:58 +00:00
Dima Ruban
6425bb4314
cosmetic change for optstring
1998-02-18 22:45:22 +00:00
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