Searched hist:2006 (Results 51 - 75 of 7501) sorted by relevance

1234567891011>>

/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.cdiff 165642 Fri Dec 29 19:23:38 MST 2006 bz bridge_snmp.h
* Change the API of bridge_get_basemac to take a maximum buffer length.

bridge_if.c
* Adopt to new API.
* In bridge_attach_newif() remove an additional pointer to the buffer
by shuffling the code a bit. Also makes the code more readable.

bridge_sys.c
* bridge_get_basemac():
- Adopt to the new API.
- Change check for error code of getifaddrs().
- First check for sa_family != AF_LINK.
- Copy sockaddr_dl * to get around alignment constraints on some
platforms.
- Use strcmp instead of strncmp so that "foo11" != "foo1".
* other functions:
- Allocate n times of the struct we need instead of arbitrary len,
cast to the type we want it to be and pass around struct *s instead
of char *s. This gets us around alignment restrictions on some
platforms and in addition it is more clear what data is passed around.
- Name variables for same types consistently.

Reviewed by: syrinx
diff 165415 Wed Dec 20 21:31:28 MST 2006 syrinx Remove an unused variable.

Approved by: bz (mentor)
diff 165253 Fri Dec 15 20:01:57 MST 2006 syrinx Do not add 'default:' cases inside a switch() on an enum like the
SNMP option argument. That way the compiler will give a warning in
case of a missing or an extra but unknown 'case:'.
Do the same for SNMP LEAF objects to be prepared once gensnmptree will
auto-generate enums for those too.
Add an abort() after the switch() instead of the 'default:' to catch
any errors. The nice side effect is that the compiler will correctly
track supposed to be 'uninitialized' variables with that.

When trying to set a value sanity check it before calling the OS
dependent API of snmp_bridge to tell whether it is an attempt to
set a bad value or a general error.

Suggested by: harti (first part)
Approved by: bz (mentor)
diff 165046 Sat Dec 09 20:58:26 MST 2006 syrinx Instead of explicitly initializing variables to avoid compiler warnings,
add a default case to handle the situation when the variables are not
initialized.
Furthermore, abort() if the snmp agent passes an invalid option to the
bridge module. As the option (SET, GET, GETNEXT, COMMIT, ROLLBACK) is
determined by the snmp agent based on the operation requested by user,
this behaviour is unlikely to be abused as a source for a DoS, but if
ever hit will likely reveal a problem in the snmp agent or bridge
module.

Approved by: bz (mentor)
diff 164997 Thu Dec 07 22:36:17 MST 2006 syrinx Add support for RSTP (RFC4318) to the SNMP bridge monitoring module.

Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
H A Dbridge_port.cdiff 165416 Wed Dec 20 22:02:45 MST 2006 syrinx Keep in sync with the if_bridge(4) module (rev. 1.20 if_bridgevar.h,
1.12 bridgestp.h) and rename all PointToPoint related variables
from P2P to PTP (s/P2P/PTP/g s/p2p/ptp/g).

Approved by: bz (mentor)
diff 165253 Fri Dec 15 20:01:57 MST 2006 syrinx Do not add 'default:' cases inside a switch() on an enum like the
SNMP option argument. That way the compiler will give a warning in
case of a missing or an extra but unknown 'case:'.
Do the same for SNMP LEAF objects to be prepared once gensnmptree will
auto-generate enums for those too.
Add an abort() after the switch() instead of the 'default:' to catch
any errors. The nice side effect is that the compiler will correctly
track supposed to be 'uninitialized' variables with that.

When trying to set a value sanity check it before calling the OS
dependent API of snmp_bridge to tell whether it is an attempt to
set a bad value or a general error.

Suggested by: harti (first part)
Approved by: bz (mentor)
diff 165046 Sat Dec 09 20:58:26 MST 2006 syrinx Instead of explicitly initializing variables to avoid compiler warnings,
add a default case to handle the situation when the variables are not
initialized.
Furthermore, abort() if the snmp agent passes an invalid option to the
bridge module. As the option (SET, GET, GETNEXT, COMMIT, ROLLBACK) is
determined by the snmp agent based on the operation requested by user,
this behaviour is unlikely to be abused as a source for a DoS, but if
ever hit will likely reveal a problem in the snmp agent or bridge
module.

Approved by: bz (mentor)
diff 164997 Thu Dec 07 22:36:17 MST 2006 syrinx Add support for RSTP (RFC4318) to the SNMP bridge monitoring module.

Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
164410 Sun Nov 19 15:42:48 MST 2006 syrinx Bring in a SNMP module to support monitoring if_bridge(4) interfaces
via bsnmpd(1). The module implements IETF BRIDGE-MIB as defined in
RFC4188 and a private BEGEMOT-BRIDGE-MIB.

Sponsored by: Google Summer of Code 2006
Reviewed by: bz
Approved by: bz (mentor)
/freebsd-10.2-release/share/man/man4/
H A Daudit.4diff 165216 Thu Dec 14 16:40:57 MST 2006 mpp Spelling fixes.
diff 162871 Sat Sep 30 15:14:49 MDT 2006 ru Revise markup.
diff 161875 Sat Sep 02 11:55:38 MDT 2006 rwatson s/6.1/6.2/ as the introduction date for kernel audit support.

Obtained from: TrustedBSD Project
diff 159273 Mon Jun 05 15:26:09 MDT 2006 rwatson Break out description of the audit pipe facility from audit.4 into a new
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.

Obtained from: TrustedBSD Project
diff 155397 Mon Feb 06 20:27:00 MST 2006 rwatson Clarify and expand on some of the points about audit pipe devices.

Discussed with: remko
diff 155395 Mon Feb 06 19:28:02 MST 2006 brueffer Add a missing word and use the .Qq macro for quotes.
diff 155392 Mon Feb 06 18:41:00 MST 2006 rwatson Add information on audit pipe special devices, which allow user processes
to "tee" the BSM record stream for the purposes of live monitoring,
intrusion detection, etc. Support for audit pipes will be committed in
the near future.

Obtained from: TrustedBSD Project
diff 155314 Sat Feb 04 21:10:48 MST 2006 brueffer Remove reference to non-existant manpage.

Confirmed by: rwatson
diff 155247 Fri Feb 03 11:10:50 MST 2006 brueffer Fix a sentence.
155214 Thu Feb 02 10:32:27 MST 2006 rwatson Add audit.4 man page, providing basic documentation for configuring the
kernel audit facility, warnings about the experimental nature of this
implementation, and pointers at a large number of other audit related
man pages.

Obtained from: TrustedBSD Project
H A Dauditpipe.4diff 165216 Thu Dec 14 16:40:57 MST 2006 mpp Spelling fixes.
diff 162871 Sat Sep 30 15:14:49 MDT 2006 ru Revise markup.
diff 161646 Sat Aug 26 17:59:31 MDT 2006 rwatson Allow the user process to query the kernel's notion of a maximum
audit record size at run-time, which can be used by the user
process to size the user space buffer it reads into from the audit
pipe.

Perforce change: 105098
Obtained from: TrustedBSD Project
diff 159282 Mon Jun 05 16:31:57 MDT 2006 joel Fix minor typos.
159273 Mon Jun 05 15:26:09 MDT 2006 rwatson Break out description of the audit pipe facility from audit.4 into a new
man page, auditpipe.4, which describes the behavior of audit pipes, the
ioctls, preselection, etc.

Obtained from: TrustedBSD Project
H A Dle.4diff 164125 Thu Nov 09 14:11:33 MST 2006 marius Add Allied Telesyn AT-1500 (logical ID ATK1500, compat ID PNP828C)
to the list of known working ISA PnP cards.

Reported by: Gheorghe Ardelean
diff 162871 Sat Sep 30 15:14:49 MDT 2006 ru Revise markup.
diff 162005 Mon Sep 04 16:45:08 MDT 2006 marius - Talk about chips rather than chip sets as AMD LANCE and PCnet are
single-chip.
- Add some more rationale about le(4).
- Add/un-comment hardware notes for C-Bus and ISA adapters.
diff 155220 Thu Feb 02 14:57:00 MST 2006 marius Correct and improve the description of le(4) vs. pcn(4); apparently I
was thinking from the pcn(4) perspective instead of the le(4) one when
writing the former version as le(4) supports a superset of the chips
supported by pcn(4) and not the other way round.
155153 Tue Jan 31 22:40:25 MST 2006 marius Add a man page for le(4), based on the NetBSD one.
H A Dmxge.4diff 162871 Sat Sep 30 15:14:49 MDT 2006 ru Revise markup.
diff 162331 Fri Sep 15 19:33:15 MDT 2006 brueffer Mention TSO support.
diff 159622 Wed Jun 14 18:26:34 MDT 2006 brueffer - new sentence -> new line
- s/freebsd/FreeBSD/ for consistency
- eol and eof whitespace removed
diff 159573 Tue Jun 13 14:23:13 MDT 2006 brueffer s/MYRI10GE/MXGE/ and a typo fixed.
diff 159571 Tue Jun 13 13:53:52 MDT 2006 gallatin - Complete the myri10ge -> mxge name change by doing a mechanical
s/myri10ge/mxge/g replacement in the myri10ge files. A few contuation
lines were joined because of the regained columns.
- Hook the mxge driver back to the build.
155852 Sun Feb 19 22:39:19 MST 2006 gallatin 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.
More info regarding these nics can be found at http://www.myri.com.

Please note that the files
sys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internally
shared between all our drivers (solaris, macosx, windows, linux, etc).
I'd like to keep these files unchanged, so I can just import newer
versions of them when the firmware API/ABI changes. This means I'm
stuck with some of the crazy-long #define names, and possibly
non-style(9) characteristics of these files.

Many thanks to mlaier for doing firmware(9) just as I
needed it, and to scottl for his helpful review.

Reviewed by: scottl, glebius
Sponsored by: Myricom Inc.
/freebsd-10.2-release/lib/librt/
H A Dmq.cdiff 156383 Tue Mar 07 08:28:07 MST 2006 davidxu 1. Always call user callback function in newly created thread, it seems
POSIX implies that the user callback function must be executed in clean
environment.
2. Use newly introduced pthread stubs in libc.
diff 156267 Sat Mar 04 00:18:19 MST 2006 davidxu Use a thread pool to process notification if sigev_notify_attributes
is default and caller does not require dedicated thread. timer needs
a dedicated thread to maintain overrun count correctly in notification
context. mqueue and aio can use thread pool to do notification
concurrently, the thread pool has lifecycle control, some threads will
exit if they have idled for a while.
diff 156193 Wed Mar 01 23:40:00 MST 2006 davidxu Style fix.
diff 156141 Wed Mar 01 08:06:09 MST 2006 davidxu Add missing parameter mq_attr * for mq_open.
156136 Wed Mar 01 06:37:34 MST 2006 davidxu Bring in my initial version of POSIX realtime extension library.
Current the library implements mqueue, timer and aio with SIGEV_THREAD
notification supported.

Earlier version reviewed by: deischen
/freebsd-10.2-release/lib/libc/resolv/
H A Dres_init.cdiff 165258 Fri Dec 15 20:59:55 MST 2006 ume Merge BIND9 9.3.3 into main chunk.

Obtained from: ISC
MFC after: 1 week
diff 160965 Fri Aug 04 10:21:11 MDT 2006 ume _close() should be called instead of close() here.
diff 156956 Tue Mar 21 15:37:16 MST 2006 ume - Merge our local changes.
- Exclude unnecessary functions for us.
diff 156953 Tue Mar 21 15:03:19 MST 2006 ume This commit was generated by cvs2svn to compensate for changes in r156952,
which included commits to RCS files with non-trunk default branches.
156952 Tue Mar 21 15:03:19 MST 2006 ume Vendor import of BIND 9.3.2
/freebsd-10.2-release/lib/libc/stdlib/
H A Dstrtonum.3diff 162841 Sat Sep 30 10:34:13 MDT 2006 ru Revise markup in recently added manpages.
diff 156741 Wed Mar 15 14:45:45 MST 2006 ru Add a non-optional newline after ".Bx".
diff 156739 Wed Mar 15 14:05:41 MST 2006 andre Revert previous changes as we do support the .Ox macro for OpenBSD.

Pointed out by: ceri, ru, delphij
diff 156708 Tue Mar 14 17:01:21 MST 2006 andre Fix HISTORY and point to OpenBSD.
156707 Tue Mar 14 16:57:30 MST 2006 andre Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)
providing proper error checking and other improvements.

Obtained from: OpenBSD
Requested by: flz (to port Open[BGP|OSPF]D)
MFC after: 3 days
/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Demac.hdiff 164137 Thu Nov 09 20:32:36 MST 2006 imp MFp4: boot on KB9202 correctly. Also, reduce the size of the SD/MMC driver
somewhat.
diff 163533 Fri Oct 20 09:12:05 MDT 2006 imp MFp4:

Massive update. The highlights:
o dramatically cut memory usage by writing better, less intertwingled
code.
o implement booting off mmc/sd cards (sd only tested one at the moment)
o start to split out board specific stuff for boot2.
diff 161370 Wed Aug 16 23:39:58 MDT 2006 imp MFp4: First cut at making spi and/or sd card booting work, needs work
diff 161196 Thu Aug 10 18:11:22 MDT 2006 imp MFp4: Numerous changes from p4 to try to improve tftp downloading,
reduce code footprint, etc. While some problems still remain, the
reliability of tftp is much improved.
157873 Wed Apr 19 17:16:49 MDT 2006 imp MFp4 (checkpoint of work in progress):

o Use a directory layout that is more akin to the i386 boot layout.
o Create a libat91 for library routines that are used by one or more
of the boot loaders.
o Create bootiic for booting from an iic part.
o Create bootspi for booting from an spi part.
o Optimize the size of many of these routines (especially emac.c). Except
for the emac.c optimizations, all these have been tested.
o eliminate the inc directory, libat91 superceeds it.
o Move linker.cfg up a layer to allow it to be shared.
H A Demac.cdiff 165401 Wed Dec 20 18:26:37 MST 2006 imp MFp4: differences for bwct ethernet attachment
diff 164137 Thu Nov 09 20:32:36 MST 2006 imp MFp4: boot on KB9202 correctly. Also, reduce the size of the SD/MMC driver
somewhat.
diff 163533 Fri Oct 20 09:12:05 MDT 2006 imp MFp4:

Massive update. The highlights:
o dramatically cut memory usage by writing better, less intertwingled
code.
o implement booting off mmc/sd cards (sd only tested one at the moment)
o start to split out board specific stuff for boot2.
diff 161370 Wed Aug 16 23:39:58 MDT 2006 imp MFp4: First cut at making spi and/or sd card booting work, needs work
diff 161196 Thu Aug 10 18:11:22 MDT 2006 imp MFp4: Numerous changes from p4 to try to improve tftp downloading,
reduce code footprint, etc. While some problems still remain, the
reliability of tftp is much improved.
157873 Wed Apr 19 17:16:49 MDT 2006 imp MFp4 (checkpoint of work in progress):

o Use a directory layout that is more akin to the i386 boot layout.
o Create a libat91 for library routines that are used by one or more
of the boot loaders.
o Create bootiic for booting from an iic part.
o Create bootspi for booting from an spi part.
o Optimize the size of many of these routines (especially emac.c). Except
for the emac.c optimizations, all these have been tested.
o eliminate the inc directory, libat91 superceeds it.
o Move linker.cfg up a layer to allow it to be shared.
/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_proto.hdiff 164199 Sat Nov 11 21:49:08 MST 2006 ru Regen.

Forgotten by: trhodes
diff 161330 Tue Aug 15 17:37:01 MDT 2006 jhb Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
systrace changes.
diff 160799 Fri Jul 28 19:08:37 MDT 2006 jhb Regen for MPSAFE flag removal.
diff 160795 Fri Jul 28 16:56:44 MDT 2006 jhb Regen.
diff 160559 Fri Jul 21 20:41:33 MDT 2006 jhb Regen.
diff 160512 Wed Jul 19 19:03:21 MDT 2006 jhb Regen.
diff 160277 Tue Jul 11 20:55:23 MDT 2006 jhb Regen.
diff 159994 Tue Jun 27 18:32:16 MDT 2006 jhb Regen.
diff 159961 Mon Jun 26 18:37:36 MDT 2006 jhb Regen.
/freebsd-10.2-release/sbin/ggate/
H A DMakefilediff 164616 Sun Nov 26 14:36:34 MST 2006 ru - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.
- Don't build ngctl(8) and cached(8) if threading libs aren't built.
- Fix various issues in a cached(8) makefile.
diff 161526 Tue Aug 22 08:03:01 MDT 2006 ru Remove alpha left-overs.
diff 157696 Wed Apr 12 19:52:34 MDT 2006 ru libc_r is no longer provided, and on alpha and sparc64, libthr
is (sym)linked to libpthread. Account for this change and
check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
diff 156944 Tue Mar 21 11:00:54 MST 2006 ru Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending
on platform.
diff 156813 Fri Mar 17 18:54:44 MST 2006 ru Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
diff 156813 Fri Mar 17 18:54:44 MST 2006 ru Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
/freebsd-10.2-release/sys/i386/linux/
H A Dlinux_syscall.hdiff 165690 Sun Dec 31 13:20:31 MST 2006 netchild regen after addition of linux_utimes and linux_rt_sigtimedwait
diff 165413 Wed Dec 20 20:42:58 MST 2006 jkim Regen (just to fix 'generated from' line from the previous commit).
diff 165410 Wed Dec 20 20:21:48 MST 2006 jkim Add linux_nanosleep() and regen.
diff 163761 Sun Oct 29 14:12:44 MST 2006 netchild regen after linux_io_* backout
diff 163736 Sat Oct 28 11:24:38 MDT 2006 netchild regen (prctl addition)
diff 163380 Sun Oct 15 14:24:10 MDT 2006 netchild regen (linux AIO stuff)
diff 162528 Thu Sep 21 16:20:38 MDT 2006 rwatson Regenerate.
diff 162526 Thu Sep 21 16:13:16 MDT 2006 rwatson Regenerate.
diff 161666 Sun Aug 27 08:58:00 MDT 2006 netchild regen
diff 161309 Tue Aug 15 12:51:45 MDT 2006 netchild regen
H A Dlinux_sysent.cdiff 165690 Sun Dec 31 13:20:31 MST 2006 netchild regen after addition of linux_utimes and linux_rt_sigtimedwait
diff 165413 Wed Dec 20 20:42:58 MST 2006 jkim Regen (just to fix 'generated from' line from the previous commit).
diff 165410 Wed Dec 20 20:21:48 MST 2006 jkim Add linux_nanosleep() and regen.
diff 163761 Sun Oct 29 14:12:44 MST 2006 netchild regen after linux_io_* backout
diff 163736 Sat Oct 28 11:24:38 MDT 2006 netchild regen (prctl addition)
diff 163380 Sun Oct 15 14:24:10 MDT 2006 netchild regen (linux AIO stuff)
diff 162528 Thu Sep 21 16:20:38 MDT 2006 rwatson Regenerate.
diff 162526 Thu Sep 21 16:13:16 MDT 2006 rwatson Regenerate.
diff 161666 Sun Aug 27 08:58:00 MDT 2006 netchild regen
diff 161309 Tue Aug 15 12:51:45 MDT 2006 netchild regen
/freebsd-10.2-release/share/man/man9/
H A Dkqueue.9diff 165649 Fri Dec 29 22:30:10 MST 2006 jmg Some how the d slipped out in the last commit, add it back...

Pointed out by: mdoc-police (ru)
diff 165606 Thu Dec 28 22:28:28 MST 2006 jmg bump doc date and fix spelling...

Pointed out by: mdoc-police (ru)
diff 165589 Thu Dec 28 19:15:12 MST 2006 jmg document that locks must not be aquired in f_event... (and where they
can be safely aquired)

Reminded by: kib (by LOR #193)
MFC: 3 days
diff 163025 Thu Oct 05 08:42:07 MDT 2006 ru Polish markup and some wording.

Discussed with: jmg (also reviewed by him)
diff 163014 Wed Oct 04 20:17:14 MDT 2006 jmg forgot to update the date...
163013 Wed Oct 04 20:16:23 MDT 2006 jmg add man page talking about how to interface w/ the kqueue system so others
can write additional filters...

mdoc police please!
/freebsd-10.2-release/usr.bin/systat/
H A Dconvtbl.hdiff 164675 Mon Nov 27 16:33:44 MST 2006 yar Add the Tera scale factor, which is an easy job now.
More scale factors would overflow the command line where
the help for "scale" were shown.
diff 164673 Mon Nov 27 16:23:09 MST 2006 yar Stop exposing things that can be private to convtbl.c.
diff 164672 Mon Nov 27 16:14:32 MST 2006 yar Keep all convtbl-related constants and strings in convtbl.[ch].
diff 164671 Mon Nov 27 15:26:26 MST 2006 yar Allow for large scale factors. C99 warrants that
ULLONG_MAX is not less than 2^64-1; and uintmax_t
cannot be more narrow than unsigned long long.
This allows for scale factors up to Exa inclusively.

Use plain int for the scale index to be consistent
with ifcmds.c and enum.
diff 164663 Mon Nov 27 14:16:40 MST 2006 yar C can enumerate things for us.
diff 164631 Sun Nov 26 19:25:10 MST 2006 yar The real contents of this file were repeated twice.
The repetition was harmless due to a usual #ifndef _FOO_H_ wrapper.
Fortunately, nobody started to hack the second copy,
so just remove it from the file.

MFC after: 3 days
/freebsd-10.2-release/contrib/gcc/
H A Dpretty-print.cdiff 161651 Sat Aug 26 21:29:10 MDT 2006 kan Gcc 3.4.6 as of 2006/08/25 #116475.
diff 161651 Sat Aug 26 21:29:10 MDT 2006 kan Gcc 3.4.6 as of 2006/08/25 #116475.
/freebsd-10.2-release/crypto/openssl/crypto/bio/
H A Dbio_lcl.hdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
/freebsd-10.2-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv8plus.Sdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
diff 160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
/freebsd-10.2-release/crypto/openssl/crypto/bn/
H A Dbn_const.cdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
H A Dbn_depr.cdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
H A Dbn_kron.cdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
diff 160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
H A Dbn_mod.cdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
diff 160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
H A Dbn_sqrt.cdiff 160815 Sat Jul 29 19:10:21 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r160814,
which included commits to RCS files with non-trunk default branches.
diff 160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b

Completed in 310 milliseconds

1234567891011>>