peter
e9a4f674d9
This commit was generated by cvs2svn to compensate for changes in r14125,
...
which included commits to RCS files with non-trunk default branches.
1996-02-17 15:14:59 +00:00
peter
e6ac6d91b7
Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'s
...
rpc.statd.
This is apparently fully functional and complete.
1996-02-17 15:14:59 +00:00
peter
2557c78f7c
This commit was generated by cvs2svn to compensate for changes in r14123,
...
which included commits to RCS files with non-trunk default branches.
1996-02-17 15:11:29 +00:00
peter
2db8f15200
Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'s
...
stub lockd.
This implements just the protocol, but does not interact with the kernel.
It says "Yes!" to all requests. This is useful if you have people using
tools that do locking for no reason (eg: some PC NFS systems running some
Microsoft products) and will happily report they couldn't lock the file
and merrily proceed anyway. Running this will not change the reliability of
sharing files, it'll just keep it out of everybody's face.
1996-02-17 15:11:29 +00:00
wollman
379b9b388f
XNS sort-of-support is no more.
1996-02-13 17:30:37 +00:00
wpaul
eb167e6ecd
Add rpc.yppasswdd
1996-02-12 15:11:59 +00:00
wpaul
cddbdd03ca
This commit was generated by cvs2svn to compensate for changes in r14062,
...
which included commits to RCS files with non-trunk default branches.
1996-02-12 15:09:01 +00:00
mpp
7c16f30f5b
Add a ypset(8) man page.
...
Obtained from: NetBSD
1996-02-12 05:28:30 +00:00
mpp
0796408d4a
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
mpp
3aeb7f1d49
Correct a bunch of man page cross references and generally
...
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
markm
532cda9998
#include <kerberosIV/des.h> -> #include <des.h>
1996-02-11 09:18:18 +00:00
wosch
62448dde8e
Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>
...
bugfix: chown home directory if don't copy dotfiles
1996-02-10 17:15:47 +00:00
phk
61b9823c67
Remove netns and netiso, whatever it did here in the first place...
1996-02-10 09:33:52 +00:00
mpp
6f1e1c35e7
Another round of various man page cleanups.
1996-02-09 17:25:57 +00:00
mpp
279ebaafa0
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
jkh
bf2b0406b9
Remove pkg_manage from Makefile
1996-02-09 12:35:25 +00:00
jkh
d1aa1b0573
Nuke pkg_manage. No fault of the author, but it sort of died when we
...
went to the multi-directory package scheme since it wasn't designed with
that kind of layout in mind when first written, and the attempts to adapt
it haven't really resulted in an interface that's easy to use. I will make
a stand-alone version of the pkg installer in sysinstall at some point
and drop it into the existing pkg_install directory.
1996-02-09 12:09:19 +00:00
jkh
ab4e86359c
Fix to catch a stupid oversight on my part which allowed this thing
...
to remove the current directory under certain circumstances.
Submitted by: Richard J Kuhns <rjk@watson.grauel.com>
1996-02-09 12:05:26 +00:00
ache
eca0ed1879
LBA addition to new commands
1996-02-09 01:16:23 +00:00
ache
346633f6e2
Integrate vak fixes, mostly command parsing & cosmetic
...
Submitted by: vak@cronyx.ru
1996-02-09 00:22:17 +00:00
phk
329ca3c57c
Clean up warnings.
...
fix return/exit codes in some cases.
Add -S which will delete any old entry first.
Add "auto" in proxy case, so it finds the right interface automatically.
1996-02-08 21:05:52 +00:00
wollman
41f00ad7a0
Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the sockets
...
we create. (Nothing being called from inetd should use it anyway,
but you can never be too careful.)
Translate the man page back into -mdoc.
1996-02-07 17:15:01 +00:00
jdp
87d671feaf
Fixed pkg_create to eliminate the limits on the size of the PLIST.
...
Formerly, there were limits on both the number of files (hard-coded into
the program) and the number of characters (because of the ARG_MAX limit
in exec(2)). In this new version, the filenames are passed to tar through
a pipe, using tar's "-T" option, rather than on the command line.
1996-02-06 22:49:11 +00:00
wollman
61d8d8e40b
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
...
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
1996-02-06 20:36:15 +00:00
pst
f0d10418a5
Oops, accidently committed makefile change, back it out
1996-02-06 19:04:41 +00:00
pst
6935bcb93e
make setproctitle display smaller
1996-02-06 19:03:58 +00:00
pst
2dfb242145
Setproctitle some useful information
1996-02-06 18:48:03 +00:00
phk
20dc7e151c
Add support for local modifications to the tree, by using FOO.ctm instead
...
of FOO if present. Various other tweaks.
Submitted by: Christian Haury <Christian.Haury@sagem.fr>
1996-02-05 16:06:55 +00:00
joerg
3a86983b1a
Typo.
...
Submitted by: somebody in Usenet whose name i forgot
1996-02-05 15:35:41 +00:00
ache
15f25db6c3
Remove cdplay, cdcontrol is superset of it
1996-02-05 00:05:04 +00:00
pst
d918cfdd48
Add qcamcontrol
1996-02-04 10:11:35 +00:00
pst
b7fe7384ce
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
cd85caa537
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
7bf1219d00
Print out media catalog number, if exists
1996-02-03 15:21:30 +00:00
ache
b2a974e602
Request/print out media catalog validation info in status command
1996-02-03 15:07:32 +00:00
ache
a768aedccd
Implement several new commands
1996-02-03 14:13:36 +00:00
joerg
ab6036fedf
Mention the currently supported vendor/model strings.
1996-02-02 23:01:17 +00:00
ache
d54012cef4
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
8b50fd992a
Implement 'inject' command
1996-02-02 22:03:37 +00:00
ache
62a0fe7554
Back out my control->addr_type change, need to be fixed in another place
1996-02-02 20:46:46 +00:00
jkh
64d13f8d9c
Understand about the doc distribution.
1996-02-02 06:44:02 +00:00
hsu
dc7dcae547
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
80aa0b1b79
man page link swapfile.8 -> vnconfig.8
1996-02-02 06:14:09 +00:00
mpp
6e83fbce86
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
4861dbe70d
Fix user input parser, play command even not work in old variant
1996-02-01 19:09:50 +00:00
ache
3886ec630b
Wrong field was used to determine audio/data disks
1996-02-01 17:17:28 +00:00
fenner
5f45605dbe
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
f59c5786b4
Correct a minor but important error in the rtprio example.
1996-02-01 14:14:22 +00:00
gibbs
2c21792fe1
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