summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-23154-494/+1593
| | | | it work.
* Added networking.Joel Sherrill1998-11-232-5/+10
|
* Removed "HAS_NETWORKING=no".Joel Sherrill1998-11-231-4/+0
|
* New network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-11-234-0/+3113
|
* Bug report from Peter Mueller <pmueller@decrc.abb.de>:Joel Sherrill1998-11-191-1/+1
| | | | | | | | I use the m68k/efi332 BSP together with a home made board. After some time of debugging I found that the m68020 CPU is used to build rtems. This is not correct, because the 68332 does not have some of the 68020 features (no separate int stack ...). It is necessary to change this to mcpu32. After a clean/make everything works fine.
* Renamed exception constants per requests from Erik IvanenkoJoel Sherrill1998-11-191-19/+19
| | | | <erik.ivanenko@utoronto.ca> and Eric Valette <valette@crf.canon.fr>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-11-193-4/+4
| | | | | | | Here is a cosmetic patch which corrects a few spelling problems in parts written by me. Apparently, I must have written these under the influence of ether (:-)
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-1929-702/+925
| | | | | | | | | | | | | | | 1) Socket timeout field changed from `short' to `long'. This makes longer timeouts possible. With a 1 kHz system clock the old system allowed timeouts only up to a little over 30 seconds! This change is a slightly cleaned-up version of the patch proposed by Ian Lance Taylor. 2) Major changes to BOOTP/DHCP reply handling. Now supports much of RFC2132. These changes were done at the request of, and with the assistance of, Erik Ivanenko. If you're making changes, you might want to change the network supplement Essentially just do a global search and replace of BOOTP with BOOTP/DHCP.
* Changed BOOTP -> BOOTP/DHCP.Joel Sherrill1998-11-192-11/+12
|
* Changed version string.Joel Sherrill1998-11-199-33/+447
| | | | | | Added much new stuff to the POSIX User's Guide. New chapters stuff shrunk.
* Stripped down to be just new chapters.Joel Sherrill1998-11-192-102/+8
|
* Renamed entire document so this is a transient working directory.Joel Sherrill1998-11-191-43/+5
|
* Merged these into POSIX manual.Joel Sherrill1998-11-1919-9745/+0
|
* Added.Joel Sherrill1998-11-191-0/+175
|
* Readded prefaceJoel Sherrill1998-11-191-0/+34
|
* Major update/merge of POSIX manual.Joel Sherrill1998-11-1919-741/+6740
|
* New filesJoel Sherrill1998-11-196-0/+1020
|
* Applied updates from remote work while doing class.Joel Sherrill1998-11-1930-422/+2115
|
* changed version to 4.0.0-AFCCJoel Sherrill1998-10-293-3/+3
|
* Cleanup.Joel Sherrill1998-10-291-1/+6
|
* making release docsJoel Sherrill1998-10-294-29/+8
|
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-10-281-8/+60
| | | | | | | | | | | | | | | The RTEMS i386 stub in c/src/lib/libbsp/i386/shared/comm/i386-stub.c doesn't take advantage of some of the newer gdb remote features which permits shorter and fewer packets. Here is a patch which uses the 'T' response to report the registers which gdb generally needs, and implements the 'P' request to set only a single register. The general effect is to avoid sending all the register contents back and forth between gdb and the stub every time the stub stops. This also implements the 'D' request which handles the gdb detach command, so you can cleanly quit out of the debugger and leave the target board running.
* Patch from Ian Lance Taylor <ian@airs.com>.Joel Sherrill1998-10-282-22/+38
| | | | | | | | | | | | | | | | | | | | | I just happened across the sync_io support in c/src/exec/score/cpu/unix/cpu.c (is this documented anywhere?). That looked more useful than the signal driven I/O I was using before, so I tried it. I ran across a few bugs in the way it uses select. Select changes its fd_set arguments, so you can't use global variables for them. You have to copy them into local variables first. If select returns -1 with errno set to EINTR, then it has not changed any of the fd_sets. You can't start looking at them. When clearing a descriptor, the code has the usual select off by one error when setting sync_io_nfds. I don't see how this code could ever have worked correctly. I have appended a patch for the problems I found.
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-2819-71/+186
| | | | with libchip.
* Removed per Eric NorumJoel Sherrill1998-10-281-62/+0
|
* changed version to 4.0.0Joel Sherrill1998-10-280-0/+0
|
* Version changed.Joel Sherrill1998-10-276-31/+23
|
* fixes from David FiddesJoel Sherrill1998-10-271-8/+6
|
* Minor change to ease debugging.Joel Sherrill1998-10-271-1/+3
|
* Spacing.Joel Sherrill1998-10-271-1/+1
|
* Updated for beta4bJoel Sherrill1998-10-271-3/+3
|
* Corrected 2nd invocation of texi2dvi so indices are built.Joel Sherrill1998-10-272-2/+1
|
* changed version to 4.0.0Joel Sherrill1998-10-273-3/+3
|
* Update from David Fiddes.Joel Sherrill1998-10-274-113/+104
|
* Clarifed description of driver name.Joel Sherrill1998-10-271-1/+4
|
* Version changed.Joel Sherrill1998-10-271-4/+4
|
* Version change.Joel Sherrill1998-10-271-1/+1
|
* Spacing.Joel Sherrill1998-10-271-1/+0
|
* Merged base line score603e BSPJoel Sherrill1998-10-261-28/+28
|
* changed version to 4.0.0-beta4bJoel Sherrill1998-10-260-0/+0
|
* changed version to 4.0.0-beta4bJoel Sherrill1998-10-263-3/+3
|
* Patches done in conjunction with Juan Zamorano FloresJoel Sherrill1998-10-267-14/+31
| | | | | <jzamora@avellano.datsi.fi.upm.es>. He debugged enough to let me know what was wrong and I supplied the code. :)
* Updated for mvme136.Joel Sherrill1998-10-261-1/+1
|
* Updated the date.Joel Sherrill1998-10-261-2/+1
|
* Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca>:Joel Sherrill1998-10-221-15/+16
| | | | | | | | | | Please find attached a new i386ex.cfg. It has been altered to change the files that get generated with the .nxe extension to .coff. This change is necessary to align the file names generated by "make-exe" to the those referred to in the GDB.HOWTO found in the i386/shared/comm directory. It has been successfully tested on ticker ( without GDB), and base_sp( with GDB ) . I just set a breakpoint and continue...
* Typos spotted by Ian Lance Taylor <ian@airs.com>.Joel Sherrill1998-10-221-2/+2
|
* Added missing .rodata and *(.gnu.linkonce.r*) section.Joel Sherrill1998-10-221-0/+4
|
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-10-221-0/+1
| | | | | | | | | I noticed that in the 4.0.0-beta4a tar file, the file c/src/lib/libbsp/i386/pc386/startup/linkcmds was changed so that it no longer handles the .gnu.linkonce.r* sections. The appended patch was applied to the file. I'm not sure why. I think this patch should probably be backed out, although it's not critical for the release.
* Patch from Eric Norum.Joel Sherrill1998-10-221-4/+6
|
* Changed all of these to stubs.Joel Sherrill1998-10-2221-1209/+102
|