Searched +hist:1.56 +hist:2.2 (Results 1 - 25 of 43) sorted by relevance

12

/src/sys/compat/linux/common/
H A Dlinux_olduname.c1.56 Fri Dec 29 21:07:16 GMT 2000 fvdl branches: 1.56.2; 1.56.4;
Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.
1.56 Fri Dec 29 21:07:16 GMT 2000 fvdl branches: 1.56.2; 1.56.4;
Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.
1.56 Fri Dec 29 21:07:16 GMT 2000 fvdl branches: 1.56.2; 1.56.4;
Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.
1.56 Fri Dec 29 21:07:16 GMT 2000 fvdl branches: 1.56.2; 1.56.4;
Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.
H A Dlinux_oldolduname.c1.56 Tue Nov 13 02:08:56 GMT 2001 lukem add RCSIDs (including regeneration of files as appropriate)
1.55 Fri Dec 29 21:07:16 GMT 2000 fvdl branches: 1.55.2; 1.55.4;
Hardcode what the linux uname() calls return (Linux 2.2.5 is the current
value). A few major applications check for this (like VMware), and
there is no other way to trick them. Needs a more generic solution
eventually.
/src/include/
H A Dstring.h1.58 Mon Dec 09 00:09:02 GMT 2024 nros memccpy, strdup and strndup are in C23

7.26.2.2 memccpy
7.26.2.6 strdup
7.26.2.7 strndup
1.56 Fri Nov 01 21:11:37 GMT 2024 riastradh string.h: Fix various symbol visibility issues.

1. Order declarations according to POSIX 2024 to make this easier to
review side-by-side with the spec.
2. Fix visibility of memccpy: XSI-only, not POSIX in general; require
_XOPEN_SOURCE, not just _POSIX_C_SOURCE.
3. Omit redundant _XOPEN_SOURCE test around stpcpy/stpncpy.
4. Hide strdup in POSIX 2001. Not POSIX (without XSI) until 2008.
5. Hide strerror_r until POSIX 2001. Can't find evidence of it in
any earlier POSIX or X/Open. (Not 100% sure on this one, maybe
someone can double-check my research.)
6. Add restrict to strlcat/strlcpy.
7. Omit redundant _XOPEN_SOURCE test around strndup and strnlen.
8. Hide strtok_r until POSIX 2001. Can't find evidence of it in
any earlier POSIX or X/Open. (Not 100% sure on this one, maybe
someone can double-check my research.)

Carry the restrict qualifiers on strlcat/strlcpy to libkern too.

Main reference:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/string.h.html

PR standards/58804: string.h: wrong visibility for memccpy
/src/sys/compat/linux/arch/mips/
H A Dlinux_syscall.h1.56 Sun May 04 10:10:39 GMT 2014 njoly Regen for pread/pwrite 64bit offset argument.
1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken)
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.
1.56 Sun May 04 10:10:39 GMT 2014 njoly Regen for pread/pwrite 64bit offset argument.
1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken)
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.
H A Dlinux_sysent.c1.56 Tue May 06 17:34:39 GMT 2014 njoly Regen for mknod device argument type change.
1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken)
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.
H A Dlinux_syscalls.c1.56 Tue May 06 17:34:39 GMT 2014 njoly Regen for mknod device argument type change.
1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken)
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.
H A Dlinux_syscallargs.h1.56 Tue May 06 17:34:39 GMT 2014 njoly Regen for mknod device argument type change.
1.4 Sun Oct 14 17:21:48 GMT 2001 manu Fixed some mistakes in signal handling (this is still broken)
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.
/src/sys/dev/pci/
H A Dsv.c1.56 Sat Jun 08 08:02:38 GMT 2019 isaki branches: 1.56.2;
Clean get_props().
- Make get_props() return AUDIO_PROP_{PLAYBACK,CAPTURE} properly.
This eliminates need for audio.c to take care of such (old)
drivers which don't return both of PLAYBACK and CAPTURE.
- All get_props() doesn't need to return AUDIO_PROP_MMAP.
It is handled in the audio layer now.
1.56 Sat Jun 08 08:02:38 GMT 2019 isaki branches: 1.56.2;
Clean get_props().
- Make get_props() return AUDIO_PROP_{PLAYBACK,CAPTURE} properly.
This eliminates need for audio.c to take care of such (old)
drivers which don't return both of PLAYBACK and CAPTURE.
- All get_props() doesn't need to return AUDIO_PROP_MMAP.
It is handled in the audio layer now.
1.8 Wed Apr 14 03:26:34 GMT 1999 jonathan initialize 'p' for lame gcc-2.7.2.2 flow analysis.
H A Dpcireg.h1.56 Wed Nov 28 04:03:16 GMT 2007 briggs branches: 1.56.2; 1.56.6;
Correct a typo. To create the command/status word, shift the components
left, not right.
1.56 Wed Nov 28 04:03:16 GMT 2007 briggs branches: 1.56.2; 1.56.6;
Correct a typo. To create the command/status word, shift the components
left, not right.
1.56 Wed Nov 28 04:03:16 GMT 2007 briggs branches: 1.56.2; 1.56.6;
Correct a typo. To create the command/status word, shift the components
left, not right.
1.20 Mon Sep 27 03:20:47 GMT 1999 cgd branches: 1.20.2; 1.20.8;
add classes/subclasses new in PCI 2.2. Needs a bit of cleanup, but then,
so does everything involving configuration space headers and if i don't
get this out of my source tree i'll go insane.
1.18 Sat Nov 07 16:47:22 GMT 1998 drochner add support for "extended capabilities" (new in PCI spec 2.2)
H A Dpcivar.h1.56 Sun Jun 15 23:09:09 GMT 2003 fvdl Handle 64bit DMA addresses on PCI for platforms that can (currently only
enabled on amd64). Add a dmat64 field to various PCI attach structures,
and pass it down where needed. Implement a simple new function called
pci_dma64_available(pa) to test if 64bit DMA addresses may be used.
This returns 1 iff _PCI_HAVE_DMA64 is defined in <machine/pci_machdep.h>,
and there is more than 4G of memory.
1.37 Sat Nov 07 16:47:22 GMT 1998 drochner add support for "extended capabilities" (new in PCI spec 2.2)
/src/sys/arch/pmax/stand/
H A DMakefile.booters1.56 Sun Feb 20 07:50:25 GMT 2011 matt Merge forward from matt-nb5-mips64.
New interrupt code.
mips64 support for DS5000/260.
1.12 Thu Jan 21 00:33:39 GMT 1999 simonb Almost working bootblocks for the pmax. This compiles fine with gcc
2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3
bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o
that's about a 100 bytes too big, and it busts the 7.5k we've got for
bootrz.

Still needs cleanup - the Makefiles could be better/cleaner, and doesn't
install yet (because of above problem). At least there's something to
work with now.

Note that we have our own versions of a lot of the sys/lib/libsa
routines which are less functional/smaller.
/src/bin/pax/
H A Dfile_subs.c1.56 Fri Sep 16 16:48:18 GMT 2005 christos Another missing mkdir() race pointed out by chuq. Factor out the mkdir code.
1.44 Tue Apr 27 13:45:45 GMT 2004 christos PR/25350: Alan Barrett: Treat the sticky bit specially as non-superusers
cannot set it on non-directories (elvis-2.2_0 extraction failed)
/src/sys/dev/mca/
H A Ded_mca.c1.56 Fri Jul 25 08:02:19 GMT 2014 dholland Add d_discard to all struct bdevsw instances I could find.

I've set them all to nodiscard. Some of them (wd, dk, vnd, ld,
raidframe, maybe cgd) should be implemented for real.
1.1 Thu Apr 19 07:30:24 GMT 2001 jdolecek Add a driver for IBM ESDI disk controllers. Tested with IBM Integ. ESDI Fixed
Disk & Controller only at the moment.

This driver still needs some touchup (error recovery is not quite
good, MCA DMA controller goo should be moved to driver independant
location), but is working enough to be usable for others. And I
want this under CVS control :)

Thanks to Scott Telford <st@epcc.ed.ac.uk> for providing me docs for
these devices (IBM DASD Storage Interface Specification for MCA rev. 2.2).
/src/usr.sbin/traceroute/
H A Dtraceroute.c1.56 Sat Nov 16 03:36:17 GMT 2002 itojun strto* audit.
1.17 Tue Sep 02 21:48:50 GMT 1997 is Make it recognize ICMP_UNREACH_ADMIN_PROHIBITED (type 13) as !A, and print
!{number} for unknown numbers.
This patch is part of PR 4038 by Havard Eidnes <he@vader.runit.sintef.no>,
who in turn did loosely base his patch on the FreeBSD 2.2.2 version.
/src/sys/uvm/
H A Duvm_bio.c1.95 Sat May 19 15:13:26 GMT 2018 jdolecek change code to take advantage of direct map when available, avoiding the need
to map pages into kernel

this improves performance of UBC-based (read(2)/write(2)) I/O especially
for cached block I/O - sequential read on my NVMe goes from 1.7 GB/s to 1.9 GB/s
for non-cached, and from 2.2 GB/s to 5.6 GB/s for cached read

the new code is conditional now and off for now, so that it can be tested further;
can be turned on by adjusting ubc_direct variable to true

part of fix for PR kern/53124
1.56 Thu Feb 22 06:05:00 GMT 2007 thorpej branches: 1.56.4; 1.56.6;
TRUE -> true, FALSE -> false
1.56 Thu Feb 22 06:05:00 GMT 2007 thorpej branches: 1.56.4; 1.56.6;
TRUE -> true, FALSE -> false
1.56 Thu Feb 22 06:05:00 GMT 2007 thorpej branches: 1.56.4; 1.56.6;
TRUE -> true, FALSE -> false
/src/sys/dev/ic/
H A Dac97.c1.68 Mon Apr 04 18:52:30 GMT 2005 jmcneill * Add more AC97 modem registers (from AC'97 revision 2.2)
* Add sysctls to control the modem's off-hook status (work in progress)
1.56 Sun Aug 08 03:50:56 GMT 2004 kent recognize CMI9739 codec.
/src/distrib/notes/common/
H A Dpostinstall1.63 Wed Jul 25 22:01:13 GMT 2007 pavel branches: 1.63.4; 1.63.8;
merge rev. 1.58.2.2 - fix ".end-preformat" problem.
1.56 Fri Jun 11 06:40:51 GMT 2004 mbw Add sparc64 tags
/src/sys/dev/scsipi/
H A Datapiconf.c1.56 Wed Feb 19 14:33:15 GMT 2003 hannken Add PQUIRK_NO_FLEX_PAGE for Fujitsu MO MCJ3230AP.
This drive returns bogus geometry (0 heads, 0 sectors).
1.21 Tue Jan 19 10:57:11 GMT 1999 bouyer Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
H A Dscsipiconf.h1.56 Fri Aug 31 07:09:42 GMT 2001 augustss Add a new quirk, PQUIRK_NOBIGMODESENSE, for devices that need big
SCSI ops, but still fails on big mode sense.
Makes M-Sys DiskOnKey work.
1.29 Tue Jan 19 10:57:11 GMT 1999 bouyer branches: 1.29.2;
Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
1.56 Fri Aug 31 07:09:42 GMT 2001 augustss Add a new quirk, PQUIRK_NOBIGMODESENSE, for devices that need big
SCSI ops, but still fails on big mode sense.
Makes M-Sys DiskOnKey work.
1.29 Tue Jan 19 10:57:11 GMT 1999 bouyer branches: 1.29.2;
Move test for SDEV_NOSTARTUNIT quirk from sd.c to scsipi_start().
Add a SDEV_NOSTARTUNIT quirk entry for BCD-16X 1997-04-25", "", "VER 2.2"
CD-rom (from Michael Santos).
/src/sys/arch/macppc/conf/
H A DINSTALL1.56 Sun Mar 10 19:56:43 GMT 2002 lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
1.52 Thu Jan 03 04:34:21 GMT 2002 mbw tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX
1.56 Sun Mar 10 19:56:43 GMT 2002 lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
1.52 Thu Jan 03 04:34:21 GMT 2002 mbw tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones. The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX
/src/usr.bin/xlint/lint1/
H A Dmain1.c1.58 Fri Dec 17 00:05:24 GMT 2021 rillig lint: in GCC mode, declare alloca and variants

The prototype declarations define the correct parameter types of these
functions so that they are no longer subject to the default argument
promotions (C11 6.5.2.2p6).

The GCC builtins are only recognized in GCC mode (-g).
1.56 Tue Aug 17 22:29:11 GMT 2021 rillig lint: extract suppress_messages from main

No functional change.
/src/sys/netipsec/
H A Dipsec_output.c1.56 Fri Jul 21 03:08:10 GMT 2017 ozaki-r Don't use sp->req->sav when handling NAT-T ESP fragmentation

In order to do this we need to look up a sav however an additional
look-up degrades performance. A sav is later looked up in
ipsec4_process_packet so delay the fragmentation check until then
to avoid an extra look-up.
1.9 Mon Mar 01 23:30:01 GMT 2004 thorpej Add missing copyright notice (FreeBSD rev. 1.3.2.2).
/src/sys/dev/sdmmc/
H A Dsdhc.c1.56 Sat May 02 00:10:24 GMT 2015 jmcneill support SDHC 4.0, allow for overriding clk base frequency
1.5 Tue Jan 12 08:41:16 GMT 2010 uebayasi branches: 1.5.2;
According to SD Host Controller Simplified Specification Version 2.00, 2.2.10.
Host Control Register (Offset 028h), the "Data Transfer Width" bit is in Host
Control Register (Offset 028h), not Power Control Register (Offset 029h).
1.56 Sat May 02 00:10:24 GMT 2015 jmcneill support SDHC 4.0, allow for overriding clk base frequency
1.5 Tue Jan 12 08:41:16 GMT 2010 uebayasi branches: 1.5.2;
According to SD Host Controller Simplified Specification Version 2.00, 2.2.10.
Host Control Register (Offset 028h), the "Data Transfer Width" bit is in Host
Control Register (Offset 028h), not Power Control Register (Offset 029h).
1.56 Sat May 02 00:10:24 GMT 2015 jmcneill support SDHC 4.0, allow for overriding clk base frequency
1.5 Tue Jan 12 08:41:16 GMT 2010 uebayasi branches: 1.5.2;
According to SD Host Controller Simplified Specification Version 2.00, 2.2.10.
Host Control Register (Offset 028h), the "Data Transfer Width" bit is in Host
Control Register (Offset 028h), not Power Control Register (Offset 029h).
/src/distrib/sets/lists/comp/
H A Dmd.sparc641.56 Sun May 02 19:43:40 GMT 2010 nakayama Move dirs of debug compat lib from comp to base. Fix builds for sparc64.
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.56 Sun May 02 19:43:40 GMT 2010 nakayama Move dirs of debug compat lib from comp to base. Fix builds for sparc64.
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
1.42 Fri Apr 17 20:38:04 GMT 2009 dyoung Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
compat-i386.files

2 Replicate the first column of compat-i386.files. Remove i386/ from
the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
1.2 1.3,2.2' -a1 - compat-i386.keywords
/src/distrib/sets/lists/misc/
H A Dmi1.123 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.56 Sun Jan 21 15:01:36 GMT 2001 itojun make it clearer that /etc/rtadvd.conf is optional (normally,
configurations were derived from kernel interface settings).

install rtadvd.conf into /usr/share/exapmles/rtadvd, instead of /etc.

sync with kame.
1.123 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.56 Sun Jan 21 15:01:36 GMT 2001 itojun make it clearer that /etc/rtadvd.conf is optional (normally,
configurations were derived from kernel interface settings).

install rtadvd.conf into /usr/share/exapmles/rtadvd, instead of /etc.

sync with kame.
1.123 Thu Aug 18 22:31:47 GMT 2005 rpaulo Added new files from Postfix 2.2.5.
1.56 Sun Jan 21 15:01:36 GMT 2001 itojun make it clearer that /etc/rtadvd.conf is optional (normally,
configurations were derived from kernel interface settings).

install rtadvd.conf into /usr/share/exapmles/rtadvd, instead of /etc.

sync with kame.

Completed in 276 milliseconds

12