]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoAdd user prototypes for kevent() and kqueue().
Jonathan Lemon [Mon, 17 Apr 2000 15:15:56 +0000 (15:15 +0000)]
Add user prototypes for kevent() and kqueue().

24 years agoUpdate the man page regarding the behaviour for the ${firewall_type}
Brian S. Dean [Mon, 17 Apr 2000 12:48:29 +0000 (12:48 +0000)]
Update the man page regarding the behaviour for the ${firewall_type}
variable.

Reminded by: Ruslan Ermilov <ru@FreeBSD.org>

24 years agoFix LINT.
Doug Rabson [Mon, 17 Apr 2000 08:09:43 +0000 (08:09 +0000)]
Fix LINT.

24 years agoCreate mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.
Mitsuru IWASAKI [Mon, 17 Apr 2000 05:13:27 +0000 (05:13 +0000)]
Create mfsfd/etc/defaults/ first before copying etc/defaults/pccard.conf.

24 years agoRemove unloaded printf. We do this now in the newbus layer.
Warner Losh [Mon, 17 Apr 2000 04:39:38 +0000 (04:39 +0000)]
Remove unloaded printf.  We do this now in the newbus layer.

24 years agoIssue a detached message after detaching the device.
Warner Losh [Mon, 17 Apr 2000 04:30:48 +0000 (04:30 +0000)]
Issue a detached message after detaching the device.

Not Objected to by: new-bus@

24 years agoRemove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't part
Warner Losh [Mon, 17 Apr 2000 04:28:12 +0000 (04:28 +0000)]
Remove RF_PCCARD_ATTR.  I should have done this before 4.0.  It isn't part
of the API.

24 years agoUnbreak make world (libpam depends on libopie)
Kris Kennaway [Mon, 17 Apr 2000 03:50:53 +0000 (03:50 +0000)]
Unbreak make world (libpam depends on libopie)

24 years agochange {u}long -> {u}intptr_t to make it clear that these fields
Jonathan Lemon [Mon, 17 Apr 2000 03:39:49 +0000 (03:39 +0000)]
change {u}long -> {u}intptr_t to make it clear that these fields
may also contain pointers as well.

24 years agoRemove unneeded cast.
Jonathan Lemon [Mon, 17 Apr 2000 03:37:13 +0000 (03:37 +0000)]
Remove unneeded cast.

24 years agoFix the location of pccard.conf,
Mitsuru IWASAKI [Mon, 17 Apr 2000 03:09:05 +0000 (03:09 +0000)]
Fix the location of pccard.conf,
etc/pccard.conf.sample -> etc/defaults/pccard.conf.

Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>

24 years agoAdd kern_event.c
Warner Losh [Mon, 17 Apr 2000 03:06:27 +0000 (03:06 +0000)]
Add kern_event.c

24 years agoForgot to commit this to add card_if.m.
Warner Losh [Mon, 17 Apr 2000 02:54:05 +0000 (02:54 +0000)]
Forgot to commit this to add card_if.m.

Pointed out by: iwasaki-san.

24 years agoMinor man page formatting changes and improvements.
Robert Watson [Mon, 17 Apr 2000 00:21:08 +0000 (00:21 +0000)]
Minor man page formatting changes and improvements.

Suggested by: chris

24 years agoConnect pam_opie to the build.
Kris Kennaway [Mon, 17 Apr 2000 00:19:30 +0000 (00:19 +0000)]
Connect pam_opie to the build.

24 years agoAdd pam_opie, a PAM module using the OPIE one-time-password scheme.
Kris Kennaway [Mon, 17 Apr 2000 00:14:42 +0000 (00:14 +0000)]
Add pam_opie, a PAM module using the OPIE one-time-password scheme.

Submitted by: Jim Bloom <bloom@acm.org>

24 years agoAllow applications to disable the installation of the atexit() handler
Kris Kennaway [Mon, 17 Apr 2000 00:01:23 +0000 (00:01 +0000)]
Allow applications to disable the installation of the atexit() handler
which cleans up OPIE lockfiles. This is required for pam_opie.

Submitted by:   Jim Bloom <bloom@acm.org>

24 years agoCode compiles and installs 100% better if included in the Makefile.
Robert Watson [Sun, 16 Apr 2000 23:57:02 +0000 (23:57 +0000)]
Code compiles and installs 100% better if included in the Makefile.

Suggested by: Voices in my head.

24 years agoAdd sparcnetbsd support and cleanup style so that this looks nearly
Steve Price [Sun, 16 Apr 2000 23:42:25 +0000 (23:42 +0000)]
Add sparcnetbsd support and cleanup style so that this looks nearly
identical to Makefile.sparc.

24 years agoFix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc and
Steve Price [Sun, 16 Apr 2000 23:39:46 +0000 (23:39 +0000)]
Fix a typo (aout32.o -> aout32.c).  Add support for NetBSD/Sparc and
sparc64.

24 years agoCreate <event.h> -> <sys/event.h> link that I forgot earlier.
Jonathan Lemon [Sun, 16 Apr 2000 22:31:49 +0000 (22:31 +0000)]
Create <event.h> -> <sys/event.h> link that I forgot earlier.

Reminded by: ache

24 years agoIntroduce userland utilities to set and get extended attributes. These
Robert Watson [Sun, 16 Apr 2000 20:55:50 +0000 (20:55 +0000)]
Introduce userland utilities to set and get extended attributes.  These
utilities do not present the world's greatest interface, and will
undoubtably change soon.  However, they do let people experiment with
extended attributes, and provide samples of how to use the syscalls.

Obtained from: TrustedBSD

24 years agoSome more i386-only BIOS-friendliness:
Mike Smith [Sun, 16 Apr 2000 20:48:33 +0000 (20:48 +0000)]
Some more i386-only BIOS-friendliness:

 - Add support for using the PCI BIOS functions for configuration space
   accesses, and make this the default.

 - Make PNPBIOS the default (obsoletes the PNPBIOS config option).

 - Add two new boot-time tunables to disable each of the above.

24 years agoAdd mention of extended attributes in release notes.
Robert Watson [Sun, 16 Apr 2000 20:06:11 +0000 (20:06 +0000)]
Add mention of extended attributes in release notes.

Suggested by: kkenn

24 years agoSecond patch that prepares for the addition of the
Gerard Roudier [Sun, 16 Apr 2000 20:05:36 +0000 (20:05 +0000)]
Second patch that prepares for the addition of the
multi-firmware support. This patch just changes
numerous names in the driver sources and is actually
nilpotent. This has been checked by comparing the
generated assembly code.

The names that have been changed are related to the
script names. They were named `script' and `script H'.
They are now named respectively `script A' and
`script B'.

24 years agoChange tail to use kqueue/kevent to obtain a notification when
Jonathan Lemon [Sun, 16 Apr 2000 19:04:49 +0000 (19:04 +0000)]
Change tail to use kqueue/kevent to obtain a notification when
the file changes (when doing tail -{f|F}).

24 years agoAdd files that I forgot to `cvs add' on last commit.
Jonathan Lemon [Sun, 16 Apr 2000 19:02:08 +0000 (19:02 +0000)]
Add files that I forgot to `cvs add' on last commit.

24 years agoReplace the POLLEXTEND extensions with the kqueue() mechanism.
Jonathan Lemon [Sun, 16 Apr 2000 18:55:20 +0000 (18:55 +0000)]
Replace the POLLEXTEND extensions with the kqueue() mechanism.

24 years agoIntroduce kqueue() and kevent(), a kernel event notification facility.
Jonathan Lemon [Sun, 16 Apr 2000 18:53:38 +0000 (18:53 +0000)]
Introduce kqueue() and kevent(), a kernel event notification facility.

24 years agoInternat diff reducer.
Mark Murray [Sun, 16 Apr 2000 17:49:31 +0000 (17:49 +0000)]
Internat diff reducer.

24 years agoRemove unneeded #include
Jonathan Lemon [Sun, 16 Apr 2000 17:36:48 +0000 (17:36 +0000)]
Remove unneeded #include

24 years agoDo not pull in <sys/select.h>, it isn't required.
Jonathan Lemon [Sun, 16 Apr 2000 17:34:33 +0000 (17:34 +0000)]
Do not pull in <sys/select.h>, it isn't required.

24 years agoAdd a config.SH for the sparc and sparc64 ports. The ones for the sparc64
Steve Price [Sun, 16 Apr 2000 16:51:44 +0000 (16:51 +0000)]
Add a config.SH for the sparc and sparc64 ports.  The ones for the sparc64
might need some adjusting for the size of long long and long double.

Reviewed and approved by: markm

24 years agoThis commit was generated by cvs2svn to compensate for changes in r59281,
Mark Murray [Sun, 16 Apr 2000 16:03:07 +0000 (16:03 +0000)]
This commit was generated by cvs2svn to compensate for changes in r59281,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of OpenSSL v0.9.5a
Mark Murray [Sun, 16 Apr 2000 16:03:07 +0000 (16:03 +0000)]
Virgin import of OpenSSL v0.9.5a

24 years agoConvert pcvt to use the newbus driver framework, options COMPAT_OLDISA
Hellmuth Michaelis [Sun, 16 Apr 2000 09:33:17 +0000 (09:33 +0000)]
Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA
is no longer required to compile pcvt.

24 years agoRemove debugging code
Roger Hardiman [Sun, 16 Apr 2000 07:56:58 +0000 (07:56 +0000)]
Remove debugging code

24 years agoFix typo in interrupt handling code and fix bug in setting of adelay
Roger Hardiman [Sun, 16 Apr 2000 07:50:09 +0000 (07:50 +0000)]
Fix typo in interrupt handling code and fix bug in setting of adelay

24 years agoMake vinum compile again using the "cast to buf" workaround.
Poul-Henning Kamp [Sun, 16 Apr 2000 07:18:08 +0000 (07:18 +0000)]
Make vinum compile again using the "cast to buf" workaround.

Approved by: grog

24 years agoOverlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.
Poul-Henning Kamp [Sun, 16 Apr 2000 06:51:27 +0000 (06:51 +0000)]
Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.

Spotted by: mjacob

24 years agoAdd the scsi-target driver to LINT.
Poul-Henning Kamp [Sun, 16 Apr 2000 06:50:03 +0000 (06:50 +0000)]
Add the scsi-target driver to LINT.

24 years ago- Define registers as offsets from register base rather than offsets from
Matthew N. Dodd [Sun, 16 Apr 2000 06:12:08 +0000 (06:12 +0000)]
- Define registers as offsets from register base rather than offsets from
  EISA slot base.
- Remove unused IOPORT resource.

Reviewed by:  jlemon

24 years agoInclude <sys/bus.h>, which is needed after Doug's latest object changes.
Warner Losh [Sun, 16 Apr 2000 06:04:13 +0000 (06:04 +0000)]
Include <sys/bus.h>, which is needed after Doug's latest object changes.

24 years agoAllow the firewall rules to be established by a shell script instead
Brian S. Dean [Sun, 16 Apr 2000 02:28:42 +0000 (02:28 +0000)]
Allow the firewall rules to be established by a shell script instead
of forcing them to be an 'ipfw' rules file.  This allows one to
determine interface addresses dynamically, etc.  The rule is if the
file referenced by ${firewall_type} is executable, it is sourced, but
if it is just readable, it is used as input to 'ipfw' like before.

24 years agoChange "FreeBSD 5.0" to ".Fx 5.0"
Chris Costello [Sun, 16 Apr 2000 01:43:11 +0000 (01:43 +0000)]
Change "FreeBSD 5.0" to ".Fx 5.0"

24 years agoFix two bugs in extended attribute support for UFS/FFS:
Robert Watson [Sun, 16 Apr 2000 01:35:30 +0000 (01:35 +0000)]
Fix two bugs in extended attribute support for UFS/FFS:

o Put back in {} removed during over-zealous cleanup of gratuitous
  debugging output during preparation for the commit.  Due to the
  missing {}, writes on extended attributes always silently failed.
  Doh.

o Don't unlock the target vnode if it's the backing vnode, as we
  don't lock the target vnode if it's the backing vnode.

24 years agoRemove MAINTAINER.
Greg Lehey [Sun, 16 Apr 2000 00:17:46 +0000 (00:17 +0000)]
Remove MAINTAINER.

24 years agoDon't try to compile in INET6 support when NOINET6 is defined.
Steve Price [Sat, 15 Apr 2000 20:45:52 +0000 (20:45 +0000)]
Don't try to compile in INET6 support when NOINET6 is defined.

24 years agoUse the non-asm routines (for now) on the sparc and sparc64 ports.
Steve Price [Sat, 15 Apr 2000 20:41:06 +0000 (20:41 +0000)]
Use the non-asm routines (for now) on the sparc and sparc64 ports.

24 years agoA messy commit that checkpoints the driver (not known to actually work)
Duncan Barclay [Sat, 15 Apr 2000 19:51:18 +0000 (19:51 +0000)]
A messy commit that checkpoints the driver (not known to actually work)
before I rip out the scheduler - whilst v. nice 'n all, it is doing the
wrong job. We need something that sends commands to the card atomically
so dhcp etc. works right.

I've renamed and moved a lot of the scheduler code so that it is all
in one place and all starts with ray_cmd_

ray_stop has some debugging crap left in - to be deleted rsn

24 years agoMerged in a load of information from the card documentation - not finished yet.
Duncan Barclay [Sat, 15 Apr 2000 19:44:05 +0000 (19:44 +0000)]
Merged in a load of information from the card documentation - not finished yet.

24 years agoA few comment tidy-ups.
Duncan Barclay [Sat, 15 Apr 2000 19:21:02 +0000 (19:21 +0000)]
A few comment tidy-ups.

Add a %b printf descriptor

Change the START command to DOWNLOAD to avoid confusion with start
as in transmitting a packet.

24 years agoFix typo, extentions -> extensions
Jeroen Ruigrok van der Werven [Sat, 15 Apr 2000 18:46:15 +0000 (18:46 +0000)]
Fix typo, extentions -> extensions

Submitted by: George Cox <gjvc@sophos.com>

24 years agoext2fs relies on UFS support code, and as a result also requires
Robert Watson [Sat, 15 Apr 2000 17:14:22 +0000 (17:14 +0000)]
ext2fs relies on UFS support code, and as a result also requires
extattr.h to be included.  This fixes the broken ext2fs build as of
the import of extattr code.

Also added $FreeBSD: $ to a couple of files that didn't have them,
without which I couldn't commit this fix.

Reported by:    "George W. Dinolt" <gdinolt@pacbell.net>

24 years agoRemove pccard.conf.sample from Makefile, sorry I forgot.
Mitsuru IWASAKI [Sat, 15 Apr 2000 16:48:41 +0000 (16:48 +0000)]
Remove pccard.conf.sample from Makefile, sorry I forgot.

24 years agoRemove src/etc/pccard.conf.sample. This file is no longer used.
Mitsuru IWASAKI [Sat, 15 Apr 2000 11:12:53 +0000 (11:12 +0000)]
Remove src/etc/pccard.conf.sample.  This file is no longer used.
The pccardd default config file is changed to /etc/defaults/pccard.conf.

Approved by: imp

24 years agoFirst patch that prepares for the adding of multi-firmware
Gerard Roudier [Sat, 15 Apr 2000 10:54:58 +0000 (10:54 +0000)]
First patch that prepares for the adding of multi-firmware
support. Changes are rather simplifications of the SCRIPTS
interface (prior to complexifying it again;) ), dead code
removes and comment fixes.

Code removed:
- Handling of kernel variables referenced from SCRIPTS.
- Handling of selection without ATN.

Slightly rewritten:
- Handling of illegal phase (4/5) and data overrun conditions.

Simplifications:
- Extended error flag and bits now only set from the C code.
- Move the extended error status (xerr_status) and nego
  status (nego_status) outside the data structure accessed
  by SCRIPTS (struct dsb).
- Get rid of the script status field (scr_st).
- Only patch SCR_NO_OP SCRIPTS instructions to adapt SCRIPTS
  to actual chip capabilities.

Cosmetic changes:
- Miscellaneous comments in SCRIPTS.
- FreeBSD_4_Bus define replaced by FreeBSD_Bus_Io_Abstraction.

24 years agoAdd include files to alpha/include directory.
Roger Hardiman [Sat, 15 Apr 2000 08:07:56 +0000 (08:07 +0000)]
Add include files to alpha/include directory.
Eventually the i386/include and alpha/include header files for the bktr
driver will be moved to a common directory.

24 years agoUpdate to driver 2.11.
Roger Hardiman [Sat, 15 Apr 2000 07:46:19 +0000 (07:46 +0000)]
Update to driver 2.11.
Driver now compiles on FreeBSD/Alpha, but still requires testing.
Remove a printf, submitted by Chris D. Faulhaber <jedgar@fxp.org>

24 years agoComplete the bio/buf divorce for all code below devfs::strategy
Poul-Henning Kamp [Sat, 15 Apr 2000 05:54:02 +0000 (05:54 +0000)]
Complete the bio/buf divorce for all code below devfs::strategy

Exceptions:
        Vinum untouched.  This means that it cannot be compiled.
        Greg Lehey is on the case.

        CCD not converted yet, casts to struct buf (still safe)

        atapi-cd casts to struct buf to examine B_PHYS

24 years agoIntroduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended
Robert Watson [Sat, 15 Apr 2000 05:14:39 +0000 (05:14 +0000)]
Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended
attributes (recently committed).  Using extattrctl, the extended attribute
service may be started and stopped for specific file systems; specific
attributes may be enabled or disabled, and the backing file for each
attribute configured.  Also, backing files may be initialized.

Reviewed by:    adrian, bp, freebsd-fs, the unthanked masses
Obtained from:  TrustedBSD

24 years agomake mmap sort-of work. there seem to be interactions with certain hw
Cameron Grant [Sat, 15 Apr 2000 05:04:12 +0000 (05:04 +0000)]
make mmap sort-of work.  there seem to be interactions with certain hw
drivers, so still work in progress.

do various mmap-related ioctls right.

improve blocksize control.

bits of cleanup.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r59243,
David E. O'Brien [Sat, 15 Apr 2000 04:41:27 +0000 (04:41 +0000)]
This commit was generated by cvs2svn to compensate for changes in r59243,
which included commits to RCS files with non-trunk default branches.

24 years agoImport the latest version of the 44BSD C-shell -- tcsh-6.09.
David E. O'Brien [Sat, 15 Apr 2000 04:41:27 +0000 (04:41 +0000)]
Import the latest version of the 44BSD C-shell -- tcsh-6.09.

24 years agoIntroduce extended attribute support for FFS, allowing arbitrary
Robert Watson [Sat, 15 Apr 2000 03:34:27 +0000 (03:34 +0000)]
Introduce extended attribute support for FFS, allowing arbitrary
(name, value) pairs to be associated with inodes.  This support is
used for ACLs, MAC labels, and Capabilities in the TrustedBSD
security extensions, which are currently under development.

In this implementation, attributes are backed to data vnodes in the
style of the quota support in FFS.  Support for FFS extended
attributes may be enabled using the FFS_EXTATTR kernel option
(disabled by default).  Userland utilities and man pages will be
committed in the next batch.  VFS interfaces and man pages have
been in the repo since 4.0-RELEASE and are unchanged.

o ufs/ufs/extattr.h: UFS-specific extattr defines
o ufs/ufs/ufs_extattr.c: bulk of support routines
o ufs/{ufs,ffs,mfs}/*.[ch]: hooks and extattr.h includes
o contrib/softupdates/ffs_softdep.c: extattr.h includes
o conf/options, conf/files, i386/conf/LINT: added FFS_EXTATTR

o coda/coda_vfsops.c: XXX required extattr.h due to ufsmount.h
(This should not be the case, and will be fixed in a future commit)

Currently attributes are not supported in MFS.  This will be fixed.

Reviewed by: adrian, bp, freebsd-fs, other unthanked souls
Obtained from: TrustedBSD Project

24 years agoSync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.
Jeroen Ruigrok van der Werven [Fri, 14 Apr 2000 21:01:35 +0000 (21:01 +0000)]
Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.

This gets rid of a bogus cast of NULL in setbuf().
Lets us know the buffer malloc failed.

Reworks the manpage a bit to make it more mdoc(7) compliant, adds
examples.

24 years agoFix minor bugs.
Mitsuru IWASAKI [Fri, 14 Apr 2000 18:04:15 +0000 (18:04 +0000)]
Fix minor bugs.
 - reset line number when new file is included.
 - activate `-i' command lline option (specify available IRQ) again.

24 years agoApply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to established
Ruslan Ermilov [Fri, 14 Apr 2000 15:34:55 +0000 (15:34 +0000)]
Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to established
connections, after SYN packets were seen from both ends.  Before this,
it would get applied right after the first SYN packet was seen (either
from client or server).  With broken TCP connection attempts, when the
remote end does not respond with SYNACK nor with RST, this resulted in
having a useless (ie, no actual TCP connection associated with it) TCP
link with 86400 seconds TTL, wasting system memory.  With high rate of
such broken connection attempts (for example, remote end simply blocks
these connection attempts with ipfw(8) without sending RST back), this
could result in a denial-of-service.

PR: bin/17963

24 years agoChange && to || in probe routine so that the mlphy driver doesn't
Bill Paul [Fri, 14 Apr 2000 15:31:48 +0000 (15:31 +0000)]
Change && to || in probe routine so that the mlphy driver doesn't
incorrectly attach itself to ThunderLAN adapters which happen to have
a PHY who's model number happens out to be 0.

Problem reported by: Peter L. Thomas <Pete@painless-computing.com>

24 years agoAdd vendor/device codes for SmartBridges SmartLink USB ethernet adapter
Bill Paul [Fri, 14 Apr 2000 14:46:22 +0000 (14:46 +0000)]
Add vendor/device codes for SmartBridges SmartLink USB ethernet adapter
(which is actually a CATC Netmate).

Gee. I don't know why people make such a fuss over supporting USB ethernet
NICs. This is easier than collecting graft.

24 years agoRegenerate.
Bill Paul [Fri, 14 Apr 2000 14:44:54 +0000 (14:44 +0000)]
Regenerate.

24 years agoAdd entry for SmartBridges SmartLink USB ethernet adapter.
Bill Paul [Fri, 14 Apr 2000 14:43:34 +0000 (14:43 +0000)]
Add entry for SmartBridges SmartLink USB ethernet adapter.

24 years agoThe printf function of boot2 can't recognize "%lx" format.
Yoshihiro Takahashi [Fri, 14 Apr 2000 14:25:13 +0000 (14:25 +0000)]
The printf function of boot2 can't recognize "%lx" format.

Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>

24 years agoMerged from sys/boot/i386/loader/Makefile revision 1.43.
Yoshihiro Takahashi [Fri, 14 Apr 2000 13:51:14 +0000 (13:51 +0000)]
Merged from sys/boot/i386/loader/Makefile revision 1.43.

24 years agoAdded wdreg.h. PC-98 still uses the wd driver.
Yoshihiro Takahashi [Fri, 14 Apr 2000 11:29:15 +0000 (11:29 +0000)]
Added wdreg.h. PC-98 still uses the wd driver.

24 years agoAdd web pointers to Multia FAQs
Wilko Bulte [Fri, 14 Apr 2000 10:29:03 +0000 (10:29 +0000)]
Add web pointers to Multia FAQs

24 years agoReplace the inappropriate use of .Nx (netBSD) with a more generalized
Sheldon Hearn [Fri, 14 Apr 2000 09:57:56 +0000 (09:57 +0000)]
Replace the inappropriate use of .Nx (netBSD) with a more generalized
.Ux (UNIX) as is appropriate in the context used.

PR: 17954
Submitted by: Brian Handy <handy@physics.montana.edu>

24 years agoremove extern int errno; include errno.h
Warner Losh [Fri, 14 Apr 2000 06:49:16 +0000 (06:49 +0000)]
remove extern int errno;  include errno.h

24 years ago#include <errno.h> where needed. Kill extern int errno;.
Warner Losh [Fri, 14 Apr 2000 06:39:19 +0000 (06:39 +0000)]
#include <errno.h> where needed.  Kill extern int errno;.

Minor warnings in tip corrected.

24 years agoAdd include of errno.h where needed, remove extern int errno where not.
Warner Losh [Fri, 14 Apr 2000 06:15:01 +0000 (06:15 +0000)]
Add include of errno.h where needed, remove extern int errno where not.

These commits were inspired by a similar commit to netbsd.

24 years agoBetter error message for a case that I hit.
Warner Losh [Fri, 14 Apr 2000 06:10:01 +0000 (06:10 +0000)]
Better error message for a case that I hit.

24 years agoUse #include <errno.h> rather than extern int errno;.
Warner Losh [Fri, 14 Apr 2000 06:03:39 +0000 (06:03 +0000)]
Use #include <errno.h> rather than extern int errno;.

24 years agoChange the maximum I/O transfer size to DFLTPHYS. This should fix
Jonathan Lemon [Thu, 13 Apr 2000 23:42:55 +0000 (23:42 +0000)]
Change the maximum I/O transfer size to DFLTPHYS.  This should fix
write corruption that some users were experiencing.

24 years agoRemove unnecessary empty line.
Jeroen Ruigrok van der Werven [Thu, 13 Apr 2000 19:31:46 +0000 (19:31 +0000)]
Remove unnecessary empty line.
Remove trailing whitespace.

24 years agoUpdate Multia section with floppy boot problems & workaround.
Wilko Bulte [Thu, 13 Apr 2000 18:17:59 +0000 (18:17 +0000)]
Update Multia section with floppy boot problems & workaround.

24 years ago- Add an additional call to eisa_add_iospace() so we get the right IOPORT
Matthew N. Dodd [Thu, 13 Apr 2000 18:09:05 +0000 (18:09 +0000)]
- Add an additional call to eisa_add_iospace() so we get the right IOPORT
  in attach.
- Change a EISA_CHANNEL_CLEAR to EISA_CHANNEL_BUSY in ida_v1_submit().

This may fix the problem with EISA IDA adapters though we have not heard
back from testers yet.

Reviewed by:  jlemon

24 years agoAdd an example refuse file.
Sheldon Hearn [Thu, 13 Apr 2000 14:40:39 +0000 (14:40 +0000)]
Add an example refuse file.

PR: 17972
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>

24 years agoA complete reformatting of manual page.
Ruslan Ermilov [Thu, 13 Apr 2000 14:04:01 +0000 (14:04 +0000)]
A complete reformatting of manual page.

24 years agoAdded wdreg.h and fixed path.
Yoshihiro Takahashi [Thu, 13 Apr 2000 10:37:49 +0000 (10:37 +0000)]
Added wdreg.h and fixed path.

24 years agoDo not issue a warning when chflags() fails with EOPNOTSUPP.
Sheldon Hearn [Thu, 13 Apr 2000 09:39:29 +0000 (09:39 +0000)]
Do not issue a warning when chflags() fails with EOPNOTSUPP.

PR: 17875
Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>

24 years agoWhitespace change: reformat to avoid hard sentence breaks and long
Sheldon Hearn [Thu, 13 Apr 2000 08:09:02 +0000 (08:09 +0000)]
Whitespace change:  reformat to avoid hard sentence breaks and long
lines.

24 years agoUpdate for OpenSSL 0.9.5a and clean up a bit.
Kris Kennaway [Thu, 13 Apr 2000 07:37:35 +0000 (07:37 +0000)]
Update for OpenSSL 0.9.5a and clean up a bit.

24 years agoUpdate for OpenSSL 0.9.5a and clean up a bit.
Kris Kennaway [Thu, 13 Apr 2000 07:37:26 +0000 (07:37 +0000)]
Update for OpenSSL 0.9.5a and clean up a bit.
Take responsibility for this makefile again :-)

24 years agoResolve conflicts.
Kris Kennaway [Thu, 13 Apr 2000 07:15:03 +0000 (07:15 +0000)]
Resolve conflicts.

24 years agocheckpoint latest pccard/pcic hacking:
Warner Losh [Thu, 13 Apr 2000 06:42:58 +0000 (06:42 +0000)]
checkpoint latest pccard/pcic hacking:

o Eliminate cross calls between the devices.  Instead move to using the
  newbus messaging system.  Added three new card calls: attach_card,
  detach_card, get_type.
o Eliminate interrupt routine in pccard we never use.
o Move from deactivate to detach for removing cards.
o Start mapping CIS memory, but it is broken and causes panics.  At least
  it is closer to working than before.
o Eliminate struct device everywhere.  It was bogus.
o Initialize softc for pccard device so we have valid pointers to
  ourselves.
o Implement routine to find the pcic ivar for a child device of the pccard so
  we can use it to talk to the pcic hardware.
o Lots of minor tiding up.

This version now panics when we try to read the CIS.  The next batch
of work to make this work is what was outlined in my posting to mobile
about resource allocation and such.

24 years agoInitial import of OpenSSL 0.9.5a
Kris Kennaway [Thu, 13 Apr 2000 06:33:22 +0000 (06:33 +0000)]
Initial import of OpenSSL 0.9.5a

24 years agoThis commit was generated by cvs2svn to compensate for changes in r59191,
Kris Kennaway [Thu, 13 Apr 2000 06:33:22 +0000 (06:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r59191,
which included commits to RCS files with non-trunk default branches.

24 years agoEnable building Vinum on alpha.
Greg Lehey [Thu, 13 Apr 2000 04:08:24 +0000 (04:08 +0000)]
Enable building Vinum on alpha.

Submitted-by: Bernd Walter <ticso@cicely.de>
Reminded-by: Pedro A M Vazquez <vazquez@iqm.unicamp.br>

24 years agoRemove a rogue space
Brian Somers [Thu, 13 Apr 2000 00:00:46 +0000 (00:00 +0000)]
Remove a rogue space

24 years agoNull commit [correction for the previous version]
Brian Somers [Wed, 12 Apr 2000 21:28:51 +0000 (21:28 +0000)]
Null commit [correction for the previous version]
Units of *hours* or less honour DST