source: rtems/c/src/libmisc/ChangeLog @ 5fef523

4.104.114.84.95
Last change on this file since 5fef523 was 5fef523, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 17:52:03

2001-05-25 Joel Sherrill <joel@…>

  • shell/cmds.c: Removed code from inappropriate source.
  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[5fef523]12001-05-25      Joel Sherrill <joel@OARcorp.com>
2
3        * shell/cmds.c: Removed code from inappropriate source.
4
[b2712e3]52000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
6
7        * monitor/mon-prmisc.c: Correct print line.
8        * shell/Makefile.am: Added new file telnetd.c.
9        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
10        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
11           - The shell_init has a new parameter 'forever' because in
12             /dev/console you need that this process runs forever but in
13             tcp/ip not. (respawn?)
14           - A new task for every session opened trought tcp/ip telnet client.
15             (the chargen,daytime and more are possible of implementation but
16             I ask me if they are necesary)
17           - Exit from the session delete the task and when the client fails too.
18           - More cmds have been implemented. (very reduced version of these)
19             umask, chmod, id, whoami, rm, cat, ...
20           - A reduced line edit has been implemented.
21               Ctrl-C abort the input,
22               Ctrl-d in the first position gives EOF (logout).
23               '\b' and DEL makes the rubout operation.
24               I think that readline() for every session spents a lot of resources.
25
[d72caa6]262001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
29        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
30
312001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]32
33        * Added initial shell functionality.
34        * Makefile.am, configure.in, wrapup/Makefile.am:
35        * shell/.cvsignore, shell/Makefile.am, shell/README,
36        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]37
[a5bdcd98]382001-04-20      Joel Sherrill <joel@OARcorp.com>
39
40        * devnull/devnull.c (null_initialize): Added check to
41        ensure that the driver is only initialized once.  Otherwise,
42        it will abort when the device /dev/null is present.
43        (null_write): Do not dereference a NULL pointer.
44
[974d213f]452001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
48
[620e8263]492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
52        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
53        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
54        Apply include_*HEADERS instead of H_FILES.
55
[85d03e2]562001-01-05      Joel Sherrill <joel@OARcorp.com>
57
58        * devnull: New addition.  Moved from libcpu/sh.
59        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
60        devnull/Makefile.am: New files.
61        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
62        addition of above.
63
[4a14b7be]642000-11-30      Joel Sherrill <joel@OARcorp.com>
65
66        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
67
[feead226]682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
[a314d3b4]722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
75
[2735b82]762000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
79        Switch to GNU canonicalization.
80
[f6630d4]812000-09-28      Joel Sherrill <joel@OARcorp.com>
82
83        * monitor/mon-driver.c: Accounted for addition of "_entry" to
84        fields in rtems_driver_address_table.
85
[7fcc26ac]862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87       
88        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
89        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
90        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
91        Include compile.am.
92
[188c82b]932000-08-30      Joel Sherrill <joel@OARcorp.com>
94
95        * Many files: Moved posix/include/rtems/posix/seterr.h to
96        score/include/rtems/seterr.h so it would be available within
97        all APIs.
98
[73eea69c]992000-08-30      Joel Sherrill <joel@OARcorp.com>
100
101        * mw-fb/.cvsignore: New file.
102
[152b1e3]1032000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
104
105        * Added generic Micro FrameBuffer interface for MicroWindows.
106        This interface allows MicroWindows to under RTEMS. A sample
107        driver has been developed for the pc386 BSP. See
108        pc386/fb_vga.c as a sample.
109        * Added Uniform Input Device interface for MicroWindows.
110        See PC386 bsp for sample drivers for mouse and keyboard (console).
111        * mw-bf: New directory.
112        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
113        * mw-fb/Makefile.am: New file.
114        * mw-fb/mw_fb.c: New file.
115        * mw-fb/mw_fb.h: New file.
116        * mw-fb/mw_uid.c: New file.
117        * mw-fb/mw_uid.h: New file.
118
[e94ad1fe]1192000-08-10      Joel Sherrill <joel@OARcorp.com>
120
121        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.