summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-062-4/+7
| | | | | | | | | | | | * libnetworking/lib/syslog.c: Fix spelling mistake. * libnetworking/sys/uio.h: Partial update from FreeBSD. * libnetworking/kern/kern_subr.c: Reflect changes above.
* | Fix spelling mistake.Ralf Corsepius2005-07-061-1/+1
| |
* | Partial update from FreeBSD.Ralf Corsepius2005-07-061-13/+20
| |
* | 2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-052-1/+11
| | | | | | | | * libblock/include/rtems/ide_part_table.h: Add C++ guards.
* | The DHCP header.Chris Johns2005-06-301-0/+47
| |
* | DHCP server for RTEMS.Chris Johns2005-06-301-0/+1133
| |
* | 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-172-1/+7
| | | | | | | | | | * libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended dependencies added by the RTEMS specific tap interface.
* | 2005-06-09 Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net>Joel Sherrill2005-06-093-2/+13
| | | | | | | | | | | | | | PR 790/rtems * sapi/src/extensioncreate.c, sapi/src/extensionident.c: Correct use of name. This was missed when the other ident services in rtems/src where changed.
* | 2005-06-07 Brett Swimley <brett.swimley@aedbozeman.com>Joel Sherrill2005-06-073-6/+11
| | | | | | | | | | PR 803/patch * rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
* | Regenerate.Ralf Corsepius2005-06-012-0/+13
| |
* | 2005-05-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-271-0/+3
| | | | | | | | | | | | * libnetworking/net/if.h: Partial update from FreeBSD. * libnetworking/netinet/if_ether.h: Remove BYTE_PACK. * libnetworking/netinet/ip_var.h: Remove BYTE_PACK.
* | Partial update from FreeBSD.Ralf Corsepius2005-05-271-2/+3
| |
* | Remove BYTE_PACK.Ralf Corsepius2005-05-272-14/+8
| |
* | 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-272-1/+5
| | | | | | | | * librpc/include/rpc/clnt.h: Partial update from FreeBSD.
* | 2005-05-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-276-4/+13
| | | | | | | | | | | | * libnetworking/lib/ftpfs.c, librpc/include/rpc/svc.h, librpc/src/rpc/get_myaddress.c, librpc/src/rpc/pmap_getmaps.c, librpc/src/rpc/pmap_getport.c: Remove warnings.
* | 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-251-0/+6
| | | | | | | | | | | | * librpc/include/rpc/clnt.h, librpc/include/rpc/svc.h, src/rpc/pmap_rmt.c: Use void* instead of caddr_t. Cosmetics from FreeBSD.
* | Use void* instead of caddr_t. Cosmetics from FreeBSD.Ralf Corsepius2005-05-253-31/+49
| |
* | Regenerate.Ralf Corsepius2005-05-251-4/+0
| |
* | 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-251-2/+7
| | | | | | | | | | | | * librpc/include/rpc/auth_des.h: Remove (Unused, unsupported). * librpc/include/rpc/rpc.h, librpc/Makefile.am: Reflect removing auth_des.h.
* | Reflect removing auth_des.h.Ralf Corsepius2005-05-252-7/+1
| |
* | Remove (Unused, unsupported).Ralf Corsepius2005-05-251-109/+0
| |
* | 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-251-0/+2
| | | | | | | | | | * include/rpc/rpc_com.h, include/rpc/rpc_msg.h, src/rpc/svc_simple.c: Minor fixes.
* | Misc. fixes.Ralf Corsepius2005-05-253-37/+31
| |