Re: [RTEMS Project] #2541: m68k/mcf52235 Missing Copyright/License

2017-01-13 Thread RTEMS trac
#2541: m68k/mcf52235 Missing Copyright/License
---+-
 Reporter:  joel.sherrill  |   Owner:  chrisj
 Type:  defect |  Status:  new
 Priority:  highest|   Milestone:  4.11.1
Component:  bsps   | Version:  4.10
 Severity:  blocker|  Resolution:
 Keywords: |
---+-

Comment (by joel.sherrill):

 ping. Please check.

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #2198: Automate doxygen build

2017-01-13 Thread RTEMS trac
#2198: Automate doxygen build
---+---
 Reporter:  gedare |   Owner:  chrisj
 Type:  infra  |  Status:  assigned
 Priority:  highest|   Milestone:  4.11.1
Component:  Documentation  | Version:  4.11
 Severity:  blocker|  Resolution:
 Keywords:  migration  |
---+---
Changes (by joel.sherrill):

 * component:  admin => Documentation


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #2200: Missing IRC logs

2017-01-13 Thread RTEMS trac
#2200: Missing IRC logs
---+---
 Reporter:  gedare |   Owner:  chrisj
 Type:  defect |  Status:  assigned
 Priority:  highest|   Milestone:  4.11.1
Component:  Documentation  | Version:  4.11
 Severity:  blocker|  Resolution:
 Keywords:  migration  |
---+---
Changes (by joel.sherrill):

 * owner:  amar => chrisj
 * status:  new => assigned
 * component:  admin => Documentation


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #2342: Doxygen does not include mscgen figures

2017-01-13 Thread RTEMS trac
#2342: Doxygen does not include mscgen figures
---+---
 Reporter:  joel.sherrill  |   Owner:  chrisj
 Type:  defect |  Status:  assigned
 Priority:  normal |   Milestone:  4.11.1
Component:  admin  | Version:  4.12
 Severity:  normal |  Resolution:
 Keywords: |
---+---
Changes (by joel.sherrill):

 * owner:  amar => chrisj
 * status:  new => assigned


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #2339: Doxygen documentation not generated for files in cpukit/libcsupport/include

2017-01-13 Thread RTEMS trac
#2339: Doxygen documentation not generated for files in 
cpukit/libcsupport/include
-+---
 Reporter:  sebastian.huber  |   Owner:  chrisj
 Type:  defect   |  Status:  assigned
 Priority:  normal   |   Milestone:  4.11.1
Component:  Documentation| Version:  4.11
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by joel.sherrill):

 * owner:   => chrisj
 * status:  new => assigned


--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #2795: Overrun Handling for general real-time models

2017-01-13 Thread RTEMS trac
#2795: Overrun Handling for general real-time models
-+-
 Reporter:  khchen   |   Owner:  Gedare Bloom
 |  
 Type:  enhancement  |  Status:  closed
 Priority:  high |   Milestone:  4.11.1
Component:  cpukit   | Version:  4.11
 Severity:  critical |  Resolution:  fixed
 Keywords:  Overrun, RMS, SP,|
  Scheduler, Periodicity |
-+-
Changes (by Gedare Bloom ):

 * owner:   => Gedare Bloom 
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"cb2cbecefdc124b010aa9d8714856332e3e3a759/rtems"]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="cb2cbecefdc124b010aa9d8714856332e3e3a759"
 classic: adjust names of RM postponed job functions

 closes #2795
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Re: [RTEMS Project] #2859: Implement POSIX Shared Memory Objects

2017-01-13 Thread RTEMS trac
#2859: Implement POSIX Shared Memory Objects
+-
 Reporter:  gedare  |   Owner:  gedare
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone:  4.12
Component:  cpukit  | Version:  4.12
 Severity:  normal  |  Resolution:
 Keywords:  posix   |
+-

Comment (by gedare):

 ba77628250ae7158db363fc0d7886ebd43e9cb69

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


[RTEMS Project] #2859: Implement POSIX Shared Memory Objects

2017-01-13 Thread RTEMS trac
#2859: Implement POSIX Shared Memory Objects
+
 Reporter:  gedare  |  Owner:  gedare
 Type:  defect  | Status:  new
 Priority:  normal  |  Milestone:  4.12
Component:  cpukit  |Version:  4.12
 Severity:  normal  |   Keywords:  posix
+
 POSIX Shared Memory is a widely used API for inter-process communication.
 The functions in the API include:
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html
 shm_open]
 *
 [http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html
 ftruncate]
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html
 mmap]
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/munmap.html
 munmap]
 *
 [http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html
 shm_unlink]
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/close.html
 close]
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html
 fstat]
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchown.html
 fchown]
 * [http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html
 fchmod]

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs


Re: [RTEMS Project] #2858: Add user defined thread names

2017-01-13 Thread RTEMS trac
#2858: Add user defined thread names
-+--
 Reporter:  sebastian.huber  |   Owner:  sebastian.huber
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  4.12
Component:  cpukit   | Version:  4.12
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by Sebastian Huber ):

 In [changeset:"172f2acb2b0ad183cb2360843e67aa86ca26a210/rtems-libbsd"]:
 {{{
 #!CommitTicketReference repository="rtems-libbsd"
 revision="172f2acb2b0ad183cb2360843e67aa86ca26a210"
 Use thread name support

 Update #2858.
 }}}

--
Ticket URL: 
RTEMS Project 
RTEMS Project
___
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs