Timeline



01/22/01:

14:19 Changeset in rtems [a93baa43]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Joel Sherrill <joel@…> * src/clockgetres.c: Fixed match problem. We are not converting an interval to a timespec -- it is actually a real number of microseconds.
14:12 Changeset in rtems [9f87484]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Radzislaw Galler <rgaller@…> * README.EVB7045F: New file. * README: Additions and corrections. * include/bsp.h: Switch console to sci0.
14:11 Changeset in rtems [4dd1aa5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Radzislaw Galler <rgaller@…> * clock/ckinit.c (Install_clock): Modified MTU timer 0 initialization to generate an interrupt exactly every 1us
14:05 Changeset in rtems [d6b1d73]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Ralf Corsepius <corsepiu@…> * configure.in: Add src/imfs/config.h * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/imfs/.cvsignore: Add config.h and stamp-h * src/imfs/*.c: Add config.h support.
14:03 Changeset in rtems [227ae749]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Ralf Corsepius <corsepiu@…> * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and simsh7045.
13:47 Changeset in rtems [7a55888]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Michael Hamel <mhamel@…> * include/rtems.h, src/signalcatch.c: Modifications to make CodeWarrior? happy.
13:46 Changeset in rtems [32ba727]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-22 Michael Hamel <mhamel@…> * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/ptimer1.c, include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c, src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications to make CodeWarrior? happy.

01/12/01:

15:00 Changeset in rtems [c2a4084f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Eric Norum <eric.norum@…> * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c: Clock driver updated to use shell driver mechanism. * clock/ckinit.c: Removed. * clock/clock.c: New file.
13:51 Changeset in rtems [3f777d0e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Sergei Organov <osv@…> * rtems_servers/ftpd.c, rtems_servers/ftpd.h: Major enhancements as listed below: - use pool of pre-created threads to handle sessions instead of creating/deleting threads on the fly - LIST output is now similar to what "/bin/ls -al" would output, thus FTP clients such Netscape are happy with it. - LIST NAME now works (both for files and directories) - added support for NLST, CDUP, and MDTM FTP commands to make more FTP clients happy - keep track of CWD for every session separately - ability to specify root directory name for FTPD in configuration table. FTPD will then create illusion for FTP clients that this is actually root directory. - ignore options sent in commands, thus LIST -al FILE works and doesn't try to list "-al" directory. - buffers are allocated on stack instead of heap where possible to eliminate malloc/free calls (avoid possible heap fragmentation troubles). - drop using of task notepad to pass parameters - use function arguments instead - use snprintf() instead of sprintf() as the latter is unsafe - use of PF_INET in socket() instead of AF_INET Here are ftp clients I've tried new FTPD with (all of them running on Debian GNU/Linux 2.2): Lftp 2.1.10 NcFTP 2.4.3 Netscape 4.75 ftp mc 4.5.49
13:44 Changeset in rtems [d1941587]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Jake Janovetz <janovetz@…> * src/imfs/imfs.h, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c, src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c: Final developmental update to "tarfs". When rtems_tarfs_load() is called, it checks the permissions on each file. If there is write permission, it just creates a standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE. If there is no write permission, it creates a LINEAR_FILE node with the appropriate properties. If the permission is ever changed to writeable, IMFS_fchmod converts it to a regular memory file.
13:38 Changeset in rtems [5c27c80]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Joel Sherrill <joel@…> * r46xx/vectorisrs/vectorisrs.c (mips_get_cause): Corrected constraints from general to register. * tx39/vectorisrs/vectorisrs.c (mips_get_cause): Corrected constraints from general to register.
13:36 Changeset in rtems [d2959b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Joel Sherrill <joel@…> * setvec.c: Removed unused variables.
13:36 Changeset in rtems [9c1dc8c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Joel Sherrill <joel@…> * rtems/score/mips.h (mips_get_sr, mips_set_sr): Corrected register constraints from "general" to "register".
13:34 Changeset in rtems [d9f6165]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Joel Sherrill <joel@…> * src/README.mqueue: Enhanced example.
13:28 Changeset in rtems [4d6b3b6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-12 Joel Sherrill <joel@…> * include/bsp.h, timer/timer.c: Updated so timer appears to work and support tm27. I would prefer to time a software interrupt rather than an use an extra timer though.

01/09/01:

18:50 Changeset in rtems [3e7e859]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20010109
17:28 Changeset in rtems [8b15163f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-09 Joel Sherrill <joel@…> * Removing non-function shmsupp directory. * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed. * configure.in, Makefile.am, wrapup/Makefile.am
17:10 Changeset in rtems [d3d5319]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-09 Joel Sherrill <joel@…> * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for multiple ISRs per clock tick. Testing per hacking on mips/jmr3904 clock driver.
17:05 Changeset in rtems [026f4aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-09 Joel Sherrill <joel@…> * clock/clockdrv.c: Clean up. * include/bsp.h: Uncomment and fix set_vector() prototype.
16:48 Changeset in rtems [16ad7ea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-09 Joel Sherrill <joel@…> * cpu_asm.S: Use SR_INTERRUPT_ENABLE_BITS instead of SR_XXX constants to make it easier to conditionalize the code for various ISA levels.
13:51 Changeset in rtems [96e34e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-09 Joel Sherrill <joel@…> * custom/pc386.cfg (make-exe): Removed commented out lines that were displayed in build longs.

01/08/01:

19:23 Changeset in rtems [73ee5105]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * wrapup/Makefile.am: Remove warning missed in shmsupp removal.
19:22 Changeset in rtems [7af5e14]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * Shared memory support removed since it was non-functional. * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed. * configure.in, Makefile.am, wrapup/Makefile.am: Modified to reflect above.
19:16 Changeset in rtems [81f6e8cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * src/threadinitialize.c: Fix my bad hack of Ralf's fp_area warning removal patch. :(
18:26 Changeset in rtems [9c49db4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Ralf Corsepius <corsepiu@…> * configure.in: Add libc/config.h * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h * libc/.cvsignore: Add config.h and stamp-h * libc/*.c: Add config.h support.
18:23 Changeset in rtems [ac5c8c7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Ralf Corsepius <corsepiu@…> * src/threadinitialize.c: Removed warning.
18:19 Changeset in rtems [5f78f5d0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * start/start.S: init_exc_vecs is now called mips_install_isr_entries. * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
18:18 Changeset in rtems [9b0e5b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable would be visible.
18:17 Changeset in rtems [82e2265e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * include/bsp.h: Added closing brace for extern C.
18:16 Changeset in rtems [1800f717]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * idtcpu.h: Commented out definition of "wait". It was stupid to use such a common word as a macro. * rtems/score/cpu.h (_CPU_ISR_Disable): Fixed for mips ISA 3. * rtems/score/mips.h: Added include of <idtcpu.h>. * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected.
18:14 Changeset in rtems [f8b891d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove unneeded definitions when compiled for "mips" rather than "mips64orion." Correct CPU_CFLAGS.
18:12 Changeset in rtems [f692d7e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * src/rtemsInterrupt.cc: Allocated interrupt_table since since cannot be determined without CPU model information.
18:11 Changeset in rtems [b03f4f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-01-08 Joel Sherrill <joel@…> * Added r46xx directory. * Makefile.am, configure.in: Modified to reflect addition of r46xx. * shared/interrupts/installisrentries.c: Fixed typo. * r46xx/.cvsignore, r46xx/Makefile.am, r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/vectorisrs.c: New files.
Note: See TracTimeline for information about the timeline view.