]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoCorrect setproctitle() call
brian [Thu, 6 Jul 2000 19:51:58 +0000 (19:51 +0000)]
Correct setproctitle() call

Obtained from: OpenBSD

24 years agoFix up the sis.4 man page per Sheldon Hearn:
wpaul [Thu, 6 Jul 2000 19:30:20 +0000 (19:30 +0000)]
Fix up the sis.4 man page per Sheldon Hearn:

    *   Clear the Os macro, which is assumed gracefully at run-off time.
    *   Use quotes to reduce the long name description (Nd) to a single
        argument.
    *   Use meaningful arguments to the -width option of the Bl macro.
    *   Mark rc.conf up with Xr instead of Pa so that it is obvious that
        further help on that file is available.
    *   Explicitly indicate that mediaopt is a command modifier (Cm) of
        the ifconfig(8) utility.
    *   Do not mark up half-duplex and full-duplex as arguments (Ar),
        since they are allowed values for an argument.
    *   Fix various grammar and spelling mistakes.

24 years agoFix a minor bug in the MAC address unscrambling code.
wpaul [Thu, 6 Jul 2000 19:21:07 +0000 (19:21 +0000)]
Fix a minor bug in the MAC address unscrambling code.
(Some shift rights should have been shift lefts.)

24 years agoAdd various system usernames (even though I try to avoid pppd!!!)
brian [Thu, 6 Jul 2000 19:05:43 +0000 (19:05 +0000)]
Add various system usernames (even though I try to avoid pppd!!!)

PR: 19717
Submitted by: Tony Finch <dot@dotat.at>

24 years agoMake compilable.
ume [Thu, 6 Jul 2000 18:17:08 +0000 (18:17 +0000)]
Make compilable.

Reported by: Ollivier Robert <roberto@eurocontrol.fr>

24 years agoDon't forget to set our MAC address into packets we wre sending out via
julian [Thu, 6 Jul 2000 15:35:59 +0000 (15:35 +0000)]
Don't forget to set our MAC address into packets we wre sending out via
netgraph. Eventually we may need to have a separate hook for packets
that already have a source AMC address but for now just drop it in.
Should fix PPPoE.

24 years agoProperly fix world.
n_hibma [Thu, 6 Jul 2000 13:23:35 +0000 (13:23 +0000)]
Properly fix world.

Sorry for breaking things in the first place.

24 years agoUnbreak heimdal build: we can no longer #include <netinet6/in6.h>
kris [Thu, 6 Jul 2000 10:09:59 +0000 (10:09 +0000)]
Unbreak heimdal build: we can no longer #include <netinet6/in6.h>

24 years agoFix buildworld.
roberto [Thu, 6 Jul 2000 08:37:34 +0000 (08:37 +0000)]
Fix buildworld.

24 years agoI hate signed chars.^W^W^W^W^WCast to unsigned char before using signed
dcs [Thu, 6 Jul 2000 06:37:30 +0000 (06:37 +0000)]
I hate signed chars.^W^W^W^W^WCast to unsigned char before using signed
chars as array indices.

24 years agoCorrect comment to work with test code.
dcs [Thu, 6 Jul 2000 06:34:15 +0000 (06:34 +0000)]
Correct comment to work with test code.

Prevent out of bounds array access in some specific cases.

24 years agoAdd support for the National Semiconductor DP83815 fast ethernet
wpaul [Thu, 6 Jul 2000 06:02:04 +0000 (06:02 +0000)]
Add support for the National Semiconductor DP83815 fast ethernet
controller chip. This chip is currently being used on the NetGear
FA312-TX adapter, which I guess is a replacement for the FA310-TX
(PNIC-based).

I added support for this chip by modifying the sis driver since
the SiS 900 and the NS DP83815 have almost the same programming
interface (the RX filter programming and PHY access methods are
different, but the general configuration, DMA scheme and register
layout are identical).

I would have had this done a lot sooner, but getting the damn MAC
address out of the EEPROM proved to be more complicated than expected.

24 years agominor brucification.
billf [Thu, 6 Jul 2000 05:46:37 +0000 (05:46 +0000)]
minor brucification.

24 years agoUse UCHAR_MAX consistently.
dcs [Thu, 6 Jul 2000 05:19:29 +0000 (05:19 +0000)]
Use UCHAR_MAX consistently.

24 years agoAdd two files missing from the KAME sync
kris [Thu, 6 Jul 2000 04:01:37 +0000 (04:01 +0000)]
Add two files missing from the KAME sync

Submitted by: Eric Sabban <esabban@pacbell.net>

24 years agoTeach fsck about snapshot files. These changes should have no
mckusick [Thu, 6 Jul 2000 02:03:11 +0000 (02:03 +0000)]
Teach fsck about snapshot files. These changes should have no
effect on operation of fsck on filesystems without snapshots.
If you get compilation errors, be sure that you have copies of
/usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21),
and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later.

24 years agoCorrect style bugs
kris [Thu, 6 Jul 2000 02:00:18 +0000 (02:00 +0000)]
Correct style bugs

24 years agoCorrect style bugs in previous commit
kris [Thu, 6 Jul 2000 01:55:21 +0000 (01:55 +0000)]
Correct style bugs in previous commit

24 years ago- Inline all the functions that are only called once. This results in a
jhb [Thu, 6 Jul 2000 01:51:27 +0000 (01:51 +0000)]
- Inline all the functions that are only called once.  This results in a
  savings of 68 bytes in boot2.
- Also add a comment warning that you can't remove the empty exit()
  function.

24 years agoAdd the snapshot option to mount_ufs.
mckusick [Thu, 6 Jul 2000 01:50:05 +0000 (01:50 +0000)]
Add the snapshot option to mount_ufs.

24 years agoSync with latest KAME code.
kris [Thu, 6 Jul 2000 01:48:08 +0000 (01:48 +0000)]
Sync with latest KAME code.

Obtained from: KAME

24 years agoSync with latest KAME
kris [Thu, 6 Jul 2000 00:38:07 +0000 (00:38 +0000)]
Sync with latest KAME

Obtained from: KAME

24 years agoDoh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.
jhb [Thu, 6 Jul 2000 00:29:40 +0000 (00:29 +0000)]
Doh.  The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.

24 years agoFix .Fx usage (causing error diagnositc)
ache [Thu, 6 Jul 2000 00:25:05 +0000 (00:25 +0000)]
Fix .Fx usage (causing error diagnositc)

24 years agoClarify the comments in here a bit. The first sector of boot2 is not just
jhb [Thu, 6 Jul 2000 00:22:50 +0000 (00:22 +0000)]
Clarify the comments in here a bit.  The first sector of boot2 is not just
zeros, it is actually the disklabel itself.  boot2.ldr is simply a
placeholder in the boot2 binary.

24 years agoEmulate the WBINVD instruction when it is called by the BIOS.
jhb [Thu, 6 Jul 2000 00:13:21 +0000 (00:13 +0000)]
Emulate the WBINVD instruction when it is called by the BIOS.

24 years agoSync with latest KAME
kris [Wed, 5 Jul 2000 22:09:50 +0000 (22:09 +0000)]
Sync with latest KAME

Obtained from: KAME

24 years agoSync with latest KAME.
kris [Wed, 5 Jul 2000 21:54:07 +0000 (21:54 +0000)]
Sync with latest KAME.

Obtained from: KAME

24 years agoClose PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.
wpaul [Wed, 5 Jul 2000 21:37:21 +0000 (21:37 +0000)]
Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.

24 years agoFix alt months
ache [Wed, 5 Jul 2000 21:02:45 +0000 (21:02 +0000)]
Fix alt months

Submitted by: Ri?ardas ?epas <rch@richard.eu.org>

24 years agoIPv6 support.
ume [Wed, 5 Jul 2000 19:34:43 +0000 (19:34 +0000)]
IPv6 support.
This is required for forthcoming IPv6 ready installer.

Obtained from: KAME

24 years agoadd list of KAME files - may not be 100% correct
itojun [Wed, 5 Jul 2000 19:05:19 +0000 (19:05 +0000)]
add list of KAME files - may not be 100% correct

24 years agoThe previous commit changed the df(1) units flag from -k to -h, which
sheldonh [Wed, 5 Jul 2000 17:48:23 +0000 (17:48 +0000)]
The previous commit changed the df(1) units flag from -k to -h, which
produced human-readable output.  I like this, but it's certainly not
something to change willy-nilly without discussion.  Revert to -k.

Anyway, the new variable allows folks to pick any units flag that
fits their fancy.

24 years agoPlug the hole where rshd would bypass a proper .rhosts check if the
bsd [Wed, 5 Jul 2000 17:47:17 +0000 (17:47 +0000)]
Plug the hole where rshd would bypass a proper .rhosts check if the
password was empty.

Reviewed by: Warner Losh <imp@freebsd.org>

24 years agoAdd the usbhidctl utility, from NetBSD, by Lennart Augusst
n_hibma [Wed, 5 Jul 2000 17:43:33 +0000 (17:43 +0000)]
Add the usbhidctl utility, from NetBSD, by Lennart Augusst

24 years agoRemove DEBUG_FLAGS=-g3, which never should have been committed.
jasone [Wed, 5 Jul 2000 16:21:42 +0000 (16:21 +0000)]
Remove DEBUG_FLAGS=-g3, which never should have been committed.

24 years agoNow that the scripts in our ports support this, call the scripts
tg [Wed, 5 Jul 2000 12:40:26 +0000 (12:40 +0000)]
Now that the scripts in our ports support this, call the scripts
in ${local_startup} with the `stop' option on shutdown.

24 years agoAdd MIT copyright
des [Wed, 5 Jul 2000 12:04:31 +0000 (12:04 +0000)]
Add MIT copyright

24 years agoSync with latest KAME.
kris [Wed, 5 Jul 2000 11:12:53 +0000 (11:12 +0000)]
Sync with latest KAME.

Obtained from: KAME

24 years agoSync with latest KAME code.
kris [Wed, 5 Jul 2000 11:00:58 +0000 (11:00 +0000)]
Sync with latest KAME code.

Obtained from: KAME

24 years agoIntroduce a new option, daily_status_disks_df_flags, which specifies
sheldonh [Wed, 5 Jul 2000 10:47:01 +0000 (10:47 +0000)]
Introduce a new option, daily_status_disks_df_flags, which specifies
the command-line arguments to be used for the call to df(1) when
daily_status_disks_enable is set to YES.

The name of the new variable was chosen by the maintainer of our
periodic hierarchy, Brian Somers.

PR: 19631

24 years agoCorrect the usage printed for --exclude, which takes a globbing pattern
sheldonh [Wed, 5 Jul 2000 10:31:16 +0000 (10:31 +0000)]
Correct the usage printed for --exclude, which takes a globbing pattern
and not a file name.

PR: 19698
Reported by: Jeff Blaine <jblaine@mitre.org>

24 years agosimplify and correct name resolution in tn().
itojun [Wed, 5 Jul 2000 10:15:23 +0000 (10:15 +0000)]
simplify and correct name resolution in tn().
XXX what is the goal of af_switch()?  it seems to me it is not necessary
any more with getaddrinfo(3) fix for correct name-resolution ordering.
comments? >shin

24 years agoSync with latest KAME.
kris [Wed, 5 Jul 2000 10:14:11 +0000 (10:14 +0000)]
Sync with latest KAME.

Obtained from: KAME

24 years agoFix typo: "managment" -> "management".
sheldonh [Wed, 5 Jul 2000 10:07:30 +0000 (10:07 +0000)]
Fix typo: "managment" -> "management".

PR: 19689
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>

24 years agoSync with KAME
kris [Wed, 5 Jul 2000 09:48:43 +0000 (09:48 +0000)]
Sync with KAME

Obtained from: KAME

24 years agoSync with KAME
kris [Wed, 5 Jul 2000 09:37:52 +0000 (09:37 +0000)]
Sync with KAME

Obtained from: KAME

24 years agoSync with latest KAME code.
kris [Wed, 5 Jul 2000 09:34:10 +0000 (09:34 +0000)]
Sync with latest KAME code.

Obtained from: KAME

24 years agosync with more recent KAME tree. handles scoped IPv6 notation.
itojun [Wed, 5 Jul 2000 08:42:07 +0000 (08:42 +0000)]
sync with more recent KAME tree.  handles scoped IPv6 notation.
supports "delete" subcommand.
corrects PR 19663.

24 years agosync with more recent kame tree.
itojun [Wed, 5 Jul 2000 08:27:50 +0000 (08:27 +0000)]
sync with more recent kame tree.
- correct scoped notation separator (s/@/%/)
- include example and more references

24 years agosync with kame. more security warnings
itojun [Wed, 5 Jul 2000 08:15:05 +0000 (08:15 +0000)]
sync with kame.  more security warnings

24 years agoUse the packed attribute for the descriptor on the wire
n_hibma [Wed, 5 Jul 2000 08:11:43 +0000 (08:11 +0000)]
Use the packed attribute for the descriptor on the wire

24 years agoSupport for unsigned integer and long sysctl variables. Update the
jhb [Wed, 5 Jul 2000 07:46:41 +0000 (07:46 +0000)]
Support for unsigned integer and long sysctl variables.  Update the
SYSCTL_LONG macro to be consistent with other integer sysctl variables
and require an initial value instead of assuming 0.  Update several
sysctl variables to use the unsigned types.

PR: 15251
Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoReplace phk's commit with code from my local tree which I happen
jkh [Wed, 5 Jul 2000 07:15:57 +0000 (07:15 +0000)]
Replace phk's commit with code from my local tree which I happen
to like better (it's commented and easier to read).

24 years agoOops! If we're deciding a command is now really dead, make *darned*
mjacob [Wed, 5 Jul 2000 06:44:17 +0000 (06:44 +0000)]
Oops! If we're deciding a command is now really dead, make *darned*
sure that it really is by issuing a ISPCTL_ABORT_CMD just on the
off chance the f/w will start it up again and, ha ha, start using
the DMA resources we gave it but are now taking away.

24 years agoClean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,
mjacob [Wed, 5 Jul 2000 06:41:36 +0000 (06:41 +0000)]
Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,
or even if it fails with INVALID_PARM (which just means that the handle
doesn't refer to an active commane).

24 years agoEnd two weeks of on and off debugging. Fix the crash on the Nth
imp [Wed, 5 Jul 2000 06:01:33 +0000 (06:01 +0000)]
End two weeks of on and off debugging.  Fix the crash on the Nth
insertion of a CF card, for random values of N > 1.  With these fixes,
I've been able to do 100 insert/remove of the cards w/o a crash with
lots of system activity going on that in the past would help trigger
the crash.

The problem:

FreeBSD creates dev_t's on the fly as they are needed and never
destroys them.  These dev_t's point to a struct disk that is used for
housekeeping on the disk.  When a device goes away, the struct disk
pointer becomes a dangling pointer.  Sometimes when the device comes
back, the pointer will point to the new struct disk (in which case the
insertion will work).  Other times it won't (especially if any length
of time has passed, since it is dependent on memory returned from
malloc).

The Fix:

There is one of these dev_t's that is always correct.  The
device for the WHOLE_DISK_SLICE is always right.  It gets set at
create_disk() time.  So, the fix is to spend a little CPU time and
lookup the WHOLE_DISK_SLICE dev_t and use the si_disk from that in
preference to the one that's in the device asking to do the I/O.  In
addition, we change the test of si_disk == NULL meaning that the dev
needed to inherit properties from the pdev to dev->si_disk !=
pdev->si_disk.  This test is a little stronger than the previous test,
but can sometimes be fooled into not inheriting.  However, the results
of this fooling are that the old values will be used, which will
generally always be the same as before.  si_drv[12] are the only
values that are copied that might pose a problem.  They tend to change
as the si_disk field would change, so it is a hole, but it is a small
hole.

One could correctly argue that one should replace much of this code
with something much much better.  I would be on the pro side of that
argument.

Reviewed by: phk (who also ported the original patch to current)
Sponsored by: Timing Solutions

24 years agosync with latest kame.
itojun [Wed, 5 Jul 2000 05:09:17 +0000 (05:09 +0000)]
sync with latest kame.
- permit numeric scopeid, be more careful about buffer size

TODO: 2nd arg type should be socklen_t for RFC2553 conformance,
but due to include file dependency it is not a easy thing to do
(netdb.h does not have socklen_t)

24 years agosync with kame.
itojun [Wed, 5 Jul 2000 05:07:23 +0000 (05:07 +0000)]
sync with kame.
- better return code.  from enami@netbsd
- do not use "class" as variable name.  C++ guy had trouble with it.

24 years agoo Enable building of libposix1e capability state utility functions and
rwatson [Wed, 5 Jul 2000 04:25:09 +0000 (04:25 +0000)]
o Enable building of libposix1e capability state utility functions and
  capability-related syscall wrappers.

Obtained from: TrustedBSD Project

24 years agoo Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with
rwatson [Wed, 5 Jul 2000 04:20:59 +0000 (04:20 +0000)]
o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with
  soon to be committed syscall stubs.  These calls will be used to get
  and set capability state associated with executables.

Obtained from: TrustedBSD Project

24 years agoo When calling the syscall, use &cap instead of cap. Apparently this
rwatson [Wed, 5 Jul 2000 04:08:35 +0000 (04:08 +0000)]
o When calling the syscall, use &cap instead of cap.  Apparently this
  error was introduced during the merge; fixing it corrects a (correct)
  warning about types.

Obtained from: TrustedBSD Project

24 years agoo Comment out <sys/audit.h> and <sys/mac.h> since they are not yet
rwatson [Wed, 5 Jul 2000 03:30:32 +0000 (03:30 +0000)]
o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet
  committed

Obtained from: TrustedBSD Project

24 years agosync with latest kame tree. more stable, p2p advert is corrected
itojun [Wed, 5 Jul 2000 02:14:16 +0000 (02:14 +0000)]
sync with latest kame tree.  more stable, p2p advert is corrected

24 years agoadd getifaddrs(3) from bsdi. this is a magic function which lets you grab
itojun [Wed, 5 Jul 2000 02:13:17 +0000 (02:13 +0000)]
add getifaddrs(3) from bsdi.  this is a magic function which lets you grab
interface addresses in a portable manner, without headache of SIOCGIFCONF
or sysctl.  it is in bsdi/openbsd/netbsd already.
from kame tree (actually, mandatory for latest kame tree).

24 years agoadd pfkeystat. sync with kame
itojun [Wed, 5 Jul 2000 02:02:54 +0000 (02:02 +0000)]
add pfkeystat.  sync with kame

24 years agosplit net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.
itojun [Wed, 5 Jul 2000 01:40:29 +0000 (01:40 +0000)]
split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.
From: Andrzej Bialecki <abial@webgiro.com>

24 years agocorrect compilation with IPSEC_IPV6FWD.
itojun [Wed, 5 Jul 2000 01:14:45 +0000 (01:14 +0000)]
correct compilation with IPSEC_IPV6FWD.
From: Ollivier Robert <roberto@keltia.freenix.fr>

24 years agoenable newpcm module building
cg [Tue, 4 Jul 2000 23:35:21 +0000 (23:35 +0000)]
enable newpcm module building

24 years agonewpcm module makefiles
cg [Tue, 4 Jul 2000 23:32:15 +0000 (23:32 +0000)]
newpcm module makefiles

once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound
drivers and unload all unattached ones.  attached drivers do not yet support
unloading.

24 years agomake sure we do not write out non-printable characters in file names
assar [Tue, 4 Jul 2000 23:09:23 +0000 (23:09 +0000)]
make sure we do not write out non-printable characters in file names
and symbolic links (by default)

PR: bin/19354
Reviewed by: silence on -current

24 years agoo Update e-mail address associated with /dev/audit to reflect
rwatson [Tue, 4 Jul 2000 20:40:20 +0000 (20:40 +0000)]
o Update e-mail address associated with /dev/audit to reflect
  FreeBSD.org e-mail.
o Notice also that it's listed as "aud" not "audit" which will
  probably change in the near future with updates to the auditing
  implementation.

24 years agobe sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer
itojun [Tue, 4 Jul 2000 18:43:32 +0000 (18:43 +0000)]
be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer
in m_pkthdr portion.
actually, we should not change pkthdr mbuf <-> non-pkthdr mbuf.

24 years agoFix site_perl hierarchy
ache [Tue, 4 Jul 2000 18:11:41 +0000 (18:11 +0000)]
Fix site_perl hierarchy

24 years agoAdd 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.
sumikawa [Tue, 4 Jul 2000 17:37:21 +0000 (17:37 +0000)]
Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface.

24 years agosync with latest kame tree
itojun [Tue, 4 Jul 2000 16:43:14 +0000 (16:43 +0000)]
sync with latest kame tree

24 years agosync with reality/latest kame
itojun [Tue, 4 Jul 2000 16:39:23 +0000 (16:39 +0000)]
sync with reality/latest kame

24 years agosync with recent IMPLEMENTATION note from kame.
itojun [Tue, 4 Jul 2000 16:35:31 +0000 (16:35 +0000)]
sync with recent IMPLEMENTATION note from kame.

24 years agosync with kame tree as of july00. tons of bug fixes/improvements.
itojun [Tue, 4 Jul 2000 16:35:15 +0000 (16:35 +0000)]
sync with kame tree as of july00.  tons of bug fixes/improvements.

API changes:
- additional IPv6 ioctls
- IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8).
  (also syntax change)

24 years ago- link ata.4 to {acd,ad,afd,ast}.4
roberto [Tue, 4 Jul 2000 16:32:46 +0000 (16:32 +0000)]
- link ata.4 to {acd,ad,afd,ast}.4
- add the reference to ad.4 in da.4.

MFC candidate.

Submitted by: sheldonh, mpp

24 years agomore pre-requisite for new ipv6 ioctls
itojun [Tue, 4 Jul 2000 16:26:47 +0000 (16:26 +0000)]
more pre-requisite for new ipv6 ioctls

24 years agosync with latest kame netstat. basically, more statistics
itojun [Tue, 4 Jul 2000 16:26:46 +0000 (16:26 +0000)]
sync with latest kame netstat.  basically, more statistics

24 years agosynchronize with latest kame tree.
itojun [Tue, 4 Jul 2000 16:22:05 +0000 (16:22 +0000)]
synchronize with latest kame tree.

behavior change: policy syntax was changed.  you may need to update your
setkey(8) configuration files.

24 years agoIgnore all md disks, installing on them would be particularly pointless.
phk [Tue, 4 Jul 2000 13:46:43 +0000 (13:46 +0000)]
Ignore all md disks, installing on them would be particularly pointless.

Its not fatal to find hardware we don't know.

24 years agoCorrect the text for the return value.
n_hibma [Tue, 4 Jul 2000 12:45:56 +0000 (12:45 +0000)]
Correct the text for the return value.

Submitted by: phk

24 years agoSync with sys/i386/conf/GENERIC revisions 1.258 and 1.259.
nyan [Tue, 4 Jul 2000 12:31:46 +0000 (12:31 +0000)]
Sync with sys/i386/conf/GENERIC revisions 1.258 and 1.259.

24 years agoPrevious commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk [Tue, 4 Jul 2000 11:25:35 +0000 (11:25 +0000)]
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.

Pointed out by: bde

24 years agoFix the "almost clone" semantics.
phk [Tue, 4 Jul 2000 10:06:34 +0000 (10:06 +0000)]
Fix the "almost clone" semantics.

24 years agoInsert a reference to ata.4.
roberto [Tue, 4 Jul 2000 10:01:12 +0000 (10:01 +0000)]
Insert a reference to ata.4.

Discussed with: phk

24 years agoOops, there's no ad.4.
roberto [Tue, 4 Jul 2000 09:37:06 +0000 (09:37 +0000)]
Oops, there's no ad.4.

24 years agoReplace a reference to wd(4) to ad(4).
roberto [Tue, 4 Jul 2000 09:32:11 +0000 (09:32 +0000)]
Replace a reference to wd(4) to ad(4).

Found by: phk

24 years agoReplace the PQ_*CACHE options with a single PQ_CACHESIZE option that you
jhb [Tue, 4 Jul 2000 08:55:18 +0000 (08:55 +0000)]
Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you
set equal to the number of kilobytes in your cache.  The old options are
still supported for backwards compatibility.

Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoAllow restarting on SIGHUP when the full path was not given as argv[0].
green [Tue, 4 Jul 2000 06:43:26 +0000 (06:43 +0000)]
Allow restarting on SIGHUP when the full path was not given as argv[0].
We do have /proc/curproc/file :)

24 years agoGet userland visible flags added for snapshots to give a few days
mckusick [Tue, 4 Jul 2000 04:58:34 +0000 (04:58 +0000)]
Get userland visible flags added for snapshots to give a few days
advance preparation for them to get migrated into place so that
subsequent changes in utilities will not fail to compile for lack
of up-to-date header files in /usr/include.

24 years agoSimplify and rationalise the management of the vnode free list
mckusick [Tue, 4 Jul 2000 04:32:40 +0000 (04:32 +0000)]
Simplify and rationalise the management of the vnode free list
(preparing the code to add snapshots).

24 years agoMove the truncation code out of vn_open and into the open system call
mckusick [Tue, 4 Jul 2000 03:34:11 +0000 (03:34 +0000)]
Move the truncation code out of vn_open and into the open system call
after the acquisition of any advisory locks. This fix corrects a case
in which a process tries to open a file with a non-blocking exclusive
lock. Even if it fails to get the lock it would still truncate the
file even though its open failed. With this change, the truncation
is done only after the lock is successfully acquired.

Obtained from:  BSD/OS

24 years agoIf a buffer flush fails when trying to reclaim a vnode, it is too
mckusick [Tue, 4 Jul 2000 03:23:29 +0000 (03:23 +0000)]
If a buffer flush fails when trying to reclaim a vnode, it is too
late to save the vnode, so just toss any remaining unwritten buffers
rather than leaving them lying around to make trouble in the future.

24 years ago${BDEFLAGS}
billf [Tue, 4 Jul 2000 02:27:49 +0000 (02:27 +0000)]
${BDEFLAGS}

24 years agoA side effect of new 12160 f/w- there is only one set whether target
mjacob [Tue, 4 Jul 2000 02:06:00 +0000 (02:06 +0000)]
A side effect of new 12160 f/w- there is only one set whether target
mode enabled or not now (like the FC cards).

24 years agoroll new Qlogic 2200 firmware in place
mjacob [Tue, 4 Jul 2000 02:05:13 +0000 (02:05 +0000)]
roll new Qlogic 2200 firmware in place