Timeline



11/19/14:

23:19 Changeset in rtems [2ae58c69]4.115 by Chris Johns <chrisj@…>
libdl: Update the comments. See refs #2191.
23:18 Changeset in rtems [fc523ac8]4.115 by Chris Johns <chrisj@…>
libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192. On a 16-bit target the section value could result in a sign-extension overflow.
23:17 Ticket #2192 (Possible signed extension on 16-bit targets in ELF loading (Coverity ...) created by Chris Johns
Coverity (defect 1255339) has indicated a possible 16-bit overflow.
21:43 Changeset in rtems [4f1bbbfc]4.115 by Chris Johns <chrisj@…>
libdl: Add a comment. See ref #2191.
21:38 Changeset in rtems [80590a8]4.115 by Chris Johns <chrisj@…>
libdl: Add a comment to the previous fix. The fix is ref #2191.
21:30 Changeset in rtems [90f65007]4.115 by Chris Johns <chrisj@…>
libdl: Fix allocator NULL check (Coverity 1255328) refs #2191 The address returned from the allocator call was not checked when zeroing the memory.
21:27 Ticket #2191 (RTL allocator does not check NULL pointer (Coverity 1255328)) created by Chris Johns
Coverity (defect 1255328) has detected a possible NULL pointer access …
21:11 NewTicket created by Amar Takhar
Stub NewTicket page (landing page for users wanting to create a ticket).
20:57 TBR/Website created by Amar Takhar
List.
20:56 TBR/UserApp created by Amar Takhar
List.
20:56 TBR edited by Amar Takhar
There was only one user page converted, remove it from the list. (diff)
20:54 TBR/Review created by Amar Takhar
List.
20:54 TBR/Delete created by Amar Takhar
List
20:53 TBR/BSP created by Amar Takhar
List.
20:50 Changeset in rtems [d4ec0a2]4.115 by Josh Oguin <josh.oguin@…>
monitor/mon-prmisc.c: Use puts() not fprintf() CodeSonar? flagged this as a case where the user could inject a format string and cause issues. Since we were not printing anything but a string, just switching to puts() rather than fprintf(stdout,...) was sufficient to make this code safer.
20:49 Changeset in rtems [8b9bc54]4.115 by Josh Oguin <josh.oguin@…>
objectgetnameasstring.c: Reformat _Objects_Get() switch to follow pattern
20:47 Changeset in rtems [c562d0c]4.115 by Josh Oguin <josh.oguin@…>
objectimpl.h: Add _Assert() to _Objects_Invalidate_Id() CodeSonar? flagged this as a possible NULL deference. This should never occur but adding the _Assert() ensures we are guarding against that.
20:46 Changeset in rtems [fbafb8f2]4.115 by Josh Oguin <josh.oguin@…>
chainimpl.h: Add _Assert() to _Chain_Initialize_empty() CodeSonar? flagged this as a potential NULL deference. That should never occur but adding the _Assert() ensures we are checking that.
20:46 TBR created by Amar Takhar
Create TBR main index.
20:44 Changeset in rtems [e106aa73]4.115 by Josh Oguin <josh.oguin@…>
cpukit/posix/src/timertsr.c: Add _Assert() CodeSonar? flagged this as an empty if body. Upon analysis, it turned out to be an error that we think should never occur but if it did, there is nothing we could do about it. It would likely just indicate the thread was deleted before we got here. Adding the _Assert() at least will flag this if it ever occurs during a debug build and we can discuss what happened.
20:42 WikiStart edited by Amar Takhar
Markup fixes, add TBR link. (diff)
20:42 Changeset in rtems [90a8e42b]4.115 by Josh Oguin <josh.oguin@…>
monitor/mon-editor.c: Use puts() and snprintf() not fprintf() or sprintf() CodeSonar? flagged this as a case where the user could inject a format string and cause issues. Since we were not printing anything but a string, just switching to puts() rather than fprintf(stdout,...) was sufficient to make this code safer. snprintf() places a limit on the length of the output from sprintf() and avoids similar buffer overrun issues.
20:40 Changeset in rtems [4862532]4.115 by Josh Oguin <josh.oguin@…>
imfs/imfs_handlers_link.c: Add _Assert for NULL pointer CodeSonar? flagged this as a possible dereference of a NULL pointer. This should never occur so adding _Assert().
20:39 Changeset in rtems [43d6a28]4.115 by Josh Oguin <josh.oguin@…>
dosfs/msdos_misc.c: Remove unnecessary operation CodeSonar? flagged the increment of this pointer as unneeded. The pointer is not used past this point.
20:38 Changeset in rtems [21c0ca8]4.115 by Josh Oguin <josh.oguin@…>
dosfs/msdos_file.c: Return an error if it occurs CodeSonar? flagged this as a case where the return value from fat_sync() was not used. Now it is used to return pass/fail to the caller.
20:36 Changeset in rtems [10f28a3a]4.115 by Josh Oguin <josh.oguin@…>
dosfs/msdos_conv.c: Remove unnecessary operations These were flagged by CodeSonar?. The assignments on variable declaration are overridden a few lines below and the other line later with name_size is where name_size was not used after this assignment.
20:34 Changeset in rtems [72f63eef]4.115 by Josh Oguin <josh.oguin@…>
libcsupport/src/newlibc_exit.c: Remove dead code This was flagged as an empty for statement by CodeSonar? but is actually unreachable code that should be removed.
20:34 Changeset in rtems [f18fd4f]4.115 by Josh Oguin <josh.oguin@…>
libcsupport/src/mount.c: Remove unnecessary operation This was flagged by CodeSonar?.
20:32 Changeset in rtems [aed6e1d]4.115 by Josh Oguin <josh.oguin@…>
libchip/serial/z85c30.c: Remove redundant assignment This was flagged by CodeSonar?.
20:28 Changeset in rtems [02958c5e]4.115 by Josh Oguin <josh.oguin@…>
libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0 This was flagged by CodeSonar?. It should be impossible to get an incorrect baud number back but ensure this in debug mode. The _Assert() keeps their scanner from evaluating for divide by 0 past this point.
20:27 Changeset in rtems [724eb8c4]4.115 by Chris Johns <chrisj@…>
Fix type in MAINTAINERS.
20:26 Changeset in rtems [0ad1e80]4.115 by Josh Oguin <josh.oguin@…>
libchip/display/disp_hcms29xx.c: Remove useless variable and check This was flagged by CodeSonar?.
20:26 Changeset in rtems [61f8d668]4.115 by Josh Oguin <josh.oguin@…>
libbsp/shared/bspinit.c: Document assumption of NULL returned
20:21 Changeset in rtems [f04dff4]4.115 by Chris Johns <chrisj@…>
Update MAINTAINERS with blanket commits for Daniel and SPARC.
19:57 Changeset in rtems [163519a0]4.115 by Joel Sherrill <joel.sherrill@…>
libtests/malloctest/init.c: Fix warning posix_memalign() is prototyped to take a non-NULL parameter. But our test is deliberately passing one in. With the -Wnon-null warning flag enabled, we will always get warnings on this test unless we disable that warning for this single test case.
19:57 Changeset in rtems [a5201ea]4.115 by Joel Sherrill <joel.sherrill@…>
libdl/rtl-mdreloc-powerpc.c: Fix warnings This patch addresses the following warnings: + The variable "target" was unused. + The parentheses in the expression around line 72 were ambiguous.
18:32 Changeset in rtems [c87ff97]4.115 by Chris Johns <chrisj@…>
Update maintainers with Daniel.
18:25 Changeset in rtems [ab8a9ad]4.115 by Chris Johns <chrisj@…>
Update the maintainers list.
14:30 Changeset in rtems [50440c0]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Enable L2C for Cortex-A9 MPCore BSPs
14:07 Changeset in rtems [d1eb7b1]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 drop exclusive cache support Optimize locking.
13:55 Changeset in rtems [5f4f828]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L1 cache support changes
13:37 Changeset in rtems [e492e7f8]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 compile-time errata 588369
13:29 Changeset in rtems [52d24b00]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 compile-time errata 753970
13:19 Changeset in rtems [55741886]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 exclusive config is fatal
13:08 Changeset in rtems [d53de34]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 use l2c_310_* prefix throughout
13:05 Changeset in rtems [861d315]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 use L2C_310_* prefix throughout
11:24 Changeset in rtems [f2fed0c1]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 add compile time checks Simplify initialization. Replace some assert() with fatal errors.
11:23 Changeset in rtems [a9d6c20]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 simplify and remove white space
11:07 Changeset in rtems [13f1462f]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 delete invalid link
10:51 Changeset in rtems [957c075]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: L2C 310 rename BSP_ARM_L2CC_BASE Rename BSP_ARM_L2CC_BASE to BSP_ARM_L2C_310_BASE.
09:46 Changeset in rtems [6b4a22e3]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Include <rtems/shell.h> early This avoids a conflict with the global variable defines.
09:09 Changeset in rtems [7ecd1fc]4.115 by Chris Johns <chrisj@…>
libmisc: Add the libmisc/redirector to the wrap up.

11/18/14:

20:52 WikiStart edited by Amar Takhar
Clean some markup (diff)
14:33 Changeset in rtems [8dbc612]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Documentation
13:05 Changeset in rtems [3fe5d01]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Add CMDLS, CMDCHOWN, CMDCHMOD commands
11:03 Changeset in rtems [478455e0]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Fix help topic header
10:07 Changeset in rtems [ffd5285]4.115 by Sebastian Huber <sebastian.huber@…>
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.
09:42 Changeset in rtems [0b3fcf5]4.115 by Sebastian Huber <sebastian.huber@…>
samples/fileio: Use unlimited objects
09:42 Changeset in rtems [ab085c9]4.115 by Sebastian Huber <sebastian.huber@…>
samples/fileio: Fix warning
09:36 Changeset in rtems [5c141d6a]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Add and use rtems_shell_execute_cmd()
09:13 Changeset in rtems [1227858]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Make rtems_shell_main_joel() static
09:09 Changeset in rtems [66da4844]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Print to stderr in TIME command
09:03 Changeset in rtems [7840b66]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Add initial commands and aliases only once Make tables read-only.
06:39 Changeset in rtems [c3350e7d]4.115 by Sebastian Huber <sebastian.huber@…>
Filesystem: Typo
06:35 Changeset in rtems [7eada71]4.115 by Sebastian Huber <sebastian.huber@…>
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.

11/17/14:

14:58 Changeset in rtems [7a2c30f]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Simplify rtems_shell_add_cmd_struct()
14:42 Changeset in rtems [bac3d6d]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Rename HALT to SHUTDOWN command Use a normal command for shutdown via exit().
13:55 Changeset in rtems [373ccbb9]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Use exiting once initialization Avoid TOCTOU issues. Avoid pull in of global buffers.
12:35 Changeset in rtems [e02d5dd9]4.115 by Sebastian Huber <sebastian.huber@…>
Ensure security of default user environment
12:00 Changeset in rtems [7bfa0970]4.115 by Sebastian Huber <sebastian.huber@…>
dosfs: Avoid MIN() re-definition
10:55 Changeset in rtems [fa028bb]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Do chroot() after successful login
09:19 Changeset in rtems [065d72ce]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Get supplementary group IDs in login check
08:01 Changeset in rtems [b8bd90f6]4.115 by Sebastian Huber <sebastian.huber@…>
Add supplementary groups to user environment
06:53 Changeset in rtems [ffa71f1]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Implement getgroups()

11/16/14:

18:54 Changeset in rtems-source-builder [3834e6a]4.104.114.95 by Jiri Gaisler <jiri@…>
bare/qemu: add patches for leon3 support.

11/14/14:

22:21 Changeset in rtems-source-builder [1a0ccb9]4.104.114.95 by Jiri Gaisler <jiri@…>
sparc-gdb: use patch for leon2/3 support to sis Also fixes the can't compute CFA problem.
22:19 Changeset in rtems-tools [af8c147a]4.104.115 by Jiri Gaisler <jiri@…>
gdb patch to add leon2/3 support to sis This fixes the commit 4bdba3e552f22bbd82ffc9ab2c915a7b4f2eadd5 which added a patch patch.
14:33 Changeset in rtems [395e5d4]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Use POSIX key for getgrent()
13:31 Changeset in rtems [acf9a8d]4.115 by Sebastian Huber <sebastian.huber@…>
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.
13:30 Changeset in rtems [002f351]4.115 by Sebastian Huber <sebastian.huber@…>
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.
10:30 Changeset in rtems [6935428]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Avoid TOCTOU and format errors
10:09 Changeset in rtems [80055514]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Use pthread_once()
10:01 Changeset in rtems [b471854b]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Split passwd/group support
09:28 Changeset in rtems [d82f9de1]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Add copyrights according to rev hist
07:58 Changeset in rtems [e4d8513]4.115 by Daniel Cederman <cederman@…>
nfs: Add RPCd task affinity config option Similar to the task priority option, the new CPU affinity option is first controlled by the RPCI specific rpciodCpuset option. If that is not set, it uses the global network task config. If that is also not set, it falls back to not setting the affinity at all, using all CPUs.
07:58 Changeset in rtems [69e3f27]4.115 by Daniel Cederman <cederman@…>
net: Add network task affinity config This patch adds a default network tasks CPU affinity configuration option. The network drivers have the option to create their own daemon tasks with a custom CPU affinity set, or rely on the default set.

11/13/14:

20:27 Changeset in rtems-source-builder [81bf103]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Update newlib to 20 Nov 2014 and hash de616601501c4f82968683e80c112604a2d40222 This picks up at least these RTEMS Project patches: + Joel Sherrill to ensure the PRIxxPTR defines are correct on all targets. + Sebastian Huber NGROUPS adjusted to have even value.
14:13 Changeset in rtems [4466321]4.115 by Sebastian Huber <sebastian.huber@…>
Add crypt_r(), etc. Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and crypt_sha512_r().
12:18 Changeset in rtems [1bcd0378]4.115 by Sebastian Huber <sebastian.huber@…>
Add SHA256 and SHA512 support
10:55 Changeset in rtems [a2b6895]4.115 by Sebastian Huber <sebastian.huber@…>
Add <sys/endian.h>
09:15 Changeset in rtems [234d5c40]4.115 by Sebastian Huber <sebastian.huber@…>
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.
09:12 Changeset in rtems [bdf8fa76]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: Add zync_clock_cpu_1x()

11/12/14:

14:42 Changeset in rtems [bc95f816]4.115 by Jennifer Averett <jennifer.averett@…>
smpschedaffinity02: Change semaphore attributes. Change semaphore attributes to prevent semaphore from being locked and never released upon a context switch.
14:42 Changeset in rtems [1960dcb9]4.115 by Jennifer Averett <jennifer.averett@…>
smpschedaffinity04: Change semaphore attributes. Change semaphore attributes to prevent semaphore from being locked and never released upon a context switch.
13:02 Changeset in rtems [8100e71]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: Adjust BSP_ARM_A9MPCORE_PERIPHCLK
13:00 Changeset in rtems [96a9f4c]4.115 by Alan Cudmore <alan.cudmore@…>
ARM removed shared/abort from several ARM BSPs
12:57 Changeset in rtems [f0c564c]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Adjust stacks for ARMv4 Reduce non-IRQ stacks to size zero. All non-IRQ stacks overlap now the IRQ stack. This is all right since the SVC stack is used only during startup and here interrupts are disabled. The other exception stacks lead to a system termination by default, so we can here also use the IRQ stack since interrupts are disabled on exception entry.

11/11/14:

16:21 Changeset in rtems [db44590c]4.115 by Jennifer Averett <jennifer.averett@…>
smpschedaffinity05: Change semaphore attributes. Change semaphore attributes to resolve problem where semaphore is not released upon a context switch.
14:18 Changeset in rtems [0d3b5d47]4.115 by Daniel Hellstrom <daniel@…>
SPARC: optimize window underflow trap Save five instructions on underflow handling. By using an optimized trap entry we can move instructions from the window underflow function into the trap entry vector. By setting WIM=0 and using RESTORE it is possible to move the new WIM register content from the trapped window into the to-be-restored register window. It is then possible to avoid the WIM write delay.
13:17 Changeset in rtems [9e8d8b5c]4.115 by Daniel Hellstrom <daniel@…>
spcpuset01: fix test comments
11:41 Changeset in rtems [0510cfd8]4.115 by Sebastian Huber <sebastian.huber@…>
Add NXP PCA9548A 8-channel switch I2C driver

11/10/14:

12:46 Changeset in rtems [45a63ee]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: Add Cadence I2C bus driver
07:27 Changeset in rtems-libbsd [e6405ea]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
HOSTNAME(1): Add -m flag
07:27 Changeset in rtems-libbsd [026abfb]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add rtems_mdns_gethostname()
07:26 Changeset in rtems-libbsd [4153ebe]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Do not set mulitcast hostname in sethostname()

11/08/14:

07:00 Changeset in rtems-tools [efae4ae]4.104.115 by Chris Johns <chrisj@…>
toolkit: Print dependents in resolver.
06:59 Changeset in rtems-tools [066a64b]4.104.115 by Chris Johns <chrisj@…>
toolkit: Raise a user error and not an internal one.

11/07/14:

12:50 Changeset in rtems [67ac69fc]4.115 by Sebastian Huber <sebastian.huber@…>
Add NXP PCA9535 16-bit GPIO I2C driver
12:49 Changeset in rtems [cce46780]4.115 by Sebastian Huber <sebastian.huber@…>
Add generic EEPROM I2C device driver
12:47 Changeset in rtems [41c5f1b7]4.115 by Sebastian Huber <sebastian.huber@…>
Add I2C driver framework This I2C driver framework has some major differences compared to libi2c. * It is compatible to the Linux I2C user-space API. * It uses generic IMFS nodes and thus reduces the levels of indirection. * The drivers don't have to mess around with minor numbers to get their state information. * No arbitrary bus controller model is assumed. The main task of an I2C bus controller driver is to process I2C messages. How this is done is private to the driver. * Scatter/gather operations are supported (I2C_M_NOSTART).

11/06/14:

22:16 Changeset in rtems [287843f]4.115 by Joel Sherrill <joel.sherrill@…>
sys/mman.h: New file. Clean up and add supporting stubs * Makefile.am updated and preinstall.am regenerated. * mprotect.c had a prototype removed now that we have mman.h * mmap.c, munmap.c: New stub files.
16:03 Changeset in rtems [c8784667]4.115 by Joel Sherrill <joel.sherrill@…>
libdl/.../mips/machine/elf_machdep.h: Fix typo so compiles
14:55 Changeset in rtems [c577500]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Remove whitespace and fix copyrights.
14:37 Changeset in rtems [66bf2af2]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Add SMP support. To support smp data was broken into global and percpu capture data. Capture control must be disabled prior to printing or setting of watch points.
14:26 Changeset in rtems [04a13bd]4.115 by Jennifer Averett <jennifer.averett@…>
capture: Move print methods out of cli for reuse. Methods to print the data were moved from capture-cli into a support area and are no longer static so that they can be shared by test routines, or application code that wants to use the capture engine without the shell interface.
07:59 Changeset in rtems-libbsd [0bed8d9]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix spelling
07:28 Changeset in rtems-libbsd [7a3fe8e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add rtems_mdns_sethostname() Use it to set the multi-cast hostname of the default mDNS resolver instance via sethostname().
02:08 Changeset in rtems [f98abbe]4.115 by Chris Johns <chrisj@…>
libdl: Disable building libdl for the NIOS2. No relocation support. This should have been added.
01:05 Changeset in rtems-tools [b9c0a04]4.104.115 by Chris Johns <chrisj@…>
linkers: Disable .type statements in symbol code. Some of the assemblers do not support this statement.

11/05/14:

23:52 Changeset in rtems [a373dc37]4.115 by Joel Sherrill <joel.sherrill@…>
lpc23xx_tli800-testsuite.tcfg: Add dl02
23:52 Changeset in rtems [091c610]4.115 by Joel Sherrill <joel.sherrill@…>
lpc2362-testsuite.tcfg: Add dl02
23:51 Changeset in rtems [0b91cfbf]4.115 by Joel Sherrill <joel.sherrill@…>
lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add a handful more tests
21:46 Changeset in rtems-source-builder [a0a5b1c]4.104.114.95 by Chris Johns <chrisj@…>
bare: Update qemu to the latest version. Add support to build on FreeBSD 10. The CAN support is broken on a recent qemu and needs updating so has been removed from the build.
21:44 Changeset in rtems-source-builder [5821b02]4.104.114.95 by Chris Johns <chrisj@…>
sb: FreeBSD uses clang for cc on version 10 and later.
21:31 Changeset in rtems [f9e4139]4.115 by Joel Sherrill <joel.sherrill@…>
lm3s3749-testsuite.tcfg: Add dl02
17:03 WikiRestructuredTextLinks created by trac
17:03 WikiRestructuredText created by trac
17:03 WikiProcessors created by trac
17:03 WikiPageNames created by trac
17:03 WikiNewPage created by trac
17:03 WikiMacros created by trac
17:03 WikiHtml created by trac
17:03 WikiFormatting created by trac
17:03 WikiDeletePage created by trac
17:03 TracWorkflow created by trac
17:03 TracWiki created by trac
17:03 TracUpgrade created by trac
17:03 TracUnicode created by trac
17:03 TracTimeline created by trac
17:03 TracTicketsCustomFields created by trac
17:03 TracTickets created by trac
17:03 TracSyntaxColoring created by trac
17:03 TracSupport created by trac
17:03 TracStandalone created by trac
17:03 TracSearch created by trac
17:03 TracRoadmap created by trac
17:03 TracRevisionLog created by trac
17:03 TracRepositoryAdmin created by trac
17:03 TracReports created by trac
17:03 TracQuery created by trac
17:03 TracPlugins created by trac
17:03 TracPermissions created by trac
17:03 TracNotification created by trac
17:03 TracNavigation created by trac
17:03 TracModWSGI created by trac
17:03 TracModPython created by trac
17:03 TracLogging created by trac
17:03 TracLinks created by trac
17:03 TracInterfaceCustomization created by trac
17:03 TracRss created by trac
17:03 TracInstall created by trac
17:03 TracIni created by trac
17:03 TracImport created by trac
17:03 TracGuide created by trac
17:03 TracFineGrainedPermissions created by trac
17:03 TracFastCgi created by trac
17:03 TracEnvironment created by trac
17:03 TracChangeset created by trac
17:03 TracCgi created by trac
17:03 TracBrowser created by trac
17:03 TracBatchModify created by trac
17:03 TracBackup created by trac
17:03 TracAdmin created by trac
17:03 TracAccessibility created by trac
17:03 TitleIndex created by trac
17:03 PageTemplates created by trac
17:03 InterWiki created by trac
17:03 InterTrac created by trac
17:03 InterMapTxt created by trac
17:03 WikiCamelCase created by trac
13:27 Changeset in rtems-libbsd [50e82a6]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
HOSTNAME(1): Import from FreeBSD
09:21 Changeset in rtems [b6f21886]4.115 by Sebastian Huber <sebastian.huber@…>
Add RTEMS port of Linux I2C user-space API
Note: See TracTimeline for information about the timeline view.