summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-20Add supplementary groups to user environmentSebastian Huber5-26/+159
2014-11-20dosfs: Avoid MIN() re-definitionSebastian Huber1-0/+2
2014-11-20Filesystem: TypoSebastian Huber1-1/+1
2014-11-20libcsupport: Implement getgroups()Sebastian Huber1-3/+54
2014-11-20libcsupport: Use POSIX key for getgrent()Sebastian Huber3-29/+113
2014-11-20shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber1-19/+36
2014-11-20libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber1-20/+19
2014-11-20libcsupport: Avoid TOCTOU and format errorsSebastian Huber1-20/+22
2014-11-20libcsupport: Use pthread_once()Sebastian Huber1-5/+9
2014-11-20libcsupport: Split passwd/group supportSebastian Huber5-383/+476
2014-11-20libcsupport: Add copyrights according to rev histSebastian Huber1-0/+7
2014-11-20Add crypt_r(), etc.Sebastian Huber12-0/+961
2014-11-20Add SHA256 and SHA512 supportSebastian Huber8-12/+758
2014-11-20Add <sys/endian.h>Sebastian Huber3-0/+200
2014-11-20Add NXP PCA9548A 8-channel switch I2C driverSebastian Huber4-0/+173
2014-11-20Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber4-0/+278
2014-11-20Add generic EEPROM I2C device driverSebastian Huber4-0/+324
2014-11-20Add I2C driver frameworkSebastian Huber6-0/+1093
2014-11-20Add RTEMS port of Linux I2C user-space APISebastian Huber6-0/+458
2014-11-20libdl: Update comment with details about the error fix.Chris Johns1-0/+3
2014-11-20libdl: Update the comments.Chris Johns1-1/+2
2014-11-20libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns1-1/+1
2014-11-20libdl: Add a comment.Chris Johns1-0/+3
2014-11-20libdl: Add a comment to the previous fix.Chris Johns1-0/+3
2014-11-20libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns1-1/+1
2014-11-20libmisc: Add the libmisc/redirector to the wrap up.Chris Johns1-0/+1
2014-11-06libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns2-45/+1
2014-11-05shell/main_edit.c: Fix warningsJoel Sherrill1-8/+10
2014-11-04sapi/src/testextension.c: Fix warningsJoel Sherrill1-0/+2
2014-11-04libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.hJoel Sherrill1-1/+1
2014-11-04libdl/Makefile.am: Need preinstall on all targetsJoel Sherrill1-2/+2
2014-11-04libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns1-6/+15
2014-11-04libdl: Add a local symbol table to the object module.Chris Johns5-87/+193
2014-11-03cpuuse: Resolve compile errors.Jennifer Averett1-28/+68
2014-10-31libnetworking: Fix the sethostname decl to match newlib.Chris Johns3-3/+3
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns82-4/+14468
2014-10-28capture: Remove ctload command.Jennifer Averett1-272/+0
2014-10-27libmisc: Add top to shell.Jennifer Averett3-1/+67
2014-10-27libmisc: Add top to cpuusage.Jennifer Averett3-1/+357
2014-10-27capture: Removal of capture task tracking.Jennifer Averett5-892/+415
2014-10-27cpuuse: Move is_executing_on_a_core to threadimpl.hJennifer Averett1-24/+1
2014-10-27score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.hJennifer Averett1-0/+30
2014-10-27score: Add capture data to tcb.Jennifer Averett2-0/+10
2014-10-24shell: Add an editor to the shell.Chris Johns3-1/+2266
2014-10-24ilibcsupport: Add realpath call.Chris Johns2-1/+254
2014-10-24sapi: Use an interrupt lock for test extensionSebastian Huber1-23/+20
2014-10-23sapi: Report only if not an SMP shutdown responseSebastian Huber1-3/+23
2014-10-23dosfs: Write meta-data only if it changedSebastian Huber3-17/+40
2014-10-23dosfs: Support ctime and mtimeSebastian Huber9-133/+170
2014-10-20cpukit/libfs/src/imfs/ioman.c: Fix typoJoel Sherrill1-1/+1