summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken changelog entryRalf Corsepius2005-05-071-2/+1
|
* * libnetworking/rtems/rtems_showifstat.c: Remove warning.Joel Sherrill2005-05-062-0/+3
|
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-062-0/+5
| | | | * rtems/score/powerpc.h: Removed warning
* 2005-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-062-2/+5
| | | | | * libnetworking/net/if.h: Revert include of sys/mbuf.h in this .h file since it causes other problems.
* 2005-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-062-2/+6
| | | | * libcsupport/src/termios.c: Removed warnings.
* 2005-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-064-4/+11
| | | | | * libnetworking/net/if.h, libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c: Removed warnings.
* 2005-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-069-21/+33
| | | | | | | | * libblock/src/blkdev.c, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/fat_file.h, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_initsupp.c, libfs/src/dosfs/msdos_misc.c: Removed warnings.
* 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-042-1/+5
| | | | * include/rtems/pci.h: Name change to support common PCI interface
* 2005-05-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-042-1/+5
| | | | * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-033-3/+8
| | | | | * rtems/score/cpu.h: Change definition of _VBR to a simple pointer. * rtems/score/m68k.h: Remove use of _Coldfire_VBR.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-032-1/+5
| | | | * cpu.c: Remove warning.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-032-1/+6
| | | | | * libcsupport/include/ringbuf.h: Use uint8_t instead of char for raw data buffer.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-032-1/+6
| | | | | * rtems/src/regiongetfreeinfo.c: Return RTEMS_SUCCESSFUL instead of RTEMS_INVALID_ADDRESS on success path.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-033-7/+13
| | | | | * libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_load_tar.c: Use uint8_t instead of char for raw data buffer.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-032-32/+39
| | | | * rtems.adb: Remove gcc 4.x warnings.
* 2005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-022-2/+2
| | | | | * libfs/src/dosfs/msdos_format.c, librpc/src/xdr/xdr.c: Added initialization to remove warnings.
* 2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-023-1/+40
| | | | | | | PR 782/rtems * rtems.ads: Remove stray ';'. * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get, Task_Variable_Delete.
* Remove bogus ChangeLog entry.Ralf Corsepius2005-05-022-4/+2
|
* changesRalf Corsepius2005-05-021-0/+5
|
* 2005-05-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-011-0/+5
| | | | | * libnetworking/kern/kern_mib.c, libnetworking/sys/libkern.h: Update from FreeBSD.
* Update from FreeBSDRalf Corsepius2005-05-012-31/+39
|
* 2005-04-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-304-27/+44
| | | | | | * configure.ac: fix evaluating --enable-ada. * ada/Makefile.am: Use preinstall.am * ada/preinstall.am: New.
* 2005-04-29 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-292-0/+5
| | | | * score/src/objectidtoname.c: Removed warnings
* 2005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-2813-17/+40
| | | | | | | | | | | | * libnetworking/kern/kern_sysctl.c, libnetworking/libc/inet_ntop.c, libnetworking/net/if_ppp.c, libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c, libnetworking/netinet/ip_output.c, libnetworking/netinet/udp_usrreq.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_select.c, libnetworking/rtems/rtems_showifstat.c, libnetworking/rtems/rtems_showroute.c, libnetworking/rtems/rtems_syscall.c: Fixed type mismatch and uninitialized variable warnings.
* 2005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-282-2/+6
| | | | * score/src/objectidtoname.c: Fixed spacing.
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-282-0/+5
| | | | * score/src/objectidtoname.c: Add enable dispatch
* 2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-282-2/+4
| | | | * configure.ac: Remove or32-rtems
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-1/+5
| | | | * rtems/asm.h: Eliminate warnings.
* 2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-232-1/+5
| | | | * score/cpu/Makefile.am: Remove or32 (target abandoned).
* Remove (Obsolete).Ralf Corsepius2005-04-2311-2525/+0
|
* 2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-231-0/+7
| | | | | | | * rtems/score/types.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/or32.h, rtems/asm.h, Makefile.am, cpu.c, cpu_asm.c, preinstall.am: Remove.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-185-272/+198
| | | | | | | * libnetworking/net/if.h: Update from FreeBSD. * libnetworking/net/if_loop.c: Reflect updates. * libnetworking/net/if_ppp.c: Reflect updates. * libnetworking/net/if_types.h: Update from FreeBSD.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-184-8/+12
| | | | | | * libnetworking/net/ethernet.h: Add RTEMS outdated either_input. * libnetworking/net/if.c: Partial update from FreeBSD. * libnetworking/net/if_ethersubr.c: Partial update from FreeBSD.
* UpdateRalf Corsepius2005-04-181-0/+4
|
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-182-0/+237
| | | | | * libnetworking/net/if_var.h: New (extracted from net/if.h). * libnetworking/Makefile.am: Add net/if_var.h.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-181-0/+5
| | | | | * libnetworking/net/if.c, libnetworking/net/if.h, libnetworking/sys/mbuf.h: Cosmetics from FreeBSD.
* Cosmetics from FreeBSD.Ralf Corsepius2005-04-183-89/+84
|
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-181-157/+18
| | | | | * libnetworking/sys/mount.h: More updates from FreeBSD. Remove ufs, mfs, dosfs, isofs.
* 2005-04-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-181-0/+6
| | | | | | * libnetworking/sys/mount.h: More updates from FreeBSD. Remove ufs, mfs, dosfs, isofs. * libnetworking/nfsclient/nfsargs.h: More updates from FreeBSD.
* More updates from FreeBSD.Ralf Corsepius2005-04-181-19/+11
|
* 2005-04-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-172-171/+151
| | | | * libnetworking/net/rtsock.c: More updates from FreeBSD.
* 2005-04-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-172-4/+28
| | | | | | | | | | | | | | | * libnetworking/sys/mount.h: Remove nfs_args. * libnetworking/nfsclient/nfsargs.h: New (extracted from sys/mount.h). * libnetworking/nfsclient/nfsdiskless.h: New (Relocated from nfs/). * libnetworking/nfs/nfsdiskless.h: Remove. * libnetworking/net/netisr.h: Partial update from FreeBSD. * libnetworking/net/rtsock.c: Cosmetical update from FreeBSD. * libnetworking/sys/socket.h: Cosmetical update from FreeBSD. * libnetworking/sys/queue.h: Cosmetical update from FreeBSD. Remove special casing of arm/mips. * libnetworking/nfs/bootp_subr.c: Reflect having introduced nfsclient/. * libnetworking/Makefile.am: Remove changes above.
* Reflect having introduced nfsclient/.Ralf Corsepius2005-04-171-1/+2
|
* Partial update from FreeBSD.Ralf Corsepius2005-04-171-8/+4
|
* Remove nfs_args.Ralf Corsepius2005-04-171-68/+6
|
* Cosmetical update from FreeBSD. Remove special casing of arm/mips.Ralf Corsepius2005-04-171-10/+1
|
* Cosmetical update from FreeBSD.Ralf Corsepius2005-04-172-9/+5
|
* Remove.Ralf Corsepius2005-04-171-100/+0
|
* New.Ralf Corsepius2005-04-172-0/+203
|
* 2005-04-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-04-151-0/+5
| | | | | * libnetworking/net/if_arp.h, libnetworking/netinet/ip.h, libnetworking/netinet/ip_icmp.c: Partial updates from FreeBSD.