summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-15/+85
| | | | | | * cpu.c: Merge patch from Till Straumann which would work except gcc core dumps with an ICE when may_alias is used in this code. I filed a GCC PR and reduced optimization to -O0 and it does run again.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-19/+14
| | | | | | * libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send() and recv(). We already had the BSD versions and these conflict sometimes when linking.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-214-0/+29
| | | | | * libnetworking/rtems/mkrootfs.h, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h: Add extern __cplusplus.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-14/+23
| | | | | * sapi/include/confdefs.h: Do not instantiate initialization thas/thread pointer tables for an API that is not configured.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-203-1/+58
| | | | | * libcsupport/Makefile.am: * libcsupport/src/open_dev_console.c: New file.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+7
| | | | | * score/src/corerwlock.c: Make sure structure is fully initialized. When reused, some fields will not be zero like at initialization.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+10
| | | | | * sapi/include/confdefs.h: POSIX threads use twice the minimum stack size. Account for this.
* 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-132-0/+10
| | | | * configure.ac: Add NDEBUG as a command line compilation option.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-122-0/+6
| | | | * libmd/.cvsignore: New file.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-123-0/+17
| | | | | * shttpd/defs.h: Eliminate my_strncasecmp. * shttpd/string.c: Eliminate my_strncasecmp.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+1
| | | | * wrapup/Makefile.am: Pickup ../libmd/libmd.a.
* Pickup ../libmd/libmd.a.Ralf Corsepius2007-06-121-1/+1
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-8/+2
| | | | * pppd/Makefile.am: Reflect moving out md*.
* Remove (moved to libmd)Ralf Corsepius2007-06-124-725/+0
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * pppd/md4.h, pppd/md4.c, pppd/md5.c, pppd/md5.h: Remove (moved to libmd).
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * libmd/Makefile.am, libmd/md4.c, libmd/md4.h, libmd/md5.c, libmd/md5.h, libmd/preinstall.am: New (moved out from pppd).
* New (moved out from pppd).Ralf Corsepius2007-06-126-0/+747
|
* Regenerate.Ralf Corsepius2007-06-121-1/+0
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-123-0/+6
| | | | * configure.ac, Makefile.am: Add libmd.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+5
| | | | | * shttpd/defs.h: Eliminate my_strlcpy. * shttpd/string.c: Eliminate my_strlcpy.
* Eliminate my_strlcpy.Ralf Corsepius2007-06-122-0/+9
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+2
| | | | | * shttpd/defs.h: Eliminate my_strdup, my_strndup. * shttpd/string.c: Eliminate my_strdup, my_strndup.
* Eliminate my_strdup, my_strndup.Ralf Corsepius2007-06-122-0/+15
|
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-1/+6
| | | | | * shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from libmd.a.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-122-0/+8
| | | | * wrapup/Makefile.am: Add libmd.a.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+6
| | | | | | * pppd/Makefile.am: Remove md5 and md4 from libpppd.a. Add pppd/libmd.a. * pppd/md4.c: Don't include pppd.h.
* Remove md5 and md4 from libpppd.a.Ralf Corsepius2007-06-121-1/+8
| | | | Add pppd/libmd.a.
* Don't include pppd.h.Ralf Corsepius2007-06-121-1/+0
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+4
| | | | * shttpd/shttpd.ico, shttpd/resources.rc: Remove (Unused).
* Remove.Ralf Corsepius2007-06-112-1/+0
|
* Regenerate.Ralf Corsepius2007-06-111-1/+1
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-112-1/+2
| | | | * shttpd/Makefile.am: Conditionally build on LIBNETWORKING.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-112-0/+10
| | | | | * shttpd/compat_rtems.h: Include <arpa/inet.h>. Add config.h support.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-112-0/+5
| | | | * shttpd/compat_rtems.h: Define closesocket.
* New.Ralf Corsepius2007-06-111-0/+2
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-112-0/+9
| | | | * shttpd/compat_rtems.h: Add IS_DIRSEP_CHAR.
* Use size_t for stack sizes.Ralf Corsepius2007-06-112-2/+2
|
* New.Ralf Corsepius2007-06-111-0/+39
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+2
| | | | | * configure.ac, Makefile.am: Add shttpd. * shttpd/Makefile.am: New.
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+31
| | | | * shttpd/Makefile.am: New.
* Add shttpd.Ralf Corsepius2007-06-112-0/+3
|
* Remove (Renamed to Makefile.shttpd)Ralf Corsepius2007-06-111-50/+0
|
* Rename shttpd's MakefileRalf Corsepius2007-06-111-0/+50
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-111-0/+14
| | | | | | | | | | | | | | * shttpd/auth.c, shttpd/cgi.c, shttpd/compat_rtems.c, shttpd/compat_rtems.h, shttpd/compat_unix.c, shttpd/compat_unix.h, shttpd/compat_win32.c, shttpd/compat_win32.h, shttpd/compat_wince.c, shttpd/compat_wince.h, shttpd/config.c, shttpd/defs.h, shttpd/io_cgi.c, shttpd/io_dir.c, shttpd/io_emb.c, shttpd/io_file.c, shttpd/io.h, shttpd/io_socket.c, shttpd/io_ssl.c, shttpd/llist.h, shttpd/log.c, shttpd/Makefile, shttpd/md5.c, shttpd/md5.h, shttpd/mime_type.c, shttpd/resources.rc, shttpd/shttpd.1, shttpd/shttpd.c, shttpd/shttpd.h, shttpd/shttpd.ico, shttpd/ssl.h, shttpd/standalone.c, shttpd/std_includes.h, shttpd/string.c: Import from shttpd-1.37.tar.gz.
* This commit was generated by cvs2svn to compensate for changes in r15510,Ralf Corsepius2007-06-1134-0/+7814
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from shttpd-1.37.Ralf Corsepius2007-06-1134-0/+7814
|
* 2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-112-3/+4
| | | | * configure.ac: Remove "pad" from CPU_CONTEXT.
* 2007-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-052-2/+6
| | | | * score/src/coremsg.c: Formatting.
* 2007-05-31 Alain Schaefer <alani@easc.ch>Joel Sherrill2007-05-312-5/+12
| | | | | | | * rtems/score/cpu.h: Modifiy inline assembly language constraints to use a data register as the CTL/STI instructions requires. This is not only more correct, it avoids GCC PR31787.
* 2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-292-1/+5
| | | | * score/include/rtems/score/copyrt.h: Update copyright notice.