]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoUnbreak support for systems that have no limit on pathname length.
tjr [Sun, 15 Dec 2002 00:40:47 +0000 (00:40 +0000)]
Unbreak support for systems that have no limit on pathname length.

Noticed by: bde

21 years agoAssert that the page queues lock is held in vm_page_unhold(),
alc [Sun, 15 Dec 2002 00:06:02 +0000 (00:06 +0000)]
Assert that the page queues lock is held in vm_page_unhold(),
vm_page_remove(), and vm_page_free_toq().

21 years agoMake minimal changes to point the users to the Texinfo documentation
keramida [Sat, 14 Dec 2002 23:58:49 +0000 (23:58 +0000)]
Make minimal changes to point the users to the Texinfo documentation
for more detailed information about sdiff(1).  Hopefully this will
make it easier to find how `interactive merging' works with sdiff.

PR: docs/30618
Submitted by: mark@summersault.com

21 years agoNetBSD manpages use .Nm "" to typeset the `name' of the manpage, but
keramida [Sat, 14 Dec 2002 23:45:54 +0000 (23:45 +0000)]
NetBSD manpages use .Nm "" to typeset the `name' of the manpage, but
this doesn't work quite right with our groff.  They have an older
groff version in the base system, but no real plans to update both
groff and manpages.  Fix the .Nm usage locally in our manpages.

PR: docs/41972
Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
Discussed with: ru and obrien

21 years agoBuild kernels for pc98 just like the other platforms. Also, remove
imp [Sat, 14 Dec 2002 22:36:56 +0000 (22:36 +0000)]
Build kernels for pc98 just like the other platforms.  Also, remove
one space to make the dates line up for easy mental math.

# Too bad only i386 and pc98 are the only parts of the universe
# currently buildable on my box :-(

21 years agoMFi386 revisions 1.375 and 1.376
alc [Sat, 14 Dec 2002 22:25:35 +0000 (22:25 +0000)]
MFi386 revisions 1.375 and 1.376
 Hold the page queues lock when calling pmap_unwire_pte_hold() or
 pmap_remove_pte().  Use vm_page_sleep_if_busy() in
 _pmap_unwire_pte_hold() so that the page queues lock is released
 when sleeping.

21 years agoChange tcp.inflight_min from 1024 to a production default of 6144. Create
dillon [Sat, 14 Dec 2002 21:00:17 +0000 (21:00 +0000)]
Change tcp.inflight_min from 1024 to a production default of 6144.  Create
a sysctl for the stabilization value for the bandwidth delay product (inflight)
algorithm and document it.

MFC after: 3 days

21 years agoEmploy the unused bytes after the disklabel in the second sector. This makes
phk [Sat, 14 Dec 2002 19:44:13 +0000 (19:44 +0000)]
Employ the unused bytes after the disklabel in the second sector.  This makes
it possible to make UFS1_ONLY and UFS2_ONLY versions which fit inside the
traditional 16 sectors.

Remove assorted now unneeded hackery.

UFS1_AND_UFS2 still needs another 150 bytes to work, and that is probably
not within our reach, ever.

21 years agoRemove unnecessary call to fsread().
phk [Sat, 14 Dec 2002 19:40:35 +0000 (19:40 +0000)]
Remove unnecessary call to fsread().

21 years agoRestructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2
phk [Sat, 14 Dec 2002 19:39:44 +0000 (19:39 +0000)]
Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2
versions from the same basic function.

21 years agoConvert the use of vtophys() for doing autosense to use busdma. Also correct
scottl [Sat, 14 Dec 2002 19:20:57 +0000 (19:20 +0000)]
Convert the use of vtophys() for doing autosense to use busdma.  Also correct
some error codes that get returned to CAM.

21 years agoAlways use the smaller GCC builtin memcpy
phk [Sat, 14 Dec 2002 19:15:27 +0000 (19:15 +0000)]
Always use the smaller GCC builtin memcpy

21 years agoRemove unused variable.
phk [Sat, 14 Dec 2002 19:09:37 +0000 (19:09 +0000)]
Remove unused variable.

21 years agoAdd a list of currently supported modes && an EXAMPLES section.
trhodes [Sat, 14 Dec 2002 18:38:34 +0000 (18:38 +0000)]
Add a list of currently supported modes && an EXAMPLES section.

PR: 40465
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>

21 years agoAdd prototype for sockatmark().
fenner [Sat, 14 Dec 2002 18:14:34 +0000 (18:14 +0000)]
Add prototype for sockatmark().

21 years agoMarkup fixes. Document more correctly.
trhodes [Sat, 14 Dec 2002 18:07:13 +0000 (18:07 +0000)]
Markup fixes.  Document more correctly.

PR: 43678
Submitted by: ru

21 years agoDon't fill in the table with the BIOS idea about disk-geometry, we don't
phk [Sat, 14 Dec 2002 17:34:28 +0000 (17:34 +0000)]
Don't fill in the table with the BIOS idea about disk-geometry, we don't
use it.  This saves a surprising number of bytes.

21 years agoUndo the adjustment of the total memory used by dirhash in the case
iedowse [Sat, 14 Dec 2002 17:16:16 +0000 (17:16 +0000)]
Undo the adjustment of the total memory used by dirhash in the case
where allocating the dirhash structure fails. Fix a few typos in
comments and update copyright.

MFC after: 1 week

21 years agoOnly dump the BIOS geometry table from bootinfo on PC98, we don't use
phk [Sat, 14 Dec 2002 16:11:28 +0000 (16:11 +0000)]
Only dump the BIOS geometry table from bootinfo on PC98, we don't use
the contents on i386 anymore.

21 years agoDocument NO_CPU_CFLAGS && NO_CPU_COPTFLAGS in the make.conf(5) manual
trhodes [Sat, 14 Dec 2002 15:53:32 +0000 (15:53 +0000)]
Document NO_CPU_CFLAGS && NO_CPU_COPTFLAGS in the make.conf(5) manual
page.

PR: 45418
Reviewed by: jhb (a slightly older version)

21 years agomdoc(7) police: markup nits + fixed two misspellings of drivers.flp.
ru [Sat, 14 Dec 2002 15:46:50 +0000 (15:46 +0000)]
mdoc(7) police: markup nits + fixed two misspellings of drivers.flp.

21 years agomdoc(7) police: markup overhaul.
ru [Sat, 14 Dec 2002 15:29:27 +0000 (15:29 +0000)]
mdoc(7) police: markup overhaul.

21 years agoDon't build auth-pam.c and auth2-pam.c, auth2-pam-freebsd.c is all we need.
des [Sat, 14 Dec 2002 13:54:57 +0000 (13:54 +0000)]
Don't build auth-pam.c and auth2-pam.c, auth2-pam-freebsd.c is all we need.
Use pthreads for PAM if the platform supports it and the user asked for it
(by setting OPENSSH_USE_POSIX_THREADS)

Sponsored by: DARPA, NAI Labs

21 years agoIf possible, use pthreads instead of a child process for PAM.
des [Sat, 14 Dec 2002 13:52:39 +0000 (13:52 +0000)]
If possible, use pthreads instead of a child process for PAM.

Reimplement the necessary bits from auth_pam.c and auth2_pam.c so that
they share the PAM context used by the keyboard-interactive thread.  If
a child process is used instead, they will (necessarily) use a separate
context.

Constify do_pam_account() and do_pam_session().

Sponsored by: DARPA, NAI Labs

21 years agoAdd a missing #include "canohost.h".
des [Sat, 14 Dec 2002 13:48:47 +0000 (13:48 +0000)]
Add a missing #include "canohost.h".

21 years agoRemove code related to the PAMAuthenticationViaKbdInt option (which we've
des [Sat, 14 Dec 2002 13:48:13 +0000 (13:48 +0000)]
Remove code related to the PAMAuthenticationViaKbdInt option (which we've
disabled).  This removes the only reference to auth2_pam().

21 years agoBack out a lastlog-related change which is no longer relevant.
des [Sat, 14 Dec 2002 13:40:21 +0000 (13:40 +0000)]
Back out a lastlog-related change which is no longer relevant.

21 years agoFix a rounding error in the block size calculation.
des [Sat, 14 Dec 2002 13:38:49 +0000 (13:38 +0000)]
Fix a rounding error in the block size calculation.

Submitted by: tjr

21 years agoUpdate pathchk to reflect the fact that 1003.1-2001 now includes the
tjr [Sat, 14 Dec 2002 11:44:54 +0000 (11:44 +0000)]
Update pathchk to reflect the fact that 1003.1-2001 now includes the
trailing null byte in PATH_MAX and _POSIX_PATH_MAX.

PR: 46035

21 years agounwrap lines made short enough by SCARGS removal
alfred [Sat, 14 Dec 2002 08:18:06 +0000 (08:18 +0000)]
unwrap lines made short enough by SCARGS removal

21 years agoBruce forwarded this tidbit from an analysis Van Jacobson did on an
dillon [Sat, 14 Dec 2002 07:31:51 +0000 (07:31 +0000)]
Bruce forwarded this tidbit from an analysis Van Jacobson did on an
apparent ack-on-ack problem with FreeBSD.  Prof. Jacobson noticed a
case in our TCP stack which would acknowledge a received ack-only packet,
which is not legal in TCP.

Submitted by:  Van Jacobson <van@packetdesign.com>,
bmah@packetdesign.com (Bruce A. Mah)
MFC after: 7 days

21 years agoAdd page locking to pmap_mincore().
alc [Sat, 14 Dec 2002 07:06:27 +0000 (07:06 +0000)]
Add page locking to pmap_mincore().

Submitted (in part) by: tjr@

21 years agoadd program used to exercise/test /dev/crypto symmetric crypto functionality
sam [Sat, 14 Dec 2002 06:23:58 +0000 (06:23 +0000)]
add program used to exercise/test /dev/crypto symmetric crypto functionality

Obtained from: openbsd (originally)

21 years agoremove syscallarg().
alfred [Sat, 14 Dec 2002 02:07:32 +0000 (02:07 +0000)]
remove syscallarg().

Suggested by: peter

21 years agoSCARGS removal take II.
alfred [Sat, 14 Dec 2002 01:56:26 +0000 (01:56 +0000)]
SCARGS removal take II.

21 years agoOnly the most recent snapshot contains the complete list of blocks
mckusick [Sat, 14 Dec 2002 01:36:59 +0000 (01:36 +0000)]
Only the most recent snapshot contains the complete list of blocks
that were copied in all of the earlier snapshots, thus its precomputed
list must be used in the copyonwrite test. Using incomplete lists may
lead to deadlock. Also do not include the blocks used for the indirect
pointers in the indirect pointers as this may lead to inconsistent
snapshots.

Sponsored by:   DARPA & NAI Labs.
Approved by: re

21 years agoThe buffer daemon cannot skip over buffers owned by locked inodes as
mckusick [Sat, 14 Dec 2002 01:35:30 +0000 (01:35 +0000)]
The buffer daemon cannot skip over buffers owned by locked inodes as
they may be the only viable ones to flush. Thus it will now wait for
an inode lock if the other alternatives will result in rollbacks (and
immediate redirtying of the buffer). If only buffers with rollbacks
are available, one will be flushed, but then the buffer daemon will
wait briefly before proceeding. Failing to wait briefly effectively
deadlocks a uniprocessor since every other process writing to that
filesystem will wait for the buffer daemon to clean up which takes
close enough to forever to feel like a deadlock.

Reported by: Archie Cobbs <archie@dellroad.org>
Sponsored by:   DARPA & NAI Labs.
Approved by: re

21 years agoWhen job control is disabled, never show the job id when reporting the
tjr [Sat, 14 Dec 2002 01:08:04 +0000 (01:08 +0000)]
When job control is disabled, never show the job id when reporting the
status of a background process that has terminated because of a signal.

21 years agoFix two bugs:
archie [Sat, 14 Dec 2002 00:56:07 +0000 (00:56 +0000)]
Fix two bugs:

    (a) Save control message return address only if NGM_MPPC_CONFIG_DECOMP
    (b) Properly count the number of required re-key operations
when we loose synchronization and have to resync

MFC after: 3 days

21 years agoAdd missing "of".
fenner [Sat, 14 Dec 2002 00:20:43 +0000 (00:20 +0000)]
Add missing "of".

21 years agolibmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.
tjr [Sat, 14 Dec 2002 00:01:51 +0000 (00:01 +0000)]
libmchain no longer exports m_fixhdr(); remove it from EXPORT_SYMS.

21 years agoKeep trying to flush the vnode list for the mount while some are still
tjr [Fri, 13 Dec 2002 23:44:00 +0000 (23:44 +0000)]
Keep trying to flush the vnode list for the mount while some are still
busy and we are making progress towards making them not busy. This is
needed because smbfs vnodes reference their parent directory but may
appear after their parent in the mount's vnode list; one pass over the
list is not sufficient in this case.

This stops attempts to unmount idle smbfs mounts failing with EBUSY.

21 years agoo Don't consider LOOPBACK devices as configured...
imp [Fri, 13 Dec 2002 23:36:31 +0000 (23:36 +0000)]
o Don't consider LOOPBACK devices as configured...

21 years agoMove the amd(4) driver to it's own directory in preparation for it growing
scottl [Fri, 13 Dec 2002 22:59:18 +0000 (22:59 +0000)]
Move the amd(4) driver to it's own directory in preparation for it growing
an sbus front-end.

21 years agoBackout removal SCARGS, the code freeze is only "selectively" over.
alfred [Fri, 13 Dec 2002 22:41:47 +0000 (22:41 +0000)]
Backout removal SCARGS, the code freeze is only "selectively" over.

21 years agoRemove SCARGS.
alfred [Fri, 13 Dec 2002 22:27:25 +0000 (22:27 +0000)]
Remove SCARGS.

Reviewed by: md5

21 years agoFix misspelling.
fenner [Fri, 13 Dec 2002 22:26:10 +0000 (22:26 +0000)]
Fix misspelling.

PR: docs/44930
Submitted by: Michael McGoldrick <mmcgoldrick@linuxdriven.net>

21 years agoAdd an implementation of the POSIX.1 sockatmark(3).
fenner [Fri, 13 Dec 2002 22:22:55 +0000 (22:22 +0000)]
Add an implementation of the POSIX.1 sockatmark(3).

21 years agoAdd a couple of KASSERTS, just in case.
phk [Fri, 13 Dec 2002 22:04:45 +0000 (22:04 +0000)]
Add a couple of KASSERTS, just in case.

21 years agoCorrect a harmless problem when creating the DMA tag
mux [Fri, 13 Dec 2002 21:34:35 +0000 (21:34 +0000)]
Correct a harmless problem when creating the DMA tag
used to map mbufs.  The maximum size should be MCLBYTES
and not SIS_TX_LIST_SZ.  This is probably a typo in
the original commit.

Tested by: cognet

21 years agoDon't interpret the hotspots relative to all slices on a slicer, but
phk [Fri, 13 Dec 2002 21:31:13 +0000 (21:31 +0000)]
Don't interpret the hotspots relative to all slices on a slicer, but
relative to the parent device.

21 years agoFix spelling in comment.
phk [Fri, 13 Dec 2002 21:10:59 +0000 (21:10 +0000)]
Fix spelling in comment.

21 years agoMFp4: Make ifs consistant with rest of file.
imp [Fri, 13 Dec 2002 19:47:07 +0000 (19:47 +0000)]
MFp4: Make ifs consistant with rest of file.

21 years agoProblem: Hang while bootup on Perc2/SC.
emoore [Fri, 13 Dec 2002 17:27:44 +0000 (17:27 +0000)]
Problem: Hang while bootup on Perc2/SC.
Fix: Error handling wasn't implemented
in newly implemented polling code for quartz
controllers.

Approved by: re@

21 years agomdoc(7) police: sort xrefs in SEE ALSO.
ru [Fri, 13 Dec 2002 16:53:51 +0000 (16:53 +0000)]
mdoc(7) police: sort xrefs in SEE ALSO.

21 years agoRemove the incorrect information about dump(8) and snapshots. All the
trhodes [Fri, 13 Dec 2002 16:35:23 +0000 (16:35 +0000)]
Remove the incorrect information about dump(8) and snapshots.  All the
dump(8) issues are assumed to be fixed.

PR: 46224
Submitted By: Chris Knight <chris@aims.com.au>
Approved By: re (murray)

21 years agomdoc(7) police: markup overhaul.
ru [Fri, 13 Dec 2002 15:27:27 +0000 (15:27 +0000)]
mdoc(7) police: markup overhaul.

21 years agomdoc(7) police: markup overhaul.
ru [Fri, 13 Dec 2002 10:38:42 +0000 (10:38 +0000)]
mdoc(7) police: markup overhaul.

21 years agoFix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of
tjr [Fri, 13 Dec 2002 10:25:08 +0000 (10:25 +0000)]
Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of
the nonexistent td_pid.

21 years agoStore a reference to the parent directory's vnode in struct smbnode,
tjr [Fri, 13 Dec 2002 10:15:01 +0000 (10:15 +0000)]
Store a reference to the parent directory's vnode in struct smbnode,
not to the parent's smbnode, which may be freed during the lifetime
of the child if the mount is forcibly unmounted. umount -f should now
work properly (ie. not panic) on smbfs mounts.

21 years agomdoc(7) police: markup overhaul.
ru [Fri, 13 Dec 2002 10:04:12 +0000 (10:04 +0000)]
mdoc(7) police: markup overhaul.

21 years agoDrop filedesc lock and acquire Giant around calls to malloc() and free().
tjr [Fri, 13 Dec 2002 09:59:40 +0000 (09:59 +0000)]
Drop filedesc lock and acquire Giant around calls to malloc() and free().
These call uma_large_malloc() and uma_large_free() which require Giant.
Fixes panic when descriptor table is larger than KMEM_ZMAX bytes
noticed by kkenn.

Reviewed by: jhb

21 years agoRenumber divert.
fenner [Fri, 13 Dec 2002 09:18:09 +0000 (09:18 +0000)]
Renumber divert.

Forgotten by: fenner
Approved by: re (murray)

21 years agomdoc(7) police: SEE ALSO references aren't real sentences.
ru [Fri, 13 Dec 2002 09:06:44 +0000 (09:06 +0000)]
mdoc(7) police: SEE ALSO references aren't real sentences.

21 years agomdoc(7) police: sort xrefs in SEE ALSO.
ru [Fri, 13 Dec 2002 09:05:50 +0000 (09:05 +0000)]
mdoc(7) police: sort xrefs in SEE ALSO.

21 years agoHEAD is 5.0-CURRENT again.
murray [Fri, 13 Dec 2002 08:48:34 +0000 (08:48 +0000)]
HEAD is 5.0-CURRENT again.

21 years agoHEAD reverts to 5.0-CURRENT
murray [Fri, 13 Dec 2002 08:47:15 +0000 (08:47 +0000)]
HEAD reverts to 5.0-CURRENT
RELENG_5_0 is 5.0-RC
5.0-RELEASE will be built off of the RELENG_5_0 branch

21 years agoMove the creation of the DRIVERS.TXT file to a more appropriate area
murray [Fri, 13 Dec 2002 06:54:33 +0000 (06:54 +0000)]
Move the creation of the DRIVERS.TXT file to a more appropriate area
of this file, so it will be created for other platforms that use a
third floppy disk, not just i386.

Approved by: re

21 years agoUpdate for the just-done-import.
obrien [Fri, 13 Dec 2002 05:03:15 +0000 (05:03 +0000)]
Update for the just-done-import.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r107806,
obrien [Fri, 13 Dec 2002 04:59:48 +0000 (04:59 +0000)]
This commit was generated by cvs2svn to compensate for changes in r107806,
which included commits to RCS files with non-trunk default branches.

21 years agoVendor import of bwk's 29-Nov-2002 release.
obrien [Fri, 13 Dec 2002 04:59:48 +0000 (04:59 +0000)]
Vendor import of bwk's 29-Nov-2002 release.
Most significant update is the inclusion of our port's locale patches.

21 years agoDon't run kldxref when installing modules on sparc64. kldxref and the whole
jake [Fri, 13 Dec 2002 00:32:29 +0000 (00:32 +0000)]
Don't run kldxref when installing modules on sparc64.  kldxref and the whole
module dependency system rely on linker behaviour that is machine dependent
and not part of the elf spec, and only work by accident on other platforms.

Approved by: re

21 years agoCreate raw plexes and subdisks, not the old volume-related ones. This
grog [Fri, 13 Dec 2002 00:27:32 +0000 (00:27 +0000)]
Create raw plexes and subdisks, not the old volume-related ones.  This
crept in in the transition to devfs, and caused a number of "device
not configured" errors.

Approved by: re (rwatson)

21 years agoAdd more information about the third floppy disk, drivers.flp.
murray [Thu, 12 Dec 2002 23:11:43 +0000 (23:11 +0000)]
Add more information about the third floppy disk, drivers.flp.

Approved by: re (jhb)

21 years agoUse the correct compartment notation in sample labels.
chris [Thu, 12 Dec 2002 22:47:08 +0000 (22:47 +0000)]
Use the correct compartment notation in sample labels.

Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)

21 years agoChange an "i.e." to an "e.g." This will be changed when a better
chris [Thu, 12 Dec 2002 22:27:00 +0000 (22:27 +0000)]
Change an "i.e." to an "e.g."  This will be changed when a better
solution is worked out to clarify more specific compartment-related
cases.

Submitted by: dcs
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)

21 years agosable the CAM interface on some more cards. It seemed to be confusing and
scottl [Thu, 12 Dec 2002 22:23:06 +0000 (22:23 +0000)]
sable the CAM interface on some more cards.  It seemed to be confusing and
upsetting the firmware there.

Thanks to imp@freebsd.org for suffering through testing with this.

Approved by: re

21 years agoFix the HISTORY to match reality. They were never MFC'ed to 4.X.
trhodes [Thu, 12 Dec 2002 22:22:51 +0000 (22:22 +0000)]
Fix the HISTORY to match reality.  They were never MFC'ed to 4.X.

Submitted by: R. Imura <imura@ryu16.org>
Approved by: re (murray)

21 years agoAdd and fix cross-references.
chris [Thu, 12 Dec 2002 22:17:44 +0000 (22:17 +0000)]
Add and fix cross-references.

Prompted by: rwatson, dcs
Sponsored by: DARPA, Network Associates Labs

21 years agoAccount for fts(3)'s FTS_SLNONE case for symbolic links which have
green [Thu, 12 Dec 2002 20:32:45 +0000 (20:32 +0000)]
Account for fts(3)'s FTS_SLNONE case for symbolic links which have
a nonexistant target, in addition to the FTS_SL previously, so e.g.
setfmac -h sebsd/system_u:object_r:malloc_conf_t /etc/malloc.conf
succeeds.

Approved by: re

21 years agoUpdate the pcm(4) manual page to explain devfs, fix a grammar error and
trhodes [Thu, 12 Dec 2002 19:50:09 +0000 (19:50 +0000)]
Update the pcm(4) manual page to explain devfs, fix a grammar error and
cross-ref devfs(5).

Approved by: re (jhb)

21 years agoThe uftdi driver runs with multiple instances.
ticso [Thu, 12 Dec 2002 19:03:43 +0000 (19:03 +0000)]
The uftdi driver runs with multiple instances.
Remove a comment claiming the opposite.

Approved by: re (rwatson)
             gallatin (Mentor)
MFC after: 1 week

21 years agoClear the "device open" flag in daopen() before returning a error,
yar [Thu, 12 Dec 2002 18:09:35 +0000 (18:09 +0000)]
Clear the "device open" flag in daopen() before returning a error,
so the device won't stay marked as open whereas it isn't.

Approved by: re, njl
MFC after: 1 week

21 years agoFix a buffer overrun in /dev/random which, due to the nature of the
markm [Thu, 12 Dec 2002 17:38:45 +0000 (17:38 +0000)]
Fix a buffer overrun in /dev/random which, due to the nature of the
kernel memory allocator, is harmless. This could be a problem for
other systems, though. I've modified Darren's patch a little.

Original patch by: Darren Schack, Isilon Systems, Inc <darrens@isilon.com>
Also analysed by:  SGI, and in particular Divy Le Ray of SGI
OK'ed by:          re(rwatson)

21 years agoUniformly refer to a file system as "file system".
ru [Thu, 12 Dec 2002 17:26:04 +0000 (17:26 +0000)]
Uniformly refer to a file system as "file system".

Approved by: re

21 years agoIncorporate some suggestions from several others about talking about
scottl [Thu, 12 Dec 2002 15:40:11 +0000 (15:40 +0000)]
Incorporate some suggestions from several others about talking about
device hints.

Approved by: re

21 years agoMFS: Spelling: s/transfered/transferred/
trhodes [Thu, 12 Dec 2002 15:38:07 +0000 (15:38 +0000)]
MFS: Spelling: s/transfered/transferred/

PR: 46104
Pointed out by: Rich Morin <rdm@cfcl.com>
Approved by: re (rwatson)

21 years agomdoc(7) police: markup fixes.
ru [Thu, 12 Dec 2002 15:27:26 +0000 (15:27 +0000)]
mdoc(7) police: markup fixes.

Approved by: re

21 years agomdoc(7) police: overhaul.
ru [Thu, 12 Dec 2002 15:25:56 +0000 (15:25 +0000)]
mdoc(7) police: overhaul.

Approved by: re

21 years agomdoc(7) police: markup overhaul.
ru [Thu, 12 Dec 2002 14:36:08 +0000 (14:36 +0000)]
mdoc(7) police: markup overhaul.

Approved by: re

21 years agomdoc(7) police: markup overhaul.
ru [Thu, 12 Dec 2002 14:25:52 +0000 (14:25 +0000)]
mdoc(7) police: markup overhaul.

Approved by: re

21 years agomdoc(7) police: markup overhaul.
ru [Thu, 12 Dec 2002 14:17:24 +0000 (14:17 +0000)]
mdoc(7) police: markup overhaul.

Approved by: re

21 years agomdoc(7) police: markup overhaul.
ru [Thu, 12 Dec 2002 14:09:25 +0000 (14:09 +0000)]
mdoc(7) police: markup overhaul.

Approved by: re

21 years agomdoc(7) police: tiny markup nits.
ru [Thu, 12 Dec 2002 13:58:27 +0000 (13:58 +0000)]
mdoc(7) police: tiny markup nits.

Approved by: re

21 years agomdoc(7) police: overhaul.
ru [Thu, 12 Dec 2002 13:40:31 +0000 (13:40 +0000)]
mdoc(7) police: overhaul.

21 years agomdoc(7) police: markup fixes.
ru [Thu, 12 Dec 2002 13:26:32 +0000 (13:26 +0000)]
mdoc(7) police: markup fixes.

Approved by: re

21 years agoo redirect the grep to /dev/null
imp [Thu, 12 Dec 2002 09:31:10 +0000 (09:31 +0000)]
o redirect the grep to /dev/null
o use ifn rather than interface in rc.network
o merge into rc.d/network1

Approved by: (re blanket)

21 years agomdoc(7) police: markup overhaul.
ru [Thu, 12 Dec 2002 08:53:20 +0000 (08:53 +0000)]
mdoc(7) police: markup overhaul.

Approved by: re

21 years agoBring the NOTICE section into the DESCRIPTION section and wrap it in
ru [Thu, 12 Dec 2002 08:32:22 +0000 (08:32 +0000)]
Bring the NOTICE section into the DESCRIPTION section and wrap it in
.Bf -symbolic ... .Ef

Approved by: re
Obtained from: gbde(8)

21 years agomdoc(7) police: .Dt is ALL UPPERCASE.
ru [Thu, 12 Dec 2002 08:19:47 +0000 (08:19 +0000)]
mdoc(7) police: .Dt is ALL UPPERCASE.

Approved by: re