Sebastian Huber
a634febae4
dl01,dl02: Avoid non-runnable $(EXEEXT) files
2014-11-20 11:36:07 +01:00
Sebastian Huber
3bb9c61c58
bdbuf: Use rtems_cache_get_data_line_size()
2014-11-20 11:36:07 +01:00
Sebastian Huber
50440c065e
bsps/arm: Enable L2C for Cortex-A9 MPCore BSPs
2014-11-20 11:36:03 +01:00
Sebastian Huber
d1eb7b1707
bsps/arm: L2C 310 drop exclusive cache support
...
Optimize locking.
2014-11-20 10:30:28 +01:00
Sebastian Huber
5f4f828259
bsps/arm: L1 cache support changes
2014-11-20 10:30:28 +01:00
Sebastian Huber
e492e7f8d8
bsps/arm: L2C 310 compile-time errata 588369
2014-11-20 10:30:28 +01:00
Sebastian Huber
52d24b00db
bsps/arm: L2C 310 compile-time errata 753970
2014-11-20 10:30:28 +01:00
Sebastian Huber
5574188670
bsps/arm: L2C 310 exclusive config is fatal
2014-11-20 10:30:28 +01:00
Sebastian Huber
d53de34428
bsps/arm: L2C 310 use l2c_310_* prefix throughout
2014-11-20 10:30:27 +01:00
Sebastian Huber
861d315aa0
bsps/arm: L2C 310 use L2C_310_* prefix throughout
2014-11-20 10:30:27 +01:00
Sebastian Huber
f2fed0c197
bsps/arm: L2C 310 add compile time checks
...
Simplify initialization. Replace some assert() with fatal errors.
2014-11-20 10:30:27 +01:00
Sebastian Huber
13f1462ff4
bsps/arm: L2C 310 delete invalid link
2014-11-20 10:30:27 +01:00
Sebastian Huber
a9d6c2091b
bsps/arm: L2C 310 simplify and remove white space
2014-11-20 10:30:27 +01:00
Sebastian Huber
957c07575a
bsps/arm: L2C 310 rename BSP_ARM_L2CC_BASE
...
Rename BSP_ARM_L2CC_BASE to BSP_ARM_L2C_310_BASE.
2014-11-20 10:30:26 +01:00
Sebastian Huber
6b4a22e383
shell: Include <rtems/shell.h> early
...
This avoids a conflict with the global variable defines.
2014-11-20 10:30:26 +01:00
Sebastian Huber
8dbc612246
shell: Documentation
2014-11-20 10:30:26 +01:00
Sebastian Huber
3fe5d01bc0
shell: Add CMDLS, CMDCHOWN, CMDCHMOD commands
2014-11-20 10:30:26 +01:00
Sebastian Huber
478455e0ea
shell: Fix help topic header
2014-11-20 10:30:26 +01:00
Sebastian Huber
7eada71e1b
shell: Add mode, UID and GID to shell commands
...
Use this information to determine if a command is visible to the current
user and if the current user is allowed to execute this command.
2014-11-20 10:30:26 +01:00
Sebastian Huber
ffd5285844
shell: Inherit UID and GID if no login check
...
Use the UID and GID of the executing user for the real and effective UID
and GID of the shell task in case no login check is present. This
prevents privilege escalation via shell scripts.
2014-11-20 10:30:25 +01:00
Sebastian Huber
5c141d6a25
shell: Add and use rtems_shell_execute_cmd()
2014-11-20 10:30:25 +01:00
Sebastian Huber
12278585c6
shell: Make rtems_shell_main_joel() static
2014-11-20 10:30:25 +01:00
Sebastian Huber
66da4844f4
shell: Print to stderr in TIME command
2014-11-20 10:30:25 +01:00
Sebastian Huber
7840b66f74
shell: Add initial commands and aliases only once
...
Make tables read-only.
2014-11-20 10:30:25 +01:00
Sebastian Huber
7a2c30faee
shell: Simplify rtems_shell_add_cmd_struct()
2014-11-20 10:30:24 +01:00
Sebastian Huber
bac3d6df35
shell: Rename HALT to SHUTDOWN command
...
Use a normal command for shutdown via exit().
2014-11-20 10:30:24 +01:00
Sebastian Huber
e02d5dd9b3
Ensure security of default user environment
2014-11-20 10:30:24 +01:00
Sebastian Huber
fa028bb2ef
shell: Do chroot() after successful login
2014-11-20 10:30:24 +01:00
Sebastian Huber
373ccbb938
shell: Use exiting once initialization
...
Avoid TOCTOU issues. Avoid pull in of global buffers.
2014-11-20 10:30:24 +01:00
Sebastian Huber
065d72ce7e
shell: Get supplementary group IDs in login check
2014-11-20 10:30:23 +01:00
Sebastian Huber
b8bd90f68f
Add supplementary groups to user environment
2014-11-20 10:30:23 +01:00
Sebastian Huber
0b3fcf5efe
samples/fileio: Use unlimited objects
2014-11-20 10:30:23 +01:00
Sebastian Huber
ab085c92eb
samples/fileio: Fix warning
2014-11-20 10:30:23 +01:00
Sebastian Huber
7bfa0970d4
dosfs: Avoid MIN() re-definition
2014-11-20 10:30:23 +01:00
Sebastian Huber
c3350e7d4a
Filesystem: Typo
2014-11-20 10:30:22 +01:00
Sebastian Huber
ffa71f1cd0
libcsupport: Implement getgroups()
2014-11-20 10:30:22 +01:00
Sebastian Huber
395e5d4d7a
libcsupport: Use POSIX key for getgrent()
2014-11-20 10:30:22 +01:00
Sebastian Huber
acf9a8dd54
shell: Use crypt_r() in rtems_shell_login_check()
...
Use '*" to disable shell login instead of '!' according to the Linux man
page. Use getpwnam_r() instead of getpwnam(). Do not access the user
environment directly. Update the user environment only after a
successful login check.
2014-11-20 10:30:22 +01:00
Sebastian Huber
002f351e15
libcsupport: Minimal /etc/passwd and /etc/group
...
Create a minimal /etc/passwd and /etc/group with user root and group
root only with no passwords.
2014-11-20 10:30:22 +01:00
Sebastian Huber
6935428a29
libcsupport: Avoid TOCTOU and format errors
2014-11-20 10:30:22 +01:00
Sebastian Huber
80055514bb
libcsupport: Use pthread_once()
2014-11-20 10:30:21 +01:00
Sebastian Huber
b471854bc2
libcsupport: Split passwd/group support
2014-11-20 10:30:21 +01:00
Sebastian Huber
d82f9de1c9
libcsupport: Add copyrights according to rev hist
2014-11-20 10:30:21 +01:00
Sebastian Huber
446632197c
Add crypt_r(), etc.
...
Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and
crypt_sha512_r().
2014-11-20 10:30:21 +01:00
Sebastian Huber
1bcd037810
Add SHA256 and SHA512 support
2014-11-20 10:30:21 +01:00
Sebastian Huber
a2b68952b1
Add <sys/endian.h>
2014-11-20 10:30:20 +01:00
Sebastian Huber
45a63ee8d6
bsp/xilinx-zynq: Add Cadence I2C bus driver
2014-11-20 10:30:20 +01:00
Sebastian Huber
bdf8fa76c2
bsp/xilinx-zynq: Add zync_clock_cpu_1x()
2014-11-20 10:30:20 +01:00
Sebastian Huber
234d5c408c
bsp/xilinx-zynq: Rename BSP_ARM_A9MPCORE_UARTCLK
...
Rename BSP_ARM_A9MPCORE_UARTCLK to ZYNQ_CLOCK_UART since this clock has
nothing to do with the Cortex-A9 MPCore.
2014-11-20 10:30:20 +01:00
Sebastian Huber
8100e7117c
bsp/xilinx-zynq: Adjust BSP_ARM_A9MPCORE_PERIPHCLK
2014-11-20 10:30:20 +01:00