Searched hist:2006 (Results 451 - 475 of 7501) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.cdiff 163596 Sat Oct 21 22:43:39 MDT 2006 imp MFp4: Move to smaller code footprint.
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
161202 Thu Aug 10 19:55:52 MDT 2006 imp MFp4: Integrate a boatload of bug fixes from p4. We're right on the
8k boundary with this program still.

text data bss dec hex filename
7925 4 4476 12405 3075 bootiic.out

so we have like 293 bytes left before we have to play games. There
may be ways to reduce that somewhat, but they start to be very board
specific.
H A Dmain.cdiff 161202 Thu Aug 10 19:55:52 MDT 2006 imp MFp4: Integrate a boatload of bug fixes from p4. We're right on the
8k boundary with this program still.

text data bss dec hex filename
7925 4 4476 12405 3075 bootiic.out

so we have like 293 bytes left before we have to play games. There
may be ways to reduce that somewhat, but they start to be very board
specific.
diff 157937 Fri Apr 21 13:44:58 MDT 2006 imp MFp4:
Init eeprom here now that we don't init the eeprom in arm_init.s
and read in the second 8k of the data.
Tweak formatting.
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/boot/arm/at91/bootspi/
H A Dloader_prompt.cdiff 163598 Sat Oct 21 22:51:21 MDT 2006 imp MFp4: default to not loading the fpga
diff 163597 Sat Oct 21 22:44:26 MDT 2006 imp MFp4: Update to smaller code footprint.
161370 Wed Aug 16 23:39:58 MDT 2006 imp MFp4: First cut at making spi and/or sd card booting work, needs work
H A Dmain.cdiff 163597 Sat Oct 21 22:44:26 MDT 2006 imp MFp4: Update to smaller code footprint.
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
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/boot/arm/at91/libat91/
H A Deeprom.cdiff 165399 Wed Dec 20 18:19:52 MST 2006 imp MFp4: Add timeout to eeprom access for lame eeprom that go awol
diff 161193 Thu Aug 10 18:03:50 MDT 2006 imp MFp4: Make it clearer that the address passed to the eeprom routines is
really an offset within the eeprom device, and not a IIC address.
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 Dmci_device.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.
161370 Wed Aug 16 23:39:58 MDT 2006 imp MFp4: First cut at making spi and/or sd card booting work, needs work
H A Dp_string.cdiff 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 161195 Thu Aug 10 18:07:49 MDT 2006 imp MFp4: consolidate #include files down to lib.h
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 Dspi_flash.cdiff 165400 Wed Dec 20 18:25:16 MST 2006 imp MFp4: Differences in flash part for bwct. need a more generic way to cope.
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.
161197 Thu Aug 10 18:14:35 MDT 2006 imp MFp4:
Remove obsolete files in list
Add spi flash reading routines
/freebsd-10.2-release/crypto/openssh/
H A DREADME.tundiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Ddns.hdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
diff 157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dbasename.cdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
diff 157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Dbsd-asprintf.cdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Dbsd-closefrom.cdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
diff 157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Ddaemon.cdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
diff 157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Dport-solaris.cdiff 164147 Fri Nov 10 16:39:21 MST 2006 des This commit was generated by cvs2svn to compensate for changes in r164146,
which included commits to RCS files with non-trunk default branches.
diff 164146 Fri Nov 10 16:39:21 MST 2006 des Vendor import of OpenSSH 4.5p1.
162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
H A Dport-tun.cdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Dport-tun.hdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
H A Dstrtonum.cdiff 162853 Sat Sep 30 13:29:51 MDT 2006 des This commit was generated by cvs2svn to compensate for changes in r162852,
which included commits to RCS files with non-trunk default branches.
diff 162852 Sat Sep 30 13:29:51 MDT 2006 des Vendor import of OpenSSH 4.4p1.
diff 157016 Wed Mar 22 19:46:12 MST 2006 des Vendor import of OpenSSH 4.3p1.
/freebsd-10.2-release/crypto/openssl/
H A DMakefile.shareddiff 162912 Sun Oct 01 07:38:44 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.
diff 162911 Sun Oct 01 07:38:44 MDT 2006 simon Vendor import of OpenSSL 0.9.8d.
160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
/freebsd-10.2-release/crypto/openssl/crypto/aes/
H A Daes.hdiff 162912 Sun Oct 01 07:38:44 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.
diff 162911 Sun Oct 01 07:38:44 MDT 2006 simon Vendor import of OpenSSL 0.9.8d.
diff 160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
H A Daes_core.cdiff 162912 Sun Oct 01 07:38:44 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.
diff 162911 Sun Oct 01 07:38:44 MDT 2006 simon Vendor import of OpenSSL 0.9.8d.
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/aes/asm/
H A Daes-586.pldiff 162912 Sun Oct 01 07:38:44 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.
diff 162911 Sun Oct 01 07:38:44 MDT 2006 simon Vendor import of OpenSSL 0.9.8d.
160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
/freebsd-10.2-release/crypto/openssl/util/
H A Dmkfiles.pldiff 162912 Sun Oct 01 07:38:44 MDT 2006 simon This commit was generated by cvs2svn to compensate for changes in r162911,
which included commits to RCS files with non-trunk default branches.
diff 162911 Sun Oct 01 07:38:44 MDT 2006 simon Vendor import of OpenSSL 0.9.8d.
diff 160814 Sat Jul 29 19:10:21 MDT 2006 simon Vendor import of OpenSSL 0.9.8b
/freebsd-10.2-release/etc/rc.d/
H A Dauditddiff 162605 Sun Sep 24 17:31:04 MDT 2006 rwatson Sleep for one second after calling audit -t to give the audit daemon a
chance to actually terminate the audit service and exit. Otherwise, on
an rc.d/auditd restart, the new audit daemon instance may try to start
auditing while the previous session is still running. Likewise, this
ensures a chance for auditd to terminate the audit trail at system
shutdown.

Perhaps more ideally, the script would wait synchronously for auditd to
exit rather than for an arbitrary but short period of time.

MFC after: 3 days
Obtained from: TrustedBSD Project
diff 159351 Tue Jun 06 17:22:55 MDT 2006 trhodes Sync to p4:

o Add shutdown KEYWORD;
o Remove PID check;
o Stop auditd with '-t'
o General cleanup.
155209 Thu Feb 02 10:02:55 MST 2006 rwatson Add auditd rc.d script.

Submitted by: trhodes
Obtained from: TrustedBSD Project
/freebsd-10.2-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-i386-low.cdiff 157574 Thu Apr 06 22:24:01 MDT 2006 jmg bring in the necessary changes to make gdbserver compile and work (at
least on i386)... fbsd-* changes started out as s/linux/fbsd/g and then
additional changes to handle different ptrace defines among other things..
(use vfork to eliminate a race for progress group creation)

reg-i386.c is generated by regdat.sh..
diff 157572 Thu Apr 06 21:32:05 MDT 2006 jmg This commit was generated by cvs2svn to compensate for changes in r157571,
which included commits to RCS files with non-trunk default branches.
157571 Thu Apr 06 21:32:05 MDT 2006 jmg import gdbserver Linux files renamed to fbsd... I have made gdbserver
work w/ minor modifications to these files, so keep the history...

These are stock files from GDB 6.1.1 w/ only the filename s/linux/fbsd/g

Completed in 155 milliseconds

<<11121314151617181920>>