summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-07 <strauman@slac.stanford.edu>Jennifer Averett2002-11-071-5/+12
| | | | | * src/mount.c: Per PR297, correct fs_mountme failure paths.
* 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-11-062-0/+11
| | | | | * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate warning.
* 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-064-78/+55
| | | | | | | | | * rtems/new-exceptions/cpu.h: Remove sections on CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY. * rtems/old-exceptions/cpu.h: Remove sections on CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY. * rtems/score/cpu.h: Insert sections on CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
* 2002-10-30 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-11-052-2/+6
| | | | | * src/psignal.c: Fix counting problem which resulted in too many entries being in the POSIX signals default behavior table.
* 2002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-043-2/+6
| | | | * idtcpu.h: Removed warning.
* 2002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-042-1/+5
| | | | * cpu.c: Removed warning.
* 2002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-042-1/+5
| | | | * src/rpc/pmap_rmt.c: Removed warnings.
* 2002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-042-2/+8
| | | | * pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
* 2002-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-022-1/+6
| | | | | * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress warning.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-014-0/+37
| | | | * ChangeLog: Corrected.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-013-2/+6
| | | | * idtcpu.h: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-2/+5
| | | | * cpu.c: Removed warnings.
* *** empty log message ***Eric Norum2002-11-012-10/+15
|
* Till Straumann's patch to:Eric Norum2002-11-011-0/+10
| | | | | use bootp option 129 to get command line string change inet_ntoa->inet_ntop
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-1/+5
| | | | * cpu.c: Removed warnings.
* 2002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-012-1/+5
| | | | * stackchk/check.c: Removed warnings.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-1/+5
| | | | * rtems/score/cpu.h: Removed warning.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-0/+5
| | | | * src/rpc/svc_run.c: Remove warning.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-313-1/+9
| | | | | | * src/mallocfreespace.c: Corrected sense of status check to match change inside RTEMS. * src/newlibc.c: Removed warning.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-1/+2
| | | | | * rtems_webserver/socket.c, rtems_webserver/uemf.h: Removed warnings.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-2/+7
| | | | * stackchk/check.c: Removed warning.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-1/+6
| | | | * src/regiongetinfo.c: Corrected return value check.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-314-2/+7
| | | | * libc/rcmd.c, netinet/in_cksum_arm.c: Removed warnings.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-313-2/+9
| | | | | * src/heapgetinfo.c: Fixed comment. * src/mpci.c: Removed warning.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-312-1/+9
| | | | * rtems/new-exceptions/cpu.h: Removed warnings.
* Reflect changes to signal names in newlib sys/signal.h.Eric Norum2002-10-311-11/+11
|
* Add vprintk function for kernel printing from routinesEric Norum2002-10-302-4/+13
| | | | which have already obtained the va_list pointer.
* 2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-302-13/+4
| | | | * aclocal/check-bsp-cache.m4: Remove.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-291-0/+4
| | | | * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-293-1/+9
| | | | | * configure.ac: Remove AC_ENABLE_MULTILIB. * Makefile.am: Add CVS-Id.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-292-43/+8
| | | | * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-282-7/+12
| | | | | * include/rtems/libio.h: Change rtems_filesystem_node_types_t from enumeration to int to eliminate warnings when values are overridden.
* 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2002-10-287-0/+2418
| | | | | | | | * Added ATA support. * include/rtems/blkdev.h: Added last IO status. * include/rtems/ata.h, include/rtems/ata_internal.h, include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New files.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-2814-11/+58
| | | | | | | | | | | | | | | | | | | | | * Pass to eliminate warnings. * kern/uipc_mbuf.c: Conditional SYSINIT() usage on __rtems__. Fix return statement without a value. * lib/ftpfs.c: read and write filesystem routines return ssize_t. * lib/syslog.c: Add include of <string.h> to eliminate warning. * lib/tftpDriver.c: read and write filesystem routines return ssize_t. * libc/gethostbydns.c: Prototype abort(). * libc/inet_ntoa.c: Prototype strcpy(). * libc/rcmd.c: Add include of <sys/select.h> * net/if_loop.c: Turn token at end of endif to comment. * net/rtsock.c, nfs/bootp_subr.c: Conditional SYSINIT() usage on __rtems__. * rtems/rtems_bootp.c: Add include of <rtems/rtems_bsdnet_internal.h>. * rtems/rtems_bsdnet_internal.h: Added prototypes for memcpy() and memset() since the BSD code tries to avoid using libc .h files since it is used to being in the kernel. * rtems/rtems_syscall.c: read and write filesystem routines return ssize_t.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-287-0/+15
| | | | | | | | * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h> to eliminate warning. * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate warning.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-282-0/+6
| | | | * src/timerserver.c: Add useless return to avoid warning.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-282-0/+11
| | | | | * src/threadhandler.c: Prototype _init() and _main() if they are needed to avoid a warning.
* 2002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-283-2/+7
| | | | | * idtcpu.h: Removed warning by turning extra token at the end of an endif into a comment.
* 2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-262-0/+7
| | | | | * monitor/mon-command.c: Don't build rtems_monitor_line_editor for RTEMS_UNIX to avoid gcc warning.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2518-9/+45
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2532-16/+80
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-252-1/+5
| | | | * rtems/score/sh.h: Fix typo in comment (Starus->Status).
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-252-2/+4
| | | | * Makefile.am: Remove bogus reference to CHANGELOG.
* 2002-10-24 <strauman@slac.stanford.edu>Joel Sherrill2002-10-241-0/+6
| | | | | * src/eval.c: Per PR293, added freenode calls for evaluate link failures.
* 2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>Joel Sherrill2002-10-244-5/+13
| | | | | * capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
* 2002-10-24 <strauman@slac.stanford.edu>Jennifer Averett2002-10-241-4/+22
| | | | | * src/eval.c: Per PR293, added freenode calls for evaluate link failures.
* 2002-10-23 <strauman@slac.stanford.edu>Jennifer Averett2002-10-233-2/+14
| | | | | * src/mount.c per PR290, add check for ops->node_type_h * src/mknod.c per PR291, remove erroneous call to freenod
* 2002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-212-1/+5
| | | | * aclocal/version.m4: Updated to rtems-20021021-test.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-3/+9
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2150-76/+226
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.