summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+7
| | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-11-081-0/+8
| | | | | | | | * 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.
* 2005-11-07 Michael Siers <mikes@poliac.com>Joel Sherrill2005-11-071-0/+5
| | | | | * 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.
* 2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-031-0/+4
| | | | * httpd/Makefile.am: Remove bogus noinst_LIBRARIES.
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-031-0/+9
| | | | | | | | | * 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-031-0/+8
| | | | | | | | * 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 Fredic Praca <freebsd-fr.org>Joel Sherrill2005-11-021-0/+6
| | | | | | 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-021-0/+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-011-0/+4
| | | | * pppd/Makefile.am: Fix typo.
* 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-311-0/+5
| | | | | 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.
* 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-271-0/+2
| | | | | * libnetworking/net/zlib.h, libnetworking/net/zlib.c: Update from FreeBSD.
* * libnetworking/opt_ppp.h: New.Ralf Corsepius2005-10-271-0/+5
| | | | | | | * libnetworking/net/ppp.h: Remove. * libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Reflect changes above. Cosmetics from FreeBSD. * libnetworking/Makefile.am: Add opt_ppp.h, remove net/ppp.h.
* 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-271-0/+1
| | | | * libnetworking/Makefile.am: Don't install loop.h.
* 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-271-0/+4
| | | | * include/rtems/concat.h: Add EXPAND0, CONCAT0.
* 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-271-0/+4
| | | | * telnetd/Makefile.am: Only build if LIBSHELL is available.
* 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+5
| | | | | * pppd/Makefile.am, pppd/auth.c, pppd/chap.c, pppd/md5.c, pppd/md5.h, pppd/pppd.h: Misc. minor fixes.
* 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+5
| | | | | * configure.ac: Add pppd. * Makefile.am: Add pppd.
* 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+3
| | | | | | * pppd/Makefile.am: Install rtemsdialer.h, rtemspppd.h to $(includedir)/rtems. * pppd/ipxcp.c, pppd/ipxcp.h: Remove (Unused).
* 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-1/+11
| | | | | * backward/rtemspppd.h, backward/rtemsdialer.h: New. * Makefile.am: Add backward/rtemspppd.h, backward/rtemsdialer.h.
* Don't sign-extend address components.Eric Norum2005-10-251-0/+4
|
* 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-251-0/+5
| | | | | * Makefile.am: Add telnetd. * configure.ac: Add telnetd.
* 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-251-0/+11
| | | | | | | | | | | * telnetd/icmds.c: Rename register_icmds to _rtems_telnet_register_icmds. Make main_* functions static. * telnetd/pty.c: Make many functions static. Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys. * telnetd/pty.h: Reflect changes above. Rename get_pty to rtems_pty_get. New header guards. * telnetd/telnetd.c: Reflect changes above. * telnetd/telnetd.h: New header guards.
* 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-251-0/+7
| | | | | | | * telnet/telnet.h, telnet/telnet.c: Rename rtems_initialize_telnetd to rtems_telnetd_initialize, main_telnetd to rtems_telnetd_main, register_telnetd to rtems_telnetd_register.
* 2005-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-10-251-0/+6
| | | | | | * sapi/include/confdefs.h, telnetd/pty.c, telnetd/pty.h: Attempt to fix MAX_PTYS and provide a real configuration entry. This should make telnetd some suitable for inclusion in cpukit.
* CosmeticsRalf Corsepius2005-10-171-12/+12
|
* 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-171-0/+4
| | | | * libfs/src/dosfs/msdos_misc.c: Revert to vers. 1.9.
* 2005-10-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-10-061-0/+5
| | | | | PR 828/filesystems * libfs/src/dosfs/msdos_misc.c: Problem retracted. Revert patch.
* 2005-10-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2005-10-041-0/+10
| | | | | | | | | | PR 829/rtems * rtems/src/tasks.c, rtems/src/taskvariabledelete.c: If task variables are deleted from a different context (i.e., executing context != owner of the task variable. The owner meaning the task that registered the dtor in question) the argument passed to the task variable dtor must be tvar and not *ptr which yields the executing task's value of the task variable instead of the owner's.
* Remove floating point calculations and the C preprocessor conditions which ↵Eric Norum2005-09-291-0/+5
| | | | enabled them.
* 2005-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-251-0/+5
| | | | | * sapi/include/rtems/init.h, sapi/src/exinit.c: Remove unused and obsolete rtems_initialize_executive.
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-0/+2
| | | | | * libnetworking/sys/mount.h: Cosmetical update from FreeBSD. Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-0/+4
| | | | * configure.ac: Check for sys/errno.h.
* 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+1
| | | | * libnetworking/nfs/rpcv2.h: Update from FreeBSD.
* 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+4
| | | | | | | * libnetworking/Makefile.am: Cosmetics. * libnetworking/nfs/bootp_subr.c: Remove superfluous includes. * libnetworking/nfs/xdr_subs.h: Partial update from FreeBSD. * libnetworking/netinet/in.h: Partial update from FreeBSD.
* 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+4
| | | | * libnetworking/nfs/nfsproto.h: Partial update from FreeBSD.
* Remove dupe entries.Joel Sherrill2005-09-021-8/+0
|
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.2.
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.2.
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.2.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-011-0/+9
| | | | | | | | | PR 820/rtems * score/inline/rtems/score/coremsg.inl, score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-011-0/+7
| | | | | | | PR 796/rtems * posix/src/semtimedwait.c: sem_timedwait is supposed to use absolute time for timeout specification. This patch is a modified version of the one suggested by Peter Dufault.
* 2005-09-01 Nuno Costa <nuno-costa@iol.pt>Joel Sherrill2005-09-011-0/+6
| | | | | | PR 804 * sapi/include/confdefs.h: Memory for POSIX timers not accounted for. Patch adapted from edit comment in PR filed.
* 2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-311-0/+7
| | | | | | | PR 819/filesystem * libcsupport/src/ttyname_r.c: Remove. * libcsupport/src/ttyname.c: Partial update from FreeBSD. * libcsupport/Makefile.am: Reflect changes above.
* 2005-08-18 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-181-0/+6
| | | | | | PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c: First patch returned without exitting dispatching critical section.
* 2005-08-17 Nuno Costa <nuno-costa@iol.pt>Joel Sherrill2005-08-171-0/+7
| | | | | | | PR 805/rtems * posix/include/rtems/posix/timer.h: Due to bad choice of error constants by original submitter, it was impossible to create more than 10 POSIX timers.
* 2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-171-0/+8
| | | | | | | | PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c, score/src/watchdoginsert.c: Tighten critical section checks on an ISR using the same timer being inserted by a lower priority ISR or interupt task.
* 2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>Joel Sherrill2005-08-171-0/+8
| | | | | | | | PR 744/filesystem * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not support permissions on directories so the check performed by unlink would always fail. The unlink code was modified to support a not supported status being returned.