summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-032-49/+16
| | | | | * shared/pci/pcibios.c: replaced pci_find_device implementation by a pcibios call which already provides the functionality
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-032-6/+11
| | | | | | * startup/ldsegs.S: put IDT and GDT into data segment. The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub) text segment checksum comparison failed...
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-038-0/+317
| | | | | | | | | * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files. * libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-039-0/+1338
| | | | | | | | * libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c, libi2c/libi2c.h: New files. * Makefile.am, configure.ac, preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-033-585/+842
| | | | | | | * mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: enhancements to mpc6xx page table support - PTEs can now be modified even if the page table is already active; bugfix: address range crossing 256MB boundary was not handled correctly
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-033-72/+12
| | | | | | | | * mvme5500/start/start.S, shared/start/start.S, shared/startup/bspstart.c: moved assembly code to C; setdbat now supports high bats on 7450 CPUs; added argument checking to setdbat; added getdbat; moved early initialization code (clear_bats) from BSP to libcpu (CPU_clear_bats_early)
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-034-104/+575
| | | | | | | | * mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S: moved assembly code to C; setdbat now supports high bats on 7450 CPUs; added argument checking to setdbat; added getdbat; moved early initialization code (clear_bats) from BSP to libcpu (CPU_clear_bats_early)
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-022-0/+41
| | | | | * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-025-2/+14
| | | | | | * ChangeLog, configure.ac, mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
* 2005-11-02 Fredic Praca <freebsd-fr.org>Joel Sherrill2005-11-022-7/+13
| | | | | | PR 842/networking * libnetworking/libc/gethostbydns.c: Avoid use of dprintf(). Rename dprintf to debugprintf().
* 2005-11-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-023-6405/+6
| | | | | | * libnetworking/net/zlib.c: Remove. * libnetworking/net/zlib.h: Remove. * libnetworking/Makefile.am: Reflect changes above.
* 2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-012-1/+5
| | | | * pppd/Makefile.am: Fix typo.
* 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-313-7/+14
| | | | | | * gccnewlib/gccnewlib.add: Rename src.rpm to *-gcc.src.rpm. * gccnewlib/target-gcc.add: Reflect changes above. * gccnewlib/Makefile.am: Re-sort sub-package fragments.
* 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-312-4/+8
| | | | | PR 840/rtems: * include/rtems/irq.h: Fix several typos.
* 2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-301-0/+5
| | | | | * configure.ac: Add zlib. * Makefile.am: Add zlib.
* Add zlib.Ralf Corsepius2005-10-302-0/+3
|
* 2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-302-1/+8
| | | | | * zconf.h: Hard-code using unistd.h. Hard-code Z_PREFIX.
* 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-281-0/+1
| | | | * zconf.in.h: Remove (Unused).
* Remove (Unused)Ralf Corsepius2005-10-281-330/+0
|
* 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-281-0/+5
| | | | | * zconf.h: Use uint_least*_t types. * crc32.c, zutil.c, zutil.h: Misc. type fixes.
* Misc. type fixesRalf Corsepius2005-10-283-9/+9
|
* Use uint_least*_t types.Ralf Corsepius2005-10-281-0/+9
|
* 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-281-0/+5
| | | | | * Makefile.am: New. * preinstall.am: New.
* New.Ralf Corsepius2005-10-282-0/+72
|
* * adler32.c, compress.c, crc32.c, deflate.c, deflate.h, gzio.c,Ralf Corsepius2005-10-281-0/+6
| | | | | trees.c, uncompr.c, zconf.h, zconf.in.h, zutil.c, zutil.h: Reformat CVS Ids.
* Reformat CVS IdsRalf Corsepius2005-10-2812-12/+12
|
* 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-281-0/+9
| | | | | | | | | * ChangeLog.zlib: Renamed version of zlib's ChangeLog. * FAQ, INDEX, README, adler32.c, algorithm.txt, compress.c, crc32.c, crc32.h, deflate.c, deflate.h, gzio.c, infback.c, inffast.c, inffast.h, inffixed.h, inflate.c, inflate.h, trees.c, trees.h, uncompr.c, zconf.h, zconf.in.h, zlib.3, zlib.h, zutil.c, zutil.h, inftrees.h, inftrees.c, ChangeLog: Import from zlib-1.2.2.2.tar.gz.
* Remove.Ralf Corsepius2005-10-285-1639/+0
|
* Rename the original ChangeLog to ChangeLog.zlibRalf Corsepius2005-10-281-0/+0
|
* Apply FC4's zlib-1.2.2.2-can-2005-2096.patchRalf Corsepius2005-10-281-1/+1
|
* Apply FC4's zlib-1.2.2.2-can-2005-1849.patchRalf Corsepius2005-10-281-4/+4
|
* Post-import cleanupRalf Corsepius2005-10-28147-32362/+0
|
* This commit was generated by cvs2svn to compensate for changes in r12486,Ralf Corsepius2005-10-281-9/+9
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-281-9/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r12484,Ralf Corsepius2005-10-283-7/+7
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-283-7/+7
| |
* | This commit was generated by cvs2svn to compensate for changes in r12482,Ralf Corsepius2005-10-281-5/+5
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-281-5/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r12480,Ralf Corsepius2005-10-281-2/+2
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-281-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r12478,Ralf Corsepius2005-10-281-10/+10
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-281-10/+10
| |
* | This commit was generated by cvs2svn to compensate for changes in r12476,Ralf Corsepius2005-10-281-9/+9
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-281-9/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r12474,Ralf Corsepius2005-10-282-13/+13
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-282-13/+13
| |
* | This commit was generated by cvs2svn to compensate for changes in r12472,Ralf Corsepius2005-10-281-2/+2
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-10-281-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r12470,Ralf Corsepius2005-10-28181-0/+46633
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import of zlib-1.2.2.2.tar.gzRalf Corsepius2005-10-28181-0/+46633
| |