summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CosmeticsRalf Corsepius2005-10-171-12/+12
|
* 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-172-6/+10
| | | | * libfs/src/dosfs/msdos_misc.c: Revert to vers. 1.9.
* 2005-10-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-10-062-6/+11
| | | | | PR 828/filesystems * libfs/src/dosfs/msdos_misc.c: Problem retracted. Revert patch.
* 2005-10-04 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2005-10-043-6/+24
| | | | | | | | | | PR 829/rtems * rtems/src/tasks.c, rtems/src/taskvariabledelete.c: If task variables are deleted from a different context (i.e., executing context != owner of the task variable. The owner meaning the task that registered the dtor in question) the argument passed to the task variable dtor must be tvar and not *ptr which yields the executing task's value of the task variable instead of the owner's.
* Remove floating point calculations and the C preprocessor conditions which ↵Eric Norum2005-09-292-17/+13
| | | | enabled them.
* 2005-09-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-253-44/+5
| | | | | * sapi/include/rtems/init.h, sapi/src/exinit.c: Remove unused and obsolete rtems_initialize_executive.
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-192-218/+13
| | | | | * libnetworking/sys/mount.h: Cosmetical update from FreeBSD. Remove non-implemented interfaces (vfs, nfs, fsstat, etc.).
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-192-0/+9
| | | | * configure.ac: Check for sys/errno.h.
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-18/+2
| | | | * libnetworking/pppd/Makefile.am: Use preinstall.am.
* New.Ralf Corsepius2005-09-191-0/+27
|
* CosmeticsRalf Corsepius2005-09-161-8/+6
|
* 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+1
| | | | * libnetworking/nfs/rpcv2.h: Update from FreeBSD.
* Update from FreeBSDRalf Corsepius2005-09-161-46/+15
|
* 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+4
| | | | | | | * libnetworking/Makefile.am: Cosmetics. * libnetworking/nfs/bootp_subr.c: Remove superfluous includes. * libnetworking/nfs/xdr_subs.h: Partial update from FreeBSD. * libnetworking/netinet/in.h: Partial update from FreeBSD.
* Remove superfluous includes.Ralf Corsepius2005-09-161-4/+1
|
* Partial update from FreeBSD.Ralf Corsepius2005-09-162-29/+27
|
* 2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-161-0/+4
| | | | * libnetworking/nfs/nfsproto.h: Partial update from FreeBSD.
* Partial update from FreeBSD.Ralf Corsepius2005-09-161-77/+60
|
* 2005-09-15 Jay MonkmanJay Monkman2005-09-153-99/+14
| | | | | | PR 365/rtems * rtems/score/arm.h, rtems/score/cpu.h: Removed unused ARM_HAS_CLZ macro
* Remove dupe entries.Joel Sherrill2005-09-021-8/+0
|
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.2.
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-021-0/+4
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.2.
* 2005-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-022-1/+5
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.2.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-014-16/+41
| | | | | | | | | PR 820/rtems * score/inline/rtems/score/coremsg.inl, score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.
* 2005-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-09-012-6/+41
| | | | | | | PR 796/rtems * posix/src/semtimedwait.c: sem_timedwait is supposed to use absolute time for timeout specification. This patch is a modified version of the one suggested by Peter Dufault.
* 2005-09-01 Nuno Costa <nuno-costa@iol.pt>Joel Sherrill2005-09-012-2/+9
| | | | | | PR 804 * sapi/include/confdefs.h: Memory for POSIX timers not accounted for. Patch adapted from edit comment in PR filed.
* 2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-314-125/+47
| | | | | | | PR 819/filesystem * libcsupport/src/ttyname_r.c: Remove. * libcsupport/src/ttyname.c: Partial update from FreeBSD. * libcsupport/Makefile.am: Reflect changes above.
* 2005-08-18 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-183-0/+8
| | | | | | PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c: First patch returned without exitting dispatching critical section.
* 2005-08-17 Nuno Costa <nuno-costa@iol.pt>Joel Sherrill2005-08-172-2/+9
| | | | | | | PR 805/rtems * posix/include/rtems/posix/timer.h: Due to bad choice of error constants by original submitter, it was impossible to create more than 10 POSIX timers.
* 2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>Joel Sherrill2005-08-174-6/+66
| | | | | | | | PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c, score/src/watchdoginsert.c: Tighten critical section checks on an ISR using the same timer being inserted by a lower priority ISR or interupt task.
* 2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>Joel Sherrill2005-08-173-3/+11
| | | | | | | | PR 744/filesystem * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not support permissions on directories so the check performed by unlink would always fail. The unlink code was modified to support a not supported status being returned.
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-151-0/+2
| | | | | * posix/include/mqueue.h, posix/src/mqueuetimedreceive.c: ssize_t mq_timedreceive() (POSIX compliance).
* ssize_t mq_timedreceive() (POSIX compliance)Ralf Corsepius2005-08-152-2/+2
|
* Regenerate.Ralf Corsepius2005-08-151-0/+8
|
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-152-2/+7
| | | | * wrapup/Makefile.am: Use librtemscpu_a_LIBRARIES.
* 2005-08-12 Chris Johns <chrisj@rtems.org>Joel Sherrill2005-08-122-4/+8
| | | | | | PR 808/rtems_misc * libcsupport/src/printk.c: Fix bug where specifying field width crashed on pc386 BSP.
* 2005-08-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-062-2/+5
| | | | | * libnetworking/nfs/bootp_subr.c: Don't include nfs/nfs.h, nfs/krpc.h.
* 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-051-0/+9
| | | | | | | | | * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_eval.c, libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_free.c, libfs/src/dosfs/msdos_fsunmount.c, libfs/src/dosfs/msdos_init.c, libfs/src/dosfs/msdos_misc.c, libfs/src/dosfs/msdos_mknod.c: Introduce msdos_status_t (dosfs statii are at least 32bit, not int).
* Introduce msdos_status_t.Ralf Corsepius2005-08-059-32/+34
|
* Regenerate.Ralf Corsepius2005-08-052-4/+8
|
* 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-053-490/+40
| | | | | * Makefile.am: Add libnetworking/memory.h * libnetworking/Makefile.am: Remove memory.h
* 2005-08-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-022-1/+8
| | | | | | | PR 817/rtems * libcsupport/src/gxx_wrappers.c: Rename rtems_gxx_recursive_mutex_init_function to rtems_gxx_recursive_mutex_init.
* 2005-08-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-011-0/+4
| | | | * libnetworking/sys/syslog.h: Partial update from FreeBSD.
* Partial update from FreeBSD.Ralf Corsepius2005-08-011-16/+15
|
* This commit was generated by cvs2svn to compensate for changes in r12147,Ralf Corsepius2005-07-182-0/+234
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2005-07-182-0/+234
| |
| * Import from zlib-1.2.4Ralf Corsepius2005-02-061-0/+10
| |
| * Import from zlib-1.2.4Ralf Corsepius2005-02-061-0/+2
| |
* | Pass along errno from failed ftruncate().Eric Norum2005-07-132-0/+5
| |
* | Add PR.Joel Sherrill2005-07-061-0/+1
| |