]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoWrite support for the cd(4) driver.
ken [Mon, 30 Oct 2000 07:03:00 +0000 (07:03 +0000)]
Write support for the cd(4) driver.

This allows writing to DVD-RAM, PD and similar drives that probe as CD
devices.  Note that these are randomly writeable devices, not
sequential-only devices like CD-R drives, which are supported by cdrecord.

Add a new flag value for dsopen(), DSO_COMPATLABEL.  The cd(4) driver now
uses this flag instead of the DSO_NOLABELS flag.  The DSO_NOLABELS always
used a "fake" disklabel for the entire disk, provided by the caller.

With the DSO_COMPATLABEL flag, dsopen() will first search the media for a
label, and if it finds a label, it will use that label.  Otherwise it will
use the fake disklabel provided by the caller.  This provides backwards
compatibility, since we will still have labels for ISO9660 media.

It also provides new functionality, since you can now have a regular BSD
disklabel on read-only media, or on writeable media (e.g. DVD-RAM).

Bruce and I both think that we should eventually (in a few years) get
away from using disklabels for ISO9660 media, and just use the whole disk
device (/dev/cd0).  At that point disklabel handling in the cd(4) driver
could follow the "normal" model, as used in the da(4) driver.

Also, clean up the path in a couple of places in cdregister().  (Thanks to
Nick Hibma for catching that bug.)

Reviewed by: bde

23 years agoAdd some additional message types for coming raylan driver from Duncan
imp [Mon, 30 Oct 2000 06:03:57 +0000 (06:03 +0000)]
Add some additional message types for coming raylan driver from Duncan
Barclay.

23 years agoAlpha verions of the crt initialization and finalization files required
obrien [Mon, 30 Oct 2000 05:21:08 +0000 (05:21 +0000)]
Alpha verions of the crt initialization and finalization files required
by the ELF ABI.

23 years agoChange "PERL_THREADED=yes" to "PERL_THREADED=true".
vanilla [Mon, 30 Oct 2000 04:52:33 +0000 (04:52 +0000)]
Change "PERL_THREADED=yes" to "PERL_THREADED=true".

23 years agoRemember to decrement interrupt nesting level if leaving early
mjacob [Mon, 30 Oct 2000 04:18:54 +0000 (04:18 +0000)]
Remember to decrement interrupt nesting level if leaving early
(in the unlikely case we get a clock interrupt on a non-primary CPU).

23 years agoAdd suffix "-thread" to archname when perl with thread support.
vanilla [Mon, 30 Oct 2000 03:27:06 +0000 (03:27 +0000)]
Add suffix "-thread" to archname when perl with thread support.

Approved by: markm

23 years agoChange my email on MAINTAINER from an RPI address to my FreeBSD address.
gad [Mon, 30 Oct 2000 01:09:32 +0000 (01:09 +0000)]
Change my email on MAINTAINER from an RPI address to my FreeBSD address.

23 years agoAdd ``all'' logging.
brian [Mon, 30 Oct 2000 00:15:35 +0000 (00:15 +0000)]
Add ``all'' logging.

Submitted by: eivind

23 years agoBump our version to reflect the recent MPPE additions (and ccp struct
brian [Mon, 30 Oct 2000 00:15:34 +0000 (00:15 +0000)]
Bump our version to reflect the recent MPPE additions (and ccp struct
size change).

23 years agoMove the MPPE keysize display in ``show ccp''.
brian [Mon, 30 Oct 2000 00:15:33 +0000 (00:15 +0000)]
Move the MPPE keysize display in ``show ccp''.

23 years agoVarious whitespace changes.
brian [Mon, 30 Oct 2000 00:15:29 +0000 (00:15 +0000)]
Various whitespace changes.
Make some functions static.

23 years agostaticise mbuftype()
brian [Mon, 30 Oct 2000 00:15:27 +0000 (00:15 +0000)]
staticise mbuftype()

23 years agoAdd MPPE and MSChap v2 support (denied and disabled by default)
brian [Mon, 30 Oct 2000 00:15:04 +0000 (00:15 +0000)]
Add MPPE and MSChap v2 support (denied and disabled by default)

Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>

23 years agoAdd two new classes of problem reports primarily for the Ports Collection:
steve [Sun, 29 Oct 2000 22:11:39 +0000 (22:11 +0000)]
Add two new classes of problem reports primarily for the Ports Collection:

- update: For submitting non-maintainer updates/changes
- maintainer-update: For submitting maintainer updates/changes

The intent is to make it easier to spot maintainer sactioned or submitted
updates to ports though it might also be useful for userland code that is
maintained by someone that is not a FreeBSD committer.

Submitted by: nbm and many others

23 years agoUpdate to version 3.113. Major changes were to incorporate FreeBSD-
steve [Sun, 29 Oct 2000 22:05:52 +0000 (22:05 +0000)]
Update to version 3.113.  Major changes were to incorporate FreeBSD-
specific changes into the original distribution (although sometimes
with a slightly different approach) and to add two commandline
options to send-pr(1):

-c which allows you to specify an address to CC this
PR to
-s allow the severity to be specified on the commandline

PR: 17922

23 years ago_aio_aqueue(): Change kevent registration to use its own struct file pointer.
alc [Sun, 29 Oct 2000 21:38:28 +0000 (21:38 +0000)]
_aio_aqueue(): Change kevent registration to use its own struct file pointer.
 Otherwise, aio_read() and aio_write() on sockets are broken if a kevent is
 registered.  (The code after kevent registration for handling sockets assumes
 that the struct file pointer "fp" still refers to the socket, not the kqueue.)

23 years ago- ipv6_prefix_* and ipv6_ifconfig_* work for end node
ume [Sun, 29 Oct 2000 19:59:05 +0000 (19:59 +0000)]
- ipv6_prefix_* and ipv6_ifconfig_* work for end node
- rtsol should be work for only one interface
- new variable ipv6_defaultrouter is added
- option name of rtadvd in comment are corrected
- ipv6_firewall_enable, ipv6_firewall_type, ipv6_firewall_script,
  ipv6_firewall_logging are added to introduce rc.firewall6.

IPv6 firewall rule is just starting point and should be brushed up.
This commit includes PR18621, PR21694, PR22051.

PR: conf/18621, conf/21694, conf/22051
Reviewed by: asmodai

23 years agoAllow all users to access the dev -> devname sysctl.
phk [Sun, 29 Oct 2000 19:50:06 +0000 (19:50 +0000)]
Allow all users to access the dev -> devname sysctl.

23 years agoRemove unneeded <stddef.h> #includes.
phk [Sun, 29 Oct 2000 16:57:42 +0000 (16:57 +0000)]
Remove unneeded <stddef.h> #includes.

23 years ago- Sync with latest manpage of rtadvd.
ume [Sun, 29 Oct 2000 16:44:10 +0000 (16:44 +0000)]
- Sync with latest manpage of rtadvd.
- Ripped MIP6 related description out.  MIP6 is not merged, yet.

Obtained from: KAME Project

23 years agoMake a few more mallocs use M_ZERO.
dwmalone [Sun, 29 Oct 2000 16:29:05 +0000 (16:29 +0000)]
Make a few more mallocs use M_ZERO.

Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: imp

23 years agoUnmask cypress ata controllers. This bug was hidden before
gallatin [Sun, 29 Oct 2000 16:27:40 +0000 (16:27 +0000)]
Unmask cypress ata controllers.  This bug was hidden before
the addition of the serverworks isab support because the
cypress case was the last one in the switch

23 years agoMake malloc use M_ZERO in some more locations.
dwmalone [Sun, 29 Oct 2000 16:14:28 +0000 (16:14 +0000)]
Make malloc use M_ZERO in some more locations.
Don't check for a null pointer if malloc called with M_WAITOK.

Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: bp

23 years agoFix memory leak.
sumikawa [Sun, 29 Oct 2000 16:10:48 +0000 (16:10 +0000)]
Fix memory leak.

Obtained from: KAME

23 years agoMove suser() and suser_xxx() prototypes and a related #define from
phk [Sun, 29 Oct 2000 16:06:56 +0000 (16:06 +0000)]
Move suser() and suser_xxx() prototypes and a related #define from
<sys/proc.h> to <sys/systm.h>.

Correctly document the #includes needed in the manpage.

Add one now needed #include of <sys/systm.h>.
Remove the consequent 48 unused #includes of <sys/proc.h>.

23 years agoUse CHECK_FLAG
des [Sun, 29 Oct 2000 15:56:10 +0000 (15:56 +0000)]
Use CHECK_FLAG

23 years agoFix a typo in a date line. I wouldn't normally ignore MAINTAINER, but the
nik [Sun, 29 Oct 2000 15:55:15 +0000 (15:55 +0000)]
Fix a typo in a date line.  I wouldn't normally ignore MAINTAINER, but the
PR's been assigned to Warner since June.

PR: docs/18835
Submitted by: shirota@mbox.media.nagoya-u.ac.jp

23 years agoStricter error checking in the I/O functions.
des [Sun, 29 Oct 2000 15:52:05 +0000 (15:52 +0000)]
Stricter error checking in the I/O functions.

23 years agoLink kbdmap.5 to keymap.5
nik [Sun, 29 Oct 2000 15:49:03 +0000 (15:49 +0000)]
Link kbdmap.5 to keymap.5

PR: docs/19995 docs/20298

23 years agoAdd the use of M_ZERO to some malloc calls.
dwmalone [Sun, 29 Oct 2000 15:47:16 +0000 (15:47 +0000)]
Add the use of M_ZERO to some malloc calls.

Submitted by: josh@zipperup.org
Submitted by: Robert Drehmel <robd@gmx.net>
Approved by: gibbs

23 years agoAdd CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.
des [Sun, 29 Oct 2000 15:45:31 +0000 (15:45 +0000)]
Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set.

23 years agoInsetad of using fileno(ftp) as stdin for tar, use a pipe and have the
des [Sun, 29 Oct 2000 15:39:51 +0000 (15:39 +0000)]
Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the
parent pass the data received from the server to the child.

23 years agoWeaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk [Sun, 29 Oct 2000 14:54:55 +0000 (14:54 +0000)]
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
the offending inline function (BUF_KERNPROC) on it being #included
already.

I'm not sure BUF_KERNPROC() is even the right thing to do or in the
right place or implemented the right way (inline vs normal function).

Remove consequently unneeded #includes of <sys/proc.h>

23 years ago.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
nik [Sun, 29 Oct 2000 14:45:36 +0000 (14:45 +0000)]
.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
mount_std.

PR: docs/20369
Submitted by: bmah

23 years agoEntry for umodem0 devices, 124.
n_hibma [Sun, 29 Oct 2000 14:06:12 +0000 (14:06 +0000)]
Entry for umodem0 devices, 124.

23 years agoRemove unneeded #include <sys/proc.h> lines.
phk [Sun, 29 Oct 2000 13:57:19 +0000 (13:57 +0000)]
Remove unneeded #include <sys/proc.h> lines.

23 years agoBe explicit about the fact that you can only specify one IP address/hostname
n_hibma [Sun, 29 Oct 2000 13:49:18 +0000 (13:49 +0000)]
Be explicit about the fact that you can only specify one IP address/hostname

23 years agoBreak a line more appropriately.
asmodai [Sun, 29 Oct 2000 13:37:13 +0000 (13:37 +0000)]
Break a line more appropriately.

23 years agoWhitespace only commit.
asmodai [Sun, 29 Oct 2000 13:33:57 +0000 (13:33 +0000)]
Whitespace only commit.

23 years agoUpdate the twe manpage to correspond with the latest source changes.
asmodai [Sun, 29 Oct 2000 13:31:24 +0000 (13:31 +0000)]
Update the twe manpage to correspond with the latest source changes.

Submitted by: msmith

23 years agoBack out previous commit (MLINK malloc.conf.5 -> malloc.3).
eivind [Sun, 29 Oct 2000 13:20:24 +0000 (13:20 +0000)]
Back out previous commit (MLINK malloc.conf.5 -> malloc.3).
This did not work correctly with whatis(1).

Issue brought up by: mpp

23 years agoAdd the ATA RAID device 'ar'.
sos [Sun, 29 Oct 2000 13:04:04 +0000 (13:04 +0000)]
Add the ATA RAID device 'ar'.

23 years agoDocument FTP_PASSIVE_MODE and FTP_PASSWORD.
des [Sun, 29 Oct 2000 12:58:08 +0000 (12:58 +0000)]
Document FTP_PASSIVE_MODE and FTP_PASSWORD.

PR: docs/20626
Submitted by: nik

23 years agoRemove obsolete /dev/drum references
jedgar [Sun, 29 Oct 2000 12:19:52 +0000 (12:19 +0000)]
Remove obsolete /dev/drum references

Reviewed by: alex, asmodai, billf

23 years agoThe previous commit had the fascinating side effect of bringing the
dougb [Sun, 29 Oct 2000 10:19:55 +0000 (10:19 +0000)]
The previous commit had the fascinating side effect of bringing the
openssl version 0.9.5a version of this file into RELENG_5. This is
a good thing, but should be documented.

23 years agofix warning compile error about unused variable
darrenr [Sun, 29 Oct 2000 10:07:43 +0000 (10:07 +0000)]
fix warning compile error about unused variable

23 years agoAdd a CVS Id tag
dougb [Sun, 29 Oct 2000 10:00:58 +0000 (10:00 +0000)]
Add a CVS Id tag

23 years agoAdd link malloc.conf.5 -> malloc.3
eivind [Sun, 29 Oct 2000 09:59:35 +0000 (09:59 +0000)]
Add link malloc.conf.5 -> malloc.3

23 years agoFix params passed to pci_porten() and pci_memen().
phk [Sun, 29 Oct 2000 09:59:28 +0000 (09:59 +0000)]
Fix params passed to pci_porten() and pci_memen().

23 years agoTeach sysinstall how to restart itself on Ctrl-C (as an addition to its old
eivind [Sun, 29 Oct 2000 09:57:50 +0000 (09:57 +0000)]
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
tricks of rebooting and continuing where it was.)

Reviewed by: jkh, jhb

23 years agoAdd a hook for doing #include magic (for src/tools/tools/kerninclude).
phk [Sun, 29 Oct 2000 09:47:50 +0000 (09:47 +0000)]
Add a hook for doing #include magic (for src/tools/tools/kerninclude).

23 years agoUpdate copyright
dougb [Sun, 29 Oct 2000 09:41:06 +0000 (09:41 +0000)]
Update copyright

23 years agoMore changes that don't modify functionality.
dougb [Sun, 29 Oct 2000 09:40:22 +0000 (09:40 +0000)]
More changes that don't modify functionality.

* More whitespace
* Change read -p to echo -n/read to help support portability
* Genericize an informational message regarding /.cshrc and /.profile
  for the same reason

23 years agofix conflicts created by import
darrenr [Sun, 29 Oct 2000 08:08:32 +0000 (08:08 +0000)]
fix conflicts created by import

23 years agoThis commit was generated by cvs2svn to compensate for changes in r67855,
darrenr [Sun, 29 Oct 2000 08:07:08 +0000 (08:07 +0000)]
This commit was generated by cvs2svn to compensate for changes in r67855,
which included commits to RCS files with non-trunk default branches.

23 years agoImport IP Filter 3.4.13 into src/contrib, not src/contirb
darrenr [Sun, 29 Oct 2000 08:07:08 +0000 (08:07 +0000)]
Import IP Filter 3.4.13 into src/contrib, not src/contirb

23 years agoFix conflicts creted by import.
darrenr [Sun, 29 Oct 2000 07:53:05 +0000 (07:53 +0000)]
Fix conflicts creted by import.

23 years agoWhitespace only. Make the style of the contributed sections consistent with
dougb [Sun, 29 Oct 2000 07:47:51 +0000 (07:47 +0000)]
Whitespace only. Make the style of the contributed sections consistent with
the rest of the file. (Read, put it back the way I like it.)

23 years agoFinish the job of conditionalizing UUCP by preventing files in /etc/uucp
dougb [Sun, 29 Oct 2000 06:57:59 +0000 (06:57 +0000)]
Finish the job of conditionalizing UUCP by preventing files in /etc/uucp
from being installed, and make rmail conditional on neither of
NO_SENDMAIL and NOUUCP.

PR: bin/21321
Submitted by: Me

23 years agoChange flags of ncv and nsp driver. Both were conflicted with the flags
non [Sun, 29 Oct 2000 06:54:32 +0000 (06:54 +0000)]
Change flags of ncv and nsp driver. Both were conflicted with the flags
used in lower layer (scsi_low.c).

The flag of ncv for KME KXLC004 was chaged from 0x1 to 0x100.
The flag of nsp for PIO mode was chaged from 0x1 to 0x100.

23 years agoChanged not to use struct isa_device in the argument of scsi_low_activate().
non [Sun, 29 Oct 2000 06:47:16 +0000 (06:47 +0000)]
Changed not to use struct isa_device in the argument of scsi_low_activate().
You will not need COMPAT_OLDISA in config file.
This interface may have to change in future.

23 years agoRemove unnecessary printf().
non [Sun, 29 Oct 2000 06:03:47 +0000 (06:03 +0000)]
Remove unnecessary printf().

23 years agoAdd about ncv, nsp, and stg SCSI drivers and card names which
non [Sun, 29 Oct 2000 05:58:27 +0000 (05:58 +0000)]
Add about ncv, nsp, and stg SCSI drivers and card names which
are supposed to work.

23 years agoAdd hints for ISA cards (such as TMC1610M) which use stg driver.
non [Sun, 29 Oct 2000 05:51:46 +0000 (05:51 +0000)]
Add hints for ISA cards (such as TMC1610M) which use stg driver.
The values has been given by Arai Mikio <m-arai@sco.bekkoame.ne.jp>.

23 years agoFix a bug that shows up when checking out files by date with the
jdp [Sun, 29 Oct 2000 03:56:49 +0000 (03:56 +0000)]
Fix a bug that shows up when checking out files by date with the
"-D date" command line option.  There is code in the original to
handle a special case.  If the date search finds revision 1.1 it
is supposed to check whether revision 1.1.1.1 has the same date
stamp, which would indicate that the file was originally brought
in with "cvs import".  In that case it is supposed to return the
vendor branch version 1.1.1.1.

However, there is a bug in the code.  It actually compares the date
of revision 1.1 for equality with the date given on the command
line -- clearly wrong.  This commit fixes the coding bug.

There is an additional bug which is _not_ fixed in this commit.
The date comparison should not be a strict equality test.  It should
allow a fudge factor of, say, 2-3 seconds.  Old versions of CVS
created the two revisions with two separate invocations of the RCS
"ci" command.  We have many old files in the tree in which the
dates of revisions 1.1 and 1.1.1.1 differ by 1 second.

Approved by: peter

23 years agoReduce kernel stack usage by not having large packets on the stack.
tegge [Sun, 29 Oct 2000 01:19:32 +0000 (01:19 +0000)]
Reduce kernel stack usage by not having large packets on the stack.
Supply correct size parameter to dhcpd.
Replace some magic numbers with macro names.
Handle more than one interface.

23 years agoCount per-address statistics for IP fragments.
joe [Sun, 29 Oct 2000 01:05:09 +0000 (01:05 +0000)]
Count per-address statistics for IP fragments.

Requested by: ru
Obtained from: BSD/OS

23 years agoNuke a bit of dead code.
truckman [Sun, 29 Oct 2000 01:00:36 +0000 (01:00 +0000)]
Nuke a bit of dead code.

23 years agofix minor oops in new data compression page definition
mjacob [Sun, 29 Oct 2000 00:54:59 +0000 (00:54 +0000)]
fix minor oops in new data compression page definition

23 years agoSync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAY
kris [Sun, 29 Oct 2000 00:10:14 +0000 (00:10 +0000)]
Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAY

23 years agoIgnore ``#'' properly when told to
brian [Sat, 28 Oct 2000 23:56:03 +0000 (23:56 +0000)]
Ignore ``#'' properly when told to

23 years agoMake '-i iface' optional. Assume an0 if it's not otherwise specified.
joe [Sat, 28 Oct 2000 23:33:28 +0000 (23:33 +0000)]
Make '-i iface' optional.  Assume an0 if it's not otherwise specified.

23 years agoRBG -> RGB
nik [Sat, 28 Oct 2000 23:25:41 +0000 (23:25 +0000)]
RBG -> RGB

PR: docs/21724
Submitted by: TOGAWA Satoshi <toga@puyo.org>

23 years agoUnconditionally turning on the I/O and memory enable bits in the PCI
msmith [Sat, 28 Oct 2000 23:07:13 +0000 (23:07 +0000)]
Unconditionally turning on the I/O and memory enable bits in the PCI
command register is too aggressive.  Revert to the previous behaviour, but
leave the new behaviour available as an undocumented option.  It's not
clear what the Right, Right Thing is to do here, but the more conservative
approach is safer.

23 years agoAdd 3 SCSI-3 bits for Sequential Access Device Congifuration Page.
mjacob [Sat, 28 Oct 2000 22:47:47 +0000 (22:47 +0000)]
Add 3 SCSI-3 bits for Sequential Access Device Congifuration Page.
Add Data Compression Page (SCSI-3). Add some clarifying comments
at the top of the file that say what the syntax is.

23 years agoDon't ignore VESA modes that have the NON-VGA bit set. All of the SVGA
jhb [Sat, 28 Oct 2000 22:35:57 +0000 (22:35 +0000)]
Don't ignore VESA modes that have the NON-VGA bit set.  All of the SVGA
graphical modes on some systems have this bit set causing our VESA code
to ignore them.

23 years agoAdd a brief comment telling people to retain 'device miibus' as necessary.
nik [Sat, 28 Oct 2000 22:32:17 +0000 (22:32 +0000)]
Add a brief comment telling people to retain 'device miibus' as necessary.

PR: docs/21981
Submitted by: Matthew Emmerton <matt@gsicomp.on.ca>

23 years agoAdd a new "-h" Human-friendly h/m/s output format.
obrien [Sat, 28 Oct 2000 21:48:53 +0000 (21:48 +0000)]
Add a new "-h" Human-friendly h/m/s output format.

Reviewed by: bde

23 years agoThe latest & greatest unused #include spotter. Faster, one-pass and
phk [Sat, 28 Oct 2000 21:44:05 +0000 (21:44 +0000)]
The latest & greatest unused #include spotter.  Faster, one-pass and
more precise than ever.

1230 hits on the current kernel.

23 years ago* Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work
obrien [Sat, 28 Oct 2000 21:26:48 +0000 (21:26 +0000)]
* Bring back the guts of crt{i,n}.S.  This allows C++ exceptions to work
when using the egcs and gcc-devel ports, along with GCC built from stock
public FSF sources.  With out this change, FreeBSD will be removed from
the list of systems GCC 3.0 must be evaluated on before release.  With
the effort some of us put into getting FreeBSD on this list, we should
not turn this effort into a waste, else we might not be worth fighting
for in the future.  (note that Alpha and IA-64 versions of crt{i,n}.S
are needed)

* Switch from our own crt{begin,in} to those created from GCC's crtstuff.c.
This will allow us to switch to DWARF2 exceptions in the future, along with
staying in sync with any future GCC requirements.

* Break out our ELF branding bits into a seperate file.  Currently this
is now included by our crt1.c files (since this functionality was part of
our native crtbegin.c).  Later crtbrand.o will be merged in the creation
of crti.o.

23 years agoFix this my way. David had absolutely no call overriding MAINTAINER without
des [Sat, 28 Oct 2000 20:53:02 +0000 (20:53 +0000)]
Fix this my way. David had absolutely no call overriding MAINTAINER without
even giving me 24 hours to read his mail and find the bug.

23 years agoInstall per function manpages so one doesn't mistakenly think we don't
obrien [Sat, 28 Oct 2000 20:32:39 +0000 (20:32 +0000)]
Install per function manpages so one doesn't mistakenly think we don't
have manpages for libfetch's functions.

23 years agoAdd missing call to knote_fdclose() in setugidsafety() and fdcloseexec().
alc [Sat, 28 Oct 2000 20:27:32 +0000 (20:27 +0000)]
Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().

Reviewed by: jlemon

23 years agoRepeat after me, "check to see that a pointer isn't NULL before
obrien [Sat, 28 Oct 2000 20:27:11 +0000 (20:27 +0000)]
Repeat after me, "check to see that a pointer isn't NULL before
dereferenceing it".  This fixes ``pkg_add -r''.

23 years agoadd commented-out dependancies on the new sb8 and sb16 drivers
cg [Sat, 28 Oct 2000 19:35:54 +0000 (19:35 +0000)]
add commented-out dependancies on the new sb8 and sb16 drivers

23 years agomodules for the new sb8 and sb16 drivers
cg [Sat, 28 Oct 2000 19:28:49 +0000 (19:28 +0000)]
modules for the new sb8 and sb16 drivers

23 years agoadd commented-out entries for the new sb8 and sb16 drivers
cg [Sat, 28 Oct 2000 19:24:14 +0000 (19:24 +0000)]
add commented-out entries for the new sb8 and sb16 drivers

23 years agosplit up sb16 and sb/sbpro drivers
cg [Sat, 28 Oct 2000 19:20:03 +0000 (19:20 +0000)]
split up sb16 and sb/sbpro drivers

we do not support sb versions <2.00, and the sb8 driver has not been tested
yet.

these drivers are not yet enabled by default.

23 years agoStyle & grammar fixes.
mpp [Sat, 28 Oct 2000 18:37:37 +0000 (18:37 +0000)]
Style & grammar fixes.

PR: docs/22374, docs/13020

23 years agosome clarification on if_getmtu()
ume [Sat, 28 Oct 2000 17:57:38 +0000 (17:57 +0000)]
some clarification on if_getmtu()
  - avoid to use freed (by freeifaddrs) data
  - 1st try getifaddrs, then try SIOCGIFMTU as the last resort

Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project

23 years agodefined HAVE_IFM_DATA for (free|net|open)bsd
ume [Sat, 28 Oct 2000 17:54:19 +0000 (17:54 +0000)]
defined HAVE_IFM_DATA for (free|net|open)bsd

Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project

23 years agoWhen an interface isn't specified use wi0 as the default.
joe [Sat, 28 Oct 2000 16:25:25 +0000 (16:25 +0000)]
When an interface isn't specified use wi0 as the default.
This gets around a segmentation fault that occurs when the interface
isn't specified first before any of the options.

Inspired by PR:  bin/22241

23 years agoWhen an interface isn't specified use wi0 as the default.
joe [Sat, 28 Oct 2000 16:18:41 +0000 (16:18 +0000)]
When an interface isn't specified use wi0 as the default.
This gets around a segmentation fault that occurs when the interface
isn't specified first before any of the options.

Inspired by PR: bin/22241

23 years agoFix a blatant bug when running '/etc/pccard_ether device stop'.
joe [Sat, 28 Oct 2000 14:31:40 +0000 (14:31 +0000)]
Fix a blatant bug when running '/etc/pccard_ether device stop'.
I wasn't dropping the interface correctly, but not noticing because
the interface was going away when the card was ejected.

Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>

23 years agocleanups of my previous, quick & dirty fix of unaligned access errors on alpha.
gallatin [Sat, 28 Oct 2000 14:26:23 +0000 (14:26 +0000)]
cleanups of my previous, quick & dirty fix of unaligned access errors on alpha.
submitted by: bde

23 years agoadd PC-Card melody beep(PC Card bus, kludge version)
sanpei [Sat, 28 Oct 2000 13:35:34 +0000 (13:35 +0000)]
add PC-Card melody beep(PC Card bus, kludge version)

Original idea from: PAO3

23 years agoMention the new '40LD' AMI RAID controllers that we now support.
msmith [Sat, 28 Oct 2000 11:51:12 +0000 (11:51 +0000)]
Mention the new '40LD' AMI RAID controllers that we now support.

23 years agoRestore GDC mode to initial mode instead of 24KHz.
nyan [Sat, 28 Oct 2000 11:27:56 +0000 (11:27 +0000)]
Restore GDC mode to initial mode instead of 24KHz.

Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>

23 years agoFixed extention memory check routine.
nyan [Sat, 28 Oct 2000 11:16:42 +0000 (11:16 +0000)]
Fixed extention memory check routine.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

23 years agoRemoved extra calculation for X position (PC-98 only).
nyan [Sat, 28 Oct 2000 10:59:21 +0000 (10:59 +0000)]
Removed extra calculation for X position (PC-98 only).

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)