summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NewRalf Corsepius2005-11-101-0/+2
|
* 2005-11-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-102-0/+6
| | | | * include/rtems/stdint.h: Disable RTEMS proprietary fixed-size types.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-082-7/+28
| | | | | | | * configure.ac: Add RTEMS_NETWORKING to cpuopts.h. Add RTEMS_DEPRECATED_TYPES to config.h. Add AC_CONFIG_COMMANDS(preinstall-stamp) magic. Misc. cleanups.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-0822-22/+66
| | | | * rtems/score/types.h: Eliminate unsigned16, unsigned32.
* 2005-11-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-11-083-2/+14
| | | | | | | | * libnetworking/net/if.h: Add forward reference declaration to struct mbuf so ifru_tap callback is properly typed. * libnetworking/rtems/rtems_bsdnet.h: Add definition of _BSD_VISIBLE which needs to be defined so various pieces of the .h files are visible to device drives.
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+6
| | | | | | * libnetworking/Makefile.am: Comment out using rtems/rtems_mii_ioctl.h, rtems/rtems_mii_ioctl.c, rtems/rtems_mii_ioctl_kern.c.
* Fixed formatting.Joel Sherrill2005-11-071-6/+6
|
* 2005-11-07 Michael Siers <mikes@poliac.com>Joel Sherrill2005-11-073-0/+27
| | | | | * pppd/rtemspppd.c, pppd/rtemspppd.h: Per confirmation from Michael add missing copyright notice.
* 2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-061-2/+10
| | | | | | | | * libi2c/libi2c.c: Include config.h. * libi2c/libi2c.c, libi2c/libi2c.h, libnetworking/rtems/rtems_mii_ioctl.h, libnetworking/rtems/rtems_mii_ioctl_kern.c, score/src/heap.c: Eliminate obsolete types.
* Eliminate obsolete types.Ralf Corsepius2005-11-065-16/+20
|
* 2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-032-1/+4
| | | | * httpd/Makefile.am: Remove bogus noinst_LIBRARIES.
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-034-0/+430
| | | | | | | | | * libnetworking/Makefile.am, libnetworking/preinstall.am: Added simple implementation of ethernet media ioctl SIOCSIFMEDIA/SIOCGIFMEDIA for mii compliant phys. * libnetworking/rtems/rtems_mii_ioctl.c, libnetworking/rtems/rtems_mii_ioctl.h, libnetworking/rtems/rtems_mii_ioctl_kern.c: New files.
* 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-022-0/+41
| | | | | * rtems/powerpc/registers.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-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
| |