summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #include <unistd.h>Ralf Corsepius2010-04-041-0/+1
|
* Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius2010-03-281-0/+4
|
* 2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-171-1/+1
| | | | | | | | | * libcsupport/src/termios.c, libfs/src/dosfs/msdos_format.c, libfs/src/nfsclient/src/nfs.c, libfs/src/pipe/fifo.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/lib/tftpDriver.c, libnetworking/rtems/rtems_glue.c, libnetworking/rtems/rtems_select.c: Eliminate uses of deprecated rtems_clock_get() and replace with properly typed routine.
* Final resolution of this "small" por t number change.Eric Norum2008-09-261-1/+1
|
* 2008-09-25 Eric Norum <norume@aps.anl.gov>Joel Sherrill2008-09-251-1/+1
| | | | * libnetworking/lib/rtems_bsdnet_ntp.c: Revert previous patch.
* 2008-09-23 Eric Norum <norume@aps.anl.gov>Joel Sherrill2008-09-231-1/+1
| | | | | * libnetworking/lib/rtems_bsdnet_ntp.c: Let TCP/IP stack pick port rather than hard coding selection.
* *** empty log message ***Joel Sherrill2006-09-011-1/+1
|
* socklen_t.Ralf Corsepius2005-05-101-1/+1
|
* 2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-031-0/+2
| | | | | | PR 755/rtems * libnetworking/libc/res_init.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/nfs/bootp_subr.c: Include <rtems/bsdnet/servers.h>.
* 2004-07-25 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2004-07-251-52/+76
| | | | | | PR 620/networking * libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/rtems/rtems_bsdnet.h: Enhance NTP API.
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-8/+8
| | | | | | | | | | * libnetworking/lib/ftpfs.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/lib/tftpDriver.c, libnetworking/machine/endian.h, libnetworking/net/if_ppp.c, libnetworking/rtems/rtems_bsdnet.h, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/rtems/rtems_glue.c, libnetworking/rtems/rtems_syscall.c: Convert to using c99 fixed size types.
* 2000-04-24 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-04-241-36/+65
| | | | | | * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP synchronization a little more robust -- no NTP daemon yet, but at least it trys a little harder when the primary NTP server is down.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-3/+3
|
* Patch from Eric Norum <eric@cls.usask.ca> to make the NTP handler a littleJoel Sherrill1999-12-131-1/+1
| | | | more flexible about the error status returned from a timeout.
* Removed debugging printfs.Joel Sherrill1999-12-011-2/+0
|
* Patch from Eric Norum <eric@cls.usask.ca> which includes:Joel Sherrill1999-11-101-0/+160
Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.