Timeline



08/31/98:

23:09 Changeset in rtems [4cf89a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spacing. More comments from Eric Norum need to be addressed.
23:06 Changeset in rtems [d9d75fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Emmanuel Raguet <raguet@…>: I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
23:03 Changeset in rtems [b285860]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: Eric> NB : there is still a bug on PC386 serial line : exit does not Eric> flush the remaining output queue. As this is not a bug in the Eric> driver itself but somewhere in PC386 initialization/termios Eric> relationship it will be part of another patch. Eric> NB2 : As Emmanuel excerced the exception hanlder code, while Eric> porting the SMC driver to the new BSD stack, we found a bug Eric> in the exception handler : it shall not delete the current Eric> thread in case we are running at interrupt level. This will Eric> be part of another patch... So here is the patch. This patch fixes the two problems mentionned above + it use vpath mechanism intead of copying the irq related files in the right directory. This avoid to compile them each time and is more homogenous with other Makefiles.
22:56 Changeset in rtems [de9edc4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: Here is a brief description of the attached patch : 1) There was a bug in the code for the COM2 serial line driver. Aleksey gave me a fix that fixes the driver code itself. I would like to thank him again publicly, 2) I introduced constants in the serial driver code because I had a hard time reading the meanning of hexadecimal values in the NS data book :) 3)You can now mix printk and printf on serial line (tested on COM2). There is a #ifdef PRINTK_ON_SERIAL in console.c that enables to have printk on console while printf on serial line, 4) Removed call to displayCpuInfo because anyway if was at the wrong place for serial line console (too early). It can anyway be called at application level, 5) The original printk was unable to display negative integer values and was also recursive. It now works corectly, All the modifications have been tested here on the COM2 port from a PC running RTEMS to a PC running linux, NB : there is still a bug on PC386 serial line : exit does not flush the remaining output queue. As this is not a bug in the driver itself but somewhere in PC386 initialization/termios relationship it will be part of another patch. NB2 : As Emmanuel excerced the exception hanlder code, while porting the SMC driver to the new BSD stack, we found a bug in the exception handler : it shall not delete the current thread in case we are running at interrupt level. This will be part of another patch…
22:53 Changeset in rtems [85734b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>: I think I figured out why rtems_panic was locking up instead of shutting down the executive and returning to the code that called boot_card(). Later on there is code to print some messages on the standard error stream, a recursive call back to rtems_verror (through rtems_error) and finally a call to _exit(). I think that the _Thread_Disable_dispatch() is preventing the final context switch back to the boot_card() code. Does this sound right to you?
15:39 Changeset in rtems [90c60f7]4.104.114.84.95 by Wade A Smith <warm38@…>
Updated the descriptions section for the log_create and log_sys_create functions.d

08/28/98:

19:59 Changeset in rtems [82db2d3a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reviewed log_read().
16:48 Changeset in rtems [566669f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reviewed and corrected log_write(), log_write_any(), and log_write_entry().
14:32 Changeset in rtems [b67f7946]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added log_write_any and part of log_copy. Reviewed log_close.
13:31 Changeset in rtems [61b1b37c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added author credit.
13:27 Changeset in rtems [f96e8ee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added CVS Ids.
13:27 Changeset in rtems [e061a007]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added top level file and cleaned up chapter names
13:26 Changeset in rtems [6968c9e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Undid renaming.
13:25 Changeset in rtems [0918cc4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renamed intro to preface.
13:21 Changeset in rtems [07b3693f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base files
13:09 Changeset in rtems [a44a927]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file

08/27/98:

20:53 Changeset in rtems [af5a571]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated log_seek() per review.
20:16 Changeset in rtems [6520befe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified log_open() to reflect review.
18:53 Changeset in rtems [d65d22a0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected descriptions of log facility set manipulation routines as part of the review.
18:28 Changeset in rtems [c5568160]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected log_severity_before as part of reviewing the code.

08/26/98:

14:18 Changeset in rtems [9c79229]4.104.114.84.95 by Wade A Smith <warm38@…>
Incorporated the "#include <dump.h>" statement in file.
14:13 Changeset in rtems [3e6eb1dd]4.104.114.84.95 by Wade A Smith <warm38@…>
Incorporated the "#include cfg.h" statement in document
14:11 Changeset in rtems [984e5c1d]4.104.114.84.95 by Wade A Smith <warm38@…>
Incorporated the "#include <admin.h>" statement in file
14:08 Changeset in rtems [30cc2e0]4.104.114.84.95 by Wade A Smith <warm38@…>
Corrected mispelled words.

08/25/98:

22:09 Changeset in rtems [571a915]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added some background and operations subsections.
21:02 Changeset in rtems [a99ea16]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spelling mistakes.
20:56 Changeset in rtems [142f6a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed spelling mistake.
20:54 Changeset in rtems [d1a859c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up formatting. Added notes on background and operations sections. Added NOTE to indicate the feature flag defined.
19:49 Changeset in rtems [d5ef5bd1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Commit for review
15:26 Changeset in rtems [2a23c28]4.104.114.84.95 by Wade A Smith <warm38@…>
Documented the log_create and log_sys_create routines

08/24/98:

17:38 Changeset in rtems [fd001d6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Posix users manual now makes multiple info files.
17:32 Changeset in rtems [7559232]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980824
16:59 Changeset in rtems [564d2c3a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to add an extra newline.
16:58 Changeset in rtems [69036586]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: Celso Labinaz <labinaz@…> pointed to me thatthe console on serial line was not working. After spending quite a time to find the right cable and software, I confirm this. I'm going to debug this in the next days because I want to use the serial line for debugging. In the meantime, in order to be sure that this was a driver initialization/bug, I made printk work on the serial line in order to be sure the receiver part and configuration was OK. Here is the for printk on serial line. BTW, does anyone else use the serial line facilities for PC? printf seems to output nothing (hello.exe output everything that has a printk but application printf seems to be broken).
14:50 Changeset in rtems [16f2037]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated
14:50 Changeset in rtems [ff0b008]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS_INSIDE macro to insure that ".inl" files are ALWAYS included when building the executive source.
14:47 Changeset in rtems [9a95524f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleanup patch from Eric Norum.
14:44 Changeset in rtems [dffa304]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch (rtems-rc-980821.diff) I had sent recently to fix the "make install" problem in rtems-980821/make/ still contained a bug (Thanks to Eric N. for reporting it). The patch enclosed to this mail is a corrected version of this patch, which finally should fix this problem.

08/21/98:

18:19 Changeset in rtems [4baa0f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980821
18:14 Changeset in rtems [4de817d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added i386 specific version of in_cksum.c and restructured the main file to switch out to CPU specific implementations.
17:43 Changeset in rtems [cce81a7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
A patch from Ralf Corsepius <corsepiu@…>: Here is another patch to hopefully enhance rtems' configuration. Motivation: Try to support other c-compilers besides gcc (I tried to build rtems under Solaris using sun's WSPro c-compiler). Here is a couple of small patches concerning the host compiler configuration, which fix/work-around the worst problems when using sun's WSPro c-compiler. Changes: * Replaced make/compilers/gcc.cfg with make/compilers/gcc.cfg.in, ie. gcc.cfg is generated by configure now. * Removed a line containing a hard-coded "gcc" from gcc.cfg (BUG-fix). * Add -g to host compiler flags only if configure reported -g to work * Add -Wall to host compiler flags only if configure reported that the host compiler is gcc (WSPro's cc chokes on -Wall). * Some modifications to make/Makefile.in * Adapted make/custom/default.cfg to the new location of gcc.cfg BTW, gcc.cfg/gcc.cfg.in seems to be full of unused code (DEBUG-VARIANTS etc.) which deserves to be cleaned up, IMO. IMO, a similar patch should be applied to gcc-target-default.cfg
17:42 Changeset in rtems [aa2171b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified version number to recut snapshot.
17:37 Changeset in rtems [617a1a2d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Another missing piece. Thanks Eric.
17:09 Changeset in rtems [025eb96e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980821
16:54 Changeset in rtems [7a035ebc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added system task attribute to allow one to create a task with "0" priority via the user api.
16:39 Changeset in rtems [eb562f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: Here is a patch that enables to catch exception and get message before crashing RTEMS :) It should be generic to any Intel port although enabled only for pc386 BSP... [Joel] I fixed the bug I introduced in irq_asm.s…
16:16 Changeset in rtems [29381405]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Spacing changes
15:36 Changeset in network-demos [14cbc50]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Removed reference to TRACE_NETWORK_DRIVER which was KA9Q specific.
15:32 Changeset in rtems [b3fd1641]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix from Eric Norum <eric@…>: "Thomas Doerfler" <td@…> wrote: > > While implementing/testing the console/termios support for > PPC403 in RTEMS-4.0.0-beta3, I am stuck at a certain location in > termios.c: > > During "rtems_termios_initialize", the main control data structure > "*tty" is allocated using malloc(). (Note, that malloc does not > clear the allocated memory and my BSP does not clear memory during > startup). Furtheron, a lot of fields of that structure are > initialized, but the field "rawOutBufState" is not, and therefore > keeps an arbitrary contents. > > When "osend()" is called the first time(with the serial device > driver working in interrupt mode), termios gets stuck and will not > call the device drivers output function. > > My questions now are: > > - anybody already experienced this bug? > - is it a bug at all or did I do anything fundamentally wrong? > - is there already a common bugfix for that? > > I don't like poking around in other people code, as long as I am > not absolutely sure, what I do... Yes, there's a bug there. I thought that Joel had patched this already, but here's a patch to fix this. This patch also addresses a concern that many others have raised regarding enabling and disabling of transmitter interrupts. First, here's the example I've been using of a simple UART-style interrupt-driven driver: =============================================================== void device_write_routine (int minor, char *buf, int count) { UART->control_register &= ~UART_TRANSMITTER_READY; UART->output_register = *buf; UART->control_register |= UART_TRANSMIT_INTERRUPT_ENABLE; } void device_transmit_interrupt_routine (int vector) { UART->control_register &= ~UART_TRANSMIT_INTERRUPT_ENABLE; rtems_termios_dequeue_characters (device_ttyp, 1); } ============================================================== Several people have expressed their concern about the disable/enable of transmitter interrupts for every character. On some machines this disable/enable is an expensive operation. With the attached patch applied you can write the two routines as: ============================================================== void device_write_routine (int minor, char *buf, int count) { code_to_clear_transmitter_ready_status (); if (device_ttyp->rawOutBufState == rob_idle) code_to_enable_transmitter_interrupts (); code_to_send_one_character_to_transmitter (*buf); } void device_transmit_interrupt_routine (int vector) { rtems_termios_dequeue_characters (device_ttyp, 1); if (device_ttyp->rawOutBufState == rob_idle) code_to_disable_transmitter_interrupts (); } ===============================================================
14:04 Changeset in rtems [d47de32]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Eric Norum.
13:36 Changeset in network-demos [d574ac6]netdemos-980821 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'netdemos-980821'. Sprout from master 1998-08-21 13:36:35 UTC Joel Sherrill <joel.sherrill@…> 'changed version to 980821' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
13:36 Changeset in network-demos [5271dd3]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
changed version to 980821
13:34 Changeset in network-demos [4ce159c]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
changed version to 980326
13:29 Changeset in network-demos [e26f48e]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
New file
13:26 Changeset in network-demos [7ba2ac5]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Added CVS Id Strings which were missing
13:22 Changeset in network-demos [0c9330e]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
KA9Q -> FreeBSD changes from Eric Norum
13:19 Changeset in network-demos [4cfe89f]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Removed -- now provided by RTEMS
13:13 Changeset in network-demos [8cfa3aa]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
New files
13:05 Changeset in rtems [3c7f112]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated
13:04 Changeset in rtems [33679ec4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
All warnings removed.
13:04 Changeset in rtems [c3a1c05]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed networkconfig.h since it reflects target specific initialization.
12:59 Changeset in rtems [a83dd861]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum
12:55 Changeset in rtems [d9de76f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Eric Norum.
12:54 Changeset in rtems [dd89471]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed version.
12:54 Changeset in rtems [bd89c6c5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Networking and Obsoleted KA9Q manual.
12:54 Changeset in rtems [7c32af7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added networking to public documents.
12:54 Changeset in rtems [6b384d92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed date/version.
12:52 Changeset in rtems [bbdab89]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added initialization of missing termios structure entries.
12:51 Changeset in rtems [ab09043a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed warning about pointer/integer conversion which turned out to be a missed "&" on a write.
12:48 Changeset in rtems [fd808ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed discrepancies noted by John Oleynick <johno@…>.

08/20/98:

22:37 Changeset in rtems [3f6b1ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Made the description of timeing generation more accurate.
22:37 Changeset in rtems [1e291bb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed wording to read better for PSIM.
22:36 Changeset in rtems [7ddc6484]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New times.
22:36 Changeset in rtems [829c0c1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed distribution level for this document.
22:35 Changeset in rtems [53c3f5fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched from generating tables based on CPU model to BSP.
22:35 Changeset in rtems [6a31f1dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed version.
22:34 Changeset in rtems [3866cd6a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
PowerPC Supplement now part of support documentation.
22:34 Changeset in rtems [895dd07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
rtems_support.html added.
22:32 Changeset in rtems [ad5074e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file
22:30 Changeset in rtems [3dd11faa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
rtems_full.html sed'ed to get right version number.
22:30 Changeset in rtems [d7ee43f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
PowerPC now part of customer support version.
22:11 Changeset in rtems [a9cfa238]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980820pm-BSD
22:04 Changeset in rtems [28e7d7fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patches from Eric Norum
21:56 Changeset in rtems [96b39164]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added CVS Ids
21:47 Changeset in rtems [ff0f694d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed many warnings.
16:04 Changeset in rtems [50ea4814]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980820-BSD
16:02 Changeset in rtems [7c16a331]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
15:56 Changeset in rtems [2394b5a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed to avoid use of gets().
15:46 Changeset in rtems [dcc2404]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to reflect TCP/IP stack transition.
15:46 Changeset in rtems [f205fe6d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to reflect stack transition.
15:38 Changeset in rtems [d9e6224]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Temporarily leave strsep out of the build.
15:38 Changeset in rtems [4e1d5c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added missing file.
15:37 Changeset in rtems [53ee76b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed stub implementation
14:39 Changeset in rtems [0280cb6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
FreeBSD stack compiles for the first time (except libc/strsep.c)
14:37 Changeset in rtems [3f098aed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
FreeBSD stack compiles for the first time (except libc/strsep.c).
12:54 Changeset in rtems [c197b6c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base files
12:45 Changeset in rtems [888497d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base files
12:37 Changeset in rtems [f31f46d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base version.

08/19/98:

21:32 Changeset in rtems [39e6e65a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Base files
20:50 Changeset in rtems [4328ba11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
First version produced.
20:45 Changeset in rtems [071536e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Renamed files ... just about to produce the first copy of the manual.
20:29 Changeset in rtems [ab0c689]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Baseline
20:25 Changeset in rtems [26b5c77f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980819
20:09 Changeset in rtems [8b2ee37c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>: - Use the "hlt" instruction for the Idle thread, - Optimise interrupt PATH leadding to thread wakeup, - Preparation for Intel exception management that should come before the end of the week…
20:02 Changeset in rtems [7549e14]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed obsolete reference to BSDINSTALL.
14:47 Changeset in rtems [0375c72]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Aleksey <qqi@…>: This patch has same changes as one I sent to you earlier plus it fixes _heap_size problem for pc386 we had discussed earlier. Now, _heap_size is defined and set to 0 in pc386/startup/bspstart.c It can be patched to desireable value in binary image. If it is left unpatched, then startup code will determine size of memory (on the assumption that at least 2MB are present) and use max possible heap.
14:41 Changeset in rtems [2d7d605]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Aleksey <qqi@…>: It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
12:56 Changeset in rtems [06fa582]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patches from Ralf Corsepius <corsepiu@…> and myself to make solaris target buildable. > 1. The ipc check fails since solaris does not define union semun. > The unix port code actually defines this type itself on solaris. Doing > the same thing lets it get configured. Then... > 2. It looks like BSDINSTALL is not defined properly. BSDINSTALL is defined in make/host.cfg.in as BSDINSTALL=@INSTALL@ @INSTALL@ is generated by autoconf's standard macro AC_PROG_INSTALL, which is widely used in almost any autoconf/automake configured package. In case there is really something wrong with it, then it must be considered a bug in autoconf. I can see a doubious fragment in AC_PROG_INSTALL, which is used when no appropriate bsd-install is found. Finally Ralf saw a problem with the find on solaris which I also saw and fixed.
12:42 Changeset in rtems [b93a1ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up the ka9q definition.
12:41 Changeset in rtems [f2226f44]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added 68060 definition from Chris Johns.
Note: See TracTimeline for information about the timeline view.