]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agomdoc(7) police: add xref to intro(2).
ru [Fri, 10 Aug 2001 10:11:55 +0000 (10:11 +0000)]
mdoc(7) police: add xref to intro(2).

22 years agomdoc(7) police: compute the exact tag width.
ru [Fri, 10 Aug 2001 10:09:00 +0000 (10:09 +0000)]
mdoc(7) police: compute the exact tag width.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r81414,
peter [Fri, 10 Aug 2001 10:05:43 +0000 (10:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r81414,
which included commits to RCS files with non-trunk default branches.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r81412,
peter [Fri, 10 Aug 2001 10:02:36 +0000 (10:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r81412,
which included commits to RCS files with non-trunk default branches.

22 years agoBah. Previous commit was: update for cvs-1.11 -> 1.11.1p1
peter [Fri, 10 Aug 2001 09:57:23 +0000 (09:57 +0000)]
Bah. Previous commit was:  update for cvs-1.11 -> 1.11.1p1
(This was my fat-fingers, not a cvs glitch)

22 years ago*** empty log message ***
peter [Fri, 10 Aug 2001 09:55:48 +0000 (09:55 +0000)]
*** empty log message ***

22 years agoAdd annotate.c, remove rtag.c for 1.11.1p1
peter [Fri, 10 Aug 2001 09:54:52 +0000 (09:54 +0000)]
Add annotate.c, remove rtag.c for 1.11.1p1

22 years agoTweak for 1.11.1p1
peter [Fri, 10 Aug 2001 09:53:53 +0000 (09:53 +0000)]
Tweak for 1.11.1p1

22 years agoInitial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There is
peter [Fri, 10 Aug 2001 09:53:06 +0000 (09:53 +0000)]
Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline.  There is
still some suspicious and/or broken stuff to fix yet.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r81404,
peter [Fri, 10 Aug 2001 09:43:22 +0000 (09:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r81404,
which included commits to RCS files with non-trunk default branches.

22 years agoImport cvs-1.11.1p1 onto vendor branch
peter [Fri, 10 Aug 2001 09:43:22 +0000 (09:43 +0000)]
Import cvs-1.11.1p1 onto vendor branch

22 years agoTemporarily turn off cvs builds for the (short) duration of
peter [Fri, 10 Aug 2001 09:35:58 +0000 (09:35 +0000)]
Temporarily turn off cvs builds for the (short) duration of
import/verification.

22 years agoDO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!
julian [Fri, 10 Aug 2001 07:50:14 +0000 (07:50 +0000)]
DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!
found by: Getting my u-area overwritten

22 years agoAdd manpage for pgfind(9).
ru [Fri, 10 Aug 2001 07:19:55 +0000 (07:19 +0000)]
Add manpage for pgfind(9).

PR: docs/29552
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>

22 years ago- Remove asleep(), await(), and M_ASLEEP.
jhb [Fri, 10 Aug 2001 06:56:12 +0000 (06:56 +0000)]
- Remove asleep(), await(), and M_ASLEEP.
- Callers of asleep() and await() have been converted to calling tsleep().
  The only caller outside of M_ASLEEP was the ata driver, which called both
  asleep() and await() with spl-raised, so there was no need for the
  asleep() and await() pair.  M_ASLEEP was unused.

Reviewed by: jasone, peter

22 years ago- Remove asleep(), await(), and M_ASLEEP.
jhb [Fri, 10 Aug 2001 06:45:43 +0000 (06:45 +0000)]
- Remove asleep(), await(), and M_ASLEEP.
- Callers of asleep() and await() have been converted to calling tsleep().
  The only caller outside of M_ASLEEP was the ata driver, which called both
  asleep() and await() with spl-raised, so there was no need for the
  asleep() and await() pair.  M_ASLEEP was unused.

Reviewed by: jasone, peter

22 years ago- Remove asleep(), await(), and M_ASLEEP.
jhb [Fri, 10 Aug 2001 06:37:05 +0000 (06:37 +0000)]
- Remove asleep(), await(), and M_ASLEEP.
- Callers of asleep() and await() have been converted to calling tsleep().
  The only caller outside of M_ASLEEP was the ata driver, which called both
  asleep() and await() with spl-raised, so there was no need for the
  asleep() and await() pair.  M_ASLEEP was unused.

Reviewed by: jasone, peter

22 years agoMove ISA interrupt ISR and timeout routines to pcic from pcic_isa so
imp [Fri, 10 Aug 2001 06:07:20 +0000 (06:07 +0000)]
Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so
that we can use them in the pci code when we have to fall back to ISA
interrupt routing.

22 years agoType sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char
imp [Fri, 10 Aug 2001 06:00:44 +0000 (06:00 +0000)]
Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char

22 years agoRearrange the pcic_irq_type enum (and specifically tag the first one
imp [Fri, 10 Aug 2001 05:42:08 +0000 (05:42 +0000)]
Rearrange the pcic_irq_type enum (and specifically tag the first one
as being 1) in anticipation of documentation.

22 years agoBump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment.
jhb [Fri, 10 Aug 2001 05:34:48 +0000 (05:34 +0000)]
Bump MAXCOMLEN from 16 to 19 to take advantage of 32-bit alignment.

Approved by: peter, jasone

22 years agoCorrect copyright language.
jake [Fri, 10 Aug 2001 04:51:19 +0000 (04:51 +0000)]
Correct copyright language.

22 years agoAdd code to program the tick register and to setup its interrupt handler.
jake [Fri, 10 Aug 2001 04:49:33 +0000 (04:49 +0000)]
Add code to program the tick register and to setup its interrupt handler.

22 years agoAdd early code to support interrupts.
jake [Fri, 10 Aug 2001 04:48:48 +0000 (04:48 +0000)]
Add early code to support interrupts.

22 years agoFake up the frame pointers on a process's initial stack so they can be
jake [Fri, 10 Aug 2001 04:47:14 +0000 (04:47 +0000)]
Fake up the frame pointers on a process's initial stack so they can be
restored correctly from the trapframe.

Submitted by: tmm

22 years agoHandle all types of mmu misses from user mode.
jake [Fri, 10 Aug 2001 04:44:33 +0000 (04:44 +0000)]
Handle all types of mmu misses from user mode.
Pass a context argument to tlb functions.

22 years agoUse the macro for getting the trap type from the trapframe.
jake [Fri, 10 Aug 2001 04:43:31 +0000 (04:43 +0000)]
Use the macro for getting the trap type from the trapframe.
Only set sticks (and acquire sched_lock) on entry from user mode.
Add handlers for all kinds of mmu misses, and for interrupts from
user mode.
Acquire Giant before calling into the vm system so this runs with
invariants.
Try to get the restrictions for page faults on user memory from
kernel mode right.
Only set pcb_onfault and return to the alternate return code if
this is actually a fault on user memory from kernel mode.

22 years agoStore 8 bytes instead of 4 in suword. Use a temporary stack that's known
jake [Fri, 10 Aug 2001 04:39:23 +0000 (04:39 +0000)]
Store 8 bytes instead of 4 in suword.  Use a temporary stack that's known
to be locked in the tlb for calling openfirmware.

Submitted by: tmm

22 years ago(forced commit, last was too early).
jake [Fri, 10 Aug 2001 04:38:18 +0000 (04:38 +0000)]
(forced commit, last was too early).

Implement pmap_zero_page_area.  Make some pmap functions no-ops for
now so we can get through exec.

Submitted by: tmm

22 years agoPass a context to tlb_store_slot, use a member(Sync) after setting the
jake [Fri, 10 Aug 2001 04:37:03 +0000 (04:37 +0000)]
Pass a context to tlb_store_slot, use a member(Sync) after setting the
secondary context register.

22 years ago1. Start the clock running early for testing.
jake [Fri, 10 Aug 2001 04:36:00 +0000 (04:36 +0000)]
1. Start the clock running early for testing.
2. Use the upcoming "tick" interface.
3. Save a call frame as well as a trap frame on proc0's initial stack.
4. Setup a pointer to the per-cpu interrupt queue.
5. Install the per-cpu pointer in interrupt and alternate globals as well.
6. Flush out setregs so exec works.

Submitted by: tmm (3, 5, 6)

22 years agoSet the pil to something sane on startup.
jake [Fri, 10 Aug 2001 04:32:13 +0000 (04:32 +0000)]
Set the pil to something sane on startup.

22 years agoAdd definitions needed by new assembler code.
jake [Fri, 10 Aug 2001 04:31:30 +0000 (04:31 +0000)]
Add definitions needed by new assembler code.

22 years ago1. Add code to handle traps and interrupts from user mode.
jake [Fri, 10 Aug 2001 04:30:36 +0000 (04:30 +0000)]
1. Add code to handle traps and interrupts from user mode.
2. Add spill and fill handlers for spills to the user stack on entry
   to the kernel.
3. Add code to handle instruction mmu misses from user mode.
4. Add code to handle level interrupts from kernel mode and vectored
   interrupt traps from either.
5. Save the pil in the trapframe on entry from kernel mode and restore
   it on return.

Submitted by: tmm (1, 2)

22 years agoAdd code to handle stack traces that go all the way back to userland.
jake [Fri, 10 Aug 2001 04:23:41 +0000 (04:23 +0000)]
Add code to handle stack traces that go all the way back to userland.
Use a better algorithm for finding out if an address is in the kernel.

Submitted by: tmm

22 years agoAdd trap types for interrupts. Ad definitions to get the interrupt level
jake [Fri, 10 Aug 2001 04:22:24 +0000 (04:22 +0000)]
Add trap types for interrupts.  Ad definitions to get the interrupt level
from the trap type.

22 years ago1. Add code to demap pages from the tlb for user contexts.
jake [Fri, 10 Aug 2001 04:21:44 +0000 (04:21 +0000)]
1. Add code to demap pages from the tlb for user contexts.
2. Add a context argument to most functions, instead of extracting it from
   from the tte.

Submitted by: tmm (1).

22 years agoAdd fields that point to per-cpu interrupt data.
jake [Fri, 10 Aug 2001 04:18:48 +0000 (04:18 +0000)]
Add fields that point to per-cpu interrupt data.

22 years agoAdd a field to trapframe for saving the pil.
jake [Fri, 10 Aug 2001 04:18:13 +0000 (04:18 +0000)]
Add a field to trapframe for saving the pil.

22 years agoIncorporate feedback about the level of security that WEP gives you:
imp [Fri, 10 Aug 2001 04:17:55 +0000 (04:17 +0000)]
Incorporate feedback about the level of security that WEP gives you:
Not much, but it is better than nothing as it discourages
the extremely lazy.
Please read the actual text (the last text was softer than the commit
message about it) before giving me feedback.

Also, in the last commit I also tagged the newly optional elements in
the command line as optional.

22 years agoAdd asis for interrupt registers.
jake [Fri, 10 Aug 2001 04:17:29 +0000 (04:17 +0000)]
Add asis for interrupt registers.

22 years agoReturn DITEM_SUCCESS from configInetd(), as apparently a success or
rwatson [Fri, 10 Aug 2001 02:23:10 +0000 (02:23 +0000)]
Return DITEM_SUCCESS from configInetd(), as apparently a success or
failure value is expected.

Spotted by:     gcc

22 years agoAxe spl's obsoleted by the callout mutex.
jhb [Fri, 10 Aug 2001 01:36:25 +0000 (01:36 +0000)]
Axe spl's obsoleted by the callout mutex.

22 years agoFix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.
simokawa [Fri, 10 Aug 2001 00:34:20 +0000 (00:34 +0000)]
Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.
Discussed on users@jp.ipv6.org

MFC candidate.

22 years agoAdd a note that says:
imp [Thu, 9 Aug 2001 21:59:07 +0000 (21:59 +0000)]
Add a note that says:
WEP IS INSECURE.  DO NOT USE IT.
and point people to details on the attack:
http://www.cs.rice.edu/~astubble/wep/wep_attack.html
and recommend people use ipsec instead if possible.

Approved by: kris

Mandoc police: Please do your worst.  I'd like to merge similar text
into ancontrol and ifconfig.

22 years agoAllow for text section alignment to properly align the "end" symbol at the
mp [Thu, 9 Aug 2001 20:47:58 +0000 (20:47 +0000)]
Allow for text section alignment to properly align the "end" symbol at the
actual end of the section. The new gas (binutils) puts in additional padding
which was misaligning the concatenated btx loader.

Reported by: Oliver Hartmann <ohartman@klima.physik.uni-mainz.de>,
Harti Brandt <brandt@fokus.gmd.de>
Tested by: Oliver Hartmann <ohartman@klima.physik.uni-mainz.de>,
David Wolfskill <dhw@whistle.com>, ps
Reviewed by: jhb
MFC after: 1 day

22 years agoDo not delete 'goto ours' routes when using -c option.
sumikawa [Thu, 9 Aug 2001 19:40:35 +0000 (19:40 +0000)]
Do not delete 'goto ours' routes when using -c option.

Obtained from: KAME

22 years agoExpand the usage info to include the possible options for -i,
dougb [Thu, 9 Aug 2001 18:12:07 +0000 (18:12 +0000)]
Expand the usage info to include the possible options for -i,
and fix the printf so that the line actually gets printed.

22 years agoTrim trailing whitespace.
jhb [Thu, 9 Aug 2001 18:07:45 +0000 (18:07 +0000)]
Trim trailing whitespace.

22 years agoo Remove some misleading and incomplete information about search
mike [Thu, 9 Aug 2001 17:29:46 +0000 (17:29 +0000)]
o Remove some misleading and incomplete information about search
  permissions.
o Add a reference to intro(2) where it is properly documented.

Reviewed by: bde
MFC after: 3 days

22 years agoo Various mdoc fixes.
mike [Thu, 9 Aug 2001 17:10:48 +0000 (17:10 +0000)]
o Various mdoc fixes.
o Replace strncpy examples with less confusing ones from
  OpenBSD.  These examples give more detail and also suggest
  using strlcpy(3).

Reviewed by: des, ru, sheldonh
Obtained from: OpenBSD
MFC after: 3 days

22 years agoDocument zdestroy().
tmm [Thu, 9 Aug 2001 16:01:27 +0000 (16:01 +0000)]
Document zdestroy().

Reviewed by: des

22 years agoFix xrefs.
sobomax [Thu, 9 Aug 2001 15:46:53 +0000 (15:46 +0000)]
Fix xrefs.

times.3: gettimeofday(3) --> gettimeofday(2)
rc.conf.5: isndn(8) --> isdnd(8)
idsnd(8) --> isdnd(8)

MFC after: 2 weeks

22 years agoSkip empty calls in the NAME section after the .Nm macro call.
ru [Thu, 9 Aug 2001 15:42:40 +0000 (15:42 +0000)]
Skip empty calls in the NAME section after the .Nm macro call.
This makes the following difference:

-groff_mdoc(7), -(7)      - groff_mdoc reference for groff's mdoc implementation
+groff_mdoc(7)            - reference for groff's mdoc implementation

22 years agoFix minor typo.
obrien [Thu, 9 Aug 2001 15:36:03 +0000 (15:36 +0000)]
Fix minor typo.

22 years agoAn empty request (single dot on the line) is treated as an
ru [Thu, 9 Aug 2001 15:23:30 +0000 (15:23 +0000)]
An empty request (single dot on the line) is treated as an
empty line by troff(1) and is ignored.  Teach makewhatis(1)
about this.  This makes the following difference:

-groff_man(7), . groff_man(7) - groff `man' macros to support generation of man pages
+groff_man(7)             - groff `man' macros to support generation of man pages
-groff_mdoc(7), -(7)      - . groff_mdoc reference for groff's mdoc implementation
+groff_mdoc(7), -(7)      - groff_mdoc reference for groff's mdoc implementation
-troff(1), . . troff(1)   - format documents
+troff(1)                 - format documents

Noticed by: yar

22 years agoTeach makewhatis(1) about mdoc(7) .Xr macro.
ru [Thu, 9 Aug 2001 15:12:59 +0000 (15:12 +0000)]
Teach makewhatis(1) about mdoc(7) .Xr macro.

% whatis finger.conf
finger.conf(5) - finger 1 alias configuration file

% whatis finger.conf
finger.conf(5) - finger(1) alias configuration file

Reviewed by: MAINTAINER timeout

22 years agoUpdate for 3.36.
ru [Thu, 9 Aug 2001 14:38:45 +0000 (14:38 +0000)]
Update for 3.36.

22 years agoUpdate for 3.36.
ru [Thu, 9 Aug 2001 14:38:10 +0000 (14:38 +0000)]
Update for 3.36.
Reduce diffs to distributed, man(7) format, version.
Markup nits.

22 years agoUse the ``.Rv -std'' mdoc(7) macro in appropriate cases.
yar [Thu, 9 Aug 2001 13:32:13 +0000 (13:32 +0000)]
Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.

Reviewed by: ru

22 years agoTiny markup fix: `to' isn't a variable
yar [Thu, 9 Aug 2001 11:16:12 +0000 (11:16 +0000)]
Tiny markup fix: `to' isn't a variable

22 years agoA minor markup fix:
yar [Thu, 9 Aug 2001 11:03:52 +0000 (11:03 +0000)]
A minor markup fix:
  - `to' isn't a variable
  - don't omit the first `E' in `ERANGE', even though .Er
    is able to take care of it

22 years agoAdd a missing backslash.
jhay [Thu, 9 Aug 2001 09:32:16 +0000 (09:32 +0000)]
Add a missing backslash.

22 years agoStyle fix: use .else where appropriate.
dd [Thu, 9 Aug 2001 07:03:11 +0000 (07:03 +0000)]
Style fix: use .else where appropriate.

PR: 29489
Submitted by: Joseph Mallett <jmallett@xMach.org>

22 years agoDon't build/install game-related documents when building with NOGAMES.
dd [Thu, 9 Aug 2001 06:59:16 +0000 (06:59 +0000)]
Don't build/install game-related documents when building with NOGAMES.
This fixes buildworld when src/games doesn't exist (this may not be
"officially" supported, but there's no sense in making it harder for
somebody that wants to do it).

PR: 29162
Submitted by: Stewart Morgan <stewart@nameless-uk.com>

22 years agoPrint the peer's name and address in the "Connection establish"
dd [Thu, 9 Aug 2001 06:45:35 +0000 (06:45 +0000)]
Print the peer's name and address in the "Connection establish"
message.  Similar information is given by the talk daemon when a
connection is requested, but that part isn't on the screen when the
main "talk" screen appears, and sometimes it's nice to know who you're
talking to.

Reviewed by: ru

22 years agoDocument how to cancel a scheduled shutdown.
dd [Thu, 9 Aug 2001 06:27:32 +0000 (06:27 +0000)]
Document how to cancel a scheduled shutdown.

Obtained from: OpenBSD

22 years agoDon't free memory that was never allocated. This fixes a core dump in
dd [Thu, 9 Aug 2001 06:20:18 +0000 (06:20 +0000)]
Don't free memory that was never allocated.  This fixes a core dump in
the case where both the config file and the default MTA don't exist.

PR: 29521
Submitted by: marius@alchemy.franken.de

22 years agoFix markup and a couple of thinkos.
dd [Thu, 9 Aug 2001 06:10:46 +0000 (06:10 +0000)]
Fix markup and a couple of thinkos.

Submitted by: ru

22 years agoThis commit was generated by cvs2svn to compensate for changes in r81340,
asmodai [Thu, 9 Aug 2001 06:05:46 +0000 (06:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r81340,
which included commits to RCS files with non-trunk default branches.

22 years agoImport of BIND fix for the fact that HMAC-MD5 keys have keyid 0
asmodai [Thu, 9 Aug 2001 06:05:46 +0000 (06:05 +0000)]
Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0

22 years agoReorganization of FreeBSD README document. This change adds no new
bmah [Thu, 9 Aug 2001 04:27:11 +0000 (04:27 +0000)]
Reorganization of FreeBSD README document.  This change adds no new
content or whitespace changes; it just moves sections around for
better organization; the content of this file used to be fairly
fragmented because it originally was derived from parts of several other
documents.

The first half of "About FreeBSD" has been pulled into the Introduction
section.  The remainder of "About FreeBSD" plus the "Release Documentation"
section now make up a new <sect1></sect1> level section entitled
"Further Reading".

22 years agoForced commit; Previous commit was to remove check_sigacts() that was
peter [Thu, 9 Aug 2001 02:47:02 +0000 (02:47 +0000)]
Forced commit;  Previous commit was to remove check_sigacts() that was
added with the linuxthreads commit but appears to have never been used.

22 years agoThe author isn't a [UC] Regents. Correct the copyright language.
obrien [Thu, 9 Aug 2001 02:32:05 +0000 (02:32 +0000)]
The author isn't a [UC] Regents.  Correct the copyright language.

22 years agoFix VCS ID spamage.
obrien [Thu, 9 Aug 2001 02:29:32 +0000 (02:29 +0000)]
Fix VCS ID spamage.

22 years agoRestore the proper copyright on this and remove the gratuitous changes from
obrien [Thu, 9 Aug 2001 02:24:05 +0000 (02:24 +0000)]
Restore the proper copyright on this and remove the gratuitous changes from
sys/alpha/include/elf.h.

22 years agoThe author isn't a [UC] Regents. Correct the copyright language.
obrien [Thu, 9 Aug 2001 02:09:34 +0000 (02:09 +0000)]
The author isn't a [UC] Regents.  Correct the copyright language.

22 years ago*** empty log message ***
peter [Thu, 9 Aug 2001 01:21:58 +0000 (01:21 +0000)]
*** empty log message ***

22 years agoHandle keys consistently.
eric [Thu, 9 Aug 2001 01:14:09 +0000 (01:14 +0000)]
Handle keys consistently.

22 years agoCollapse the seven *.sgml files containing the content of the README
bmah [Thu, 9 Aug 2001 00:35:04 +0000 (00:35 +0000)]
Collapse the seven *.sgml files containing the content of the README
document into article.sgml.  Move the $FreeBSD$ tag from a
comment to a <pubdate></pubdate> entry, but no other content
or whitespace changes.

The two reasons for doing this are to:  1) Get rid of a bunch of
itty-bitty files and 2) help with a reorganization of the README that
will be much simpler if all the content is in a single file.

22 years agotypo: patched->matched
mikeh [Thu, 9 Aug 2001 00:34:57 +0000 (00:34 +0000)]
typo: patched->matched

22 years agoBuild modules from the main src/sys tree.
peter [Thu, 9 Aug 2001 00:13:30 +0000 (00:13 +0000)]
Build modules from the main src/sys tree.
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for
no reason.

22 years agoAdd the screen savers for test coverage.
peter [Thu, 9 Aug 2001 00:05:30 +0000 (00:05 +0000)]
Add the screen savers for test coverage.

22 years agorepo-copy the source files from modules/syscons to the normal tree
peter [Thu, 9 Aug 2001 00:02:30 +0000 (00:02 +0000)]
repo-copy the source files from modules/syscons to the normal tree
and connect them to the normal build infrastructure.

22 years agoFix up links from the FreeBSD README to portions of the Handbook.
bmah [Wed, 8 Aug 2001 23:42:07 +0000 (23:42 +0000)]
Fix up links from the FreeBSD README to portions of the Handbook.

While I'm here, delete a <warning></warning> paragraph that seems out of
place.

22 years agoAdd the Rio 800 USB device IDs
peter [Wed, 8 Aug 2001 23:04:31 +0000 (23:04 +0000)]
Add the Rio 800 USB device IDs

Submitted by: Wesley Morgan <morganw@chemikals.org>

22 years agoReflect the new location of the list of contributors and coalesce
bmah [Wed, 8 Aug 2001 22:53:01 +0000 (22:53 +0000)]
Reflect the new location of the list of contributors and coalesce
two paragraphs.

22 years agoMake menu text match menu button labels.
eric [Wed, 8 Aug 2001 22:49:27 +0000 (22:49 +0000)]
Make menu text match menu button labels.

22 years agoWhack this code with the Blessed Wand of Stack Protection.
kris [Wed, 8 Aug 2001 22:27:02 +0000 (22:27 +0000)]
Whack this code with the Blessed Wand of Stack Protection.

MFC After: 1 week

22 years agofixing a bug in test mode (growfs -N)
chm [Wed, 8 Aug 2001 21:45:42 +0000 (21:45 +0000)]
fixing a bug in test mode (growfs -N)

Submitted by:  Chris Boltwood <chris@hiendmedia.com>
Reviewed by: tomsoft
MFC after: 5 days

22 years agoReplace the condemned access(2) by stat(2),
yar [Wed, 8 Aug 2001 21:22:48 +0000 (21:22 +0000)]
Replace the condemned access(2) by stat(2),
as per the discussion in -audit.

22 years agoAdd mention of /var/run/dmesg.boot.
sheldonh [Wed, 8 Aug 2001 21:02:55 +0000 (21:02 +0000)]
Add mention of /var/run/dmesg.boot.

Yes, this isn't really the right place for it.  No, it really can't
remain undocumented.

22 years agoClarify the BUGS section.
sheldonh [Wed, 8 Aug 2001 21:00:54 +0000 (21:00 +0000)]
Clarify the BUGS section.

Reported by: asmodai
Submitted by: jhb

22 years agoRefer to SA-01:52 from the release note item documenting the fix.
bmah [Wed, 8 Aug 2001 19:04:48 +0000 (19:04 +0000)]
Refer to SA-01:52 from the release note item documenting the fix.
Also move this item so that references to security advisories remain
in numerical order.

22 years agocan not -> cannot
sheldonh [Wed, 8 Aug 2001 18:32:06 +0000 (18:32 +0000)]
can not -> cannot

22 years agoImprove English wording (use "with which" instead of clause without
sheldonh [Wed, 8 Aug 2001 18:22:58 +0000 (18:22 +0000)]
Improve English wording (use "with which" instead of clause without
conjunction).

22 years agoClean up this thing a little.
obrien [Wed, 8 Aug 2001 16:19:30 +0000 (16:19 +0000)]
Clean up this thing a little.

22 years agoSupport the new "-i" (output MIME type strings) option by installing
obrien [Wed, 8 Aug 2001 16:10:16 +0000 (16:10 +0000)]
Support the new "-i" (output MIME type strings) option by installing
the MIME files (both regular and precompiled).

22 years agoBuild and use the precompiled magic file. Precompiled magic files have
obrien [Wed, 8 Aug 2001 15:53:58 +0000 (15:53 +0000)]
Build and use the precompiled magic file.  Precompiled magic files have
been supported since version 3.35, however it is just with version 3.36
that file has become verbose about it.

22 years agoAdd entry for wsanchez.
ru [Wed, 8 Aug 2001 15:35:20 +0000 (15:35 +0000)]
Add entry for wsanchez.