rrs         2007-01-15 15:06:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_subr.c 
    sys/sys              systm.h 
    share/man/man9       Makefile hashinit.9 
  Log:
  Reviewed by:    rwatson
  Approved by:    gnn
  
  Add a new function hashinit_flags() which allows NOT-waiting
  for memory (or waiting). The old hashinit() function now
  calls hashinit_flags(..., HASH_WAITOK);
  
  Revision  Changes    Path
  1.288     +2 -1      src/share/man/man9/Makefile
  1.3       +26 -2     src/share/man/man9/hashinit.9
  1.100     +36 -6     src/sys/kern/kern_subr.c
  1.248     +6 -1      src/sys/sys/systm.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to