summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-02Include config.h.Ralf Corsepius1-0/+4
2003-03-252003-03-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
2003-03-252002-03-25 Eric Norum <norume@aps.anl.gov>Joel Sherrill1-0/+15
PR 374/networking * Makefile.am, rtems/rtems_bsdnet.h, rtems/rtems_glue.c: The patch sent as part of PR270 got applied to the wrong place. The effect was that (1) startup was no faster than before and (2) malloc starvation messages came way too quickly. The attached patch fixes both these problems and also provides a mechanism for applications to handle malloc starvation conditions as they see fit. * rtems/rtems_bsdnet_malloc_starvation.c: New file.