summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken declaration of tcp_trace().Ralf Corsepius2008-09-011-1/+1
|
* 2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-011-0/+12
| | | | | | | | | | | | * libnetworking/libc/res_comp.c, libnetworking/netinet/igmp.c, libnetworking/netinet/in_cksum.c, libnetworking/netinet/in_proto.c, libnetworking/netinet/tcp_debug.c, libnetworking/netinet/tcp_input.c, libnetworking/netinet/tcp_output.c, libnetworking/netinet/tcp_timer.c: Remove BSD "Add clause" (From FreeBSD).
* Remove BSD "Add clause" (From FreeBSD).Ralf Corsepius2008-09-018-32/+0
|
* 2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-011-0/+15
| | | | | | | | | * libnetworking/net/if_ethersubr.c, libnetworking/net/if_loop.c, libnetworking/net/if_ppp.c, libnetworking/net/ppp_tty.c, libnetworking/net/radix.c, libnetworking/net/raw_cb.c, libnetworking/net/raw_usrreq.c, libnetworking/net/route.c, libnetworking/net/rtsock.c, libnetworking/net/slcompress.c: Stop using old-style function definitions.
* Stop using old-style function definitions.Ralf Corsepius2008-09-0110-203/+78
|
* Stop using old-style function definitions.Ralf Corsepius2008-09-014-144/+57
|
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-312-4/+9
| | | | | * libcsupport/include/timerdrv.h: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-303-3/+7
| | | | | * posix/Makefile.am, rtems/src/tasksetpriority.c: Improve comments and wrapping.
* 2008-08-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-291-0/+4
| | | | * ftpd/ftpd.c: Fix prototype.
* Fix prototype.Ralf Corsepius2008-08-291-1/+1
|
* 2008-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-275-17/+78
| | | | | | | * libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h: Split out rtems_shell_get_prompt() so it can be overridden by the user. * libmisc/shell/shell_getprompt.c: New file.
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-271-0/+9
| | | | | | | | | * libnetworking/libc/getproto.c, libnetworking/libc/getprotoent.c, libnetworking/libc/getprotoname.c, libnetworking/libc/getservbyname.c, libnetworking/libc/inet_makeaddr.c, libnetworking/libc/recv.c, libnetworking/libc/send.c: Stop using old-style function-definitions.
* Stop using old-style function-definitions.Ralf Corsepius2008-08-277-20/+24
|
* 2008-08-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-261-0/+4
| | | | * libmisc/fsmount/fsmount.c: Convert to using bool.
* Convert to using bool.Ralf Corsepius2008-08-261-4/+4
|
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-262-0/+7
|
* 2008-08-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-261-0/+8
| | | | | | | | * pppd/auth.c, pppd/ccp.c, pppd/chap.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/ipcp.c, pppd/lcp.c, pppd/magic.c, pppd/options.c, pppd/rtemsmain.c, pppd/sys-rtems.c, pppd/upap.c, pppd/utils.c: Stop using old-style function-definitions.
* Stop using old-style function-definitions.Ralf Corsepius2008-08-2614-705/+705
|
* 2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-251-0/+6
| | | | | | * libblock/src/bdbuf.c, libblock/src/diskdevs.c, libblock/src/ide_part_table.c, libblock/src/ramdisk.c: s/rtems_boolean/bool/g.
* s/rtems_boolean/bool/g.Ralf Corsepius2008-08-254-7/+7
|
* 2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-251-0/+2
| | | | | * libmd/md4.c, libmd/md5.c: Stop using old-style function-definitions.
* Stop using old-style function-definitions.Ralf Corsepius2008-08-252-13/+13
|
* 2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-251-0/+8
| | | | | | | | * libcsupport/src/closedir.c, libcsupport/src/getcwd.c, libcsupport/src/mount.c, libcsupport/src/newlibc.c, libcsupport/src/opendir.c, libcsupport/src/readdir.c, libcsupport/src/scandir.c: Stop using old-style function-definitions.
* Stop using old-style function-definitions.Ralf Corsepius2008-08-257-16/+16
|
* 2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-251-0/+1
| | | | * libcsupport/src/malloc_boundary.c: Use %zi to print size_t.
* Use %zi to print size_t.Ralf Corsepius2008-08-251-1/+1
|
* 2008-08-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-251-0/+5
| | | | | * libmisc/capture/capture.c, libmisc/shell/fts.c: Stop using old-style function-definitions.
* Stop using old-style function-definitions.Ralf Corsepius2008-08-252-57/+57
|
* 2008-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-217-36/+42
| | | | | | * libblock/include/rtems/bdbuf.h, libblock/include/rtems/diskdevs.h, libblock/src/bdbuf.c, libblock/src/blkdev.c, libblock/src/diskdevs.c, libblock/src/ramdisk.c: Eliminate sign mismatch warnings.
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-211-0/+4
| | | | * libmisc/monitor/mon-network.c: Use memset instead of bzero.
* Use memset instead of bzero.Ralf Corsepius2008-08-211-4/+4
|
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-212-6/+4
| | | | | * libmisc/shell/internal.h: Don't include "config.h". Adjust header guard.
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-211-0/+14
| | | | | | | | | | | | | | * libmisc/shell/cmp-ls.c, libmisc/shell/err.c, libmisc/shell/errx.c, libmisc/shell/filemode.c, libmisc/shell/fts.c, libmisc/shell/main_cp.c, libmisc/shell/main_ls.c, libmisc/shell/main_mv.c, libmisc/shell/main_rm.c, libmisc/shell/print-ls.c, libmisc/shell/pwcache.c, libmisc/shell/shellconfig.c, libmisc/shell/utils-cp.c, libmisc/shell/utils-ls.c, libmisc/shell/verr.c, libmisc/shell/verrx.c, libmisc/shell/vis.c, libmisc/shell/vwarn.c, libmisc/shell/vwarnx.c, libmisc/shell/warn.c, libmisc/shell/warnx.c: Include "config.h".
* Include "config.h".Ralf Corsepius2008-08-2125-0/+100
|
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-211-0/+6
| | | | | | * libmisc/monitor/mon-network.c, libmisc/monitor/mon-part.c, libmisc/monitor/mon-region.c, libmisc/monitor/mon-sema.c: Include "config.h".
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-211-0/+1
| | | | * libmisc/shell/main_ifconfig.c: Use memset instead of bzero.
* Use memset instead of bzero.Ralf Corsepius2008-08-211-4/+4
|
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-212-4/+8
| | | | * ftpd/ftpd.c: Don't use annonymous unions.
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-211-0/+4
| | | | * libblock/src/flashdisk.c: Remove bool, true, false.
* Remove bool, true, false.Ralf Corsepius2008-08-211-7/+0
|
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-211-0/+6
| | | | | | * rtems/score/avr.h: Add avr25, avr31, avr35, avr51 to CPU_NAME cascade. * rtems/score/cpu.h: Add missing prototypes.h.
* Add avr25, avr31, avr35, avr51 to CPU_NAME cascade.Ralf Corsepius2008-08-211-0/+16
|
* Add missing prototypes.Ralf Corsepius2008-08-211-1/+1
|
* 2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-2114-0/+70
| | | | | * rtems/score/types.h: Include stdbool.h. Use bool as base-type for boolean.
* Include stdbool.h. Use bool as base-type for boolean.Ralf Corsepius2008-08-2114-14/+28
|
* 2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-203-2/+10
| | | | | * libmisc/dummy/dummy.c: Add missing initializers. * score/src/threadinitialize.c: Change type of loop counter.
* 2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-205-65/+73
| | | | | | * libcsupport/src/error.c, libmisc/dummy/dummy.c, rtems/src/rtemsobjectgetapiclassname.c, rtems/src/rtemsobjectgetapiname.c: Add 0 for missing initializers.
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-202-2/+6
| | | | * include/rtems/status-checks.h: Fixed integer conversion warning.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-202-0/+6
| | | | * configure.ac: Abort if stdbool.h is not c99 compliant.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+4
| | | | * pppd/pppd.h: Use stdbool.h. Remove local bool.