Changeset 86d58c0 in rtems for c/src/lib/libbsp/unix
- Timestamp:
- Sep 4, 2003, 6:52:58 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 83f2265
- Parents:
- ade07c2
- Location:
- c/src/lib/libbsp/unix/posix
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/ChangeLog
rade07c2 r86d58c0 1 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 3 * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c, 4 shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c, 5 shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, 6 startup/exit.c, startup/setvec.c, timer/timer.c: URL for license 7 changed. 8 1 9 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/unix/posix/clock/clock.c
rade07c2 r86d58c0 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
c/src/lib/libbsp/unix/posix/console/console.c
rade07c2 r86d58c0 10 10 * The license and distribution terms for this file may be 11 11 * found in the file LICENSE in this distribution or at 12 * http://www. OARcorp.com/rtems/license.html.12 * http://www.rtems.com/license/LICENSE. 13 13 * 14 14 * $Id$ -
c/src/lib/libbsp/unix/posix/include/bsp.h
rade07c2 r86d58c0 8 8 * The license and distribution terms for this file may be 9 9 * found in the file LICENSE in this distribution or at 10 * http://www. OARcorp.com/rtems/license.html.10 * http://www.rtems.com/license/LICENSE. 11 11 * 12 12 * $Id$ -
c/src/lib/libbsp/unix/posix/shmsupp/addrconv.c
rade07c2 r86d58c0 14 14 * The license and distribution terms for this file may be 15 15 * found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/unix/posix/shmsupp/cause_intr.c
rade07c2 r86d58c0 14 14 * The license and distribution terms for this file may be 15 15 * found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
rade07c2 r86d58c0 20 20 * The license and distribution terms for this file may be 21 21 * found in the file LICENSE in this distribution or at 22 * http://www. OARcorp.com/rtems/license.html.22 * http://www.rtems.com/license/LICENSE. 23 23 * 24 24 * $Id$ -
c/src/lib/libbsp/unix/posix/shmsupp/lock.c
rade07c2 r86d58c0 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/unix/posix/shmsupp/mpisr.c
rade07c2 r86d58c0 13 13 * The license and distribution terms for this file may be 14 14 * found in the file LICENSE in this distribution or at 15 * http://www. OARcorp.com/rtems/license.html.15 * http://www.rtems.com/license/LICENSE. 16 16 * 17 17 * $Id$ -
c/src/lib/libbsp/unix/posix/startup/bspclean.c
rade07c2 r86d58c0 14 14 * The license and distribution terms for this file may be 15 15 * found in the file LICENSE in this distribution or at 16 * http://www. OARcorp.com/rtems/license.html.16 * http://www.rtems.com/license/LICENSE. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/unix/posix/startup/bspstart.c
rade07c2 r86d58c0 12 12 * The license and distribution terms for this file may be 13 13 * found in the file LICENSE in this distribution or at 14 * http://www. OARcorp.com/rtems/license.html.14 * http://www.rtems.com/license/LICENSE. 15 15 * 16 16 * $Id$ -
c/src/lib/libbsp/unix/posix/startup/exit.c
rade07c2 r86d58c0 9 9 * The license and distribution terms for this file may be 10 10 * found in the file LICENSE in this distribution or at 11 * http://www. OARcorp.com/rtems/license.html.11 * http://www.rtems.com/license/LICENSE. 12 12 * 13 13 * $Id$ -
c/src/lib/libbsp/unix/posix/startup/setvec.c
rade07c2 r86d58c0 17 17 * The license and distribution terms for this file may be 18 18 * found in the file LICENSE in this distribution or at 19 * http://www. OARcorp.com/rtems/license.html.19 * http://www.rtems.com/license/LICENSE. 20 20 * 21 21 * $Id$ -
c/src/lib/libbsp/unix/posix/timer/timer.c
rade07c2 r86d58c0 11 11 * The license and distribution terms for this file may be 12 12 * found in the file LICENSE in this distribution or at 13 * http://www. OARcorp.com/rtems/license.html.13 * http://www.rtems.com/license/LICENSE. 14 14 * 15 15 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.