summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-03-03Switched from "extern int errno" to "#include <errno.h>".Joel Sherrill6-6/+6
1998-02-27Removed use of dc. David Fiddes reported that this is part of theJoel Sherrill1-1/+17
1998-02-23Patch from Eric Norum:Joel Sherrill1-1/+1
1998-02-20Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1-2/+20
1998-02-20Modified to reflect new restrictions on mutex being released.Joel Sherrill1-1/+1
1998-02-20Removed extra line.Joel Sherrill1-1/+0
1998-02-20Added misisng line continuation.Joel Sherrill2-2/+2
1998-02-20Increased stack space to let test run to completion.Joel Sherrill1-4/+4
1998-02-19changed version to 980219Joel Sherrill2-2/+2
1998-02-19Patch from Eric Norum:Joel Sherrill1-36/+42
1998-02-19Increased stack space of tasks.Joel Sherrill1-1/+1
1998-02-19Accounted for fixed system overhead.Joel Sherrill2-4/+20
1998-02-19Increased stack size of initialization task.Joel Sherrill1-0/+1
1998-02-19Restructured so all times are placed in variables and printed in batchJoel Sherrill1-163/+193
1998-02-18changed version to 980218Joel Sherrill2-2/+2
1998-02-18Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1-6/+2
1998-02-18Patch from Chris Johns to add the interrupt class destructure.Joel Sherrill2-0/+10
1998-02-17updated copyright to 1998Joel Sherrill1377-1381/+1381
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill17-1/+251
1998-02-17Renamed init.o to exinit.o to avoid naming conflicts with tests.Joel Sherrill1-2/+2
1998-02-17Installing sptables with version information.Joel Sherrill2-6/+6
1998-02-17renamed init.c exinit.cJoel Sherrill1-1/+1
1998-02-17First cut at automatic insertion of version information.Joel Sherrill4-6/+28
1998-02-17Added unused warning per discussion on rtems-snapshots list.Joel Sherrill1-2/+2
1998-02-17Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill3-5/+15
1998-02-17Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-20/+3
1998-02-17Swapped C++ and ASM "endifs"Joel Sherrill1-2/+2
1998-02-11Incorporated Ralf Corsepius' idea for new -q flags to properly supportJoel Sherrill21-40/+146
1998-02-11Don't install tools using variant name.Joel Sherrill1-1/+1
1998-02-11Install size info using "standard" suffix.Joel Sherrill1-8/+1
1998-02-07Fixed to correctly operate on target variants like debug and profile.Joel Sherrill2-12/+33
1998-02-07Should not install build-tools using target variant options.Joel Sherrill1-1/+1
1998-02-06Problem report from Brian Cuthie regarding incorrect calculationJoel Sherrill1-1/+2
1998-02-04Patch from Ralf Corsepius to reduce the amount of memory consumed byJoel Sherrill2-4/+12
1998-02-04Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill11-11/+11
1998-02-03Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill2-0/+2
1998-02-03Corrected spelling error so interrupt driven console would work.Joel Sherrill1-2/+2
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill461-1844/+922
1998-01-30Corrected Linux port for glibc2Joel Sherrill7-5/+11
1998-01-28Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1-1/+6
1998-01-27Fix from Eric Norum:Joel Sherrill1-1/+1
1998-01-27Fixed missing carriage return at the bottom of the file reportedJoel Sherrill1-1/+0
1998-01-26new fileJoel Sherrill1-0/+9
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill28-55/+72
1998-01-23Cleaned up a bit.Joel Sherrill1-9/+31
1998-01-23Added information about multilib problems.Joel Sherrill1-0/+8
1998-01-22Added some GRUB information from Phil Wilshire.Joel Sherrill1-0/+12
1998-01-21Added autoconf support for strerror/sys_errlist per Ralf Corsepius'Joel Sherrill9-53/+161
1998-01-21Corrected prototypes for main per Ralf Corsepius' report of warningsJoel Sherrill6-10/+24