Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 21:52:52 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf param.c src/sys/kern uipc_mbuf.c uipc_socket.c uipc_syscalls.c src/sys/sys mbuf.h
Message-ID:  <199912120552.VAA17629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       1999/12/11 21:52:51 PST

  Modified files:
    sys/conf             param.c 
    sys/kern             uipc_mbuf.c uipc_socket.c uipc_syscalls.c 
    sys/sys              mbuf.h 
  Log:
  This is Bosko Milekic's mbuf allocation waiting code.  Basically, this
  means that running out of mbuf space isn't a panic anymore, and code
  which runs out of network memory will sleep to wait for it.
  
  Submitted by:	Bosko Milekic <bmilekic@dsuper.net>
  Reviewed by:	green, wollman
  
  Revision  Changes    Path
  1.36      +2 -1      src/sys/conf/param.c
  1.47      +139 -23   src/sys/kern/uipc_mbuf.c
  1.66      +13 -1     src/sys/kern/uipc_socket.c
  1.65      +5 -1      src/sys/kern/uipc_syscalls.c
  1.38      +77 -13    src/sys/sys/mbuf.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912120552.VAA17629>