pst
b9d555b28f
Add qcamcontrol
1996-02-04 10:11:35 +00:00
pst
be5301a50b
This commit was generated by cvs2svn to compensate for changes in r13899,
...
which included commits to RCS files with non-trunk default branches.
1996-02-04 09:33:52 +00:00
pst
9ee94e26ab
Import very basic demo/control program for qcam driver.
...
Manual to follow real-soon-now(tm).
1996-02-04 09:33:52 +00:00
wpaul
ecc806dfcf
Makefile.yp:
...
- Improve support for multiple domains. (In preparation for new rpc.yppasswdd.)
yp_dblookup.c:
- Improve error reporting: be more selective as to what error code
we return when a (dbp->get) fails.
1996-02-04 05:39:35 +00:00
ache
df1b17cd03
Print out media catalog number, if exists
1996-02-03 15:21:30 +00:00
ache
f3825302be
Request/print out media catalog validation info in status command
1996-02-03 15:07:32 +00:00
ache
acf283412a
Implement several new commands
1996-02-03 14:13:36 +00:00
joerg
72479cd633
Mention the currently supported vendor/model strings.
1996-02-02 23:01:17 +00:00
ache
b3f99f6b81
Don't mask last track number with end word, better be shure that it is 170
1996-02-02 22:14:39 +00:00
ache
88691922e4
Implement 'inject' command
1996-02-02 22:03:37 +00:00
ache
67046bc238
Back out my control->addr_type change, need to be fixed in another place
1996-02-02 20:46:46 +00:00
jkh
e826c2ffef
Understand about the doc distribution.
1996-02-02 06:44:02 +00:00
hsu
da5b9f5c26
There is no longer a typedef clash with <rpc/auth.h>, so remove
...
conditional. Also, use the system defined fixed sized types.
This removes a 32-bit dependency on non-32-bit architectures.
1996-02-02 06:17:42 +00:00
wosch
42aaf04612
man page link swapfile.8 -> vnconfig.8
1996-02-02 06:14:09 +00:00
mpp
587481e04a
Correct some manual page cross reference errors. E.g. su is a section
...
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
1996-02-02 00:26:12 +00:00
ache
2b5c6dd79f
Fix user input parser, play command even not work in old variant
1996-02-01 19:09:50 +00:00
ache
2a7404ee6c
Wrong field was used to determine audio/data disks
1996-02-01 17:17:28 +00:00
fenner
243cee8174
Make routed use real netmasks when installing routes; for unknown
...
class B and C networks routed would use the network number as the
netmask. This can cause some real interesting behaviour.
1996-02-01 16:25:29 +00:00
joerg
b79e594ecf
Correct a minor but important error in the rtprio example.
1996-02-01 14:14:22 +00:00
gibbs
ee3f345ea9
Decend the list of ioaddrs and maddrs for eisa devices and print them out
...
for lsdev -c.
1996-01-31 18:06:52 +00:00
mpp
8da13860b7
Make mixer print out all of the current mixer settings by defualt
...
instead of making the user run a separate command for each
setting they are interested in. Closes PR#432.
1996-01-31 18:01:22 +00:00
wpaul
260cc0bfcb
Found an instance of yp_error() in yp_maplist_create() that had two %s
...
tokens but only one argument; fixed by putting in missing argument.
1996-01-31 15:21:56 +00:00
wpaul
f2de83619b
Sync with my sources at home:
...
- Don't do longjmp()s from inside a signal handler. Even though I got
things to work the way I wanted, it's bad karma.
- Remember to clear the sa_mask with sigemptyset() before masking signals
when using sigaction() to set up the SIGIO handler.
- Break out of the wait loop in yppush_exit() when the five minute
timeout expires instead of looping around for another pass. If ypxfr
on the other end fails somehow and never sends a response, we don't
want to wait around forever.
1996-01-31 15:15:47 +00:00
nate
4f7f362796
ctm(5) has been written, so remove comment about it not existing. :)
1996-01-31 02:01:56 +00:00
phk
38464a0dd7
Use libmd's MD5.
...
inline hdlc checksum calculation.
make big tables const.
1996-01-30 20:04:34 +00:00
ache
4583fc2696
Don't replace leadout entry with 255
1996-01-30 14:36:57 +00:00
mpp
029ea9012d
Fix a bunch of spelling errors in a bunch of man pages.
1996-01-30 13:52:50 +00:00
ache
88c44f460a
Use starting track 0 for READTOCENTRYS, should be converted
...
to real starting track in CD driver.
Old code assume that starting track is always 1.
1996-01-30 12:00:43 +00:00
ache
0b35d6b137
Use 0 as starting track number for READTOCENTRYS,
...
should be converted to real starting track into CD driver.
Old variant assume that starting track is always 1.
1996-01-30 11:44:33 +00:00
dfr
5697b4875c
Some patches to ppp which improve stability. I have been running a
...
ppp based on these patches for about 3 weeks with no downtime.
The original submitters comments:
Two features iijppp has over kernel ppp that I like are predictor1
compression and demand dialing. Here are a few bug fixes.
I expanded the priority queueing scheme and discovered it was broken
due to the assignment at ip.c line 300. All packets were being
queued at the same priority.
Fixing priority queueing broke predictor1 compression. Packets
were compressed before being queued and predictor1 worked as long
as the packets were popped off the queue in the same order they
were pushed onto the queue.
There were a few byte order problems in IP header tests also.
There is a recursion problem in SendLqrReport(). LcpClose() is
called when "Too many echo packets are lost" which winds up in
SendLqrReport() again. I believe the original intention was to
just stop the LQR timer with the call to StopLqr() but the side
effects hurt.
Submitted by: John Capo <jc@irbs.com>
1996-01-30 11:08:50 +00:00
joerg
4027e1bdc0
Attempt to figure out the size of the device/file we are about to
...
format. A bit tricky, but i believe this to work for 98 % of the
cases.
1996-01-30 02:35:08 +00:00
mpp
15edaba8d4
Fix a bunch of spelling errors.
1996-01-29 23:52:43 +00:00
joerg
264a0035be
Add the -u flag to the cpio's used to install the initial files, just
...
to make sure they will be overwritten even in cases where the've
bogusly got more recent timestamps.
1996-01-29 20:17:27 +00:00
peter
3ef0d926e1
Minor tweak to allow the mbone mapper to work again on hosts which are
...
themselves acting as multicast routers.
Reviewed by: Bill Fenner (quite some time ago)
1996-01-29 16:04:20 +00:00
mpp
17b63fb8eb
Don't install sendmail setgid kmem since it doesn't really
...
require kmem access. It is currently configured to call getloadavg(3),
which uses sysctl(2) to determine the load average, which is the
only reason some sendmails require kmem access.
1996-01-29 13:19:49 +00:00
jkh
0c61757e73
Whoops! Include paths.h instead of sys/cdefs.h - that results in
...
PATH_VARTMP having a somewhat saner value.
Submitted by: matthew green <mrg@eterna.com.au>
By way of: Eric Allman <eric@sendmail.org>
1996-01-29 02:58:11 +00:00
wosch
9b183c3251
A manpage. May be the file nologin.5 should located in
...
src/share/man/man5.
1996-01-28 23:49:05 +00:00
joerg
e4da49c1e2
Add wormcontrol. Nope, i didn't forget it this time. :)
1996-01-27 17:57:15 +00:00
joerg
8992efbbeb
This commit was generated by cvs2svn to compensate for changes in r13652,
...
which included commits to RCS files with non-trunk default branches.
1996-01-27 17:52:20 +00:00
joerg
a20e1af289
Add a wormcontrol(8) utility. This is needed in order to prepare
...
worm(4) for actual work.
See the EXAMPLES section in the man page.
1996-01-27 17:52:20 +00:00
wpaul
6507c84818
Change private version of verr() to __verr() and make it static to
...
avoid potential clash with library function of the same name.
1996-01-26 18:20:56 +00:00
wosch
b48086b266
add a manpage
1996-01-24 00:11:58 +00:00
wosch
c4ab139a46
add a manpage
...
check for argument 'path'
1996-01-23 23:59:36 +00:00
joerg
538bbfe42e
Add an additional warning that a "dangerously dedicated" disk cannot have
...
a boot selector in sector 0.
Closes PR # conf/963: Using the...
Submitted by: muir@idiom.com (David Muir Sharnoff)
1996-01-23 21:05:22 +00:00
mpp
414a6591d3
Fix some of the pcvt related man pages to reflect where the
...
various pcvt support files are really installed. Closes PR# 740.
1996-01-22 10:23:25 +00:00
mpp
f6fcf95783
Fix the -t option so that its output matches what the man
...
page says it prints. Also silence a few "cc -Wall" warnings.
1996-01-22 09:02:08 +00:00
peter
5410301c95
Merge in 4.9.3-P1 changes and bump version number.
...
(Patch1 only affects named and BSD/OS makefiles that we dont use)
1996-01-22 05:55:52 +00:00
peter
5628dcb9ab
This commit was generated by cvs2svn to compensate for changes in r13553,
...
which included commits to RCS files with non-trunk default branches.
1996-01-22 04:55:42 +00:00
peter
7f5f3563e9
Import named-4.9.3-patch1
...
This is a small fix, as a result of talking to Ultrix Hesiod-enabled
named's. Apparently there are some buffer overruns causing data
mangling.
1996-01-22 04:55:42 +00:00
mpp
0f9c3c7f7d
Fix a variety of minor typos and cross references in a bunch of
...
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
1996-01-20 07:29:11 +00:00