]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
20 years agoAdded missing markup bits.
ru [Thu, 8 Jul 2004 12:37:18 +0000 (12:37 +0000)]
Added missing markup bits.

20 years agoProtect "e.g." from being interpreted as end of sentence.
ru [Thu, 8 Jul 2004 12:36:20 +0000 (12:36 +0000)]
Protect "e.g." from being interpreted as end of sentence.

20 years agoMarkup fixes.
ru [Thu, 8 Jul 2004 12:33:39 +0000 (12:33 +0000)]
Markup fixes.

20 years agoFixed markup.
ru [Thu, 8 Jul 2004 12:29:37 +0000 (12:29 +0000)]
Fixed markup.

20 years agoSlight markup fixes.
ru [Thu, 8 Jul 2004 12:21:51 +0000 (12:21 +0000)]
Slight markup fixes.

20 years agoCorrect a couple of language nits and a spelling.
hmp [Thu, 8 Jul 2004 11:02:19 +0000 (11:02 +0000)]
Correct a couple of language nits and a spelling.

PR:              docs/68799
Submitted by:    Chris Pepper <pepper@reppep.com>
MFC after:       3 days

20 years agoRevise markup.
ru [Thu, 8 Jul 2004 10:47:13 +0000 (10:47 +0000)]
Revise markup.

20 years agoFail normally rather than KASSERT if attempt to open a spoiled consumer.
phk [Thu, 8 Jul 2004 10:34:09 +0000 (10:34 +0000)]
Fail normally rather than KASSERT if attempt to open a spoiled consumer.

20 years agoMarkup fixes.
ru [Thu, 8 Jul 2004 10:31:12 +0000 (10:31 +0000)]
Markup fixes.

20 years agoUse a couple of regular kernel entry points, rather than COMPAT_43
phk [Thu, 8 Jul 2004 10:18:07 +0000 (10:18 +0000)]
Use a couple of regular kernel entry points, rather than COMPAT_43
entry points.

20 years agoGet rid of the THISHOST variable when building on sparc64. The problem
harti [Thu, 8 Jul 2004 09:08:09 +0000 (09:08 +0000)]
Get rid of the THISHOST variable when building on sparc64. The problem
with it is that it is set by calling hostname and hostname isn't normally
in the path at that point.

20 years agoAdd the missing copyright.
harti [Thu, 8 Jul 2004 08:14:28 +0000 (08:14 +0000)]
Add the missing copyright.

Spotted by: ru

20 years agoAdd pmap locking to pmap_emulate_reference(). Remove unused and once-used
alc [Thu, 8 Jul 2004 07:44:55 +0000 (07:44 +0000)]
Add pmap locking to pmap_emulate_reference().  Remove unused and once-used
variables.

Tested by: kensmith@

20 years agoKill trailing whitespace.
ru [Thu, 8 Jul 2004 07:27:26 +0000 (07:27 +0000)]
Kill trailing whitespace.

20 years agoFixed markup.
ru [Thu, 8 Jul 2004 07:19:46 +0000 (07:19 +0000)]
Fixed markup.

20 years agoSlight markup fixes.
ru [Thu, 8 Jul 2004 07:11:24 +0000 (07:11 +0000)]
Slight markup fixes.

20 years agoMarkup fixes.
ru [Thu, 8 Jul 2004 07:09:57 +0000 (07:09 +0000)]
Markup fixes.

20 years agoSlight markup fixes.
ru [Thu, 8 Jul 2004 06:56:30 +0000 (06:56 +0000)]
Slight markup fixes.

20 years agoAdd a function to iterate over all characters in a particular character
tjr [Thu, 8 Jul 2004 06:43:37 +0000 (06:43 +0000)]
Add a function to iterate over all characters in a particular character
class. This is necessary in order to implement tr(1) efficiently in
multibyte locales, since the brute force method of finding all characters
in a class is infeasible with a 32-bit (or wider) wchar_t.

20 years agoSlight markup fixes.
ru [Thu, 8 Jul 2004 06:38:59 +0000 (06:38 +0000)]
Slight markup fixes.

20 years agoRemove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn't
grehan [Thu, 8 Jul 2004 06:13:05 +0000 (06:13 +0000)]
Remove cache flush, 256Mb 1:1 BAT mapping, and BAT clearing. This doesn't
work on a G5 (no BAT registers) or on PearPC (dBAT3 used for mapping
the framebuffer and BATs not re-inited on OpenFirmware calls).

 It also hid a number of bugs.

20 years agofixup sysctl by fsid node
alfred [Thu, 8 Jul 2004 06:11:36 +0000 (06:11 +0000)]
fixup sysctl by fsid node

20 years agoAll hell breaks loose if the loader image is released before
grehan [Thu, 8 Jul 2004 06:09:22 +0000 (06:09 +0000)]
All hell breaks loose if the loader image is released before
jumping to the kernel. Another bug exposed by removing the
1:1 BAT mapping. Sparc64 doesn't do this either.

Compile tested on: panther (sparc64). Code built, but not used, on sparc64.

20 years agoCorrectly calculate size of memory to be mapped when copying. Removal
grehan [Thu, 8 Jul 2004 06:06:56 +0000 (06:06 +0000)]
Correctly calculate size of memory to be mapped when copying. Removal
of the 256Mb 1:1 BAT mapping exposed this as copying into memory that
hadn't been claimed from OpenFirmware.

compiled-tested on: panther (sparc64). Code built, but not used, on sparc64

20 years agoExtract entry point from elf header before releasing the heap.
grehan [Thu, 8 Jul 2004 06:04:45 +0000 (06:04 +0000)]
Extract entry point from elf header before releasing the heap.
This caused a data-miss trap when the BAT init code was removed
on PPC.

Compile tested on: panther (sparc64). Code built, but not used, on sparc64.

20 years agostruct mount->mnt_data has been a qaddr_t since '94 (rev 1.1),
alfred [Thu, 8 Jul 2004 05:47:51 +0000 (05:47 +0000)]
struct mount->mnt_data has been a qaddr_t since '94 (rev 1.1),
It should be a void *, fix it.

20 years agoI think this is my fourth complete rewrite of the dir-creation
kientzle [Thu, 8 Jul 2004 05:24:48 +0000 (05:24 +0000)]
I think this is my fourth complete rewrite of the dir-creation
code. <whew!> This version handles all of the following edge cases:
  * Restoring explicit dirs with 000 permissions (star fails this test)
  * Restore of implicit or explicit dirs when umask=777
    (gtar and star both fail this test)
  * Restoring dir paths containing "." and ".." components
This version initially creates all dirs with permission 700 (ignoring
umask), then does a post-extract "fixup" pass to set the correct
permissions (which may or may not depend on umask, depending on the
restore flags and whether it's an explicit or implicit dir).
Permissions are restored depth-first so that permissions within
non-writable dirs can be correctly restored. (The depth-sorting does
correctly account for dirs with ".." components.)

20 years agoMFi386: various io apic cleanups
peter [Thu, 8 Jul 2004 01:42:49 +0000 (01:42 +0000)]
MFi386: various io apic cleanups

20 years agoMFi386: use rman access methods instead of groping around inside
peter [Thu, 8 Jul 2004 01:34:24 +0000 (01:34 +0000)]
MFi386: use rman access methods instead of groping around inside
struct resource

20 years agoMFi386: whitespace nit fix (spare blank line)
peter [Thu, 8 Jul 2004 01:32:25 +0000 (01:32 +0000)]
MFi386: whitespace nit fix (spare blank line)

20 years agoMFi386: fix up CR0 settings
peter [Thu, 8 Jul 2004 01:31:13 +0000 (01:31 +0000)]
MFi386: fix up CR0 settings

20 years agoMFi386: 1.57: transparently respect alignment/boundary tags
peter [Thu, 8 Jul 2004 01:28:33 +0000 (01:28 +0000)]
MFi386: 1.57: transparently respect alignment/boundary tags

20 years agoThere is no VOP_TRUNCATE anymore.
alfred [Thu, 8 Jul 2004 00:43:50 +0000 (00:43 +0000)]
There is no VOP_TRUNCATE anymore.
style(9) (parenthesis around return values) the example.

20 years agos/proc/thread
alfred [Thu, 8 Jul 2004 00:38:28 +0000 (00:38 +0000)]
s/proc/thread

20 years agoUpdate comments in example as well.
alfred [Thu, 8 Jul 2004 00:36:58 +0000 (00:36 +0000)]
Update comments in example as well.

20 years agoUpdate because struct componentname now has a thread pointer instead
alfred [Thu, 8 Jul 2004 00:11:43 +0000 (00:11 +0000)]
Update because struct componentname now has a thread pointer instead
of a proc pointer.

20 years agoUpdate in the face of NDFREE.
alfred [Thu, 8 Jul 2004 00:08:18 +0000 (00:08 +0000)]
Update in the face of NDFREE.
Basically the advice on freeing the componentname buffers is no
longer correct.
Update the example code.

20 years agoMake bluetooth compile on all platforms
emax [Wed, 7 Jul 2004 22:48:30 +0000 (22:48 +0000)]
Make bluetooth compile on all platforms

Reviewed by: imp, ru

20 years agoBreak out the isa and pccard front ends from fdc. This is the first
imp [Wed, 7 Jul 2004 22:35:27 +0000 (22:35 +0000)]
Break out the isa and pccard front ends from fdc.  This is the first
step in making this driver more attachment neutral.  Others plan on
adding acpi front ends.

Still need to cleanup the MI part of the driver because it isn't as
bus independent as it could be.

20 years agoBreak out the isa and pccard front ends to the fdc controller device.
imp [Wed, 7 Jul 2004 22:29:33 +0000 (22:29 +0000)]
Break out the isa and pccard front ends to the fdc controller device.
This should allow us to more easily break out the acpi and 'legacy pc'
front ends as well (so only the bus front end would touch rtc, for
example).

This isn't a great separation, since isa dma routines are still called
from the MI code, but it is a start.

20 years agoFix various grammar knits.
keramida [Wed, 7 Jul 2004 21:37:30 +0000 (21:37 +0000)]
Fix various grammar knits.

PR: docs/66824
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 3 days

20 years agoCorrect a minor syntax mistake.
keramida [Wed, 7 Jul 2004 21:27:44 +0000 (21:27 +0000)]
Correct a minor syntax mistake.

PR: docs/67458
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 3 days

20 years agoSlight markup and grammar fixes.
ru [Wed, 7 Jul 2004 21:00:57 +0000 (21:00 +0000)]
Slight markup and grammar fixes.

20 years agothere's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.
alfred [Wed, 7 Jul 2004 20:47:42 +0000 (20:47 +0000)]
there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.

20 years agoFixed markup.
ru [Wed, 7 Jul 2004 20:32:33 +0000 (20:32 +0000)]
Fixed markup.

20 years agoPC98 got it right here: sectors can be non-512 byte sized.
phk [Wed, 7 Jul 2004 20:28:31 +0000 (20:28 +0000)]
PC98 got it right here: sectors can be non-512 byte sized.

20 years agoMarkup fixes.
ru [Wed, 7 Jul 2004 20:25:54 +0000 (20:25 +0000)]
Markup fixes.

20 years agoMarkup nits.
ru [Wed, 7 Jul 2004 20:15:31 +0000 (20:15 +0000)]
Markup nits.

20 years agoFixed markup.
ru [Wed, 7 Jul 2004 20:11:35 +0000 (20:11 +0000)]
Fixed markup.

20 years agoExplicity initialize vp->v_bsize.
phk [Wed, 7 Jul 2004 20:04:06 +0000 (20:04 +0000)]
Explicity initialize vp->v_bsize.

20 years agoFix an oversight in r1.26: remove #ifdef around necessary variable.
phk [Wed, 7 Jul 2004 20:02:30 +0000 (20:02 +0000)]
Fix an oversight in r1.26:  remove #ifdef around necessary variable.

Spotted by: philip

20 years agomdoc(7) fixes.
ru [Wed, 7 Jul 2004 19:57:16 +0000 (19:57 +0000)]
mdoc(7) fixes.

20 years agoRemove double .Pp caused by p4 miss-merge.
simon [Wed, 7 Jul 2004 19:41:42 +0000 (19:41 +0000)]
Remove double .Pp caused by p4 miss-merge.

20 years agoAdd a HARDWARE section.
simon [Wed, 7 Jul 2004 19:36:12 +0000 (19:36 +0000)]
Add a HARDWARE section.

For cx(4) this was based on information from the Hardware Notes.

OK'ed by: rik

20 years agoBumped document date for the recent changes here.
ru [Wed, 7 Jul 2004 18:59:33 +0000 (18:59 +0000)]
Bumped document date for the recent changes here.
Fixed bad example of how to start a new sentence.
Added missing punctuation.
Fixed cut-n-paste error in the STANDARDS section.
Mention modern POSIX and C standards.

20 years agoFix two problems:
wpaul [Wed, 7 Jul 2004 17:46:30 +0000 (17:46 +0000)]
Fix two problems:

- In subr_ndis.c:ndis_allocate_sharemem(), create the busdma tags
  used for shared memory allocations with a lowaddr of 0x3E7FFFFF.
  This forces the buffers to be mapped to physical/bus addresses within
  the first 1GB of physical memory. It seems that at least one card
  (Linksys Instant Wireless PCI V2.7) depends on this behavior. I
  don't know if this is a hardware restriction, or if the NDIS
  driver for this card is truncating the addresses itself, but using
  physical/bus addresses beyong the 1GB limit causes initialization
  failures.

- Create am NDIS_INITIALIZED() macro in if_ndisvar.h and use it in
  if_ndis.c to test whether the device has been initialized rather
  than checking for the presence of the IFF_UP flag in if_flags.
  While debugging the previous problem, I noticed that bringing
  up the device would always produce failures from ndis_setmulti().
  It turns out that the following steps now occur during device
  initialization:

- IFF_UP flag is set in if_flags
- ifp->if_ioctl() called with SIOCSIFADDR (which we don't handle)
- ifp->if_ioctl() called with SIOCADDMULTI
- ifp->if_ioctl() called with SIOCADDMULTI (again)
- ifp->if_ioctl() called with SIOCADDMULTI (yet again)
- ifp->if_ioctl() called with SIOCSIFFLAGS

  Setting the receive filter and multicast filters can only be done
  when the underlying NDIS driver has been initialized, which is done
  by ifp->if_init(). However, we don't call ifp->if_init() until
  ifp->if_ioctl() is called with SIOCSIFFLAGS and IFF_UP has been
  set. It appears that now, the network stack tries to add multicast
  addresses to interface's filter before those steps occur. Normally,
  ndis_setmulti() would trap this condition by checking for the IFF_UP
  flag, but the network code has in fact set this flag already, so
  ndis_setmulti() is fooled into thinking the interface has been
  initialized when it really hasn't.

  It turns out this is usually harmless because the ifp->if_init()
  routine (in this case ndis_init()) will set up the multicast
  filter when it initializes the hardware anyway, and the underlying
  routines (ndis_get_info()/ndis_set_info()) know that the driver/NIC
  haven't been initialized yet, but you end up spurious error messages
  on the console all the time.

Something tells me this new behavior isn't really correct. I think
the intention was to fix it so that ifp->if_init() is only called
once when we ifconfig an interface up, but the end result seems a
little bogus: the change of the IFF_UP flag should be propagated
down to the driver before calling any other ioctl() that might actually
require the hardware to be up and running.

20 years agoFixed bad example.
ru [Wed, 7 Jul 2004 17:39:16 +0000 (17:39 +0000)]
Fixed bad example.
Added reference to the getopts(1) shell builtin.

20 years agoAdded missing punctuation.
ru [Wed, 7 Jul 2004 17:36:31 +0000 (17:36 +0000)]
Added missing punctuation.

20 years agoRemoved redundant and unsafe BINDIR redefinition.
ru [Wed, 7 Jul 2004 17:33:20 +0000 (17:33 +0000)]
Removed redundant and unsafe BINDIR redefinition.

20 years agoBuild things in dictionary order.
ru [Wed, 7 Jul 2004 17:24:30 +0000 (17:24 +0000)]
Build things in dictionary order.

20 years agoMT_TAG is dead.
maxim [Wed, 7 Jul 2004 16:48:16 +0000 (16:48 +0000)]
MT_TAG is dead.

20 years agoSimplify the control flow in pmap_extract(), enabling the elimination of a
alc [Wed, 7 Jul 2004 16:47:58 +0000 (16:47 +0000)]
Simplify the control flow in pmap_extract(), enabling the elimination of a
PMAP_UNLOCK() call.

20 years agoRemoved legacy comment.
ru [Wed, 7 Jul 2004 15:14:51 +0000 (15:14 +0000)]
Removed legacy comment.

20 years agoSlight content fixes.
ru [Wed, 7 Jul 2004 13:21:46 +0000 (13:21 +0000)]
Slight content fixes.

20 years agoClose tags
den [Wed, 7 Jul 2004 13:11:59 +0000 (13:11 +0000)]
Close tags

20 years agoPathnames as .Nm arguments in the NAME section isn't a
ru [Wed, 7 Jul 2004 13:09:37 +0000 (13:09 +0000)]
Pathnames as .Nm arguments in the NAME section isn't a
good idea, as they appear in the whatis(1) output.  So
replace them with the lowercase version of the document
title.  While here, do some tiny markup fixes.

20 years agoFixed document title (should be in all uppercase).
ru [Wed, 7 Jul 2004 12:59:39 +0000 (12:59 +0000)]
Fixed document title (should be in all uppercase).
List all functions in the NAME section so they appear in whatis(1).
Assorted fixes (mostly markup).

20 years agoArguments to options aren't necessarily separated with whitespace.
ru [Wed, 7 Jul 2004 09:38:14 +0000 (09:38 +0000)]
Arguments to options aren't necessarily separated with whitespace.

Noticed by: harti

20 years agoSweep formatting and assorted fixes.
ru [Wed, 7 Jul 2004 07:56:58 +0000 (07:56 +0000)]
Sweep formatting and assorted fixes.

20 years agoTabs here upset my automatic checker, so replaced them with spaces.
ru [Wed, 7 Jul 2004 07:56:36 +0000 (07:56 +0000)]
Tabs here upset my automatic checker, so replaced them with spaces.

20 years agostyle(9)
alfred [Wed, 7 Jul 2004 07:00:02 +0000 (07:00 +0000)]
style(9)

20 years agodo the vfsstd thing instead of messing up our VFS_SYSCTL macro.
alfred [Wed, 7 Jul 2004 06:58:29 +0000 (06:58 +0000)]
do the vfsstd thing instead of messing up our VFS_SYSCTL macro.

20 years agoSort entries correctly.
cperciva [Wed, 7 Jul 2004 06:15:32 +0000 (06:15 +0000)]
Sort entries correctly.

20 years agoAdd pmap locking to pmap_protect().
alc [Wed, 7 Jul 2004 04:16:22 +0000 (04:16 +0000)]
Add pmap locking to pmap_protect().

20 years agoWhite space and style changes only.
alc [Wed, 7 Jul 2004 02:23:46 +0000 (02:23 +0000)]
White space and style changes only.

20 years agoFix bug introduced in rev 1.434:
peadar [Tue, 6 Jul 2004 23:40:40 +0000 (23:40 +0000)]
Fix bug introduced in rev 1.434:

When avoiding the zeroing of "bogus_page" when it appears in a buf,
be sure to advance the pointers into the data for successive pages.

The bug caused file corruption when read(2)ing from a "hole" in a
file where a previous page of the read block had already been faulted
in: fsx tripped up on this pretty quickly. The particular access
pattern is probably pretty unusual, so other applications probably
wouldn't have had problems, but you'd never know.

Reviewed By: alc@

20 years agoMove the return value information about the getenv(3) library function
hmp [Tue, 6 Jul 2004 23:21:36 +0000 (23:21 +0000)]
Move the return value information about the getenv(3) library function
under the RETURN VALUES section so it is consistent with others.

Cleanup the return value text for getenv(3) a little while I am here.

PR:      docs/58033
MFC after: 3 days

20 years agoPrepare for upcoming Binutils house cleaning.
obrien [Tue, 6 Jul 2004 21:55:11 +0000 (21:55 +0000)]
Prepare for upcoming Binutils house cleaning.

20 years agoFixed section name.
ru [Tue, 6 Jul 2004 20:43:24 +0000 (20:43 +0000)]
Fixed section name.

20 years agoEliminated mdoc(7) warning.
ru [Tue, 6 Jul 2004 19:56:09 +0000 (19:56 +0000)]
Eliminated mdoc(7) warning.

20 years agomdoc(7) fixes.
ru [Tue, 6 Jul 2004 19:51:31 +0000 (19:51 +0000)]
mdoc(7) fixes.

20 years agoThis commit was generated by cvs2svn to compensate for changes in r131722,
obrien [Tue, 6 Jul 2004 19:16:23 +0000 (19:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r131722,
which included commits to RCS files with non-trunk default branches.

20 years agoImport of Binutils from the FSF 2.15 branch (just post-.0 release).
obrien [Tue, 6 Jul 2004 19:16:23 +0000 (19:16 +0000)]
Import of Binutils from the FSF 2.15 branch (just post-.0 release).
These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.

20 years agoFix copy&paste bug.
pjd [Tue, 6 Jul 2004 18:18:20 +0000 (18:18 +0000)]
Fix copy&paste bug.

20 years agoParenthesised string literals are invalid in initialisers for character arrays.
stefanf [Tue, 6 Jul 2004 17:48:34 +0000 (17:48 +0000)]
Parenthesised string literals are invalid in initialisers for character arrays.
Use braces instead.

20 years agoMicro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt and
alc [Tue, 6 Jul 2004 17:35:10 +0000 (17:35 +0000)]
Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt and
vm_exitingcnt so that alignment does not result in wasted space.

20 years agoAdd missing argument.
pjd [Tue, 6 Jul 2004 17:06:54 +0000 (17:06 +0000)]
Add missing argument.

20 years agoAcquire socket lock in nfs_connect() connection/sleep loop to protect
rwatson [Tue, 6 Jul 2004 16:55:41 +0000 (16:55 +0000)]
Acquire socket lock in nfs_connect() connection/sleep loop to protect
socket state and avoid missed wakeups.

20 years agoProperly free resources if g_access() fails.
pjd [Tue, 6 Jul 2004 16:29:32 +0000 (16:29 +0000)]
Properly free resources if g_access() fails.

20 years agoTiny markup fixes.
ru [Tue, 6 Jul 2004 16:24:02 +0000 (16:24 +0000)]
Tiny markup fixes.

20 years agoTiny markup nits in an otherwise outstanding mdoc(7) work.
ru [Tue, 6 Jul 2004 16:16:36 +0000 (16:16 +0000)]
Tiny markup nits in an otherwise outstanding mdoc(7) work.

20 years agoFix a number of incorrect assumptions regarding the size of time_t.
des [Tue, 6 Jul 2004 15:15:14 +0000 (15:15 +0000)]
Fix a number of incorrect assumptions regarding the size of time_t.
The code has its own TIME type, which is actually defined to time_t,
but it still used u_int32_t in some places.

In addition, dhclient not only had two separate global cur_time
variables, one of which was defined as u_int32_t and the other as
TIME, but cur_time was sometimes shadowed by local variables, leading
to widespread confusion as to which of these variable was being
referenced.

There is a lesson in here somewhere: a decent compiler with warnings
enabled should have caught all of this long before it became a
problem.

This patch has been submitted to the vendor, but it will likely be
some time before they release a version that includes it.

Approved by: mbr

20 years agoReadd accidently deleted file.
mbr [Tue, 6 Jul 2004 14:14:26 +0000 (14:14 +0000)]
Readd accidently deleted file.

20 years agoGenerate fresh aux_conf.h.
mbr [Tue, 6 Jul 2004 14:06:58 +0000 (14:06 +0000)]
Generate fresh aux_conf.h.

20 years agoKeep it sync with OpenBSD:
ache [Tue, 6 Jul 2004 13:58:45 +0000 (13:58 +0000)]
Keep it sync with OpenBSD:
An optional argument cannot start with '-', even if permutation is
disabled.

Obtained from: OpenBSD getopt_long.c v1.17

20 years agoCheck if `dirmask' is a member of `pcfs_args_t'.
mbr [Tue, 6 Jul 2004 13:44:14 +0000 (13:44 +0000)]
Check if `dirmask' is a member of `pcfs_args_t'.

A diff to the autoconf aux-files has been submitted to
the amd people.

PR: 57401
Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com>

20 years agoUnbreak pcfs support
mbr [Tue, 6 Jul 2004 13:37:18 +0000 (13:37 +0000)]
Unbreak pcfs support

PR: 68679

20 years agoUpdate OS-dependent variables.
mbr [Tue, 6 Jul 2004 13:24:59 +0000 (13:24 +0000)]
Update OS-dependent variables.

20 years agoResolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)
mbr [Tue, 6 Jul 2004 13:16:49 +0000 (13:16 +0000)]
Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)
import:

- Fix typo in amd/nfs_prot_svc.c
- Manpage change in scripts/amd.conf.5
- Remove unneeded configure files
- Remove unneeded m4/macros

20 years agoMFen 1.8
den [Tue, 6 Jul 2004 13:00:14 +0000 (13:00 +0000)]
MFen 1.8

Obtained from: The FreeBSD Russian Documentation Project