Timeline



06/01/15:

12:15 GSoC/2015 edited by YANG QIAO
(diff)
00:51 Changeset in rtems-libbsd [4517fa3]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Update LibBSD doco.

05/31/15:

21:28 GSoC/2015 edited by André Marques
(diff)

05/30/15:

15:48 Changeset in rtems [a51b352]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Add SPARC_USE_SAFE_FP_SUPPORT The SPARC ABI is a bit special with respect to the floating point context. The complete floating point context is volatile. Thus from an ABI point of view nothing needs to be saved and restored during a context switch. Instead the floating point context must be saved and restored during interrupt processing. Historically the deferred floating point switch is used for SPARC and the complete floating point context is saved and restored during a context switch to the new floating point unit owner. This is a bit dangerous since post-switch actions (e.g. signal handlers) and context switch extensions may silently corrupt the floating point context. The floating point unit is disabled for interrupt handlers. Thus in case an interrupt handler uses the floating point unit then this will result in a trap. On SMP configurations the deferred floating point switch is not supported in principle. So use here a safe floating point support. Safe means that the volatile floating point context is saved and restored around a thread dispatch issued during interrupt processing. Thus post-switch actions and context switch extensions may safely use the floating point unit. Update #2270.
14:54 SOCIS/2015 edited by hermann19829
(diff)
14:44 Ticket #2357 (clock.h: wrong text (tipical ctrl-c / ctrl-v problem).) created by Wendell P Silva
In rtems/include/rtems/rtems/clock.h, the documentation of …

05/29/15:

19:20 Changeset in rtems [18d18e1]4.115 by Sebastian Huber <sebastian.huber@…>
tmtests/tm26: Fix context switch to FP task It is wrong to restore the floating point context here. The _Context_Switch() ends up in _Thread_Handler() which will call _Thread_Restore_fp(). In _Thread_Do_dispatch() the FP restore is after the context switch.
16:55 SOCIS/2015 edited by hermann19829
(diff)
15:51 Changeset in rtems [b17fb17a]4.115 by Sebastian Huber <sebastian.huber@…>
Revert "tmtests/tm26: Avoid NULL pointer access" There is no NULL pointer access. Please note that _Thread_Get_executing() != executing variable in Low_task(). This reverts commit 5611839a7e2e371dd1f327c336c785095f634e55.
15:16 TBR/UserManual/MinGW_Tools_for_Windows edited by Gedare Bloom
Fix ftp links. (diff)
13:54 Changeset in rtems [1f6cdba6]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Remove superfluous FP enable The FP context save/restore makes only sense in the context of FP threads. Update #2270.
13:54 Changeset in rtems [8a1dc71b]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Avoid new window for FP save/restore Update #2270.
13:54 Changeset in rtems [2764bd43]4.115 by Alexander Krutwig <alexander.krutwig@…>
sparc: Disable FPU in interrupt context Update #2270.
13:03 Changeset in rtems [8f6a3145]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Fix clock_gettime() The _TOD_Get_zero_based_uptime_as_timespec() returns already the right value.
12:18 Changeset in rtems [5611839]4.115 by Sebastian Huber <sebastian.huber@…>
tmtests/tm26: Avoid NULL pointer access
08:18 Changeset in rtems [4a5a4504]4.115 by Alexander Krutwig <alexander.krutwig@…>
sparc: Improve _CPU_Context_validate() Write the pattern only once to the entry register window and the floating point registers. Update #2270.
06:59 Changeset in rtems [aff220d]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix potential integer overflow Update #2356.
04:33 Ticket #2356 (Timecounter: Missing memory barriers for th_generation read/write) created by Nick Withers
sptests/spnsext01 fails, with: […] One issue is an integer …

05/28/15:

19:40 GSoC/2015/RaspberryPi2Support edited by Rohini Kulkarni
(diff)
12:49 Release/4.11 edited by Pavel Pisa
Include TMS570 between supported/new boards (diff)
12:45 Release/4.11 edited by Pavel Pisa
Mention pc386 change of default graphic to VBE. (diff)
12:42 SOCIS/2015 edited by hermann19829
(diff)
12:18 Ticket #2355 (SPARC: Several shared drivers are not SMP ready) created by Sebastian Huber
Several drivers in c/src/lib/libbsp/sparc/shared/ use interrupt …
09:46 Release/4.11 edited by Sebastian Huber
(diff)
09:39 Ticket #2354 (Replace red-black tree implementation, change API) created by Sebastian Huber
The RTEMS red-black tree implementation is not as good as the BSD …
09:32 Release/4.11 edited by Sebastian Huber
Add BSPs (diff)
09:10 SOCIS/2015/CoverageAnalysis edited by hermann19829
(diff)
09:06 SOCIS/2015 edited by hermann19829
(diff)
09:06 SOCIS/2015/CoverageAnalysis created by hermann19829
08:51 SOCIS/2015 edited by hermann19829
(diff)

05/27/15:

21:03 TBR/BSP/Beagleboard edited by Isaac Gutekunst
Moved comment into a {{{#!comment box (diff)
20:38 TBR/BSP/Beagleboard edited by Isaac Gutekunst
Moved text to code block for clarity (diff)
18:59 Ticket #2353 (Error in imfs memfile when device is full) created by Joel Sherrill
From the reporter (Круглов Сергей <skruglov@…>): * First bug I …
17:44 GSoC/2015 edited by Rohini Kulkarni
(diff)
15:22 Ticket #2292 (msdos_misc.c:1059: array index used before sanity check ?) closed by Gedare Bloom <gedare@…>
fixed: In 92422be16c3f3e835fca9b09e9b15e91714d522b/rtems: […]
15:13 Changeset in rtems [e6b31b27]4.115 by Joel Sherrill <joel.sherrill@…>
Remove use ticks for statistics configure option. This was obsolete and broken based upon recent time keeping changes. Thie build option was previously enabled by adding USE_TICKS_FOR_STATISTICS=1 to the configure command line. This propagated into the code as preprocessor conditionals using the RTEMS_USE_TICKS_FOR_STATISTICS conditional.
10:48 Changeset in rtems [9d0913d1]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/i2c01: Avoid stack overflow
09:43 Changeset in rtems [ec84273d]4.115 by Sebastian Huber <sebastian.huber@…>
score: Replace _API_Mutex_Is_locked() Replace _API_Mutex_Is_locked() with _API_Mutex_Is_owner().
08:46 Changeset in rtems [ffe14b26]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Fix workspace size estimate Reserve a full minimum block to account for the heap protection enabled via RTEMS_DEBUG.
07:36 GSoC/2015 edited by Sujay Raj
(diff)
07:04 Changeset in rtems [3f1bf0c]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Fix workspace size estimate
06:55 Changeset in rtems [67901a82]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Simplify confdefs.h The _Configure_From_workspace() already takes care that zero size allocations contribute nothing to the workspace size estimate.
00:42 Changeset in rtems-libbsd [1383c80]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add conditional support for RTEMS PCI to the waf build. Check for the "rtems/pci.h" header and provide conditional build support with waf to build for BSPs that do not have PCI support. The Makefile build always defines HAVE_RTEMS_PCI_H which is the same state with this change. The PCI calls still exist however they do nothing and return a constant. Any PCI based driver that makes these calls on a BSP that does not have PCI support will not work which is understandable. Either change the driver or add PCI support the BSP.

05/26/15:

18:59 GSoC/2015 edited by Jarielle Catbagan
(diff)
17:34 GSoC/2015 edited by Ketul Shah
status updated (diff)
17:02 GSoC/2015 edited by Yurii Shevtsov
(diff)
16:22 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
16:09 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
15:53 GSoC/2015 edited by Rohini Kulkarni
(diff)
15:39 GSoC/2015 edited by Ragunath
(diff)
15:33 GSoC/2015 edited by Yurii Shevtsov
(diff)
15:31 GSoC/2015 edited by Anand Krishnan Prakash
(diff)
15:17 Changeset in rtems [7c5f37d]4.115 by Joel Sherrill <joel.sherrill@…>
Merge branch 'master' of ssh://dispatch.rtems.org/data/git/rtems
15:08 GSoC/2015 edited by Saurabh Gadia
(diff)
13:17 Changeset in rtems [ee4e7f0]4.115 by Sebastian Huber <sebastian.huber@…>
jffs2: Move into separate library In case the zlib compression was used, then the librtemscpu.a depended on libz.a. To avoid a GCC patch or complicated link flags move the JFFS2 support into a separate library to use a simple "-ljffs2 -lz" to link the executable.
12:13 Changeset in rtems [76030c7]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Add static assertion
12:09 Changeset in rtems [422de7f7]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Delete unused CONTEXT_CONTROL_SIZE
12:08 Changeset in rtems [139c0dc]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Delete unused ISF_STACK_FRAME_OFFSET
12:03 Changeset in rtems [fedc6828]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Add static offset assertions
11:42 GSoC/2015 edited by Sujay Raj
(diff)
11:00 Ticket #2352 (SPARC: Strange CPU_STACK_ALIGNMENT value) created by Sebastian Huber
We have […] which is in line with the SPARC ABI. We have […] …
08:02 Changeset in rtems [1045422]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Delete unused local labels
08:01 Changeset in rtems [26ffb8c2]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: Change tabs to spaces
04:22 GSoC/2015 edited by Ketul Shah
wiki page added (diff)
04:17 GSoC/2015 edited by Ketul Shah
(diff)
04:03 GSoC/2015 edited by Ketul Shah
status updated (diff)

05/25/15:

18:11 GSoC/2015 edited by Yurii Shevtsov
(diff)
17:09 Changeset in rtems [5774c414]4.115 by Hesham ALMatary <heshamelmatary@…>
generic_or1k: Fix a typo in a comment
17:09 Changeset in rtems [5b1a10a]4.115 by Hesham ALMatary <heshamelmatary@…>
generic_or1k: Use the correct bsp_specs file
12:45 Release/4.11 edited by Hesham Almatary
Add generic_or1k and epiphany_sim BSPs (diff)

05/24/15:

03:11 Changeset in rtems-libbsd [e35a65e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Regenerate with FreeBSD lex, yacc, and rpcgen tools. Use the FreeBSD lex, yacc and rpcgen tools to generate the various sources used in LibBSD. The change also removes an RTEMS specific change added when using other hosts operating systems to generate the files. LibBSD should use FreeBSD version of the tools to generate the source because the FreeBSD kernel is developed using them. The change is supported by the waf build which disables generating the files unless enabled. I am not sure the effect with the Makefile build support.
02:31 Changeset in rtems-libbsd [11ec988]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
waf: Update the README.waf with better documentation.

05/23/15:

17:32 Changeset in rtems [6f793108]4.115 by Jan Dolezal <dolezj21@…>
i386/pc386: default graphics driver changed from VGA to VESA based basic VGA driver can be enabled during configure phase by exporting variable USE_VGA=1 so that it is available in configure environment cirrus driver is enabled the same way by exporting variable USE_CIRRUS_GD5446=1
17:32 Changeset in rtems [56399c3b]4.115 by Jan Dolezal <dolezj21@…>
i386/pc386/VESA framebuffer driver: modified and extended initialization options driver is not initialized by default initialization is possible through multiboot command line option or through the string variable (see fb_default_mode.h) set in user's module allowing the driver to evaluate this variable after the two modules are linked together
15:38 Release/4.11 edited by Joel Sherrill
Added note for target name on new ports. (diff)
15:10 Ticket #2334 (Actions in Makefile.maint need to be converted/updated to reflect git) closed by Joel Sherrill
fixed
14:38 Release/4.11 edited by Joel Sherrill
Minor clean up in the tool section (diff)
12:07 GSoC/2015 edited by Sujay Raj
(diff)

05/22/15:

14:34 Release/4.11 edited by Hesham Almatary
add or1k and epiphany ports to the release notes (diff)
14:08 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
14:05 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
06:17 Changeset in rtems [1cfae28]4.115 by Sebastian Huber <sebastian.huber@…>
rtems/endian.h: Reduce header dependencies
02:20 Changeset in rtems-source-builder [4bd058e]4.104.114.95 by Chris Johns <chrisj@…>
sb: Always generate an XML report.
02:18 Changeset in rtems-libbsd [84288f4]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
waf: Check for dlfcn.h header is availavble.

05/21/15:

23:08 Changeset in rtems [24acc6d]4.115 by Joel Sherrill <joel.sherrill@…>
Merge branch 'master' of ssh://dispatch.rtems.org/data/git/rtems
21:53 Changeset in rtems-source-builder [d15a7f8]4.104.114.95 by Nick Withers <nick.withers@…>
Don't let a GCC port install override base Clang for FreeBSD 10+
17:46 Changeset in rtems-source-builder [be7ffbf]4.104.114.95 by Hesham ALMatary <heshamelmatary@…>
epiphany: fix checksum error for gcc and gdb
17:12 Changeset in rtems-source-builder [b8673bf]4.104.114.95 by Hesham ALMatary <heshamelmatary@…>
epiphany: Fix binutils checksum
16:53 Changeset in rtems [6f71dcb7]4.115 by Hesham ALMatary <heshamelmatary@…>
Epiphany: Add the first epiphany_sim BSP v4 This BSP in intended to run on the simulator that should be built from RSB. When building RTEMS for Epiphany --disable-networking must be provided part of the configure command.
16:52 Changeset in rtems [66a5000d]4.115 by Hesham ALMatary <heshamelmatary@…>
cpukit: Add Epiphany architecture port v4
15:37 Ticket #2345 (BSP spec file error.) closed by Joel Sherrill
fixed
15:27 Changeset in rtems [9588946]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Typo
12:55 Changeset in rtems [63c68cfc]4.115 by Joel Sherrill <joel.sherrill@…>
region*.c: Ensure return_status is set when RTEMS_MULTIPROCESSING is enabled
12:54 Changeset in rtems [60e4c00]4.115 by Joel Sherrill <joel.sherrill@…>
arm/s3c24xx/clock/clockdrv.c: Remove unused variable warning
12:54 Changeset in rtems [562c1b1b]4.115 by Joel Sherrill <joel.sherrill@…>
arm/lpc22xx/clock/clockdrv.c: Remove unused variable warning
12:54 Changeset in rtems [efd351d]4.115 by Joel Sherrill <joel.sherrill@…>
powerpc/shared/clock/clock.c: Remove unused variable warning
12:53 Changeset in rtems [68592d54]4.115 by Joel Sherrill <joel.sherrill@…>
mpc55xxevb/clock/clock-config.c: Remove unused variable warning
12:52 Changeset in rtems [4004d97]4.115 by Joel Sherrill <joel.sherrill@…>
mcf5225x/clock/clock.c: Remove unused variable warning
12:52 Changeset in rtems [2a605f6]4.115 by Joel Sherrill <joel.sherrill@…>
mcf52235/clock/clock.c: Remove unused variable warning
12:51 Changeset in rtems [5a9c3c1]4.115 by Joel Sherrill <joel.sherrill@…>
pc386/clock/ckinit.c: Remove prototyped but not defined warning
12:51 Changeset in rtems [52258f1]4.115 by Joel Sherrill <joel.sherrill@…>
arm/shared/lpc/clock/lpc-clock-config.c: Remove unused variable warning
11:49 Changeset in rtems-source-builder [ce60578]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix reporting and installing the reports when building. Switch the default report to text format. Fix the report to support the set builder.
11:44 Changeset in rtems-source-builder [11e1fe1]4.104.114.95 by Chris Johns <chrisj@…>
rtems: Fix the URL.
07:01 Changeset in rtems-libbsd [0768880]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
waf: Add install support. Install to the --prefix path passed to configure.
06:33 Ticket #2351 (powerpc/gwlcfm fails to build on master) closed by Sebastian Huber
wontfix: Build it again, and the problem disappears. This is a known bug for at least three years. Don't ask me why this happens only on this BSP family.

05/20/15:

23:31 Changeset in rtems-libbsd [56d787f]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
wscript: Regenerate
23:30 Changeset in rtems-libbsd [4963785]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
waf: Add network configuration support. Add support to parse the config.inc default file for a network configuration or allow the user to specify their own via a configure option. Update to build the kvm-symbol's generated file.
23:29 Changeset in rtems-libbsd [aca5496]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
waf: Change to show how to only update the rtems_waf submodule.
22:02 Changeset in rtems [221031e]4.115 by Joel Sherrill <joel.sherrill@…>
kill_noposix.c: Remove obsolete kill()
19:12 Changeset in rtems [1c0663b4]4.115 by Joel Sherrill <joel.sherrill@…>
mcf52235-testsuite.tcfg: Add syscall01
17:11 Changeset in rtems [0afac6a]4.115 by Joel Sherrill <joel.sherrill@…>
Multiple bsp_specs: Change *(old_endfile) to %(old_endfile) Fix typo. closes 2345.
17:08 Changeset in rtems [64f7724]4.115 by Joel Sherrill <joel.sherrill@…>
Top files: Update and prep for release branch
17:08 Changeset in rtems [22e576d]4.115 by Joel Sherrill <joel.sherrill@…>
simsh2e-testsuite.tcfg: Add fileio
17:08 Changeset in rtems [bb997dd9]4.115 by Joel Sherrill <joel.sherrill@…>
simsh1-testsuite.tcfg: Add fileio
17:05 Ticket #2351 (powerpc/gwlcfm fails to build on master) created by Joel Sherrill
The master fails to build this BSP: powerpc-rtems4.11-gcc --pipe …
16:26 SOCIS/2015 edited by hermann19829
(diff)
16:23 SOCIS/2015 edited by hermann19829
(diff)
13:00 Changeset in rtems-libbsd [ada520c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update freebsd-org submodule
11:59 Changeset in rtems-libbsd [8b10210]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
wscript: Regenerate.
11:59 Changeset in rtems-libbsd [e9aa9537]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
waf: Add warnings and auto-regen options.
11:49 Changeset in rtems-libbsd [7d44707]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix struct ucred warnings
11:49 Changeset in rtems-libbsd [595b333]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add INVARIANTS support
09:14 Changeset in rtems-libbsd [32bbd33]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
mghttpd: Install header file
08:51 Changeset in rtems [10504d3c]4.115 by Hesham ALMatary <heshamelmatary@…>
doc: Add new documentation section for Epiphany architecture
08:21 Changeset in rtems-libbsd [b14fd1f]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add a README for using waf.
08:13 Changeset in rtems-libbsd [b45c75c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
sys/time.h: Add missing define and declaration
08:06 Changeset in rtems-libbsd [e65165b]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
SLEEPQUEUE(9): Update due to RTEMS API changes
07:48 Changeset in rtems-libbsd [76395ec]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-chunk: Include missing header file
07:45 Changeset in rtems-libbsd [feaf877]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
wscript: Generate.
07:45 Changeset in rtems-libbsd [5ba6949]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Add support to build using waf.
07:33 Ticket #2273 (One Step Towards Fine Grained Locking) closed by Sebastian Huber
fixed: [b7cff7feb0a0d41ec4876e5ac846bb6cf8254dce/rtems] [08fe84b5d7072b7809581b1a25954a3b221497a5/rtems] [02c4c441a51b43b55608893efa4a80a62bb9d4d5/rtems] [568af83542eec9343c24d417ed6a219d22046233/rtems] [383cf42217d05a9cf19c6d081d50f92b2262a308/rtems] [cc366ec8c9ecaab838a745175a0d53a7a5db437e/rtems] [cc18d7bec7b3c5515cb9e6cd9771d4b94309b3bd/rtems] [4438ac2575fb9e0760bf53931a52d00dec4deb83/rtems] [900d337f960cb7cc53f5c93c29a503e5ced2c31f/rtems] [a816f08478e2fe395062a8114c0654d0624906ae/rtems]
07:30 Ticket #2180 (_TOD_Get_with_nanoseconds() is broken on SMP) closed by Sebastian Huber
fixed: Fixed via #2271.
07:29 Ticket #2271 (Improved timestamp implementation) closed by Sebastian Huber
fixed: [4117cd163977737a5e6633c7117d10aa194304cb/rtems] [664f8446f4388a0c54b15239aec08210eb8b6eac/rtems] [cc6938455edfa4dff79ce98320292e3a9c2e434b/rtems] [31be41653a659a52460734cb8fe1da27e6d5629e/rtems] [7cd2484c4cf9fc759b7205ed6d8adcc6d2c28ff6/rtems]
07:28 Ticket #2131 (SMP support for timer server is suboptimal) closed by Sebastian Huber
fixed: [a382010c62455df73552eb5f0baa1faebe9702c7/rtems]
07:27 Ticket #2130 (Race condition in nanosleep()) closed by Sebastian Huber
fixed: [aa05cfbb3d6309ec45b69f34d0870465fe30b74c/rtems]
07:25 Ticket #2350 (One watchdog ticks header per scheduler instance) created by Sebastian Huber
Currently there is one watchdog header for all ticks based watchdogs. …
07:14 Ticket #2307 (Improved watchdog implementation) closed by Sebastian Huber
fixed
06:33 Ticket #2349 (Timecounter: Add PPS support) created by Sebastian Huber
The FreeBSD timecounter implementation supports the RFC 2783 PPS-API. …
06:30 Ticket #2348 (Timecounter: Add NTP support) created by Sebastian Huber
The FreeBSD timecounter implementation supports the NTP. This support …
05:21 Changeset in rtems [083e6d6]4.115 by Chris Johns <chrisj@…>
libnetworking: Send the hostname if set in the network configuration. This allows a suitably configured DHCP server with DDNS to enter the name into the DNS table making it addressiable via it's host name.

05/19/15:

16:49 GSoC/2015 edited by Sujay Raj
(diff)
16:15 GSoC/2015 edited by Jarielle Catbagan
(diff)
15:54 GSoC/2015 edited by Ragunath
(diff)
15:52 GSoC/2015 edited by Yurii Shevtsov
(diff)
15:49 GSoC/2015 edited by Rohini Kulkarni
(diff)
15:46 GSoC/2015 edited by Saurabh Gadia
(diff)
15:43 GSoC/2015 edited by Saurabh Gadia
(diff)
15:42 GSoC/2015 edited by Anand Krishnan Prakash
(diff)
15:28 GSoC/2015 edited by André Marques
(diff)
15:07 SOCIS/2015 edited by Gedare Bloom
(diff)
15:06 GSoC/2015 edited by Gedare Bloom
Add example subsection. (diff)
14:56 Changeset in rtems [3b8e395]4.115 by Ben Gras <beng@…>
MAINTAINERS: added self
14:41 GSoC/2015 edited by Anand Krishnan Prakash
(diff)
14:37 SOCIS/2015 edited by Gedare Bloom
New section. (diff)
14:37 GSoC/2015 edited by Gedare Bloom
New section. (diff)
12:58 GSoC/2015 edited by Ragunath
Add my blog page to the wiki (diff)
12:40 Changeset in rtems [cba07fc]4.115 by Alexander Krutwig <alexander.krutwig@…>
sptests/spcontext01: Test deferred FP context
12:32 GSoC/2015 edited by Ragunath
Add wiki GSOC page (diff)
12:29 GSoC/2015/Beagle_BSP created by Ragunath
Create wiki for Beagle BSP improvements
09:37 Changeset in rtems [7e19330e]4.115 by Sebastian Huber <sebastian.huber@…>
score: Fix assert
07:22 Ticket #2347 (Eliminate RTEMS_INLINE_ROUTINE) created by Sebastian Huber
Replace RTEMS_INLINE_ROUTINE with static inline and optionally define …

05/18/15:

23:17 Changeset in rtems [e893061]4.115 by Joel Sherrill <joel.sherrill@…>
Merge branch 'master' of ssh://dispatch.rtems.org/data/git/rtems
14:32 GSoC/2015 edited by Ragunath
Added GSOC github link (diff)
14:16 GSoC/2015/Monkey created by Sujay Raj
14:02 GSoC/2015 edited by Sujay Raj
(diff)
09:09 Changeset in rtems [d5423295]4.115 by Sebastian Huber <sebastian.huber@…>
score: _Thread_Dispatch_disable_critical() Thread dispatching is disabled in case interrupts are disabled. To get an accurate thread dispatch disabled time it is important to use the interrupt disabled instant in case a transition from an interrupt disabled section to a thread dispatch level section happens.
01:00 Changeset in rtems-libbsd [66ec94a]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Makefile: Regenerate
Note: See TracTimeline for information about the timeline view.