Sebastian Huber
13760c8b16
2011-12-06 Petr Benes <benesp16@fel.cvut.cz>
...
PR 1980/testing
* spedfsched02/task1.c, spedfsched02/init.c: Fixed initialization.
2011-12-06 08:21:38 +00:00
Ralf Corsepius
b317c39155
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for envlock.h.
Check for decls of __env_lock, __env_unlock.
2011-12-06 08:15:32 +00:00
Ralf Corsepius
16ef51ee2b
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/envlock.c: Rename define ENVLOCK_DEDIDCATED_MUTEX
into ENVLOCK_DEDICATED_MUTEX (Typo).
2011-12-06 08:05:34 +00:00
Ralf Corsepius
01d79edf78
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/serdbg/serdbg.h: Add serdbg_init_dbg.
* libmisc/serdbg/serdbgcnf.h:
Remove conditional serdbg_init_dbg prototype.
2011-12-06 08:02:31 +00:00
Ralf Corsepius
3ab21dce11
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/mouse/serial_mouse.c: Make serial_mouse_l_rint static.
2011-12-06 08:00:24 +00:00
Ralf Corsepius
96d3f26e1d
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/malloc_sbrk_helpers.c: Make
malloc_sbrk_initialize, malloc_sbrk_extend_and_allocate static.
2011-12-06 07:57:10 +00:00
Ralf Corsepius
6425dc5033
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/monitor/mon-network.c: Include <rtems/monitor.h>.
* libmisc/monitor/mon-object.c:
Make rtems_monitor_object_canonical_next_remote,
rtems_monitor_object_dump_1, rtems_monitor_object_dump_all static.
* libmisc/monitor/mon-prmisc.c:
Make rtems_monitor_dump_assoc_bitfield static.
* libmisc/monitor/mon-symbols.c:
Make rtems_monitor_symbol_dump_all static.
2011-12-06 07:34:48 +00:00
Ralf Corsepius
04bf7cbf60
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/src/schedulercbsattachthread.c,
score/src/schedulercbsdestroyserver.c,
score/src/schedulercbsdetachthread.c,
score/src/schedulercbsgetapprovedbudget.c,
score/src/schedulercbsgetexecutiontime.c,
score/src/schedulercbsgetparameters.c,
score/src/schedulercbsgetremainingbudget.c,
score/src/schedulercbssetparameters.c:
Remove checks for server_id < 0 (server_id is unsigned).
2011-12-06 07:12:42 +00:00
Ralf Corsepius
e2bcb3217b
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/pspinlocktranslatereturncode.c:
Include <rtems/posix/spinlock.h> (Missing prototypes).
2011-12-06 07:08:45 +00:00
Ralf Corsepius
46ae58a595
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode,
IMFS_dump_directory static.
* libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
2011-12-06 07:05:54 +00:00
Ralf Corsepius
145c934384
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/include/rtems/libio.h:
Make LIBIO_FLAGS_* defined unsigned (Avoid implicit sign
conversions).
2011-12-06 06:39:03 +00:00
Ralf Corsepius
2186f401e4
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libchip/serial/mc68681.c (mc68681_open):
Var "status" needs to be signed.
2011-12-06 06:35:24 +00:00
Joel Sherrill
b4f5d4dc21
2011-12-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* ada_user/version.texi, bsp_howto/version.texi,
cpu_supplement/version.texi, develenv/version.texi,
filesystem/version.texi, networking/version.texi,
porting/version.texi, posix1003.1/version.texi,
posix_users/version.texi, shell/version.texi, started/version.texi,
user/version.texi: Update to match when files in directory where last
touched.
2011-12-05 21:34:18 +00:00
Joel Sherrill
3de564d2de
2011-12-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* version.texi: Update to match when files in directory where last
touched.
2011-12-05 21:34:13 +00:00
Ralf Corsepius
e8f0541c34
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/capture/capture.c:
Make RTEMS_CAPTURE_* defines unsigned (Avoid implicit
sign-conversions).
Make rtems_capture_trigger static (Missing prototypes).
Make rtems_capture_trigger static (Missing prototypes).
* libmisc/capture/capture.h:
Make RTEMS_CAPTURE_WATCH, RTEMS_CAPTURE_TRACED unsigned (Avoid
implicit sign conversions).
2011-12-05 17:31:19 +00:00
Ralf Corsepius
540eec6e57
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/src/rtemsobjectapimaximumclass.c:
Include <rtems/rtems/object.h> (Missing prototypes).
* sapi/src/exshutdown.c:
Include <rtems/init.h> (Missing prototypes).
2011-12-05 17:01:30 +00:00
Ralf Corsepius
060092c0ef
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/mouse/mouse_parser.c: Make MOU_Data static.
2011-12-05 16:53:55 +00:00
Gedare Bloom
96d29be2bb
2011-12-05 Gedare Bloom <gedare@rtems.org>
...
* ChangeLog: Add PR number to ChangeLog entry
2011-12-05 15:22:51 +00:00
Gedare Bloom
5144142533
2011-12-05 Sebastien Bourdeauducq <seb@tmplab.org>
...
* milkymist_midi/midi.c: move MIDI message detection from higher layers
to the MIDI interrupt handler
2011-12-05 15:21:50 +00:00
Ralf Corsepius
df4669fb1e
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/chown.c, libcsupport/src/lchown.c:
Include <unistd.h>. Cleanup included headers.
2011-12-05 14:20:38 +00:00
Ralf Corsepius
b929b39e01
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/include/rtems/posix/pthread.h:
Add _POSIX_Threads_Initialize_user_threads_body.
* rtems/include/rtems/rtems/tasks.h:
Add _RTEMS_tasks_Initialize_user_tasks_body.
* sapi/include/confdefs.h: Remove conditional, nested redeclaration of
_POSIX_Threads_Initialize_user_threads_body,
_RTEMS_tasks_Initialize_user_tasks_body.
2011-12-05 13:51:06 +00:00
Ralf Corsepius
53aceab4c8
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.
2011-12-05 13:02:01 +00:00
Ralf Corsepius
32f5014b51
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/shell.h: Add rtems_shell_main_monitor.
* libmisc/shell/cmds.c: Make rtems_shell_main_monitor non-static.
2011-12-05 09:46:57 +00:00
Sebastian Huber
5d64fef2a7
2011-12-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
PR 1975/misc
* libchip/ide/ata.c, libchip/ide/ata_util.c: Fixed warnings.
2011-12-05 09:21:11 +00:00
Ralf Corsepius
a19ccd766d
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/src/tasks.c: Fix typos.
2011-12-05 08:54:35 +00:00
Ralf Corsepius
8348518949
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/src/taskinitusers.c: Fix typos.
2011-12-05 08:53:18 +00:00
Ralf Corsepius
76f1677937
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/pthread.c: Fix typos.
2011-12-05 08:52:07 +00:00
Ralf Corsepius
e42e069eeb
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/pthreadinitthreads.c: Fix typos.
2011-12-05 08:50:56 +00:00
Ralf Corsepius
166b02dfe6
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/include/rtems/rtems/tasks.h: Typo fixes.
2011-12-05 08:49:06 +00:00
Ralf Corsepius
98c1e0d288
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/pthreadatfork.c:
Include <pthread.h> (Missing prototypes).
2011-12-05 05:17:45 +00:00
Ralf Corsepius
e511f6d0cf
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/mqueuetranslatereturncode.c:
Include <rtems/posix/mqueue.h> (Missing prototypes).
* posix/src/mutextranslatereturncode.c:
Include <rtems/posix/mutex.h> (Missing prototypes).
* posix/src/semaphoretranslatereturncode.c:
Include <rtems/posix/semaphore.h> (Missing prototypes).
2011-12-05 05:15:38 +00:00
Ralf Corsepius
7729910d1b
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler
static.
2011-12-05 05:11:21 +00:00
Ralf Corsepius
33385b1491
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.
Don't include <sys/types.h> (unnecessary).
2011-12-05 05:09:50 +00:00
Ralf Corsepius
7f0c1fd534
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/termios.c: Remove unnecessary cast.
2011-12-05 05:06:50 +00:00
Ralf Corsepius
3237e88fa7
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/main_mv.c: Add prototype for main_mv.
2011-12-05 05:04:49 +00:00
Ralf Corsepius
a8ed055437
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/main_cp.c: Include "internal.h".
Make rtems_shell_main_cp non-static.
2011-12-04 18:27:40 +00:00
Ralf Corsepius
4326cdeed6
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/main_ls.c: Include "internal.h".
2011-12-04 18:25:45 +00:00
Ralf Corsepius
c15f25e4a1
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/main_mv.c: Remove decl of user_from_uid,
group_from_gid.
2011-12-04 18:24:15 +00:00
Ralf Corsepius
cb2464b256
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/main_rm.c: Remove decl of user_from_uid.
Comment out decl of fflagstostr.
2011-12-04 18:22:14 +00:00
Ralf Corsepius
d7417a517f
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/pwcache.c: Include "internal.h".
Make user_from_uid non-static.
2011-12-04 18:20:23 +00:00
Ralf Corsepius
5383441cf7
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/internal.h: Add user_from_uid, group_from_gid.
2011-12-04 18:18:52 +00:00
Ralf Corsepius
94547d1d8b
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/print-ls.c: Include "internal.h".
* libmisc/shell/pwcache.c: Make user_from_uid static.
* libmisc/shell/shell.c: Make rtems_shell_init_env,
rtems_shell_env_free, rtems_shell_line_editor,
rtems_shell_init_issue, rtems_shell_task static.
* libmisc/shell/shell_cmdset.c: Make rtems_shell_add_topic static.
* libmisc/shell/shell_makeargs.c: Include <rtems/shell.h>.
* libmisc/shell/write_file.c: Include <rtems/shell.h>.
2011-12-04 11:57:51 +00:00
Ralf Corsepius
3421e5201f
* libmisc/shell/main_help.c: Make rtems_shell_help_cmd,
...
rtems_shell_help static.
* libmisc/shell/main_hexdump.c: Make main_hexdump static.
* libmisc/shell/main_id.c: Make rtems_shell_main_id static.
* libmisc/shell/main_ifconfig.c: Make rtems_shell_main_ifconfig static.
* libmisc/shell/main_ln.c: Make rtems_shell_main_ln static.
* libmisc/shell/main_logoff.c: Make rtems_shell_main_logoff static.
* libmisc/shell/main_ls.c: Make rtems_shell_main_ls static.
* libmisc/shell/main_mallocinfo.c: Include <rtems/libcsupport.h>.
Remove private decls of malloc_info,
rtems_shell_print_unified_work_area_message.
Make rtems_shell_main_malloc_info static.
* libmisc/shell/main_medit.c: Remove private decl of
rtems_shell_main_mdump.
Make rtems_shell_main_medit static.
* libmisc/shell/main_mfill.c: Make rtems_shell_main_mfill static.
* libmisc/shell/main_mkdir.c: Make rtems_shell_main_mkdir static.
* libmisc/shell/main_mknod.c: Make rtems_shell_main_mknod static.
* libmisc/shell/main_mmove.c: Remove private decl of
rtems_shell_main_mdump.
Make rtems_shell_main_mmove static.
* libmisc/shell/main_mount.c: Make rtems_shell_main_mount static.
* libmisc/shell/main_msdosfmt.c: Make rtems_shell_main_msdos_format
static.
* libmisc/shell/main_mv.c: Include "internal.h".
Make rtems_shell_mv_exit, rtems_shell_main_mv static.
Remove private decls of strmode rtems_shell_main_cp,
rtems_shell_main_rm.
* libmisc/shell/main_mwdump.c: Make rtems_shell_main_mwdump static.
* libmisc/shell/main_netstats.c: Make rtems_shell_main_netstats
static.
* libmisc/shell/main_perioduse.c: Make rtems_shell_main_perioduse
static.
* libmisc/shell/main_pwd.c: Make rtems_shell_main_pwd static.
* libmisc/shell/main_rm.c: Include "internal.h".
Make rtems_shell_rm_exit static.
Remove private decl of strmode.
* libmisc/shell/main_rmdir.c: Make rtems_shell_main_rmdir static.
libmisc/shell/main_route.c: Make rtems_shell_main_route static.
* libmisc/shell/main_setenv.c: Make rtems_shell_main_setenv static.
* libmisc/shell/main_sleep.c: Make rtems_shell_main_sleep static.
* libmisc/shell/main_stackuse.c: Make rtems_shell_main_stackuse static.
* libmisc/shell/main_time.c: Make rtems_shell_main_time static.
* libmisc/shell/main_tty.c: Make rtems_shell_main_tty static.
* libmisc/shell/main_umask.c: Make rtems_shell_main_umask static.
* libmisc/shell/main_unmount.c: Make rtems_shell_main_unmount
static.
* libmisc/shell/main_unsetenv.c: Make rtems_shell_main_unsetenv
static.
* libmisc/shell/main_whoami.c: Make rtems_shell_main_whoami static.
* libmisc/shell/main_wkspaceinfo.c: Make
rtems_shell_main_wkspace_info static.
2011-12-04 10:22:51 +00:00
Ralf Corsepius
f1d9293ec8
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/cmds.c:
Make rtems_shell_main_monitor static.
* libmisc/shell/main_alias.c:
Make rtems_shell_rtems_main_alias static.
* libmisc/shell/main_blksync.c:
Make rtems_shell_main_blksync static.
* libmisc/shell/main_cat.c:
Make rtems_shell_main_cat static.
* libmisc/shell/main_chdir.c:
Make rtems_shell_main_chdir static.
* libmisc/shell/main_chmod.c:
Make rtems_shell_main_chmod static.
* libmisc/shell/main_chroot.c:
Make rtems_shell_main_chroot static.
* libmisc/shell/main_cp.c:
Make rtems_shell_cp_exit, rtems_shell_main_cp static.
* libmisc/shell/main_cpuuse.c:
Make rtems_shell_main_cpuuse static.
* libmisc/shell/main_date.c:
Make rtems_shell_main_date static.
* libmisc/shell/main_dd.c:
Make rtems_shell_main_dd static.
* libmisc/shell/main_echo.c:
Make rtems_shell_main_echo static.
* libmisc/shell/main_getenv.c:
Make rtems_shell_main_getenv static.
* libmisc/shell/main_halt.c:
Make rtems_shell_main_halt static.
2011-12-04 09:51:48 +00:00
Ralf Corsepius
9cfd22236c
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/internal.h: #include "shell.h".
Add various missing decls.
2011-12-04 09:42:29 +00:00
Ralf Corsepius
26597fc19b
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/cat_file.c: #include <rtems/shell.h>.
* libmisc/shell/filemode.c: #include "internal.h".
* libmisc/shell/shell.h: Declare functions "extern".
2011-12-04 09:39:44 +00:00
Ralf Corsepius
3cada05bfe
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/shell/shell_cmdset.c: Remove superflous casts.
2011-12-04 08:53:25 +00:00
Ralf Corsepius
bbc0615e09
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libcsupport/src/termios.c: Make FL_* defines unsigned.
2011-12-03 05:45:58 +00:00
Ralf Corsepius
a10bf3725d
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/inline/rtems/score/coremsg.inl (_CORE_message_queue_Send,
_CORE_message_queue_Urgent):
2011-12-03 05:43:19 +00:00
Ralf Corsepius
c4a9f3f079
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* posix/src/aio_misc.c: Make rtems_aio_move_to_work,
rtems_aio_insert_prio static.
2011-12-03 05:39:47 +00:00