]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
28 years agoDon't look in libkern, it went away.
bde [Fri, 29 Dec 1995 01:51:23 +0000 (01:51 +0000)]
Don't look in libkern, it went away.

28 years agoA couple more updates to the man page..
peter [Fri, 29 Dec 1995 01:39:06 +0000 (01:39 +0000)]
A couple more updates to the man page..
1: the eisa code has not been updated to the 'new style' code yet
2: recieve buffer flushing is now implemented.

28 years agoCorrect date in the history document.
jkh [Fri, 29 Dec 1995 01:27:38 +0000 (01:27 +0000)]
Correct date in the history document.
Noticed by: davidg

28 years agoRemove some bogus externs.
dg [Fri, 29 Dec 1995 01:12:02 +0000 (01:12 +0000)]
Remove some bogus externs.

28 years agoAdd the attempted DMA address to the 'DMA beyond end of ISA' message so that
peter [Fri, 29 Dec 1995 00:30:06 +0000 (00:30 +0000)]
Add the attempted DMA address to the 'DMA beyond end of ISA' message so that
we can see if it's a small distance beyond the end, or way out. This may
give some clues as to whether it is being caused by something coalescing
the transfers in spite of the bounce buffers, or simply because of buffer
corruption.  (The BT driver seems to occasionally get hit by from this too,
except that it does not trap the transfer, and the system panics later
with vm_bounce_page_free.)  This "event" usually happens to me during a
savecore (on the rare occasion that a kernel coredump is actually taken
after a crash - the lack of kernel core dumps is another problem...).

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13087,
peter [Fri, 29 Dec 1995 00:21:26 +0000 (00:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13087,
which included commits to RCS files with non-trunk default branches.

28 years agoImport some ChangeLogs for the parts of cvs-1.6.3 that I missed
peter [Fri, 29 Dec 1995 00:21:26 +0000 (00:21 +0000)]
Import some ChangeLogs for the parts of cvs-1.6.3 that I missed
last time.  I should have pulled these in last time as it allows easier
comparison of "where we are at" relative to the current version from
cyclic.com.  Since this is in a 4.4BSD style tree layout, the changelogs
dont exactly match the file layout, but it's close enough.

28 years agoMade bzero a function vector and added a 586/686 optimized version of
dg [Thu, 28 Dec 1995 23:34:30 +0000 (23:34 +0000)]
Made bzero a function vector and added a 586/686 optimized version of
bzero.
Deprecated blkclr (removed it).
Removed some old cruft from cpufunc.h.

The optimized bzero was submitted by Torbjorn Granlund <tege@matematik.su.se>
The kernel adaption and other changes by me.

28 years agoMade bzero a function vector and added a 586/686 optimized version of
dg [Thu, 28 Dec 1995 23:14:40 +0000 (23:14 +0000)]
Made bzero a function vector and added a 586/686 optimized version of
bzero.
Deprecated blkclr (removed it).
Removed some old cruft from cpufunc.h.

The optimized bzero was submitted by Torbjorn Granlund <tege@matematik.su.se>
The kernel adaption and other changes by me.

28 years agoDon't print swap server as root server.
phk [Thu, 28 Dec 1995 21:56:49 +0000 (21:56 +0000)]
Don't print swap server as root server.
Submitted by: Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund)

28 years agosome lines were repeated, spuriously
adam [Thu, 28 Dec 1995 21:47:58 +0000 (21:47 +0000)]
some lines were repeated, spuriously

28 years agoCorrect what seem to me to be some mistakes in the references and
gpalmer [Thu, 28 Dec 1995 21:06:07 +0000 (21:06 +0000)]
Correct what seem to me to be some mistakes in the references and
standards sections. Also add a missing `,' to each file.

28 years agoFix one more label that I overlooked with the P6 support. Sigh.
dg [Thu, 28 Dec 1995 21:01:54 +0000 (21:01 +0000)]
Fix one more label that I overlooked with the P6 support. Sigh.

28 years ago1) Add #include <machine/cpu.h> to catch some 586 #defines
markm [Thu, 28 Dec 1995 17:09:14 +0000 (17:09 +0000)]
1) Add #include <machine/cpu.h> to catch some 586 #defines
2) swap the 2 arguments to outb (kato)
Pointed out by: Kato Takenori <kato@eclogite.eps.nagoya-u.ac.jp>

28 years agoUse more complicated printable test to remove unnecessary 8bit chars
ache [Thu, 28 Dec 1995 16:31:23 +0000 (16:31 +0000)]
Use more complicated printable test to remove unnecessary 8bit chars

28 years agoRemove reference to _PATH_UNIX and make -N option functional.
se [Thu, 28 Dec 1995 14:40:59 +0000 (14:40 +0000)]
Remove reference to _PATH_UNIX and make -N option functional.

28 years agoAdd the ``CD-ROM Audio Control Parameter Page''.
joerg [Thu, 28 Dec 1995 14:24:08 +0000 (14:24 +0000)]
Add the ``CD-ROM Audio Control Parameter Page''.

28 years agoLocalize it
ache [Thu, 28 Dec 1995 13:43:40 +0000 (13:43 +0000)]
Localize it

28 years agoPreserve SIGP bit when clearing INTF condition.
se [Thu, 28 Dec 1995 13:04:03 +0000 (13:04 +0000)]
Preserve SIGP bit when clearing INTF condition.

Submitted by: Gerard Roudier <groudier@htlm.fr>

28 years agoAdd more disc_optim calls to track line disc changes
ache [Thu, 28 Dec 1995 11:58:35 +0000 (11:58 +0000)]
Add more disc_optim calls to track line disc changes

28 years agoTruncate the fgets() return properly.
jkh [Thu, 28 Dec 1995 04:51:40 +0000 (04:51 +0000)]
Truncate the fgets() return properly.

28 years agoGack - if you're going to call semexit() from elsewhere, it shouldn't
jkh [Thu, 28 Dec 1995 01:31:38 +0000 (01:31 +0000)]
Gack - if you're going to call semexit() from elsewhere, it shouldn't
be static.. :-)

28 years agoGo to new scheme for local_startup variable. Now one can specify multiple
jkh [Thu, 28 Dec 1995 01:24:04 +0000 (01:24 +0000)]
Go to new scheme for local_startup variable.  Now one can specify multiple
directories to check in looking for port startup scripts.  The specific gunge
for apache httpd, gated and pcnfsd in /etc/sysconfig and /etc/netstart is
gone now.  Note that pcnfsd's troubles aren't necessarily over (and probably
why NetBSD brought it into their sources) - anyone adding pcnfsd will STILL
have to tweak /etc/sysconfig in order to set the new variable
`weak_mountd_authentication' to YES.  The flags to mountd are directly affected
by pcnfsd's requirements for non-root mounts, unfortunately! :-(
Submitted by: paul & jkh

28 years agoAdded $Id$.
asami [Thu, 28 Dec 1995 00:22:45 +0000 (00:22 +0000)]
Added $Id$.

28 years agoAdded parity flag.
asami [Thu, 28 Dec 1995 00:18:35 +0000 (00:18 +0000)]
Added parity  flag.

28 years agoKill the (hopefully) last occurance of gets(3) in the base source tree.
joerg [Wed, 27 Dec 1995 23:23:43 +0000 (23:23 +0000)]
Kill the (hopefully) last occurance of gets(3) in the base source tree.

28 years agoDon't block SIGINT in getpass(3); this doesn't make sense.
joerg [Wed, 27 Dec 1995 23:23:00 +0000 (23:23 +0000)]
Don't block SIGINT in getpass(3); this doesn't make sense.

28 years agogets -> fgets
dima [Wed, 27 Dec 1995 19:29:59 +0000 (19:29 +0000)]
gets -> fgets

Submitted by: fn@@pain.csrv.uidaho.edu

28 years agoUpdate bcopyb & bcopy to reflect changes I made in the libc version of
dg [Wed, 27 Dec 1995 18:54:51 +0000 (18:54 +0000)]
Update bcopyb & bcopy to reflect changes I made in the libc version of
bcopy:

Be smarter about handling overlapped copies and only go backwards if it
is really necessary. Going backwards on a P6 is much slower than forwards
and it's a little slower on a P5. Also moved the count mask and 'std'
down a few lines - it's a couple percent faster this way on a P5.

28 years agoBe smarter about handling overlapped copies and only go backwards if it
dg [Wed, 27 Dec 1995 18:47:45 +0000 (18:47 +0000)]
Be smarter about handling overlapped copies and only go backwards if it
is really necessary. Going backwards on a P6 is much slower than forwards
and it's a little slower on a P5. Also moved the count mask and 'std'
down a few lines - it's a couple percent faster this way on a P5.

28 years agoAdd NEC CDR 210 to list of devices with broken LUN support
pst [Wed, 27 Dec 1995 17:07:12 +0000 (17:07 +0000)]
Add NEC CDR 210 to list of devices with broken LUN support

28 years agoFinished removing MACH_KERNEL stuff.
bde [Wed, 27 Dec 1995 16:16:02 +0000 (16:16 +0000)]
Finished removing MACH_KERNEL stuff.

28 years agoSpell a German fortune correctly.
joerg [Wed, 27 Dec 1995 15:30:58 +0000 (15:30 +0000)]
Spell a German fortune correctly.

28 years agoCall semexit() from exit(), in order to process `undo vectors'.
joerg [Wed, 27 Dec 1995 15:25:30 +0000 (15:25 +0000)]
Call semexit() from exit(), in order to process `undo vectors'.
This function has actually never been called.

28 years agoFix typos/lies.
markm [Wed, 27 Dec 1995 11:40:47 +0000 (11:40 +0000)]
Fix typos/lies.

28 years agorandom_machdep.c: New version, also includes revectored interrupts, rather
markm [Wed, 27 Dec 1995 11:22:05 +0000 (11:22 +0000)]
random_machdep.c: New version, also includes revectored interrupts, rather
                  than hooking permanently.
vector.s:       : Remove the interrupt hook. This is done dynamically, now.

28 years agoClean up and make more universal. Next version of random device.
markm [Wed, 27 Dec 1995 11:19:41 +0000 (11:19 +0000)]
Clean up and make more universal. Next version of random device.

28 years agoModify the ioctl to handle revectored interrupts for the entropy gatherers.
markm [Wed, 27 Dec 1995 11:18:29 +0000 (11:18 +0000)]
Modify the ioctl to handle revectored interrupts for the entropy gatherers.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13053,
asami [Wed, 27 Dec 1995 11:01:45 +0000 (11:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13053,
which included commits to RCS files with non-trunk default branches.

28 years agoccdvar.h from NetBSD-1.1.
asami [Wed, 27 Dec 1995 11:01:45 +0000 (11:01 +0000)]
ccdvar.h from NetBSD-1.1.

28 years agoMake it work for FreeBSD-2.1.
asami [Wed, 27 Dec 1995 10:57:20 +0000 (10:57 +0000)]
Make it work for FreeBSD-2.1.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13049,
asami [Wed, 27 Dec 1995 10:56:35 +0000 (10:56 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13049,
which included commits to RCS files with non-trunk default branches.

28 years agoMakefile.
asami [Wed, 27 Dec 1995 10:56:35 +0000 (10:56 +0000)]
Makefile.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13047,
asami [Wed, 27 Dec 1995 10:55:32 +0000 (10:55 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13047,
which included commits to RCS files with non-trunk default branches.

28 years agoOops, forgot pathnames.h.
asami [Wed, 27 Dec 1995 10:55:32 +0000 (10:55 +0000)]
Oops, forgot pathnames.h.

28 years agoChanges to make it work on FreeBSD-2.1.
asami [Wed, 27 Dec 1995 10:53:21 +0000 (10:53 +0000)]
Changes to make it work on FreeBSD-2.1.

28 years agoccdcontrol from NetBSD-1.1. Note it was called "ccdconfig" originally.
asami [Wed, 27 Dec 1995 10:51:05 +0000 (10:51 +0000)]
ccdcontrol from NetBSD-1.1.  Note it was called "ccdconfig" originally.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13044,
asami [Wed, 27 Dec 1995 10:51:05 +0000 (10:51 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13044,
which included commits to RCS files with non-trunk default branches.

28 years agoccd.c and ccd.4 from NetBSD-current circa 12/25/95.
asami [Wed, 27 Dec 1995 10:49:19 +0000 (10:49 +0000)]
ccd.c and ccd.4 from NetBSD-current circa 12/25/95.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13041,
asami [Wed, 27 Dec 1995 10:49:19 +0000 (10:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13041,
which included commits to RCS files with non-trunk default branches.

28 years agoccd.c and ccd.4 from NetBSD-current circa 12/25/95.
asami [Wed, 27 Dec 1995 10:49:19 +0000 (10:49 +0000)]
ccd.c and ccd.4 from NetBSD-current circa 12/25/95.

28 years agoAdd rpcgen to build-tools target.
pst [Wed, 27 Dec 1995 05:36:20 +0000 (05:36 +0000)]
Add rpcgen to build-tools target.

28 years agoBring in an initial version of setproctitle().. This is intended to
peter [Tue, 26 Dec 1995 22:50:08 +0000 (22:50 +0000)]
Bring in an initial version of setproctitle()..  This is intended to
replace the dozen other various hacks in the code that do all sorts
of crude things including spamming the envrionment strings with the new
argv string.

This version is mainly inspired by the sendmail version, with a couple of
ideas taken from the NetBSD implementation as well.

28 years agorevert usr/bin change.. /var/log/renamelog is the kicker...
peter [Tue, 26 Dec 1995 22:39:27 +0000 (22:39 +0000)]
revert usr/bin change.. /var/log/renamelog is the kicker...

28 years agoredirect sup executable into /usr/bin....
peter [Tue, 26 Dec 1995 22:33:03 +0000 (22:33 +0000)]
redirect sup executable into /usr/bin....

28 years agoget rid of non-applicable files...
peter [Tue, 26 Dec 1995 22:32:29 +0000 (22:32 +0000)]
get rid of non-applicable files...

28 years agoAdd an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.
peter [Tue, 26 Dec 1995 21:08:39 +0000 (21:08 +0000)]
Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS.

28 years agoI report a problem about shmget(). (I'm using FreeBSD-2.1.0R)
joerg [Tue, 26 Dec 1995 16:03:32 +0000 (16:03 +0000)]
I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)

     int shmget(key_t key, int size, int shmflg);

If the 'key' has already existed in the system and set 'shmflg'
as '(IPC_CREAT|IPC_EXC)', then shmget() must return the error 'EEXIST'.

Submitted by: m_tanaka@pa.yokogawa.co.jp (Mihoko Tanaka)

28 years agoRemoved nonexistent option AUTO_EOI_1.
bde [Tue, 26 Dec 1995 14:01:16 +0000 (14:01 +0000)]
Removed nonexistent option AUTO_EOI_1.

28 years agoRemoved almost all traces of libkern.a. The objects that were in
bde [Tue, 26 Dec 1995 13:58:31 +0000 (13:58 +0000)]
Removed almost all traces of libkern.a.  The objects that were in
libkern.a are now specified by listing their source files in
files.${MACHINE}.  The list is machine-dependent to save space.
All the necessary object for each machine must be linked into the
kernel in case an lkm wants one.

28 years agoAdded prototypes.
bde [Tue, 26 Dec 1995 13:25:13 +0000 (13:25 +0000)]
Added prototypes.

28 years agoRenamed isa/random.c to isa/random_machdep.c to avoid a conflict with
bde [Tue, 26 Dec 1995 12:50:24 +0000 (12:50 +0000)]
Renamed isa/random.c to isa/random_machdep.c to avoid a conflict with
libkern/random.c.

28 years agotypo in my last commit.
phk [Tue, 26 Dec 1995 09:43:40 +0000 (09:43 +0000)]
typo in my last commit.

28 years agoShamelessly steal Garrett Wollman's bmakefiles...
peter [Tue, 26 Dec 1995 05:15:20 +0000 (05:15 +0000)]
Shamelessly steal Garrett Wollman's bmakefiles...

28 years agoApply ports/net/sup/patches/patch-ab
peter [Tue, 26 Dec 1995 05:11:06 +0000 (05:11 +0000)]
Apply ports/net/sup/patches/patch-ab

28 years agoApply ports/net/sup/patches/patch-aa...
peter [Tue, 26 Dec 1995 05:03:11 +0000 (05:03 +0000)]
Apply ports/net/sup/patches/patch-aa...

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13022,
peter [Tue, 26 Dec 1995 04:54:48 +0000 (04:54 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13022,
which included commits to RCS files with non-trunk default branches.

28 years agoImport the unmodified version of the sup that we are using.
peter [Tue, 26 Dec 1995 04:54:48 +0000 (04:54 +0000)]
Import the unmodified version of the sup that we are using.
The heritage of this version is not clear.  It appears to be NetBSD
derived from some time ago.

28 years agoDelete the obsolete reference to st(1) in the SEE ALSO section.
ats [Tue, 26 Dec 1995 04:05:19 +0000 (04:05 +0000)]
Delete the obsolete reference to st(1) in the SEE ALSO section.
The st(1) command is long ago merged in mt(1).

28 years agoImplement a new option to ps.. `-U username'. This allows you to
peter [Tue, 26 Dec 1995 03:38:55 +0000 (03:38 +0000)]
Implement a new option to ps..  `-U username'.  This allows you to
list the processes belonging to a particular user without having to use
`-u' and grepping for the username.  Basically you can now get a short
`ps -x' like list (with more space for the command) for other users.

28 years agoA trivial enhancement to ctm_rmail to support the -v option and pass it
peter [Tue, 26 Dec 1995 02:49:53 +0000 (02:49 +0000)]
A trivial enhancement to ctm_rmail to support the -v option and pass it
through to cvs when unpacking the delta..  (I read the output.. :-)

28 years agoEnabled my FUNCTION_PROFILER_EPILOGUE code and added option
bde [Tue, 26 Dec 1995 01:34:39 +0000 (01:34 +0000)]
Enabled my FUNCTION_PROFILER_EPILOGUE code and added option
-mprofiler-epilogue to support it and documented the option.

cc.1:
Listed all the machine-dependent options, even the temporary
debugging ones.

invoke.texi:
Fixed the sense of -mno-ieee-fp.
Sorted the machine-dependent options.

28 years agoUnstaticized addupc_task(). It is supposed to be called from trap().
bde [Tue, 26 Dec 1995 01:21:39 +0000 (01:21 +0000)]
Unstaticized addupc_task().  It is supposed to be called from trap().
See the comments for addupc_intr() and the NetBSD implementation.
We use dummy versions of fuswintr() and susiwintr(), so addupc_intr()
always pushes the work to trap() (this is inefficient), and trap()
calls the special i386 function addupc() instead of addupc_task().
addupc() is more efficient than addupc_intr(), so some of the lost
efficiency is recovered.  However, addupc() may be broken on plain
i386's since it doesn't check for write permission like copyout().

28 years agoFinished staticizing of timevalfix().
bde [Tue, 26 Dec 1995 01:07:42 +0000 (01:07 +0000)]
Finished staticizing of timevalfix().

28 years agoRemove all trailing white space on the lines.
phk [Mon, 25 Dec 1995 19:35:23 +0000 (19:35 +0000)]
Remove all trailing white space on the lines.
Suggested by: Phil Taylor <phil@zipmail.co.uk>

28 years agoFix a lable goofup I made in the previous P6 support changes.
dg [Mon, 25 Dec 1995 14:40:49 +0000 (14:40 +0000)]
Fix a lable goofup I made in the previous P6 support changes.

28 years agoFixed staticizing. Some functions aren't static but depend on
bde [Mon, 25 Dec 1995 07:38:47 +0000 (07:38 +0000)]
Fixed staticizing.  Some functions aren't static but depend on
the undocumented previously unLINTed option `APM_SLOWSTART'.

28 years agoRemoved redundant (incompletely staticized) declararations.
bde [Mon, 25 Dec 1995 07:24:13 +0000 (07:24 +0000)]
Removed redundant (incompletely staticized) declararations.

28 years agoUpdated lkm examples to work with prototype-related changes to the
bde [Mon, 25 Dec 1995 07:19:32 +0000 (07:19 +0000)]
Updated lkm examples to work with prototype-related changes to the
MOD_MISC() and DISPATCH() macros.

Renamed new_syscall module as new_syscall_mod.  It seems to be standard
to have module names ending with _mod, and this may be forced when
MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC().

Cleaned up lkm examples a little.

28 years agoBah humbug!
peter [Mon, 25 Dec 1995 03:26:26 +0000 (03:26 +0000)]
Bah humbug!

Two uninitialised variables were causing a phkmalloc warning (another notch
in phkmalloc's belt) and caused the full rcstemplate to not be constructed
for commits on freefall.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r13007,
wpaul [Mon, 25 Dec 1995 03:07:13 +0000 (03:07 +0000)]
This commit was generated by cvs2svn to compensate for changes in r13007,
which included commits to RCS files with non-trunk default branches.

28 years agoImport the new ypxfr, written by yours truly. Functionally equivalent
wpaul [Mon, 25 Dec 1995 03:07:13 +0000 (03:07 +0000)]
Import the new ypxfr, written by yours truly. Functionally equivalent
to the old one, except that it supports an additional option (-p path)
that lets you specify the top level path wiere your NIS maps live.
(ypserv allows you to specify a path like this, so it makes sense that
ypxfr should too. ypserv will automagically pass the -p flag to ypxfr
if you use a path other than /var/yp when you start it.)

This program uses client stub code generated by rpcgen as well as
the yp_dblookup.c module from ypserv.

28 years agoToss ypxfr into the attic. The new one should be appearing shortly.
wpaul [Mon, 25 Dec 1995 02:57:48 +0000 (02:57 +0000)]
Toss ypxfr into the attic. The new one should be appearing shortly.

28 years agoTurn of ypxfr. It's about to be nuked.
wpaul [Mon, 25 Dec 1995 02:56:12 +0000 (02:56 +0000)]
Turn of ypxfr. It's about to be nuked.

28 years agoFix typo in CPUCLASS.
dg [Mon, 25 Dec 1995 01:02:32 +0000 (01:02 +0000)]
Fix typo in CPUCLASS.

28 years agoFix typo in bind argument
ache [Sun, 24 Dec 1995 12:02:34 +0000 (12:02 +0000)]
Fix typo in bind argument
Submitted by: gibbs

28 years agoAdded device fxp0 (device driver for Intel EtherExpress Pro/100).
dg [Sun, 24 Dec 1995 08:13:23 +0000 (08:13 +0000)]
Added device fxp0 (device driver for Intel EtherExpress Pro/100).

28 years agoAdded I686_CPU.
dg [Sun, 24 Dec 1995 08:11:46 +0000 (08:11 +0000)]
Added I686_CPU.

28 years agoAdd Pentium Pro CPU detection and special handling. For now, all the
dg [Sun, 24 Dec 1995 08:10:52 +0000 (08:10 +0000)]
Add Pentium Pro CPU detection and special handling. For now, all the
optimizations we have for 586s also apply to 686s...this will be fine-
tuned in the future as appropriate.

28 years agoFix the convert to 'death-support' script to work with un-modified
nate [Sun, 24 Dec 1995 00:23:28 +0000 (00:23 +0000)]
Fix the convert to 'death-support' script to work with un-modified
RCS sources.

28 years agoShut compiler warning
ache [Sat, 23 Dec 1995 22:02:13 +0000 (22:02 +0000)]
Shut compiler warning

28 years agoA few small tweaks related to ypxfr:
wpaul [Sat, 23 Dec 1995 21:35:35 +0000 (21:35 +0000)]
A few small tweaks related to ypxfr:

- Add a ypxfr_callback() function that we can use to signal failure to
  yppush(8) in the event that we can't fork()/exec() ypxfr(8). yppush
  only checks the return status from YPPROC_XFR enough to determine
  that the RPC succeded: it relies on its callback service to figure
  out whether or not the transfer actually worked.

- Give yp_dblookup.c its own debug variable (ypdb_debug) so that DB
  access debugging messages can be turned on or off independent of the
  program's global debug messages.

- Have the Makefile rpcgen the ypushresp_xfr_1() client stub for us and
  nuke the unneeded rule for yp_xdr.c that I left in by mistake (the XDR
  filters live in libc now).

28 years agoChange .8s port name restriction to .15s, modern tcp port
ache [Sat, 23 Dec 1995 18:19:01 +0000 (18:19 +0000)]
Change .8s port name restriction to .15s, modern tcp port
have longer names, check /etc/services.
kerberos_master triggers this bug: it is undistiguishable from
simple kerberos for .8s

28 years agoAdd /tftpboot as an argument to the commented-out example for tftp, so
joerg [Sat, 23 Dec 1995 17:12:49 +0000 (17:12 +0000)]
Add /tftpboot as an argument to the commented-out example for tftp, so
people don't compromise their system by blindly un-commenting the
entry.

28 years agoRemove games from the SUBDIR list. Gnu Chess is in ports now.
markm [Sat, 23 Dec 1995 17:03:07 +0000 (17:03 +0000)]
Remove games from the SUBDIR list. Gnu Chess is in ports now.
OK'ed by: jkh, phk, asami (and others)

28 years agoMade "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documented
dg [Sat, 23 Dec 1995 16:53:57 +0000 (16:53 +0000)]
Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documented
feature of the ICU. auto-EOI on the slave is not safe, however, so it
remains an option. Killed religious FASTER_NOP when writing the ICU.

Reviewed by: bde

28 years agoUse FASTER_NOP rather than NOP in rtcin() - only one inb delay was ever
dg [Sat, 23 Dec 1995 16:46:31 +0000 (16:46 +0000)]
Use FASTER_NOP rather than NOP in rtcin() - only one inb delay was ever
needed.
Reviewed by: bde

28 years agoAdd another test to round out the radiolist dialog suite.
jkh [Sat, 23 Dec 1995 14:53:07 +0000 (14:53 +0000)]
Add another test to round out the radiolist dialog suite.
Add more comments and attempt to make everything just that much
more understandable.

28 years agoPut the superfluous "DUMP:" back in the statistics line, to make
joerg [Sat, 23 Dec 1995 11:53:56 +0000 (11:53 +0000)]
Put the superfluous "DUMP:" back in the statistics line, to make
Amanda happy.

28 years agoAdd a reference to dialog(3) now that the man pages exist.
jkh [Sat, 23 Dec 1995 01:11:54 +0000 (01:11 +0000)]
Add a reference to dialog(3) now that the man pages exist.