summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix _Addresses_Subtract()Sebastian Huber2018-08-102-8/+5
* rtems: Parameter types in rtems_partition_create()Sebastian Huber2018-08-101-5/+5
* Add dummy PRI_MIN_KERN to <sys/priority.h>Sebastian Huber2018-08-101-0/+1
* sys/event.h: Update version FreeBSD tagSebastian Huber2018-08-081-1/+1
* Make the definition of struct kevent in event.h match what the man page for k...dab2018-08-081-4/+4
* Address some (although not all) style(9) issues in event.h after r335776.dab2018-08-081-10/+10
* Fix compilation error in r335765 under gcc 4.2.1.dab2018-08-081-4/+1
* Remove potential identifier conflict in the EV_SET macro.dab2018-08-081-0/+20
* sys/sys: further adoption of SPDX licensing ID tags.pfg2018-08-081-0/+2
* Decode kevent structures logged via ktrace(2) in kdump.jhb2018-08-081-0/+41
* Add abstime kqueue(2) timers and expand struct kevent members.kib2018-08-081-2/+9
* Fix typo.pkelsey2018-08-081-1/+1
* CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber2018-08-083-1/+8
* libblock: Add RTEMS_DEPRECATEDSebastian Huber2018-08-072-148/+42
* libblock: Use rtems_blkdev_create_partition()Sebastian Huber2018-08-071-2/+0
* ramdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-6/+3
* score: Remove superfluous semicolonSebastian Huber2018-08-031-1/+1
* score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber2018-08-021-10/+10
* confdefs: Fix uniprocessor configurationSebastian Huber2018-07-301-41/+44
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-1/+1
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-251-0/+28
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-251-2/+5
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-5/+4
* tm27: Fix prototype warningsSebastian Huber2018-07-251-3/+4
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-201-1/+1
* capture: Include missing header fileSebastian Huber2018-07-191-0/+2
* libfdt: Add helpers for accessing unaligned wordsDavid Gibson2018-07-191-1/+24
* pylibfdt: Add functions to update propertiesSimon Glass2018-07-191-0/+3
* libfdt: Add fdt_check_full() functionDavid Gibson2018-07-191-0/+2
* libfdt: Add fdt_header_size()David Gibson2018-07-191-0/+11
* libfdt: Safer access to strings sectionDavid Gibson2018-07-191-1/+17
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-07-192-6/+10
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-07-191-1/+4
* implement strnlen for systems that need itJohn Arbuckle2018-07-191-0/+27
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-193-21/+21
* Fix some errors in commentsDavid Gibson2018-07-191-1/+1
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2018-07-191-0/+31
* Add a libfdt function to write a property placeholderSimon Glass2018-07-191-0/+16
* Adjust libfdt.h to work with swigSimon Glass2018-07-191-1/+20
* libfdt: Change names of sparse helper macrosDavid Gibson2018-07-191-13/+13
* libfdt: Add fdt_setprop_empty()David Gibson2018-07-191-0/+30
* libfdt: Add overlay application functionMaxime Ripard2018-07-192-0/+32
* libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard2018-07-191-2/+4
* libfdt: Add new errors for the overlay codeMaxime Ripard2018-07-191-1/+10
* Fix some typing errors in libfdt.h and livetree.cThomas Huth2018-07-191-2/+2
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2018-07-191-0/+21
* libfdt: Add fdt_getprop_namelen_wMaxime Ripard2018-07-191-0/+7
* libfdt: Add max phandle retrieval functionMaxime Ripard2018-07-191-0/+15
* libfdt: Add iterator over propertiesMaxime Ripard2018-07-191-0/+27
* libfdt: Add a subnodes iterator macroThierry Reding2018-07-191-0/+28