summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: i386: functions converting real mode pointer to physical address and backJan Dolezal2014-11-202-0/+75
* bdbuf: Use rtems_cache_get_data_line_size()Sebastian Huber2014-11-201-9/+1
* shell: Include <rtems/shell.h> earlySebastian Huber2014-11-201-2/+3
* shell: Add CMDLS, CMDCHOWN, CMDCHMOD commandsSebastian Huber2014-11-205-0/+303
* shell: Fix help topic headerSebastian Huber2014-11-201-4/+3
* shell: Add mode, UID and GID to shell commandsSebastian Huber2014-11-207-27/+66
* shell: Inherit UID and GID if no login checkSebastian Huber2014-11-202-0/+21
* shell: Add and use rtems_shell_execute_cmd()Sebastian Huber2014-11-204-18/+20
* shell: Make rtems_shell_main_joel() staticSebastian Huber2014-11-201-8/+1
* shell: Print to stderr in TIME commandSebastian Huber2014-11-201-3/+3
* shell: Add initial commands and aliases only onceSebastian Huber2014-11-204-26/+22
* shell: Simplify rtems_shell_add_cmd_struct()Sebastian Huber2014-11-201-14/+15
* shell: Rename HALT to SHUTDOWN commandSebastian Huber2014-11-203-12/+10
* Ensure security of default user environmentSebastian Huber2014-11-202-9/+13
* shell: Do chroot() after successful loginSebastian Huber2014-11-202-38/+41
* shell: Use exiting once initializationSebastian Huber2014-11-201-38/+31
* shell: Get supplementary group IDs in login checkSebastian Huber2014-11-201-0/+2
* Add supplementary groups to user environmentSebastian Huber2014-11-205-26/+159
* dosfs: Avoid MIN() re-definitionSebastian Huber2014-11-201-0/+2
* Filesystem: TypoSebastian Huber2014-11-201-1/+1
* libcsupport: Implement getgroups()Sebastian Huber2014-11-201-3/+54
* libcsupport: Use POSIX key for getgrent()Sebastian Huber2014-11-203-29/+113
* shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber2014-11-201-19/+36
* libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber2014-11-201-20/+19
* libcsupport: Avoid TOCTOU and format errorsSebastian Huber2014-11-201-20/+22
* libcsupport: Use pthread_once()Sebastian Huber2014-11-201-5/+9
* libcsupport: Split passwd/group supportSebastian Huber2014-11-205-383/+476
* libcsupport: Add copyrights according to rev histSebastian Huber2014-11-201-0/+7
* Add crypt_r(), etc.Sebastian Huber2014-11-2012-0/+961
* Add SHA256 and SHA512 supportSebastian Huber2014-11-208-12/+758
* Add <sys/endian.h>Sebastian Huber2014-11-203-0/+200
* Add NXP PCA9548A 8-channel switch I2C driverSebastian Huber2014-11-204-0/+173
* Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber2014-11-204-0/+278
* Add generic EEPROM I2C device driverSebastian Huber2014-11-204-0/+324
* Add I2C driver frameworkSebastian Huber2014-11-206-0/+1093
* Add RTEMS port of Linux I2C user-space APISebastian Huber2014-11-206-0/+458
* libdl: Update comment with details about the error fix.Chris Johns2014-11-201-0/+3
* libdl: Update the comments.Chris Johns2014-11-201-1/+2
* libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns2014-11-201-1/+1
* libdl: Add a comment.Chris Johns2014-11-201-0/+3
* libdl: Add a comment to the previous fix.Chris Johns2014-11-201-0/+3
* libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns2014-11-201-1/+1
* libmisc: Add the libmisc/redirector to the wrap up.Chris Johns2014-11-201-0/+1
* libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns2014-11-062-45/+1
* shell/main_edit.c: Fix warningsJoel Sherrill2014-11-051-8/+10
* sapi/src/testextension.c: Fix warningsJoel Sherrill2014-11-041-0/+2
* libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.hJoel Sherrill2014-11-041-1/+1
* libdl/Makefile.am: Need preinstall on all targetsJoel Sherrill2014-11-041-2/+2
* libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns2014-11-041-6/+15
* libdl: Add a local symbol table to the object module.Chris Johns2014-11-045-87/+193