summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill2017-04-281-0/+3
|
* rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill2017-04-251-2/+5
|
* rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill2017-04-251-0/+3
|
* rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill2017-04-231-3/+7
|
* rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill2017-04-221-0/+22
|
* Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill2017-04-181-9/+51
| | | | | | | This completes the initial creation of rtems/inttypes.h based on all existing PRIxxx definitions contained in RTEMS Project owned code. closes #2983.
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-181-0/+78
| | | | | | | | Provide extentions to <inttpes.h> PRIxxx constants for more POSIX types. Start with existing definitions found in RTEMS Project owned code in cpukit/. updates #2983.
* Add rtems_interrupt_server_request_submit()Sebastian Huber2017-02-231-1/+181
| | | | | | This function may be used to do a two-step interrupt processing. The first step is done in interrupt context which calls this function. The second step is then done in the context of the interrupt server.
* Provide <endian.h> for glibc compatibilitySebastian Huber2017-01-241-0/+1
| | | | Update #2803.
* sys/endian.h: Document FreeBSD originSebastian Huber2017-01-231-1/+1
|
* sys/uio.h: Update to FreeBSD head 2015-12-03Sebastian Huber2016-10-261-14/+20
|
* pci.h add PCI_COMMAND_INTX_DISABLE definition.Pavel Pisa2016-10-111-0/+1
|
* Add printer taskSebastian Huber2016-06-221-0/+106
|
* Move printer initialization to separate headerSebastian Huber2016-06-222-78/+124
| | | | | | The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-222-17/+16
|
* Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2016-06-222-13/+6
| | | | | Rename RTEMS_PRINTF_ATTRIBUTE() into RTEMS_PRINTFLIKE() (similar to <sys/cdefs.h> __printflike()) and move it to <rtems/score/basedefs.h>.
* Make rtems_fprintf_plugin() staticSebastian Huber2016-06-221-13/+0
|
* Make rtems_printf_plugin() staticSebastian Huber2016-06-221-13/+0
|
* Make printk_plugin() staticSebastian Huber2016-06-221-10/+0
|
* mghttpd: Add RTEMS printer supportSebastian Huber2016-06-061-2/+2
|
* Fix rtems_print_printer_fprintf()Sebastian Huber2016-05-311-2/+15
| | | | We must use vfprintf().
* score: Use Newlib provided <machine/endian.h>Sebastian Huber2016-05-302-94/+37
|
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-252-10/+157
| | | | | | | | | | | | | | | | | | | This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
* Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill2016-03-305-0/+558
| | | | | | | | | | | These were in libcsupport for historical reasons and the placement no longer made sense. As part of this move, some of the files were placed under subdirectories which reflect their installed location. Thank you git for allowing us to move files. Years of CVS resulted in files being somewhere they no longer belonged.
* bsp/irq-server: Support shared interruptsSebastian Huber2016-01-201-3/+4
|
* Provide dummy <sys/priority.h>Sebastian Huber2015-11-181-1/+40
| | | | Required by new network stack.
* rtems/endian.h: Reduce header dependenciesSebastian Huber2015-05-221-13/+13
|
* cpukit/include/rtems/btimer.h: Improve briefJoel Sherrill2015-03-171-1/+1
|
* cpukit/include/rtems/btimer.h: Add DOxygen commentsJoel Sherrill2015-03-111-2/+56
|
* cpukit/include/rtems/bspIo.h: Add Doxygen commentsJoel Sherrill2015-03-111-29/+107
|
* sys/endian.h: Fix 16-bit int problemsSebastian Huber2014-12-151-4/+6
|
* Add supplementary groups to user environmentSebastian Huber2014-11-201-9/+65
|
* Add crypt_r(), etc.Sebastian Huber2014-11-201-0/+74
| | | | | Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and crypt_sha512_r().
* Add <sys/endian.h>Sebastian Huber2014-11-201-0/+195
|
* cpukit/include/rtems/irq.h: Fix spacingJoel Sherrill2014-10-101-1/+1
|
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-271-2/+16
|
* privateenv: Remove sharing of user environment between threads.Christian Mauderer2014-03-271-20/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-218-8/+8
|
* rtems: Add RTEMS_INTERRUPT_REPLACESebastian Huber2014-03-061-6/+29
| | | | | | | | | | | | | | | | | | | | | A new option RTEMS_INTERRUPT_REPLACE is introduced that permits updating the first interrupt handler for the registered interrupt vector and matching argument. If no match is found, the install function fails with RTEMS_UNSATISFIED. The Interrupt Manager Extension offers interrupt handlers with an argument pointer. It is impossible to update two words (handler and argument) atomically on most architectures. In order to avoid an SMP lock in bsp_interrupt_handler_dispatch() which would degrade the interrupt response time an alternative must be provided that makes it possible to tear-down interrupt sources without an SMP lock. Add RTEMS_INTERRUPT_REPLACE option to Interrupt Manager Extension. This enables a clean tear-down of interrupt sources on SMP configurations. Instead of an interrupt handler removal a replacement handler can be installed to silence an interrupt source. This can be used in contexts that allow no sophisticated synchronization (e.g. in atexit() or fatal handlers).
* bsps: Fix warningsSebastian Huber2013-04-081-0/+21
|
* Move <memory.h> and <sys/uio.h> to non-networking directoryJoel Sherrill2013-01-233-0/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | These two header files were installed from libnetworking even when networking was disabled. This patch moves them to a non-networking location and updates uio.h to match the FreeBSD 8.x source being used for the USB stack and TCP/IP stack upgrade. - cpukit/include/memory.h Move from cpukit/libnetworking/memory.h. No changes - cpukit/include/sys/uio.h Move from cpukit/libnetworking/sys/uio.h. Replace with FreeBSD 8.x version. - cpukit/include/sys/_iovec.h New. FreeBSD 8.x file supporting <sys/uio.h>. - cpukit/Makefile.am Reflect movement of <memory.h> and <sys/uio.h>. - cpukit/preinstall.am Regenerate - cpukit/libnetworking/nfs/bootp_subr.c Eliminate use of uio_procp field no longer in FreeBSD structure. This field was set and never read so eliminating the set has no impact.
* cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill2013-01-103-12/+6
| | | | | This is the result of a sed script which converts all uses of @{ into a consistent form.
* Header File Doxygen Enhancement Task #1Alex Ivanov2012-12-282-1/+2
|
* Header File Doxygen Enhancement Task #11Mathew Kallada2012-12-281-0/+2
|
* Header File Doxygen Enhancement Task #7Mathew Kallada2012-12-281-2/+2
|
* Header File Doxygen Enhancement Task #2Mathew Kallada2012-12-281-0/+2
|
* Use proper 3 line form of license textJoel Sherrill2012-10-112-4/+6
|
* libcsupport: Add and use rtems_putc()Sebastian Huber2012-08-201-0/+1
| | | | This reduces code size and provides a function similar to fputc().
* libcsupport: Add rtems_printf_plugin()Sebastian Huber2012-06-041-0/+2
|
* pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill2012-05-161-4/+8
| | | | | | | | | | | | | + libbsp/sparc/shared/include/pci.h was largely a copy of an older version of the cpukit pci.h. Removed much of the contents and included <rtems/pci.h>. + sparc/*/pci*.c - Move to <rtems/pci.h> required updating to use uint32_t for dword accesses. + Rename PCI_MULTI_FUNCTION to PCI_HEADER_TYPE_MULTI_FUNCTION + Define PCI_HEADER_TYPE_MULTI_FUNCTION in cpukit pci.h and remove PCI_MULTI_FUNCTION definitions in C files. + Move PCI_INVALID_VENDORDEVICEID definitions from various C files to cpukit pci.h