summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-05-102001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* libc/Makefile.am: Remove -D__STRICT_ANSI__.
2000-12-082000-12-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* libc/linkaddr.c: Initialized variable to remove warning. * modem/ppp.c, modem/ppp_tty.c: Made numerous variable declarations conditional on PPP_COMPRESS and PPP_FILTER. Commented out variables that were not used because the code using them was commented out. Removed totally unused variables. * modem/pppcompress.c: Added parentheses to avoid warnings. * pppd/pppmain.c: Removed numerous warnings.
2000-11-272000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* libc/res_init.c: Fix typo - adding missing # on include.
2000-11-252000-11-25 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-1/+5
* libc/res_init.c: Move include to avoid compiler dumping core.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-6/+7
* kern/Makefile.am, lib/Makefile.am, libc/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-13/+13
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
adds .cvsignore.
2000-02-03Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+57
that contains the automake files for libnetworking plus a couple of minor fixes. [Now only one unused/unsupported Makefile.in remains (./c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in).] To apply: patch -p1 < rtems-rc-20000118-7.diff /bin/sh rtems-rc-20000118-7.rm /bin/sh rtems-rc-20000118-7.add ./bootstrap Notes: * I have tested this one by building all BSPs for m68k, powerpc, sh and unix with toolchains built since last weekend. * I did not touch libnetworking's directory layout.
1999-01-21Made to compile after hacking tftp driver into beginnings of a mini-filesystem.Joel Sherrill1-2/+2
1998-08-21All warnings removed.Joel Sherrill1-1/+1
1998-08-21Fixed warning about pointer/integer conversion which turned out to beJoel Sherrill1-1/+1
a missed "&" on a write.
1998-08-20Added CVS IdsJoel Sherrill29-0/+56
1998-08-20Fixed many warnings.Joel Sherrill17-61/+88
1998-08-19Base filesJoel Sherrill70-0/+15065