cvs commit: src/sys/kern uipc_proto.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 9 16:29:50 UTC 2006


rwatson     2006-04-09 16:29:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_proto.c 
  Log:
  Remove UNIX domain socket raw socket support.  This feature is documented
  as being undocumented in Stevens, and was broken in 1997 during network
  stack infrastructure work.  It is the one remaining (and incorrect)
  direct protocol reference to raw_usrreq.pru_attach; this is incorrect
  because the raw socket code assumes that raw_uattach is called only after
  the protocol has allocated a PCB.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.26      +0 -5      src/sys/kern/uipc_proto.c


More information about the cvs-src mailing list