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