summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-221-10/+3
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2210-50/+50
| | | | of switching to the modified GNU GPL.
* fixed spacingJoel Sherrill1997-04-161-1/+3
|
* added code to prevent attempts to clean up the library when rtems isJoel Sherrill1997-04-091-0/+8
| | | | down.
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-092-14/+114
| | | | | | | | | | | | | was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
* removed noreturn attribute to eliminate warnings.Joel Sherrill1997-04-071-2/+7
|
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+62
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* added include of rtems.h so the proper macro definitions would be present.Joel Sherrill1997-03-101-0/+2
|
* made some of this conditional on unix libJoel Sherrill1997-03-101-2/+5
|
* Modifications to make go32 build using new i386-go32-rtems toolsetJoel Sherrill1997-01-292-4/+7
| | | | and gcc 2.8.x -specs options.
* Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1997-01-296-36/+162
| | | | should simplify the build process.
* removed assert() for stat on non-devices. Now it returns -1. ThisJoel Sherrill1997-01-081-2/+1
| | | | makes gnat pass about 55 more tests in the acvc.
* Added asserts for unhandled conditions which need to result in errorJoel Sherrill1996-11-082-1/+17
| | | | | | statuses being returned to gnat runtime in order for it to raise use_errors. This was needed to identify the places in gnat's runtime which needed to be addressed.
* added ENOSYS supportJoel Sherrill1996-10-151-0/+1
|
* dummy function added to satisfy ANSIJoel Sherrill1996-09-182-0/+20
|
* modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1996-09-181-3/+20
| | | | malloc for per-thread reentrancy structure allocation.
* added malloc_walkJoel Sherrill1996-09-181-4/+35
| | | | miscellaneous corrections in casting.
* added prototype for malloc_walkJoel Sherrill1996-09-181-0/+1
|
* get_errno: no longer needed by gnat runtimeJoel Sherrill1996-08-061-0/+4
|
* another attempt at the rtems_posix_api ifdefJoel Sherrill1996-07-031-4/+3
|
* minor changes to insure the few posix-ish routines needed in non-posixJoel Sherrill1996-06-181-6/+25
| | | | mode have stubs.
* use exit() from newlib by default.Joel Sherrill1996-06-121-8/+8
|
* patch from Tony Bennett on the ifdef for O_NDELAYJoel Sherrill1996-06-061-7/+8
|
* sleep moved into newlibc.c so the sleep.o object would not be in the library.Joel Sherrill1996-06-031-1/+26
| | | | | This implementation of sleep is now only used when the POSIX API is not configured.
* added dummy versions of __kill and __getpid which assert(0) so thatJoel Sherrill1996-05-301-0/+23
| | | | | applications which use only the rtems api (i.e. not the posix api) will link.
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-4/+0
|
* added initial posix configuration supportJoel Sherrill1996-05-281-2/+3
|
* updates from Tony BennettJoel Sherrill1996-05-233-3/+6
|
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-0/+1
| | | | | | of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have.
* updates from Tony BennettJoel Sherrill1996-04-224-12/+5
|
* Updates from Tony Bennett.Joel Sherrill1996-04-224-25/+34
|
* As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill1996-03-061-0/+1
| | | | | from the application code, this file required more visibility than is given by default to application code.
* Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1996-03-061-0/+1
| | | | | | | | | | | | | | | the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
* Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1996-02-211-2/+2
| | | | | | only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
* added a task begin extension for unix simulator configurations. This extensionJoel Sherrill1996-01-191-0/+25
| | | | insures that stdout is line buffered (see setvbuf).
* Removed comment about a confusion on newlib buffering.Joel Sherrill1996-01-171-10/+0
|
* Modified fstat and stat to be consistent with isatty in that all threeJoel Sherrill1996-01-171-7/+23
| | | | | now pretend that everything is a tty. This insures that newlib makes the console output line buffered.
* Split error handler into its own directory.Joel Sherrill1996-01-151-1/+1
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-157-71/+82
|
* bug fix in statistics from Tony Bennett (tbennett@divnc.com)Joel Sherrill1995-12-051-1/+3
|
* fixed missing CVS IDsJoel Sherrill1995-10-063-0/+6
|
* moved to new development machine and went to gcc 2.7.0Joel Sherrill1995-10-061-1/+1
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-292-32/+100
|
* posix support initially addedJoel Sherrill1995-09-263-2/+63
|
* Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill1995-09-122-4/+15
| | | | Changed back to Newlib for Solaris UNIX simulator.
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-114-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-282-9/+16
| | | | | | | | | | | | | | | Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-233-3/+3
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-177-21/+1074
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables