]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoLog each ppp line to separate /var/log/ppp.tunX.log instead mixing of
Andrey A. Chernov [Sun, 4 May 1997 02:39:04 +0000 (02:39 +0000)]
Log each ppp line to separate /var/log/ppp.tunX.log instead mixing of
all lines into single /var/log/ppp.log

27 years agoFinish off and activate the smp_active sysctl handler..
Peter Wemm [Sun, 4 May 1997 02:08:09 +0000 (02:08 +0000)]
Finish off and activate the smp_active sysctl handler..

27 years ago1) Add yet one optional field: pid file to send SIGHUP to if log rotated
Andrey A. Chernov [Sun, 4 May 1997 01:53:53 +0000 (01:53 +0000)]
1) Add yet one optional field: pid file to send SIGHUP to if log rotated
(good thing for apache f.e.) This change is backward compatible with old
newsyslog.conf files.

2) Do not compress log if SIGHUP sending failed for some reason
(f.e. pid file deleted). Newcoming messages will be lost
otherwise.

3) Misc cleanup while I am here.

27 years agoUpdate some of these release notes.
Jordan K. Hubbard [Sun, 4 May 1997 00:26:56 +0000 (00:26 +0000)]
Update some of these release notes.

27 years agoGrab some of the NetBSD text for describing the new options and the
Peter Wemm [Sat, 3 May 1997 23:03:56 +0000 (23:03 +0000)]
Grab some of the NetBSD text for describing the new options and the
media commands.

27 years agoAdd the Archive 4586NP tape changer.
Joerg Wunsch [Sat, 3 May 1997 22:23:13 +0000 (22:23 +0000)]
Add the Archive 4586NP tape changer.

PR: kern/3481
Submitted by: bruce@zuhause.mn.org (Bruce Albrecht)

27 years agoNobody ever seemed to be interested in reviewing these changes, and i
Joerg Wunsch [Sat, 3 May 1997 22:17:43 +0000 (22:17 +0000)]
Nobody ever seemed to be interested in reviewing these changes, and i
found that my syslogd is now running them for several months...

Add an option to syslogd to restrict the IP addresses that are allowed
to log to this syslogd.  It's too late to develop the inter-syslogd
communications protocol mentioned in the BUGS section, some 10 years
too late.  Thus, restricting the IP address range is about the most
effective change we can do if we want to allow incoming syslog
messages at all.

IMHO, we should encourage the system administrators to use this option,
and thus provide a knob in /etc/rc.* for it, defaulting to -a 127.0.0.1/32
(just as a hint about the usage).

Please state opinions about whether to merge this change into 2.2 or
not (i've got it running on RELENG_2_2 anyway).

27 years agoFix the umount problems for DEVFS.
Joerg Wunsch [Sat, 3 May 1997 21:19:54 +0000 (21:19 +0000)]
Fix the umount problems for DEVFS.

PR: 3276 & 3469 (the fixes), 2738, 2033 (reports)
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>

27 years agoadd SIOC{S,G}IFMEDIA ioctl support
Peter Wemm [Sat, 3 May 1997 21:07:13 +0000 (21:07 +0000)]
add SIOC{S,G}IFMEDIA ioctl support

27 years agoadd net/if_media.c
Peter Wemm [Sat, 3 May 1997 21:06:00 +0000 (21:06 +0000)]
add net/if_media.c

27 years agodefine SIOC{SG}IFMEDIA ioctls
Peter Wemm [Sat, 3 May 1997 21:05:03 +0000 (21:05 +0000)]
define SIOC{SG}IFMEDIA ioctls

Obtained from: NetBSD

27 years agoMake it compile on FreeBSD, add $Id$
Peter Wemm [Sat, 3 May 1997 20:58:10 +0000 (20:58 +0000)]
Make it compile on FreeBSD, add $Id$

27 years agoThis commit was generated by cvs2svn to compensate for changes in r25428,
Peter Wemm [Sat, 3 May 1997 20:54:36 +0000 (20:54 +0000)]
This commit was generated by cvs2svn to compensate for changes in r25428,
which included commits to RCS files with non-trunk default branches.

27 years agoBackend support for if_media interface ioctl's. This is for supporting
Peter Wemm [Sat, 3 May 1997 20:54:36 +0000 (20:54 +0000)]
Backend support for if_media interface ioctl's.  This is for supporting
the many-mode, many-media-option type ethernet cards, in particular, the
new if_de.

Obtained from: NetBSD  (Their implementation of BSDI's design)

27 years agoChange group ownership of /var/mail to mail and permission
Jordan K. Hubbard [Sat, 3 May 1997 20:15:15 +0000 (20:15 +0000)]
Change group ownership of /var/mail to mail and permission
to 0775.

This does *not* instantly make any program which "ensures"
mail spool consistency by creating lock files safe in any way
since other tools, like mail.local, will be using flock() semantics
and any such lock file will simply be ignored.  It does, however,
allow a lot of things which are currently suid root in order to create
such bogus lockfiles to, at least, be bogus at a much lower level of
privilege (and this is good).  Ultimately, of course, everybody should
just use flock.

27 years agosynchronize with bsd.doc.mk (long outstanding fix)
Andreas Klemm [Sat, 3 May 1997 19:58:39 +0000 (19:58 +0000)]
synchronize with bsd.doc.mk (long outstanding fix)
PR: closes docs/3479

27 years agodisabled checks for smp_active == 0.
Steve Passe [Sat, 3 May 1997 19:24:16 +0000 (19:24 +0000)]
disabled checks for smp_active == 0.
this was wasting precious cycles for no apparent (to me) reason.
it is currently bracketed by BOTHER_TO_CHECK, define to restore old behaviour.

27 years agocode to allow range checking on smp_active.
Steve Passe [Sat, 3 May 1997 18:24:25 +0000 (18:24 +0000)]
code to allow range checking on smp_active.
disabled by default, not sure its ready for prime time.

Submitted by:  Peter Wemm <peter@spinner.DIALix.COM>

27 years agoadded declaration for get_isa_apic_mask().
Steve Passe [Sat, 3 May 1997 18:05:31 +0000 (18:05 +0000)]
added declaration for get_isa_apic_mask().

Submitted by: "John S. Dyson" <toor@dyson.iquest.net>

27 years agoimproved io_apic_setup().
Steve Passe [Sat, 3 May 1997 18:01:56 +0000 (18:01 +0000)]
improved io_apic_setup().
deals with motherboards that map ISA IRQs to APIC IRQS above 15.

Submitted by: "John S. Dyson" <toor@dyson.iquest.net>

27 years agonew function to turn an APIC pin# into an INT mask.
Steve Passe [Sat, 3 May 1997 17:42:01 +0000 (17:42 +0000)]
new function to turn an APIC pin# into an INT mask.
added missing APIC_IO define.

Submitted by: "John S. Dyson" <toor@dyson.iquest.net>

27 years agoRecognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.
Poul-Henning Kamp [Sat, 3 May 1997 13:57:26 +0000 (13:57 +0000)]
Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge.

27 years agoInitialize PCI/CardBus bridges.
Poul-Henning Kamp [Sat, 3 May 1997 13:52:29 +0000 (13:52 +0000)]
Initialize PCI/CardBus bridges.

Tested on: HP Omnibook 800 / TI PCI1130
Reviewed by: se

27 years agoMake nfs roots (diskless) functional again. It may still not be correct,
Poul-Henning Kamp [Sat, 3 May 1997 13:42:50 +0000 (13:42 +0000)]
Make nfs roots (diskless) functional again.  It may still not be correct,
but it is functional.

27 years agoSpelling/typo fix.
Daniel O'Callaghan [Sat, 3 May 1997 12:14:21 +0000 (12:14 +0000)]
Spelling/typo fix.

27 years agoUpdate the etc world from RELENG_2_2 which is now more up-to-date
Jordan K. Hubbard [Sat, 3 May 1997 11:22:17 +0000 (11:22 +0000)]
Update the etc world from RELENG_2_2 which is now more up-to-date
(gotta get myself -current again, this is a drag).

Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
27 years agoBring in the Starter files for the contrib-crypto dir.
Mark Murray [Sat, 3 May 1997 09:16:07 +0000 (09:16 +0000)]
Bring in the Starter files for the contrib-crypto dir.

I am not going to commit anything to this area for a few days.
This is because
1) I want everyone to be DARN sure there is no export of crypto
   that may get our USA friends it trouble.
2) I have been asked by the folk developing KTH-eBones to hold off
   for their new release.

Worked with: rkw, jdp
CVS:
CVS:

27 years agobettter -> cleaner.
Jordan K. Hubbard [Sat, 3 May 1997 04:46:42 +0000 (04:46 +0000)]
bettter -> cleaner.

27 years agoNuke makefiles that duplicate those in libc now that libc is libc_r
John Birrell [Sat, 3 May 1997 04:05:57 +0000 (04:05 +0000)]
Nuke makefiles that duplicate those in libc now that libc is libc_r
aware. This simplifies things for libc_r.

27 years agoUse libc makefiles from now on instead of duplicating them in libc_r.
John Birrell [Sat, 3 May 1997 03:57:21 +0000 (03:57 +0000)]
Use libc makefiles from now on instead of duplicating them in libc_r.

Added Id strings too. It's useful to know who last made a change.

27 years agoChanged all paths to be relative to src/lib instead of src/lib/libc
John Birrell [Sat, 3 May 1997 03:50:06 +0000 (03:50 +0000)]
Changed all paths to be relative to src/lib instead of src/lib/libc
so that all these makefiles can be used to build libc_r too.

Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.

Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.

27 years agoLet gcc know about libc_r. Use -pthread to link against libc_r instead
John Birrell [Sat, 3 May 1997 02:58:54 +0000 (02:58 +0000)]
Let gcc know about libc_r. Use -pthread to link against libc_r instead
of libc.

27 years agoChange default build to include libc_r, but allow disadvantaged souls
John Birrell [Sat, 3 May 1997 02:51:59 +0000 (02:51 +0000)]
Change default build to include libc_r, but allow disadvantaged souls
to turn off the build.

27 years agoThis stub has not been required by libc for a long time. Nuke it.
John Birrell [Sat, 3 May 1997 02:47:52 +0000 (02:47 +0000)]
This stub has not been required by libc for a long time. Nuke it.

27 years agoFixed panic message in union_lock(): union_link --> union_lock.
KATO Takenori [Sat, 3 May 1997 01:55:19 +0000 (01:55 +0000)]
Fixed panic message in union_lock(): union_link --> union_lock.

27 years agoMinor typo.
Masafumi Max NAKANE [Fri, 2 May 1997 22:08:10 +0000 (22:08 +0000)]
Minor typo.
PR: 3472
Submitted by: Josh Gilliam <soil@quick.net>

27 years agoMinor typo.
Masafumi Max NAKANE [Fri, 2 May 1997 22:00:05 +0000 (22:00 +0000)]
Minor typo.
PR: 3473
Submitted by: Josh Gilliam <soil@quick.net>

27 years agoUse <sect1> for sectioning instead of <p><bf>..</bf></p>.
John Fieber [Fri, 2 May 1997 18:27:06 +0000 (18:27 +0000)]
Use <sect1> for sectioning instead of <p><bf>..</bf></p>.

27 years agoMarkup debogification.
John Fieber [Fri, 2 May 1997 18:07:43 +0000 (18:07 +0000)]
Markup debogification.
(<deflist><itemize>...</itemize></deflist> is nonsensical and should
not be allowed by the DTD)

27 years agoPromote "The Ports Collection" to the chapter level.
John Fieber [Fri, 2 May 1997 14:39:19 +0000 (14:39 +0000)]
Promote "The Ports Collection" to the chapter level.
Someone want to add a section to this chapter on PACKAGES?

27 years agoUsers, Groups, and Security -> Security
John Fieber [Fri, 2 May 1997 14:26:33 +0000 (14:26 +0000)]
Users, Groups, and Security -> Security
The chapter has evolved differently than I imagined when I made
up the title.

27 years agoMerge "staying current", "staying stable" and "synching" into a
John Fieber [Fri, 2 May 1997 14:15:35 +0000 (14:15 +0000)]
Merge "staying current", "staying stable" and "synching" into a
single chapter.

Move "source tree guidelines and policies" out of the dark dungeon
of the Appendix.

27 years agodelete kcorelow.c, it didn't produce any code and broke init.c
Gary Jennejohn [Fri, 2 May 1997 11:22:51 +0000 (11:22 +0000)]
delete kcorelow.c, it didn't produce any code and broke init.c
because 2 references to _initialize_kcorelow (the other one
from kvm-fbsd.c) resulted. This prevented gdb from working correectly.

delete kcorelow.c from XSRCS in the Makefile.

27 years agoMore formatting + more info
Andrey A. Chernov [Fri, 2 May 1997 08:37:48 +0000 (08:37 +0000)]
More formatting + more info

27 years agoImprove SGML formatting.
Andrey A. Chernov [Fri, 2 May 1997 08:07:35 +0000 (08:07 +0000)]
Improve SGML formatting.
Add more info.

27 years agoEmulate ':o' and '/o' letters using 'o'
Andrey A. Chernov [Fri, 2 May 1997 05:18:37 +0000 (05:18 +0000)]
Emulate ':o' and '/o' letters using 'o'

27 years agoAdd ascii to comment describing default FORMATS value too
Andrey A. Chernov [Fri, 2 May 1997 05:07:45 +0000 (05:07 +0000)]
Add ascii to comment describing default FORMATS value too
(see previous commit)

27 years agoAdd ascii to default formats list.
Andrey A. Chernov [Fri, 2 May 1997 05:02:54 +0000 (05:02 +0000)]
Add ascii to default formats list.

latin1 looks very ugly on Russian screens/printers and users should
be able to print/view handbook first without inner knowledge of
bsd.sgml.mk tuning.

27 years agoAdd more info about l10n
Andrey A. Chernov [Fri, 2 May 1997 04:55:14 +0000 (04:55 +0000)]
Add more info about l10n

27 years agoAccess correct union mount point in union_access. Old vnode is saved
KATO Takenori [Fri, 2 May 1997 03:21:54 +0000 (03:21 +0000)]
Access correct union mount point in union_access.  Old vnode is saved
in savedvp variable and it is used for the argument of
MOUNTTOUNIONMOUNT().  I didn't realize ap->a_vp is modified before
MOUNTTOUNIONMOUNT(), so the change by revision 1.22 is incorrect.

27 years agoOpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need
Warner Losh [Fri, 2 May 1997 03:08:04 +0000 (03:08 +0000)]
OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need
a BIOS-like partition table.  We now detect this correctly and print the
right thing.
Obtained from: Value obtained from OpenBSD sources.

27 years agoAdd Localization section and Russian Language l10n description
Andrey A. Chernov [Fri, 2 May 1997 02:20:25 +0000 (02:20 +0000)]
Add Localization section and Russian Language l10n description
(somebody with better English, please check!)

BTW: Next: entry have wrong name "Network Communications"
in Locale Setup although points to right direction.
Looks like sgmlfmt bug...

27 years agoAdd mail group.
Jordan K. Hubbard [Fri, 2 May 1997 00:06:09 +0000 (00:06 +0000)]
Add mail group.

27 years agoChange "no" answer to "default" for login class, because "no" class
Andrey A. Chernov [Thu, 1 May 1997 23:34:25 +0000 (23:34 +0000)]
Change "no" answer to "default" for login class, because "no" class
can exists and "default" class is really equal to empty class.

27 years agoAllow "no" answer on login class prompt override non-empty
Andrey A. Chernov [Thu, 1 May 1997 23:23:06 +0000 (23:23 +0000)]
Allow "no" answer on login class prompt override non-empty
/etc/adduser.conf defaultclass with empty one

27 years ago1. Deal with login classes now
Andrey A. Chernov [Thu, 1 May 1997 22:55:58 +0000 (22:55 +0000)]
1. Deal with login classes now
2. Turn on send_message by default for security reasons (mailbox
must be pre-created)

27 years agoCOFF sections not restricted to 16 bits.
Jordan K. Hubbard [Thu, 1 May 1997 22:07:51 +0000 (22:07 +0000)]
COFF sections not restricted to 16 bits.
Submitted by: cubfm :)

27 years agoAdd 'russian' users class
Andrey A. Chernov [Thu, 1 May 1997 21:25:34 +0000 (21:25 +0000)]
Add 'russian' users class

27 years agoIncrease Retry interval from 300 to 900 to shut named warning that
Andrey A. Chernov [Thu, 1 May 1997 21:02:37 +0000 (21:02 +0000)]
Increase Retry interval from 300 to 900 to shut named warning that
(300 < 900) maintainance interval

27 years agoAdd an entry about a.out vs ELF since I'm tired of reading about it.
Jordan K. Hubbard [Thu, 1 May 1997 20:55:20 +0000 (20:55 +0000)]
Add an entry about a.out vs ELF since I'm tired of reading about it.
Based-On-The-Postings-Of: joerg

27 years agoAck, learn to spell "extentions" the same way in the same file.
Jordan K. Hubbard [Thu, 1 May 1997 20:28:18 +0000 (20:28 +0000)]
Ack, learn to spell "extentions" the same way in the same file.
Also make the output a little less cryptic for sysctl settings.

Suggested by: bde

27 years agoYAMF22
Jordan K. Hubbard [Thu, 1 May 1997 20:04:42 +0000 (20:04 +0000)]
YAMF22
PR: 3456

27 years agocleaned up FAST_IPI code.
Steve Passe [Thu, 1 May 1997 19:33:12 +0000 (19:33 +0000)]
cleaned up FAST_IPI code.
 - one-liners all become inline.
 - multi-liners become functions.
 - FAST_IPI defines go away.

re-worked APICIPI_BANDAID code.
 - now refered to as DETECT_DEADLOCK.
 - on by default.

27 years agofixed spelling error.
Steve Passe [Thu, 1 May 1997 19:27:58 +0000 (19:27 +0000)]
fixed spelling error.

Submitted by: Bruce Albrecht <bruce@zuhause.mn.org>

27 years agoMake ccd use the maxsecsize sector size as denominator, this
Søren Schmidt [Thu, 1 May 1997 19:18:40 +0000 (19:18 +0000)]
Make ccd use the maxsecsize sector size as denominator, this
fixes ccd on != 512byte devices..

27 years agoRemove old code in #if 0, leftovers from the days before != 512byte
Søren Schmidt [Thu, 1 May 1997 19:15:38 +0000 (19:15 +0000)]
Remove old code in #if 0, leftovers from the days before != 512byte
sector support.

27 years agoRemove the dependancy on DEV_BSIZE, now specfs works on != 512byte
Søren Schmidt [Thu, 1 May 1997 19:12:22 +0000 (19:12 +0000)]
Remove the dependancy on DEV_BSIZE, now specfs works on != 512byte
sector devices given that the fs uses a blocksize of at least a physical
sector size.

27 years agoClean up merge from 2.2 (without spamming peter's changes)
Paul Traina [Thu, 1 May 1997 16:24:37 +0000 (16:24 +0000)]
Clean up merge from 2.2 (without spamming peter's changes)

27 years agoChange holiday name to official one
Andrey A. Chernov [Thu, 1 May 1997 14:39:55 +0000 (14:39 +0000)]
Change holiday name to official one

27 years agoCheck the correct queue for waking up the pageout daemon. Specifically,
John Dyson [Thu, 1 May 1997 14:36:01 +0000 (14:36 +0000)]
Check the correct queue for waking up the pageout daemon.  Specifically,
the pageout daemon wasn't always being waken up appropriately when the
(cache + free) queues were depleted.
Submitted by: David S. Miller <davem@jenolan.rutgers.edu>

27 years agoThis is obvious to people who've been using the smp kernel for a while,
Peter Wemm [Thu, 1 May 1997 14:18:05 +0000 (14:18 +0000)]
This is obvious to people who've been using the smp kernel for a while,
but now that we've widened the scope of the smp work to -current, it might
be an idea to warn new people that might not have read all the docs yet
that the SMP support needs to be activated via a sysctl.

27 years agoPatch up init.c generation so that it works in -current.. It was trying
Peter Wemm [Thu, 1 May 1997 13:40:57 +0000 (13:40 +0000)]
Patch up init.c generation so that it works in -current..  It was trying
to use files that do not exist here.  Also, fix(?) ${.OBJDIR}/init.c hack.

27 years agoFix include of <sys/dir.h> to <dirent.h> - it hits a #warning
Peter Wemm [Thu, 1 May 1997 13:36:35 +0000 (13:36 +0000)]
Fix include of <sys/dir.h> to <dirent.h> - it hits a #warning

27 years agoTest both the NFS and MOUNT protocols for v3 support before allowing a v3
Doug Rabson [Thu, 1 May 1997 12:30:02 +0000 (12:30 +0000)]
Test both the NFS and MOUNT protocols for v3 support before allowing a v3
mount.  It is possible to have v3 MOUNT but only v2 NFS, for instance for
a custom user-mode server like CFS.

Reviewed by: "Louis A. Mamakos" <louie@TransSys.COM>

27 years agoOops I missed one of the pr_usrreqs changes.
John Hay [Thu, 1 May 1997 12:24:20 +0000 (12:24 +0000)]
Oops I missed one of the pr_usrreqs changes.

27 years agoSynchronize with sys/i386/isa/syscons.c up to revision 1.213.
KATO Takenori [Thu, 1 May 1997 11:28:49 +0000 (11:28 +0000)]
Synchronize with sys/i386/isa/syscons.c up to revision 1.213.

27 years agoMake ipx compile again after the network interface changes.
John Hay [Thu, 1 May 1997 06:21:31 +0000 (06:21 +0000)]
Make ipx compile again after the network interface changes.

27 years agoAlso quiet down the ibcs2 startup (same reason as linux lkm - it screws
Jordan K. Hubbard [Thu, 1 May 1997 06:09:01 +0000 (06:09 +0000)]
Also quiet down the ibcs2 startup (same reason as linux lkm - it screws
the console output).

27 years agoMerge 1.8.2.1 into -current.
Jordan K. Hubbard [Thu, 1 May 1997 06:08:14 +0000 (06:08 +0000)]
Merge 1.8.2.1 into -current.

27 years agoClean up the output a bit.
Jordan K. Hubbard [Thu, 1 May 1997 05:57:29 +0000 (05:57 +0000)]
Clean up the output a bit.

27 years agoYAMF22
Jordan K. Hubbard [Thu, 1 May 1997 04:38:16 +0000 (04:38 +0000)]
YAMF22

27 years agoPut the Troubleshooting chapter out of its misery.
John Fieber [Thu, 1 May 1997 03:06:32 +0000 (03:06 +0000)]
Put the Troubleshooting chapter out of its misery.

27 years agoPut the "grossness" back; it had a purpose and anyone screwing around
Jordan K. Hubbard [Thu, 1 May 1997 01:15:55 +0000 (01:15 +0000)]
Put the "grossness" back; it had a purpose and anyone screwing around
with these files MUST understand what a `make release' does before
making changes like this or get nasty-grams from me when my builds start
falling over.  In fact, if they can't test "make release" after making
such changes then they *should leave these files completely alone*.
Thank you.

27 years agoFixed omission of reference to ioctl_bt848.h when installing on 2.2.
Steve Passe [Thu, 1 May 1997 00:42:54 +0000 (00:42 +0000)]
Fixed omission of reference to ioctl_bt848.h when installing on 2.2.

27 years agoFix up a spurious '@' I added at the last second
Paul Traina [Thu, 1 May 1997 00:26:43 +0000 (00:26 +0000)]
Fix up a spurious '@' I added at the last second

27 years agoMerge from 2.2: auto-gen init.c and add ser-tcp.c
Paul Traina [Thu, 1 May 1997 00:18:51 +0000 (00:18 +0000)]
Merge from 2.2: auto-gen init.c and add ser-tcp.c

27 years ago 1.15 4/18/97 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Steve Passe [Thu, 1 May 1997 00:16:31 +0000 (00:16 +0000)]
 1.15          4/18/97    John-Mark Gurney <gurney_j@resnet.uoregon.edu>
                           Added [SR]RGBMASKs ioctl for byte swapping.

 1.16          4/20/97    Randall Hopper <rhh@ct.picker.com>
                          Generalized RGBMASK ioctls for general pixel
                          format setting [SG]ACTPIXFMT, and added query API
                          to return driver-supported pix fmts GSUPPIXFMT.

 1.17          4/21/97    hasty@rah.star-gate.com
                          Clipping support added.

 1.18          4/23/97    Clean up after failed CAP_SINGLEs where bt
                          interrupt isn't delivered, and fixed fixing
                          CAP_SINGLEs that for ODD_ONLY fields.

Submitted by:   individuals in above log messages.

27 years ago 1.15 4/18/97 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Steve Passe [Thu, 1 May 1997 00:15:30 +0000 (00:15 +0000)]
 1.15          4/18/97    John-Mark Gurney <gurney_j@resnet.uoregon.edu>
                           Added [SR]RGBMASKs ioctl for byte swapping.

 1.16          4/20/97    Randall Hopper <rhh@ct.picker.com>
                          Generalized RGBMASK ioctls for general pixel
                          format setting [SG]ACTPIXFMT, and added query API
                          to return driver-supported pix fmts GSUPPIXFMT.

 1.17          4/21/97    hasty@rah.star-gate.com
                          Clipping support added.

 1.18          4/23/97    Clean up after failed CAP_SINGLEs where bt
                          interrupt isn't delivered, and fixed fixing
                          CAP_SINGLEs that for ODD_ONLY fields.

Submitted by: individuals in above log messages.

27 years agofixed minor typo, bumped to version 2.0.9
Steve Passe [Wed, 30 Apr 1997 23:54:55 +0000 (23:54 +0000)]
fixed minor typo, bumped to version 2.0.9

27 years agoremoved:
Steve Passe [Wed, 30 Apr 1997 21:54:01 +0000 (21:54 +0000)]
removed:
   opt_smp_invltlb.h
from:
SMPHDRS=        opt_smp.h opt_smp_invltlb.h

SMP_INVLTLB is no longer a valid config option, the invalidation of the TLB
via inter-CPU IPIs is now standard when APIC_IO is used.

27 years agoFixed the SMP fixes:
Bruce Evans [Wed, 30 Apr 1997 20:56:37 +0000 (20:56 +0000)]
Fixed the SMP fixes:
- fixed dependencies so that `make depend' isn't necessary.
- added new files to CLEANFILES.
- fixed style.

27 years agoFixed wrong mnemonic `setnel' that gas happened to generate correct object
Bruce Evans [Wed, 30 Apr 1997 20:37:52 +0000 (20:37 +0000)]
Fixed wrong mnemonic `setnel' that gas happened to generate correct object
code for.

Obtained from: a slightly different fix in NetBSD

27 years agoRemoved unused groff `generate' directories.
Bruce Evans [Wed, 30 Apr 1997 20:27:34 +0000 (20:27 +0000)]
Removed unused groff `generate' directories.

27 years agochanged expect_lock() to try_lock(), the real name used in mplock.s
Steve Passe [Wed, 30 Apr 1997 19:04:26 +0000 (19:04 +0000)]
changed expect_lock() to try_lock(), the real name used in mplock.s

27 years agoBack out msmith's recent commit which breaks using symbolic names for netmasks.
Paul Traina [Wed, 30 Apr 1997 18:40:12 +0000 (18:40 +0000)]
Back out msmith's recent commit which breaks using symbolic names for netmasks.
Instead, reverse the order of the testing, so if a symbolic name starts with
a digit, we'll see if we can make a network address out of it first.  If
that fails, then we'll call getnet...

27 years agoFixed overflow for attempts to seek to offsets > ULONG_MAX. See the
Bruce Evans [Wed, 30 Apr 1997 17:51:29 +0000 (17:51 +0000)]
Fixed overflow for attempts to seek to offsets > ULONG_MAX.  See the
OpenBSD version for more complete fixes.  E.g., to seek to offsets >
INT_MAX using a block size of 1, block numbers need to be off_t's
instead of u_long's.

27 years agoAdded trailing slash to ${CANONICALOBJDIR} in tests for directories,
Bruce Evans [Wed, 30 Apr 1997 17:04:11 +0000 (17:04 +0000)]
Added trailing slash to ${CANONICALOBJDIR} in tests for directories,
so that /usr/obj can be a symlink to an existing directory.

27 years agoOops. The previous change duplicated the grossness instead of removing it.
Bruce Evans [Wed, 30 Apr 1997 17:03:09 +0000 (17:03 +0000)]
Oops.  The previous change duplicated the grossness instead of removing it.

27 years agoRemoved gross dir file bootstrap rule. Keep depending on the dir
Bruce Evans [Wed, 30 Apr 1997 16:33:43 +0000 (16:33 +0000)]
Removed gross dir file bootstrap rule.  Keep depending on the dir
file so that we fail if it isn't already installed.  The bootstrap
is now done by `make install' in the top-level src directory.  As
well as being gross, the rule didn't actually work for src trees
other than /usr/src, and this is difficult to fix since the whole
src tree may not exist.

27 years agoBootstrap the info `dir' file from here.
Bruce Evans [Wed, 30 Apr 1997 16:02:03 +0000 (16:02 +0000)]
Bootstrap the info `dir' file from here.