]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoAdd a missing prototype.
Poul-Henning Kamp [Wed, 24 Sep 1997 07:44:34 +0000 (07:44 +0000)]
Add a missing prototype.
Nagged about by: joerg

27 years agoRemove the 82371 IDE devices.
Poul-Henning Kamp [Wed, 24 Sep 1997 07:37:56 +0000 (07:37 +0000)]
Remove the 82371 IDE devices.
Add Intel 82439TX System Controller (MTXC)
fix a whitespace problem.

27 years agoDo not swap uids on log writting but open it first, then revoke
Andrey A. Chernov [Wed, 24 Sep 1997 07:10:47 +0000 (07:10 +0000)]
Do not swap uids on log writting but open it first, then revoke
Simplify revoke

27 years agoPut comment indicating revoke
Andrey A. Chernov [Wed, 24 Sep 1997 07:03:30 +0000 (07:03 +0000)]
Put comment indicating revoke

27 years agoSimplify revoke
Andrey A. Chernov [Wed, 24 Sep 1997 07:00:45 +0000 (07:00 +0000)]
Simplify revoke

27 years agoOops, fix my error from prev commit (revoke simplification)
Andrey A. Chernov [Wed, 24 Sep 1997 06:54:15 +0000 (06:54 +0000)]
Oops, fix my error from prev commit (revoke simplification)

27 years agoSimplify revoke
Andrey A. Chernov [Wed, 24 Sep 1997 06:49:22 +0000 (06:49 +0000)]
Simplify revoke

27 years agoUse err(3). Add usage(). Various fixes in man pages.
Philippe Charnier [Wed, 24 Sep 1997 06:48:24 +0000 (06:48 +0000)]
Use err(3). Add usage(). Various fixes in man pages.

27 years agoRevoke sgid privs early and not svap uids on saved game at all
Andrey A. Chernov [Wed, 24 Sep 1997 06:47:15 +0000 (06:47 +0000)]
Revoke sgid privs early and not svap uids on saved game at all

27 years agoStatisize usage(). Add return(0) for -wall.
Philippe Charnier [Wed, 24 Sep 1997 06:44:12 +0000 (06:44 +0000)]
Statisize usage(). Add return(0) for -wall.

27 years agoCleanup
Andrey A. Chernov [Wed, 24 Sep 1997 06:39:23 +0000 (06:39 +0000)]
Cleanup
Simplify revoke: only sgid needed to be revoked
Use srandomdev

27 years agoUse srandomdev
Andrey A. Chernov [Wed, 24 Sep 1997 06:22:40 +0000 (06:22 +0000)]
Use srandomdev

27 years agoUse srandomdev
Andrey A. Chernov [Wed, 24 Sep 1997 06:11:10 +0000 (06:11 +0000)]
Use srandomdev
Cleanup

27 years agoUse srandomdev
Andrey A. Chernov [Wed, 24 Sep 1997 05:28:05 +0000 (05:28 +0000)]
Use srandomdev

27 years agoUse srandomdev
Andrey A. Chernov [Wed, 24 Sep 1997 05:18:42 +0000 (05:18 +0000)]
Use srandomdev

27 years agoUse srandomdev()
Andrey A. Chernov [Wed, 24 Sep 1997 05:14:27 +0000 (05:14 +0000)]
Use srandomdev()

27 years agoUse srandomdev
Andrey A. Chernov [Wed, 24 Sep 1997 04:53:49 +0000 (04:53 +0000)]
Use srandomdev

27 years agoUse srandomdev
Andrey A. Chernov [Wed, 24 Sep 1997 04:48:24 +0000 (04:48 +0000)]
Use srandomdev

27 years agoIncrement RELDATE so that it is possible to distinguish between the
John Polstra [Wed, 24 Sep 1997 04:36:19 +0000 (04:36 +0000)]
Increment RELDATE so that it is possible to distinguish between the
incompatible old and new forms of mount(2).

27 years agoBeforeinstall logfile to prevent it owned by first user who run the game
Andrey A. Chernov [Wed, 24 Sep 1997 04:35:22 +0000 (04:35 +0000)]
Beforeinstall logfile to prevent it owned by first user who run the game

27 years agoBeforeinstall scorefile to prevent it owned by first user who
Andrey A. Chernov [Wed, 24 Sep 1997 04:00:29 +0000 (04:00 +0000)]
Beforeinstall scorefile to prevent it owned by first user who
run the game

27 years agoAdd the "src-kerberosIV" collection.
John Polstra [Wed, 24 Sep 1997 03:54:44 +0000 (03:54 +0000)]
Add the "src-kerberosIV" collection.

27 years agoBeforeinstall scorefile to prevent it owned by first who run the game
Andrey A. Chernov [Wed, 24 Sep 1997 03:43:30 +0000 (03:43 +0000)]
Beforeinstall scorefile to prevent it owned by first who run the game

27 years agoInstalled scenarios was unreadable with change games uid->gid, fix it
Andrey A. Chernov [Wed, 24 Sep 1997 03:28:24 +0000 (03:28 +0000)]
Installed scenarios was unreadable with change games uid->gid, fix it
Beforeinstall score file to the right place
Use srandomdev
Remove revoke, it broke scores and scenarios
Fix names in FILES manpage section

27 years agoPre-create score file to prevent it owned by first user who run
Andrey A. Chernov [Wed, 24 Sep 1997 02:56:53 +0000 (02:56 +0000)]
Pre-create score file to prevent it owned by first user who run
canfield
Fix scorefile name in manpage
Use srandomdev
Remove revoke, the game already revoked in another place
Fix bug with missing getuid()

27 years agoAdd a mode to display ICMP statistics.
Garrett Wollman [Wed, 24 Sep 1997 02:43:45 +0000 (02:43 +0000)]
Add a mode to display ICMP statistics.

Inspired by: IRIX netstat -C

27 years agoBeforeinstall scores and log file to prevent them owned by
Andrey A. Chernov [Wed, 24 Sep 1997 02:34:53 +0000 (02:34 +0000)]
Beforeinstall scores and log file to prevent them owned by
first who run snake
snake.c: cleanup, use srandomdev() now, fix created file permissions

27 years agoInstall scorefile as group games writeable
Andrey A. Chernov [Wed, 24 Sep 1997 02:16:50 +0000 (02:16 +0000)]
Install scorefile as group games writeable
Remove revoke from game, score can't work with revoke

27 years agoBeforeinstall log and score files to prevent owning of them by first
Andrey A. Chernov [Wed, 24 Sep 1997 01:27:26 +0000 (01:27 +0000)]
Beforeinstall log and score files to prevent owning of them by first
user who run game
Slightly modify game to understand pre-created score file

27 years agoInstall empty rogue.scores file to prevent it owned by
Andrey A. Chernov [Wed, 24 Sep 1997 00:17:13 +0000 (00:17 +0000)]
Install empty rogue.scores file to prevent it owned by
first user who run rogue

27 years agoDo not install 3 files writeable by all (666), change it to 664
Andrey A. Chernov [Wed, 24 Sep 1997 00:07:08 +0000 (00:07 +0000)]
Do not install 3 files writeable by all (666), change it to 664

27 years agoCompact usage string, devices list can be too long
Andrey A. Chernov [Tue, 23 Sep 1997 23:24:13 +0000 (23:24 +0000)]
Compact usage string, devices list can be too long

27 years agoFix a call to timeout that wasn't properly saving it's callout handle.
Justin T. Gibbs [Tue, 23 Sep 1997 22:14:43 +0000 (22:14 +0000)]
Fix a call to timeout that wasn't properly saving it's callout handle.

Submitted by:  durian@plutotech.com

27 years agoDon't luse uu_lock in -direct mode. It conflicts w/
Brian Somers [Tue, 23 Sep 1997 22:07:51 +0000 (22:07 +0000)]
Don't luse uu_lock in -direct mode.  It conflicts w/
hylafax & the like.
Get the CD bit right at last - now that I've got
my second modem back - loss of carrier makes ppp exit.

27 years agoThis commit was generated by cvs2svn to compensate for changes in r29747,
Andrey A. Chernov [Tue, 23 Sep 1997 21:34:42 +0000 (21:34 +0000)]
This commit was generated by cvs2svn to compensate for changes in r29747,
which included commits to RCS files with non-trunk default branches.

27 years agoOfficial patch from infozip
Andrey A. Chernov [Tue, 23 Sep 1997 21:34:42 +0000 (21:34 +0000)]
Official patch from infozip

27 years agoUndo botched commit (local changes got in)
Brian Somers [Tue, 23 Sep 1997 19:52:14 +0000 (19:52 +0000)]
Undo botched commit (local changes got in)

27 years ago- Bump up the size of the space for strings read from PCMCIA cards. Newer
Nate Williams [Tue, 23 Sep 1997 19:51:32 +0000 (19:51 +0000)]
- Bump up the size of the space for strings read from PCMCIA cards.  Newer
  cards have longer entries.

Submitted by: Lars Fredriksen <lars@fredriks-1.pr.mcs.net>

27 years agoMoved setconf() call after root configuration again. This fixes a
Bruce Evans [Tue, 23 Sep 1997 17:14:37 +0000 (17:14 +0000)]
Moved setconf() call after root configuration again.  This fixes a
null pointer panic in the "generic" version of setconf().

Removed the resulting near-duplicate printf.

27 years agoFix merge spam
Jordan K. Hubbard [Tue, 23 Sep 1997 16:28:00 +0000 (16:28 +0000)]
Fix merge spam
Spotted by: Alex Nash

27 years agoFurther tweak to 'daemon' so that the hard limit for coredumpsize
Peter Wemm [Tue, 23 Sep 1997 14:14:10 +0000 (14:14 +0000)]
Further tweak to 'daemon' so that the hard limit for coredumpsize
is not set to zero, only the soft limit.  This means that non-root
processes started from /etc/rc* can explicitly raise the coredump limit
if they wish.

27 years agoFloat overflow in statistic function for large databases
Wolfram Schneider [Tue, 23 Sep 1997 12:47:47 +0000 (12:47 +0000)]
Float overflow in statistic function for large databases
(>100MB characters).

27 years agoReserve entry for CAN16-2 CAN-PC Interface
Jordan K. Hubbard [Tue, 23 Sep 1997 08:45:33 +0000 (08:45 +0000)]
Reserve entry for CAN16-2 CAN-PC Interface
Submitted by: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>

27 years agoBe more explicit about one of IPFIREWALL's features.
Jordan K. Hubbard [Tue, 23 Sep 1997 08:42:42 +0000 (08:42 +0000)]
Be more explicit about one of IPFIREWALL's features.

27 years agoUse err(3). Add usage() and prototypes.
Philippe Charnier [Tue, 23 Sep 1997 06:38:54 +0000 (06:38 +0000)]
Use err(3). Add usage() and prototypes.

27 years agoUse err(3). Put includes in alphabetical order.
Philippe Charnier [Tue, 23 Sep 1997 06:36:27 +0000 (06:36 +0000)]
Use err(3). Put includes in alphabetical order.
Rewrote man page in mdoc format.
Document -v and -p flags.

27 years agoUse err(3). Make it -Wall friendly. Typo fix in man page.
Philippe Charnier [Tue, 23 Sep 1997 06:32:33 +0000 (06:32 +0000)]
Use err(3). Make it -Wall friendly. Typo fix in man page.

27 years agoMention some of Justin's changes.
Peter Wemm [Tue, 23 Sep 1997 03:28:15 +0000 (03:28 +0000)]
Mention some of Justin's changes.

27 years agoRaise some of the 'daemon' class limits as used by things started
Peter Wemm [Tue, 23 Sep 1997 03:09:51 +0000 (03:09 +0000)]
Raise some of the 'daemon' class limits as used by things started
from /etc/rc, including inetd and it's children, stuff from
/usr/local/etc/rc.d (eg: squid, apache).  The default limits are causing
a lot of problems including things like fsck failing on large disks.
I hope I've understood the quirks of the override mechanism properly.

27 years agoDon't allow accept/deny when it's not appropriate.
Brian Somers [Mon, 22 Sep 1997 23:59:16 +0000 (23:59 +0000)]
Don't allow accept/deny when it's not appropriate.
Log PAP/CHAP users in utmp & wtmp, allowing it to
be avoided with "disable utmp"

27 years agoPolish message catalogs for vi.
Wolfram Schneider [Mon, 22 Sep 1997 23:14:37 +0000 (23:14 +0000)]
Polish message catalogs for vi.

Submitted by: abial@warman.org.pl
PR:         4522

27 years agoAdd a missing bufq_init call. The original code never initialized it's
Justin T. Gibbs [Mon, 22 Sep 1997 22:58:08 +0000 (22:58 +0000)]
Add a missing bufq_init call.  The original code never initialized it's
buffer queue so I missed this when I changed buf_queue_head.

This probably fixes Soren's problem too, but he never mentioned
which CD driver he was using. 8-)

Submitted by: dave adkins <adkin003@tc.umn.edu>

27 years agoPolish fonts and keymap.
Wolfram Schneider [Mon, 22 Sep 1997 21:44:54 +0000 (21:44 +0000)]
Polish fonts and keymap.

Submitted by: abial@warman.org.pl
PR: 4522

27 years agoMake MFS a supported option, finally.
Joerg Wunsch [Mon, 22 Sep 1997 21:24:03 +0000 (21:24 +0000)]
Make MFS a supported option, finally.

27 years agoPolish message catalogs for ee.
Wolfram Schneider [Mon, 22 Sep 1997 20:20:28 +0000 (20:20 +0000)]
Polish message catalogs for ee.

Still buggy. Help messages and command names are not in sync,
eg. 'quit' <-> 'KONIEC'.

Submitted by: abial@warman.org.pl
PR:         4522

27 years agoAdd directories for Poland: /usr/share/{locale,nls}/pl_PL.ISO_8859-2
Wolfram Schneider [Mon, 22 Sep 1997 20:17:24 +0000 (20:17 +0000)]
Add directories for Poland: /usr/share/{locale,nls}/pl_PL.ISO_8859-2

27 years agorestore a line I accidentally deleted with my callout changes.
Justin T. Gibbs [Mon, 22 Sep 1997 18:04:42 +0000 (18:04 +0000)]
restore a line I accidentally deleted with my callout changes.

Submitted by: bde@FreeBSD.org

27 years agoApply fts() fix from PR#4593
Peter Wemm [Mon, 22 Sep 1997 12:48:40 +0000 (12:48 +0000)]
Apply fts() fix from PR#4593

Submitted by:  Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>

27 years agoUpdate for changes in the callout interface.
KATO Takenori [Mon, 22 Sep 1997 12:25:31 +0000 (12:25 +0000)]
Update for changes in the callout interface.

27 years agoSynchronize with sys/i386/isa/wd.c revision up to 1.140.
KATO Takenori [Mon, 22 Sep 1997 12:24:39 +0000 (12:24 +0000)]
Synchronize with sys/i386/isa/wd.c revision up to 1.140.

27 years agoSynchronize with sys/i386/isa/fd.c, isa.c and sio.c revisions 1.103,
KATO Takenori [Mon, 22 Sep 1997 12:23:49 +0000 (12:23 +0000)]
Synchronize with sys/i386/isa/fd.c, isa.c and sio.c revisions 1.103,
1.105 and 1.183, respectively.

27 years agoSynchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265
KATO Takenori [Mon, 22 Sep 1997 12:20:42 +0000 (12:20 +0000)]
Synchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265
and 1.111, respectively.

27 years agoSynchronize with sys/i386/conf/files.i386 revision 1.177.
KATO Takenori [Mon, 22 Sep 1997 12:18:52 +0000 (12:18 +0000)]
Synchronize with sys/i386/conf/files.i386 revision 1.177.

27 years agoTypo fix.
Masafumi Max NAKANE [Mon, 22 Sep 1997 10:12:47 +0000 (10:12 +0000)]
Typo fix.
PR: 4594
Submitted by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>

27 years agoIf we're going to blindly install freebsd.cf from the etc-sendmail.cf
Jordan K. Hubbard [Mon, 22 Sep 1997 07:33:14 +0000 (07:33 +0000)]
If we're going to blindly install freebsd.cf from the etc-sendmail.cf
rule then we'd better depend on it.

27 years agoUse err(3). Put includes in alphabetical order. Use .An macro.
Philippe Charnier [Mon, 22 Sep 1997 06:30:04 +0000 (06:30 +0000)]
Use err(3). Put includes in alphabetical order. Use .An macro.

27 years agoTurn on CR4_VME on the AP's the same as the BSP. Note that we do not
Peter Wemm [Mon, 22 Sep 1997 05:03:03 +0000 (05:03 +0000)]
Turn on CR4_VME on the AP's the same as the BSP.  Note that we do not
[yet] probe the AP's for their cpuid/capabilities etc, so this is a fudge
at best.

Problem noted by: Jonathan Lemon <jlemon@americantv.com>

27 years agoDon't pause for one second before starting LCP
Brian Somers [Mon, 22 Sep 1997 02:51:24 +0000 (02:51 +0000)]
Don't pause for one second before starting LCP
negotiation.  Instead, incrementally pause after
receiving LCPs with the same magic.  We can now
suffer a server that waits more than 1 second before
responding.  Pauses greater than a second get
hopelessly confusing as when the server eventually
starts, it sees a flood of Config Requests followed
by config NAKs and changes of magic.  This causes the
server to change its magic over and over.....

27 years agoUse the correct device name in "show modem"
Brian Somers [Mon, 22 Sep 1997 00:55:46 +0000 (00:55 +0000)]
Use the correct device name in "show modem"

27 years agoCorrect the way the uucp lock file and the ttyXX.if lock
Brian Somers [Mon, 22 Sep 1997 00:46:56 +0000 (00:46 +0000)]
Correct the way the uucp lock file and the ttyXX.if lock
file get created.  We don't create lock files over non-tty
connections, but we *do* create lock files in -direct mode.
This leaves us capable of adding utmp/wtmp support for
successful pap & chap logins (coming soon).

27 years agoOops. This file shouldn't have been committed.
Justin T. Gibbs [Mon, 22 Sep 1997 00:37:08 +0000 (00:37 +0000)]
Oops.  This file shouldn't have been committed.

27 years agoMake selection logic more strict. Only select AF_INET loopback interfaces
Bill Paul [Sun, 21 Sep 1997 23:04:51 +0000 (23:04 +0000)]
Make selection logic more strict. Only select AF_INET loopback interfaces
that are up on second (loopback only) pass, and only select non-loopback
AF_INET interfaces that are up on first pass.

27 years agoSleep for a second before sending the first LCP
Brian Somers [Sun, 21 Sep 1997 23:01:34 +0000 (23:01 +0000)]
Sleep for a second before sending the first LCP
config request.  This stops us from squirting stuff
down a line that still has ECHO turned on because the
peer hasn't had a chance to start yet.
Lead to the cause by: Greg Lehey <grog@lemis.com>

27 years agoRemove an unfortunate name clash with the zalloc/zfree routines. Since the
John Dyson [Sun, 21 Sep 1997 22:31:20 +0000 (22:31 +0000)]
Remove an unfortunate name clash with the zalloc/zfree routines.  Since the
ppp_deflate code uses the names locally - it looses.

27 years agourk, fix spelling error in comment I just fixed.
Julian Elischer [Sun, 21 Sep 1997 22:20:12 +0000 (22:20 +0000)]
urk, fix spelling error in comment I just fixed.

27 years agoFix a comment.
Julian Elischer [Sun, 21 Sep 1997 22:14:54 +0000 (22:14 +0000)]
Fix a comment.

27 years agoAdd isa_devtab_cam.
Justin T. Gibbs [Sun, 21 Sep 1997 22:12:50 +0000 (22:12 +0000)]
Add isa_devtab_cam.

27 years agoUpdated timeout.9 man page describing the new callout interface. This
Justin T. Gibbs [Sun, 21 Sep 1997 22:12:19 +0000 (22:12 +0000)]
Updated timeout.9 man page describing the new callout interface.  This
man page was based on the NetBSD version.

27 years agoConvert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag
Justin T. Gibbs [Sun, 21 Sep 1997 22:10:49 +0000 (22:10 +0000)]
Convert tqdisksort to bufqdisksort.  Honor the B_ORDERED buffer flag
so that meta-data writes go out to the device in the right order.

27 years agoUpdate for new buffer queue data structure.
Justin T. Gibbs [Sun, 21 Sep 1997 22:10:02 +0000 (22:10 +0000)]
Update for new buffer queue data structure.

27 years agobuf.h:
Justin T. Gibbs [Sun, 21 Sep 1997 22:09:24 +0000 (22:09 +0000)]
buf.h:
Change the definition of a buffer queue so that bufqdisksort can
properly deal with bordered writes.

Add inline functions for accessing buffer queues.  This should be
considered an opaque data structure by clients.

callout.h:
New callout implementation.

device.h:
Add support for CAM interrupts.

disk.h:
disklabel.h:
tqdisksort->bufqdisksort

kernel.h:
Add new configuration entries for configuration hooks and calling
cpu_rootconf and cpu_dumpconf.

param.h:
Add a priority for sleeping waiting on config hooks.

proc.h:
Update for new callout implementation.

queue.h:
Add TAILQ_HEAD_INITIALIZER from NetBSD.

systm.h:
Add prototypes for cpu_root/dumpconf, splcam, splsoftcam, etc..

27 years agoConvert to use the new bufq* functions for dealing with buffer
Justin T. Gibbs [Sun, 21 Sep 1997 22:03:22 +0000 (22:03 +0000)]
Convert to use the new bufq* functions for dealing with buffer
queues.

27 years agoUpdate for new callout interface.
Justin T. Gibbs [Sun, 21 Sep 1997 22:02:25 +0000 (22:02 +0000)]
Update for new callout interface.

27 years agoinit_main.c subr_autoconf.c:
Justin T. Gibbs [Sun, 21 Sep 1997 22:00:25 +0000 (22:00 +0000)]
init_main.c subr_autoconf.c:
Add support for "interrupt driven configuration hooks".
A component of the kernel can register a hook, most likely
during auto-configuration, and receive a callback once
interrupt services are available.  This callback will occur before
the root and dump devices are configured, so the configuration
task can affect the selection of those two devices or complete
any tasks that need to be performed prior to launching init.
System boot is posponed so long as a hook is registered.  The
hook owner is responsible for removing the hook once their task
is complete or the system boot can continue.

kern_acct.c kern_clock.c kern_exit.c kern_synch.c kern_time.c:
Change the interface and implementation for the kernel callout
service.  The new implemntaion is based on the work of
Adam M. Costello and George Varghese, published in a technical
report entitled "Redesigning the BSD Callout and Timer Facilities".
The interface used in FreeBSD is a little different than the one
outlined in the paper.  The new function prototypes are:

struct callout_handle timeout(void (*func)(void *),
      void *arg, int ticks);

void untimeout(void (*func)(void *), void *arg,
       struct callout_handle handle);

If a client wishes to remove a timeout, it must store the
callout_handle returned by timeout and pass it to untimeout.

The new implementation gives 0(1) insert and removal of callouts
making this interface scale well even for applications that
keep 100s of callouts outstanding.

See the updated timeout.9 man page for more details.

27 years agoUpdate for changes in the callout interface.
Justin T. Gibbs [Sun, 21 Sep 1997 21:43:54 +0000 (21:43 +0000)]
Update for changes in the callout interface.

27 years agosoundcard.c:
Justin T. Gibbs [Sun, 21 Sep 1997 21:43:35 +0000 (21:43 +0000)]
soundcard.c:
Update for changes in the callout interface.

sequencer.c:
Add a paren that seems to have gone missing.

27 years agoaha1542.c aic6360.c cy.c fd.c ft.c
Justin T. Gibbs [Sun, 21 Sep 1997 21:41:49 +0000 (21:41 +0000)]
aha1542.c aic6360.c cy.c fd.c ft.c
if_ie.c if_wl.c if_zp.c isa.c isa_device.h
labpc.c mcd.c ncr5380.c scd.c seagate.c si.c
sio.c tw.c ultra14f.c wcd.c wd.c:

Update for changes in the callout interface.

apic_vector.s icu_vector.s ipl.s ipl_funcs.c:

Add CAM software/hardware interrupt support.

27 years agoipl.h:
Justin T. Gibbs [Sun, 21 Sep 1997 21:38:54 +0000 (21:38 +0000)]
ipl.h:
Add CAM software/hardware interrupt support.

si.h:
Update for changes in the callout interface.

27 years agoautoconf.c:
Justin T. Gibbs [Sun, 21 Sep 1997 21:38:05 +0000 (21:38 +0000)]
autoconf.c:
Add cpu_rootconf and cpu_dumpconf so that configuring these
two devices can be better controlled by the MI configuration
code.

machdep.c:
MD initialization code for the new callout interface.

trap.c:
Add support for printing out whether cam interrupts are masked
during a panic.

27 years agoAdd shared EISA interrupt support.
Justin T. Gibbs [Sun, 21 Sep 1997 21:35:24 +0000 (21:35 +0000)]
Add shared EISA interrupt support.
Clean up the match routines so that they return const char *

27 years agoMove the rules for aicasm to the MI conf file.
Justin T. Gibbs [Sun, 21 Sep 1997 21:34:31 +0000 (21:34 +0000)]
Move the rules for aicasm to the MI conf file.

27 years agoConvert to the new callout interface.
Justin T. Gibbs [Sun, 21 Sep 1997 21:33:10 +0000 (21:33 +0000)]
Convert to the new callout interface.

27 years agoConvert to the new callout interface.
Justin T. Gibbs [Sun, 21 Sep 1997 21:33:01 +0000 (21:33 +0000)]
Convert to the new callout interface.
Guard against scheduling more than one callout.

27 years agoMove the rules for aicasm to the MI conf file.
Justin T. Gibbs [Sun, 21 Sep 1997 21:32:04 +0000 (21:32 +0000)]
Move the rules for aicasm to the MI conf file.

Add kern/subr_autoconf.c as a standard file as it contains the bulk of
the code for performing interrupt driven configuration.

27 years agoIt turns out that the following:
Brian Somers [Sun, 21 Sep 1997 20:26:47 +0000 (20:26 +0000)]
It turns out that the following:
  close(1);
  close(2);
  x = open(ctermid(NULL), O_RDWR|O_NONBLOCK);
  close(0)
on a tty causes select() to return an exception for descriptor x !
This is the case in RELENG_2_2, but not in 2.2.2.  I'm not sure why.
Instead of doing the x=open() and close(0), we just do x=0 now.
Problem pointed out by: Greg Lehey <grog@lemis.com>
                        Tomi Vainio <tomppa@fidata.fi>

27 years agoFreeBSD's original passwd helper is needed here.
Mark Murray [Sun, 21 Sep 1997 17:37:08 +0000 (17:37 +0000)]
FreeBSD's original passwd helper is needed here.

27 years agoUnspam rev 1.114 that got spammed when someone commited the rc.conf
Joerg Wunsch [Sun, 21 Sep 1997 16:09:48 +0000 (16:09 +0000)]
Unspam rev 1.114 that got spammed when someone commited the rc.conf
changes: drop `savecore_enable' now that our savecore obeyes the
minfree file.

27 years agoImplement the parts needed for VM86 under SMP.
Peter Wemm [Sun, 21 Sep 1997 15:03:59 +0000 (15:03 +0000)]
Implement the parts needed for VM86 under SMP.

27 years agoTypo police
Brian Somers [Sun, 21 Sep 1997 13:08:00 +0000 (13:08 +0000)]
Typo police
Submitted by: Mark Cammidge <mark@gmtunx.ee.uct.ac.za>

27 years agoAdd a pppctl(8) xref.
Brian Somers [Sun, 21 Sep 1997 13:06:43 +0000 (13:06 +0000)]
Add a pppctl(8) xref.
Suggested by: joerg