summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Collapse)Author
2003-01-162003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES. * rtems_servers/Makefile.am: Ditto. * rtems_webserver/Makefile.am: Ditto. * rtems_telnetd/Makefile.am: Ditto.
2003-01-152003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* netinet/tcp_subr.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK, INP_LOCK, INP_UNLOCK macros. * netinet/udp_usrreq.c: Add args to INP_INFO_RLOCK, INP_INFO_RUNLOCK, INP_LOCK, INP_UNLOCK macros.
2003-01-142003-01-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Eliminate OBJS.
2003-01-102003-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* src/msg.c, src/part.c, src/sem.c, src/tasks.c: Correct object class control structure initialization for multiprocessing configurations.
2003-01-102003-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* src/objectmp.c: Corrected use of name parameter to reflect that it is actually the name not a pointer to the name.
2003-01-102003-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid conflict with GNU/Linux header files.
2003-01-032003-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* rtems.ads: Corrected Configuration_Table record definition to match current RTEMS source. sp01 now runs.
2003-01-032003-01-03 Jitendra Vegiraju <jvegiraju@netscape.net>Joel Sherrill
* sys/queue.h: Fix alignment problem on ARM.
2003-01-032003-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* rtems/score/cpu.h: Per PR315, eliminate warning for structure alignment requests that are too large.
2003-01-032003-01-03 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill
* ChangeLog, base_fs.c, getpwent.c, privateenv.c Per PR303, Fix violation of node_access copy syemantics 2002-12-26 Till Straumann <strauman@slac.stanford.edu * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
2003-01-032003-01-03 Till Straumann <strauman@slac.stanford.edu>Jennifer Averett
* ChangeLog, base_fs.c, getpwent.c, privateenv.c Per PR303, Fix violation of node_access copy syemantics
2003-01-032002-11-26 Chris Johns <cjohns@cybertec.com.au>Joel Sherrill
* Makefile.am: Added sys/linker_set.h * kern/Makefile.am: Added kern_mib.c and kern_sysctl.c. * kern/uipc_socket.c: OID changed from KERN_SOMAXCONN to KIPC_SOMAXCONN. * kern/uipc_socket2.c: OID changed from KERN_MAXSOCKBUF to KIPC_MAXSOCKBUF. * net/if_ethersubr.c: FreeBSD 2.2.2 does not have a _net_link node while 5.0 does. * net/if_ppp.c: Removed the TEXT_SET define as these macros are now implemented. * net/rtsock.c: Enable sysctl support plus fix the bug with the lastest FreeBSD sysctl header file. * netinet/icmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_icmp node while 5.0 does. * netinet/if_ether.c: FreeBSD 2.2.2 does not have a _net_link_ether node while 5.0 does. * netinet/igmp_var.h: FreeBSD 2.2.2 does not have a _net_inet_igmp node while 5.0 does. * netinet/in_pcb.c: Fixed the arguments to the sysctl call. Add inp_gencnt and ipi_count. These are used when listing connections. * netinet/in_pcb.h: Added counters to aid the listing of connections. * netinet/in_var.h: Provide the _net_inet_ip and _net_inet_raw nodes. * netinet/ip_fw.c: Disable the firewall sysctl calls. * netinet/tcp_subr.c: Merge tcp_pcblist from the lastest FreeBSD source. * netinet/tcp_var.h: Add structures needed by net-snmp to list connections. * netinet/udp_usrreq.c: Merged udp_pcblist from the lastest FreeBSD source. * netinet/udp_var.h: Added the sysctl id UDPCTL_PCBLIST. Used by net-snmp. * rtems_glue.c: Call sysctl_register_all when initialising the network stack to register all the sysctl calls. These are in the special sections and required an updated linker script. * rtems/rtems_syscall.c: Add the sysctl call. * sys/kernel.h: Use the lastest FreeBSD method of handling sysctl structures. This now held in the sys/linker_set.h file. * sys/queue.h: This is from the lastest FreeBSD code with the circular code merged back in as it is not used in the lastest FreeBSD kernel. * sys/sysctl.h: The lastest sysctl. This was needed to use with the new linker set method. The FreeBSD 2.2.2 version has asm hacks. The lastest version of the FreeBSD does not have these hacks. It uses gcc attribute directives.
2003-01-032003-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* ChangeLog: Corrected entry for sysconf.c which did not include PR.
2003-01-032003-01-03 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill
* src/ata.c, src/bdbuf.c: Correct invocation of rtems_task_mode() so the task's preemption mode setting is properly maintained.
2003-01-032003-01-03 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill
* src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this is a FIFO queuing semaphore.
2003-01-032003-01-03 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill
* src/mqueueopen.c: Actually open the message queue descriptor so it is available for others to use.
2002-12-262002-12-26 Till Straumann <strauman@slac.stanford.eduJennifer Averett
* src/fchdir.c - PR302 fix violation of FS node object copy semantics
2002-12-192002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
2002-12-19Include netinet sources.Eric Norum
2002-12-142002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch).
2002-12-132002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Fix typo in yesterday's patch.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
Makefile.am: Don't create $ARCH.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Don't create $ARCH. Use install-data-local to install librtemscpu.a
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Merge-in kern/Makefile.am, net/Makefile.am, netinet/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am. * kern/Makefile.am: Remove. * net/Makefile.am: Remove. * netinet/Makefile.am: Remove. * nfs/Makefile.am: Remove. * rtems/Makefile.am: Remove. * wrapup/Makefile.am: Reflect changes above. * configure.ac: Ditto.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Don't create $ARCH as side-effect of compilation.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Don't create $ARCH as side-effect of compilation. Re-order all-local.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* src/imfs/Makefile.am: Eliminate C_O_FILES. * src/dosfs/Makefile.am: Ditto.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* Makefile.am: Eliminate C_O_FILES. Eliminate SRCS.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Require autoconf-2.57+automake-1.7.2. * capture/Makefile.am: Eliminate C_O_FILES. * cpuuse/Makefile.am: Ditto. * devnull/Makefile.am: Ditto. * dummy/Makefile.am: Ditto. * dumpbuf/Makefile.am: Ditto. * monitor/Makefile.am: Ditto. * rtmonuse/Makefile.am: Ditto. * serdbg/Makefile.am: Ditto. * shell/Makefile.am: Ditto. * stackchk/Makefile.am: Ditto. * untar/Makefile.am: Ditto. * mw-fb/Makefile.am: Eliminate C_O_FILES. Eliminate SRCS.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Add libmisc.
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
2002-12-122002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
Moving libmisc from rtems/c/src to rtems/cpukit. * Makefile.am: Reflect new path. * configure.ac: Reflect new path. Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP. Remove RTEMS_PROJECT_ROOT. * capture/Makefile.am: Reflect new path. Remove OBJS from all-local. * cpuuse/Makefile.am: Ditto. * devnull/Makefile.am: Ditto. * dummy/Makefile.am: Ditto. * dumpbuf/Makefile.am: Ditto. * monitor/Makefile.am: Ditto. * mw-fb/Makefile.am: Ditto. * rtmonuse/Makefile.am: Ditto. * serdbg/Makefile.am: Ditto. * shell/Makefile.am: Ditto. * stackchk/Makefile.am: Ditto. * untar/Makefile.am: Ditto. * wrapup/Makefile.am: Reflect new path.
2002-12-122002-12-11 Vladimir Nesic <vnesic@dkts.co.yu>Joel Sherrill
* src/cancelrun.c, src/cleanuppop.c: Get the last real node not the permanent null last node.
2002-12-112002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Require autoconf-2.57 + automake-1.7.2. * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
2002-12-112002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* kern/Makefile.am: Remove C_O_FILES; Don't let all-local depend on $OBJS) * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto.
2002-12-102002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
2002-12-102002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* capture/Makefile.am: Don't include @RTEMS_BSP@.cfg. * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg. * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg. * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg. * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg. * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg. * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg. * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg. * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg. * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg. * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg. * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
Makefile.am: Fix macro-file installation.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
Makefile.am: Move include/rtems/score/cpuopts.h to STD_H_FILES.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP. * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP. * aclocal/check-bsps.m4: Remove.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead. * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Reflect changes to score/. * configure.ac: Reflect changes to score/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Reflect changes to sapi/. * configure.ac: Reflect changes to sapi/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* configure.ac: Add AC_SUBST(INLINEdir).
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Reflect changes to rtems/. * configure.ac: Reflect changes to rtems/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* wrapup/Makefile.am: Reflect changes to posix/. Reflect changes to itron/.
2002-12-092002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* include/Makefile.am: Remove. * inline/Makefile.am: Remove. * macros/Makefile.am: Remove. * src/Makefile.am: Remove. * Makefile.am: Merge-in removed Makefile.ams. * configure.ac: Reflect changes above.