summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-20score: i386: functions converting real mode pointer to physical address and backJan Dolezal2-0/+75
2014-11-20bdbuf: Use rtems_cache_get_data_line_size()Sebastian Huber1-9/+1
2014-11-20shell: Include <rtems/shell.h> earlySebastian Huber1-2/+3
2014-11-20shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber5-0/+303
2014-11-20shell: Fix help topic headerSebastian Huber1-4/+3
2014-11-20shell: Add mode, UID and GID to shell commandsSebastian Huber7-27/+66
2014-11-20shell: Inherit UID and GID if no login checkSebastian Huber2-0/+21
2014-11-20shell: Add and use rtems_shell_execute_cmd()Sebastian Huber4-18/+20
2014-11-20shell: Make rtems_shell_main_joel() staticSebastian Huber1-8/+1
2014-11-20shell: Print to stderr in TIME commandSebastian Huber1-3/+3
2014-11-20shell: Add initial commands and aliases only onceSebastian Huber4-26/+22
2014-11-20shell: Simplify rtems_shell_add_cmd_struct()Sebastian Huber1-14/+15
2014-11-20shell: Rename HALT to SHUTDOWN commandSebastian Huber3-12/+10
2014-11-20Ensure security of default user environmentSebastian Huber2-9/+13
2014-11-20shell: Do chroot() after successful loginSebastian Huber2-38/+41
2014-11-20shell: Use exiting once initializationSebastian Huber1-38/+31
2014-11-20shell: Get supplementary group IDs in login checkSebastian Huber1-0/+2
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