]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoRemove __P.
alfred [Wed, 20 Mar 2002 02:08:01 +0000 (02:08 +0000)]
Remove __P.

22 years agoMFen.
kuriyama [Wed, 20 Mar 2002 02:01:26 +0000 (02:01 +0000)]
MFen.

22 years agoRemove ipftest until the committer can actually test his changes.
obrien [Wed, 20 Mar 2002 01:57:52 +0000 (01:57 +0000)]
Remove ipftest until the committer can actually test his changes.

22 years agoFix bugs from previous commit: initialize the correct field and use
mikeh [Wed, 20 Mar 2002 01:31:15 +0000 (01:31 +0000)]
Fix bugs from previous commit: initialize the correct field and use
the correct local variable.

Caught by: Joachim Isaksson <Joachim.Isaksson@algitech.com>
Pointy hat to: mikeh

22 years agoCast pointers to uintptr_t rather than u_int32_t. This doesn't work too
peter [Tue, 19 Mar 2002 23:28:35 +0000 (23:28 +0000)]
Cast pointers to uintptr_t rather than u_int32_t.  This doesn't work too
well on machines with 64 bit pointers.

22 years agoPacify gcc-3.1.
peter [Tue, 19 Mar 2002 23:26:37 +0000 (23:26 +0000)]
Pacify gcc-3.1.

22 years agoFix some gcc-3.1+ warnings:
peter [Tue, 19 Mar 2002 23:20:21 +0000 (23:20 +0000)]
Fix some gcc-3.1+ warnings:
warning: deprecated use of label at end of compound statement
umass.c:2626:46: multi-line string literals are deprecated

22 years agoAdd EFI write support to loader
peter [Tue, 19 Mar 2002 23:05:33 +0000 (23:05 +0000)]
Add EFI write support to loader

22 years agoAdd the ability to recognize old references to keys, and return NULL
deischen [Tue, 19 Mar 2002 22:58:56 +0000 (22:58 +0000)]
Add the ability to recognize old references to keys, and return NULL
when old keys are referenced (after pthread_key_delete()) via
pthread_getspecific().

22 years agoHopefully fix make world.
alfred [Tue, 19 Mar 2002 22:51:53 +0000 (22:51 +0000)]
Hopefully fix make world.

Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>

22 years agoRemove __P.
alfred [Tue, 19 Mar 2002 22:40:48 +0000 (22:40 +0000)]
Remove __P.

22 years agoRemove __P.
alfred [Tue, 19 Mar 2002 22:20:14 +0000 (22:20 +0000)]
Remove __P.

22 years agoSync the uhci_dump_foo routines with NetBSD, and remove an errant additional
joe [Tue, 19 Mar 2002 22:14:08 +0000 (22:14 +0000)]
Sync the uhci_dump_foo routines with NetBSD, and remove an errant additional
uhci_dump_ii function that landed there, probably during a recent merge.

Spotted by: alfred

22 years agoRemove __P.
alfred [Tue, 19 Mar 2002 21:54:18 +0000 (21:54 +0000)]
Remove __P.

22 years agoadd missing semicolon.
alfred [Tue, 19 Mar 2002 21:44:49 +0000 (21:44 +0000)]
add missing semicolon.

22 years agoRemove __P.
alfred [Tue, 19 Mar 2002 21:25:46 +0000 (21:25 +0000)]
Remove __P.

22 years agoAdd the undocumented -R option to disable randomness for regression-testing.
phk [Tue, 19 Mar 2002 21:05:29 +0000 (21:05 +0000)]
Add the undocumented -R option to disable randomness for regression-testing.

Add a couple of simple regression tests accessible with "make test", they
depend on the md(4) driver.

FYI I have also tried running the test against a week old newfs and it
passed.

22 years agodon't generate files with __P.
alfred [Tue, 19 Mar 2002 20:48:32 +0000 (20:48 +0000)]
don't generate files with __P.

22 years agofix blockno printf formatting warnings.
alfred [Tue, 19 Mar 2002 20:46:30 +0000 (20:46 +0000)]
fix blockno printf formatting warnings.

22 years agoRemove __P
alfred [Tue, 19 Mar 2002 20:18:42 +0000 (20:18 +0000)]
Remove __P

22 years agoFix bio->bio_blkno format warning.
alfred [Tue, 19 Mar 2002 20:12:08 +0000 (20:12 +0000)]
Fix bio->bio_blkno format warning.

22 years agoFurther cleanups.
phk [Tue, 19 Mar 2002 20:01:38 +0000 (20:01 +0000)]
Further cleanups.

22 years agoRemove duplicate extern declarations to silence warnings.
alfred [Tue, 19 Mar 2002 19:45:41 +0000 (19:45 +0000)]
Remove duplicate extern declarations to silence warnings.

22 years agoRemove stray register
imp [Tue, 19 Mar 2002 18:47:50 +0000 (18:47 +0000)]
Remove stray register

22 years agoDe-__P the man page, but I suspect that we need to freshly import
imp [Tue, 19 Mar 2002 18:44:56 +0000 (18:44 +0000)]
De-__P the man page, but I suspect that we need to freshly import
sys/disklabel.h since the one in here looks a little crunchy.

22 years agoReplace a number of similar `for' loops with a new `ilog2()' function
iedowse [Tue, 19 Mar 2002 17:39:01 +0000 (17:39 +0000)]
Replace a number of similar `for' loops with a new `ilog2()' function
that computes the base-2 log of a power of 2.

22 years agoComplete the ANSIfication of newfs by converting function declarations
iedowse [Tue, 19 Mar 2002 17:20:02 +0000 (17:20 +0000)]
Complete the ANSIfication of newfs by converting function declarations
to C89 style.

22 years agoThe FSIRAND code is always compiled in, and it is unlikely that
iedowse [Tue, 19 Mar 2002 17:03:14 +0000 (17:03 +0000)]
The FSIRAND code is always compiled in, and it is unlikely that
anyone needs a newfs without it. Remove the #ifdef's from around
the code and the -DFSIRAND from the Makefile. Also remove redundant
declarations of random() and srandomdev().

22 years agoRemove the ancient STANDALONE code.
iedowse [Tue, 19 Mar 2002 16:47:20 +0000 (16:47 +0000)]
Remove the ancient STANDALONE code.

Approved by: phk

22 years agoUnbreak for KRB4 ^ KRB5 case.
des [Tue, 19 Mar 2002 16:44:11 +0000 (16:44 +0000)]
Unbreak for KRB4 ^ KRB5 case.

Sponsored by: DARPA, NAI Labs

22 years agoAdd graphics/gimp1 and lang/gnat to the list of must-have packages for
murray [Tue, 19 Mar 2002 16:40:03 +0000 (16:40 +0000)]
Add graphics/gimp1 and lang/gnat to the list of must-have packages for
disc #3.

Requested by: "Dennis Lowery" <dennisl@rio.com>

22 years ago- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.
arr [Tue, 19 Mar 2002 15:41:21 +0000 (15:41 +0000)]
- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.

22 years agoFor this regression test to pass, you must run ipmon in the Australia/Victoria
darrenr [Tue, 19 Mar 2002 15:17:06 +0000 (15:17 +0000)]
For this regression test to pass, you must run ipmon in the Australia/Victoria
(EST-10) timezone to generate the correct timestamps in output.

22 years agodo not include the missing ip_h323_pxy.c
darrenr [Tue, 19 Mar 2002 15:14:18 +0000 (15:14 +0000)]
do not include the missing ip_h323_pxy.c

22 years agoremove because of licence reasons
darrenr [Tue, 19 Mar 2002 15:13:27 +0000 (15:13 +0000)]
remove because of licence reasons

22 years agoboth ipnat and ipfstat now use libkvm rather than their own home-rolled
darrenr [Tue, 19 Mar 2002 15:07:30 +0000 (15:07 +0000)]
both ipnat and ipfstat now use libkvm rather than their own home-rolled
kmem accessors, allowing them to be used with crash dumps as well as live
systems, now.

22 years agoput an extern for ip6_protox in here where it is only used for kernel compiling
darrenr [Tue, 19 Mar 2002 15:01:21 +0000 (15:01 +0000)]
put an extern for ip6_protox in here where it is only used for kernel compiling

22 years agoput an extern for inet6sw in here and make it active only for kernel compiling
darrenr [Tue, 19 Mar 2002 14:56:59 +0000 (14:56 +0000)]
put an extern for inet6sw in here and make it active only for kernel compiling

22 years agoAdd five GEOM oriented ioctls to get basic information about a geom device.
phk [Tue, 19 Mar 2002 13:54:15 +0000 (13:54 +0000)]
Add five GEOM oriented ioctls to get basic information about a geom device.

22 years agoo Remove __P
imp [Tue, 19 Mar 2002 13:29:39 +0000 (13:29 +0000)]
o Remove __P
o Use ANSI function definitions
o mark usage() as __dead2

22 years ago#if 0 some unused variables (only in #if 0 code)
peter [Tue, 19 Mar 2002 12:15:29 +0000 (12:15 +0000)]
#if 0 some unused variables (only in #if 0 code)

22 years agoAdd some break's after default: in the end of switch statements to
peter [Tue, 19 Mar 2002 12:14:14 +0000 (12:14 +0000)]
Add some break's after default: in the end of switch statements to
keep gcc-3.1+ happy:
ata-all.c:410: warning: deprecated use of label at end of compound statement
ata-all.c:587: warning: deprecated use of label at end of compound statement
ata-raid.c:99: warning: deprecated use of label at end of compound statement
ata-raid.c:151: warning: deprecated use of label at end of compound statement

22 years agoMove savecore build enable to MD section of Makefile, currently enabled
peter [Tue, 19 Mar 2002 12:07:27 +0000 (12:07 +0000)]
Move savecore build enable to MD section of Makefile, currently enabled
for i386 and alpha.  Although it builds on sparc64, it does not yet work.
A similar hack as what is used on the sparc64 MD macros can be used to
make ia64 build too, but there doesn't seem to be much point.

22 years agoAdd -ffreestanding to CFLAGS for ia64. This should probably be global
peter [Tue, 19 Mar 2002 12:03:05 +0000 (12:03 +0000)]
Add -ffreestanding to CFLAGS for ia64.  This should probably be global
like on the kernel.

22 years agoQuit a warning introduced by UMA. This only occurs on machines where
jeff [Tue, 19 Mar 2002 11:49:10 +0000 (11:49 +0000)]
Quit a warning introduced by UMA.  This only occurs on machines where
vm_size_t != unsigned long.

Reviewed by: phk

22 years agofix conflicts generated by import, completing import of ipf3.4.25
darrenr [Tue, 19 Mar 2002 11:48:16 +0000 (11:48 +0000)]
fix conflicts generated by import, completing import of ipf3.4.25

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92688,
darrenr [Tue, 19 Mar 2002 11:45:24 +0000 (11:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92688,
which included commits to RCS files with non-trunk default branches.

22 years agoImport IPFilter 3.4.25
darrenr [Tue, 19 Mar 2002 11:45:24 +0000 (11:45 +0000)]
Import IPFilter 3.4.25

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92686,
darrenr [Tue, 19 Mar 2002 11:45:20 +0000 (11:45 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92686,
which included commits to RCS files with non-trunk default branches.

22 years agoImport IPFilter 3.4.25
darrenr [Tue, 19 Mar 2002 11:45:20 +0000 (11:45 +0000)]
Import IPFilter 3.4.25

22 years agofix conflicts (mostly damn rcs id's) generated by import
darrenr [Tue, 19 Mar 2002 11:44:16 +0000 (11:44 +0000)]
fix conflicts (mostly damn rcs id's) generated by import

22 years agoThis file is being removed pending the all clear on its licence by someone
darrenr [Tue, 19 Mar 2002 11:42:12 +0000 (11:42 +0000)]
This file is being removed pending the all clear on its licence by someone
else.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r92680,
darrenr [Tue, 19 Mar 2002 11:30:21 +0000 (11:30 +0000)]
This commit was generated by cvs2svn to compensate for changes in r92680,
which included commits to RCS files with non-trunk default branches.

22 years agoImport IPFilter 3.4.25 (last version 3.4.20)
darrenr [Tue, 19 Mar 2002 11:30:21 +0000 (11:30 +0000)]
Import IPFilter 3.4.25 (last version 3.4.20)

22 years agoEnabling the SKI option is a guaranteed breakage for me. Interrupts no
peter [Tue, 19 Mar 2002 11:21:12 +0000 (11:21 +0000)]
Enabling the SKI option is a guaranteed breakage for me.  Interrupts no
longer work.
I can only get a box to boot with 'options SMP'.

22 years agoMy ia64 box for some reason likes to fragment the beginning/end of memory
peter [Tue, 19 Mar 2002 11:18:47 +0000 (11:18 +0000)]
My ia64 box for some reason likes to fragment the beginning/end of memory
a bit before handing it over to the OS.  I occasionally have 11
segments with several 8K or so fragments depending on nvram settings and
what I have done under loader(8) before booting.  This needs to be
revisited.

22 years agoFix some unused variables.
peter [Tue, 19 Mar 2002 11:15:26 +0000 (11:15 +0000)]
Fix some unused variables.

22 years agoMove a couple of prototypes together instead of being incompletely
peter [Tue, 19 Mar 2002 11:14:52 +0000 (11:14 +0000)]
Move a couple of prototypes together instead of being incompletely
scattered around.

22 years ago__func__ is a const char *, not a "string" that can be concatenated.
peter [Tue, 19 Mar 2002 11:11:37 +0000 (11:11 +0000)]
__func__ is a const char *, not a "string" that can be concatenated.

22 years agoFix a pointer/int warning
peter [Tue, 19 Mar 2002 11:10:30 +0000 (11:10 +0000)]
Fix a pointer/int warning

22 years ago#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
peter [Tue, 19 Mar 2002 11:10:03 +0000 (11:10 +0000)]
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
also.

22 years agoWork around an apparent compiler bug with gcc-3.1, although it might be
peter [Tue, 19 Mar 2002 11:09:24 +0000 (11:09 +0000)]
Work around an apparent compiler bug with gcc-3.1, although it might be
a language feature that I do not know about.  gcc is complaining about
a left shift >= sizeof type, even when shifting a (cast) 64 bit type left
by 43 bits.

22 years agoBelieve it or not, I ran into the 32MB stack size limit using a natively
peter [Tue, 19 Mar 2002 11:07:09 +0000 (11:07 +0000)]
Believe it or not, I ran into the 32MB stack size limit using a natively
hosted gcc.

22 years ago#if 0 out some unused code.
peter [Tue, 19 Mar 2002 11:06:01 +0000 (11:06 +0000)]
#if 0 out some unused code.

22 years agoAdd some #includes after things got broken with the last round of
peter [Tue, 19 Mar 2002 11:05:07 +0000 (11:05 +0000)]
Add some #includes after things got broken with the last round of
MI include file (<sys/smp.h> I think) tweaks.

22 years agoTurn off the ia64 ITC timecounter when SMP is present since it has the
peter [Tue, 19 Mar 2002 11:03:48 +0000 (11:03 +0000)]
Turn off the ia64 ITC timecounter when SMP is present since it has the
same problem as the TSC on the x86 - ie: it is not synchronized.
#if 0 out some unused functions, ia64 doesn't calibrate clocks yet.

22 years agoFix a gcc-3.1+ warning.
peter [Tue, 19 Mar 2002 11:02:06 +0000 (11:02 +0000)]
Fix a gcc-3.1+ warning.
warning: deprecated use of label at end of compound statement

ie: you cannot do this anymore:
switch(foo) {
....

default:
}

22 years agoPacify gcc-3.1+, initialize two variables to avoid -Wuninitialized
peter [Tue, 19 Mar 2002 10:57:40 +0000 (10:57 +0000)]
Pacify gcc-3.1+, initialize two variables to avoid -Wuninitialized
warnings.

22 years agoFix warnings on gcc-3.1+ where __func__ is a const char * instead of a
peter [Tue, 19 Mar 2002 10:56:46 +0000 (10:56 +0000)]
Fix warnings on gcc-3.1+ where __func__ is a const char * instead of a
string.

22 years agoRegen; post SMC id's and also pick up a previously forgotten regen(?).
peter [Tue, 19 Mar 2002 10:55:39 +0000 (10:55 +0000)]
Regen; post SMC id's and also pick up a previously forgotten regen(?).

22 years agoAdd another SMC device ID and the hub ID that it went with.
peter [Tue, 19 Mar 2002 10:54:40 +0000 (10:54 +0000)]
Add another SMC device ID and the hub ID that it went with.

22 years agoAdd the ia64 bus space tag for the IO ports (!).
peter [Tue, 19 Mar 2002 10:53:33 +0000 (10:53 +0000)]
Add the ia64 bus space tag for the IO ports (!).
Add a #else and #error so that this doesn't go unnoticed again.

22 years agoUse the FreeBSD cross tools instead of the linux ones.
peter [Tue, 19 Mar 2002 10:52:44 +0000 (10:52 +0000)]
Use the FreeBSD cross tools instead of the linux ones.

22 years agoAdd -ffreestanding to avoid printf/puts/putchar conversions
peter [Tue, 19 Mar 2002 10:51:57 +0000 (10:51 +0000)]
Add -ffreestanding to avoid printf/puts/putchar conversions

22 years agoBoot from efifs first.
peter [Tue, 19 Mar 2002 10:50:41 +0000 (10:50 +0000)]
Boot from efifs first.

22 years agogcc-3.1 likes to have extra { } around the internal array initializers in
peter [Tue, 19 Mar 2002 10:50:09 +0000 (10:50 +0000)]
gcc-3.1 likes to have extra { } around the internal array initializers in
the GUID templates.

22 years agoThis is the first part of the new kernel memory allocator. This replaces
jeff [Tue, 19 Mar 2002 09:11:49 +0000 (09:11 +0000)]
This is the first part of the new kernel memory allocator.  This replaces
malloc(9) and vm_zone with a slab like allocator.

Reviewed by: arch@

22 years agoRemove the kmembuckets stats in preparation for the UMA commit.
jeff [Tue, 19 Mar 2002 08:45:55 +0000 (08:45 +0000)]
Remove the kmembuckets stats in preparation for the UMA commit.

22 years agoBacked out the part of the previous commit related to xargs. It just
bde [Tue, 19 Mar 2002 08:20:44 +0000 (08:20 +0000)]
Backed out the part of the previous commit related to xargs.  It just
broke things, since "name=value ... cmd ..." only works for simple
commands (not for pipelines).

22 years agoAdd #include so that the previous change compiles.
alc [Tue, 19 Mar 2002 06:45:25 +0000 (06:45 +0000)]
Add #include so that the previous change compiles.

22 years agoRemoved env(1) commands. make(1) uses a real shell, and
bde [Tue, 19 Mar 2002 06:30:24 +0000 (06:30 +0000)]
Removed env(1) commands.  make(1) uses a real shell, and
"env name=value ... cmd ..." is just a pessimized way of doing
"name=value ... cmd ..." in real shells.  Set the environment
(without using env(1)) before starting xargs so that env(1)
is not needed in "xargs env name=value ... cmd ..."

22 years agofix perfmon for DEVFS.
alfred [Tue, 19 Mar 2002 06:14:34 +0000 (06:14 +0000)]
fix perfmon for DEVFS.

PR: kern/36008

22 years agoRemoved bogus env(1) commands. make(1) uses a real shell, so
bde [Tue, 19 Mar 2002 06:11:43 +0000 (06:11 +0000)]
Removed bogus env(1) commands.  make(1) uses a real shell, so
"env name=value ... cmd ..." was just a pessimized way of doing
"name=value ... cmd ...".  Note that make(1) can't optimize
either of these to an exec of env(1) or "cmd" even if the second
"..." is simple, since it can't tell that the shell metacharacter
in "name=value" is actually handled by env(1).

22 years agoRemoved "env" commands. "sh" is a real shell, so
bde [Tue, 19 Mar 2002 05:58:36 +0000 (05:58 +0000)]
Removed "env" commands.  "sh" is a real shell, so
"env name=value ... sh ..." was just a pessimized way of doing
"name=value ... sh ...".

22 years agoMFen 1.303
ue [Tue, 19 Mar 2002 05:26:14 +0000 (05:26 +0000)]
MFen 1.303

22 years agoInitialize variables before use. This was needed to pass -Werror.
jeff [Tue, 19 Mar 2002 05:14:23 +0000 (05:14 +0000)]
Initialize variables before use.  This was needed to pass -Werror.

Reviewed by: jake

22 years agoEliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()
alc [Tue, 19 Mar 2002 04:54:30 +0000 (04:54 +0000)]
Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()
and linux_rt_sendsig().  (See i386/i386/machdep.c revisions 1.503 and 1.504.)

22 years agoClose a race when vfs_syscalls.c:checkdirs() runs.
alfred [Tue, 19 Mar 2002 04:30:04 +0000 (04:30 +0000)]
Close a race when vfs_syscalls.c:checkdirs() runs.

To do this protect the filedesc pointer in the proc with PROC_LOCK
in both checkdirs() and kern_descrip.c:fdfree().

22 years agoFixed some printf format errors (hopefully all of the remaining daddr64_t
bde [Tue, 19 Mar 2002 04:09:21 +0000 (04:09 +0000)]
Fixed some printf format errors (hopefully all of the remaining daddr64_t
ones for GENERIC, and all others on the same line as those).  Reformat
the printfs if necessary to avoid new long lones or old format printf
errors.

22 years agoThe previous commit missed fixing 2 old printf format errors and
bde [Tue, 19 Mar 2002 04:07:29 +0000 (04:07 +0000)]
The previous commit missed fixing 2 old printf format errors and
introduced a format printf error.

22 years agoDon't try to generate ssh keys if ssh isn't installed.
des [Tue, 19 Mar 2002 03:45:02 +0000 (03:45 +0000)]
Don't try to generate ssh keys if ssh isn't installed.

22 years agoFix handling of filenames with spaces in them in the input file to
jmallett [Tue, 19 Mar 2002 02:05:27 +0000 (02:05 +0000)]
Fix handling of filenames with spaces in them in the input file to
uudecode(1), as this behaviour was explicitly added in revision 1.12 as
the result of PR 2882.  Remove space (' ') from the delimiter characters
handed to strtok(3).

Reviewed by: mike
Approved by: mike
Pointy hat to: me

22 years agoIPFilter may need to be re-sync'ed even if we are not filtering, but
cjc [Tue, 19 Mar 2002 01:56:04 +0000 (01:56 +0000)]
IPFilter may need to be re-sync'ed even if we are not filtering, but
only doing ipnat(8). Go back to using $ipfilter_active, but turn off
$ipfilter_active when loading ipl.ko has failed.

Submitted by: devet@devet.org (Arjan de Vet)
MFC after: 3 days

22 years agoFix printf warning caused by recent changes in bio_pblkno's type.
gallatin [Tue, 19 Mar 2002 01:45:04 +0000 (01:45 +0000)]
Fix printf warning caused by recent changes in bio_pblkno's type.

22 years agoMake uudecode(1) use setmode(3) and getmode(3) instead of just blindly
jmallett [Tue, 19 Mar 2002 00:44:07 +0000 (00:44 +0000)]
Make uudecode(1) use setmode(3) and getmode(3) instead of just blindly
chmodding using an octal mode, as uudecode needs to handle symbolic modes
as chmod and such do.

Suggested by: Tim J. Robbins <tim@robbins.id.au>

Also move meta-character (~ in this case) globbing to only if we are reading
the filename from the encoded file, as otherwise it is the shell's job.

Reviewed by: mike
Approved by: mike

22 years agoMFen.
kuriyama [Tue, 19 Mar 2002 00:41:57 +0000 (00:41 +0000)]
MFen.

22 years agoRename the (not really new but so far unused) sparc category to sparc64.
des [Tue, 19 Mar 2002 00:39:55 +0000 (00:39 +0000)]
Rename the (not really new but so far unused) sparc category to sparc64.

22 years agoUncomment the powerpc category. It maps to the freebsd-ppc mailing list.
des [Tue, 19 Mar 2002 00:28:25 +0000 (00:28 +0000)]
Uncomment the powerpc category.  It maps to the freebsd-ppc mailing list.

22 years agoAdd a "standards" category at mike@'s request.
des [Tue, 19 Mar 2002 00:22:03 +0000 (00:22 +0000)]
Add a "standards" category at mike@'s request.

22 years agoNew release note: SA-02:18.
bmah [Tue, 19 Mar 2002 00:19:53 +0000 (00:19 +0000)]
New release note:  SA-02:18.