Nate Lawson | 1 Jun 2004 01:31

Re: cvs commit: src/contrib/libpcap pcap-bpf.c

On Mon, 31 May 2004, David Malone wrote:
> dwmalone    2004/05/31 14:29:30 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     contrib/libpcap      pcap-bpf.c
>   Log:
>   Have libpcap open the bpf device RDWR to facilitate simulators and
>   the like.
>
>   PR:             58529
>   Submitted by:   Jason Slagle <jslagle <at> mail.tacorp.net>
>   Approved by:    bms
>   MFC after:      2 weeks
>
>   Revision  Changes    Path
>   1.2       +711 -41   src/contrib/libpcap/pcap-bpf.c
              ^^^^^^^^

That's a lot more than the RDWR bit.  It appears to be a sync with the
tcpdump distribution (version?).

-Nate
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

(Continue reading)

Bruce M Simpson | 1 Jun 2004 01:36
Picon
Favicon

cvs commit: CVSROOT access

bms         2004/05/31 16:36:24 PDT

  FreeBSD src repository

  Modified files:
    .                    access 
  Log:
  Forced commit to note that mlaier <at>  is no longer officially under
  mentorship in src.

  Revision  Changes    Path
  1.666     +0 -0      CVSROOT/access
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Bruce M Simpson | 1 Jun 2004 01:50

Re: cvs commit: src/contrib/libpcap pcap-bpf.c

On Mon, May 31, 2004 at 04:31:49PM -0700, Nate Lawson wrote:
> That's a lot more than the RDWR bit.  It appears to be a sync with the
> tcpdump distribution (version?).

pcap-bpf.c got taken off the vendor branch by this commit.

The functionality is likely to change in future when/if the
pcap_send_packet() support proposed by people from the simh project
is committed to libpcap HEAD.

BMS
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Nate Lawson | 1 Jun 2004 01:59

Re: cvs commit: src/contrib/libpcap pcap-bpf.c

On Tue, 1 Jun 2004, Bruce M Simpson wrote:
> On Mon, May 31, 2004 at 04:31:49PM -0700, Nate Lawson wrote:
> > That's a lot more than the RDWR bit.  It appears to be a sync with the
> > tcpdump distribution (version?).
>
> pcap-bpf.c got taken off the vendor branch by this commit.
>
> The functionality is likely to change in future when/if the
> pcap_send_packet() support proposed by people from the simh project
> is committed to libpcap HEAD.

Oops, pardon my script's branch-ignorance.  Great to hear that pcap is
getting send packet support.

-Nate
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Doug Barton | 1 Jun 2004 02:16
Picon
Favicon

cvs commit: src/games/fortune/datfiles fortunes2 murphy

dougb       2004/05/31 17:16:32 PDT

  FreeBSD src repository

  Modified files:
    games/fortune/datfiles fortunes2 murphy 
  Log:
  Remove duplicates of the "wherever you go, there you are" fortune,
  quote directly from the movie, and give a better attribution (with
  correct spelling) for Buckaroo Banzai.

  Revision  Changes    Path
  1.71      +5 -6      src/games/fortune/datfiles/fortunes2
  1.9       +0 -2      src/games/fortune/datfiles/murphy
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Christian S.J. Peron | 1 Jun 2004 02:25
Picon
Favicon

cvs commit: src/usr.sbin/jail jail.8

csjp        2004/05/31 17:25:44 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/jail        jail.8 
  Log:
  Add a warning note to security.jail.allow_raw_sockets
  about the risks of enabling raw sockets in prisons.

  Because raw sockets can be used to configure and interact
  with various network subsystems, extra caution should be
  used where privileged access to jails is given out to
  untrusted parties. As such, by default this option is disabled.

  A few others and I are currently auditing the kernel
  source code to ensure that the use of raw sockets by
  privledged prison users is safe.

  Approved by:    bmilekic (mentor)

  Revision  Changes    Path
  1.54      +4 -1      src/usr.sbin/jail/jail.8
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Nate Lawson | 1 Jun 2004 03:04
Picon
Favicon

cvs commit: src/sys/i386/i386 nexus.c

njl         2004/05/31 18:04:26 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        nexus.c 
  Log:
  Remove debugging printf that never triggered because acpi is the first
  user of nexus::bus_get_resource.

  Revision  Changes    Path
  1.56      +0 -2      src/sys/i386/i386/nexus.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Don Lewis | 1 Jun 2004 03:18
Picon
Favicon

cvs commit: src/sys/fs/fifofs fifo_vnops.c src/sys/kern uipc_socket.c src/sys/sys socket.h

truckman    2004/05/31 18:18:51 PDT

  FreeBSD src repository

  Modified files:
    sys/fs/fifofs        fifo_vnops.c 
    sys/kern             uipc_socket.c 
    sys/sys              socket.h 
  Log:
  Add MSG_NBIO flag option to soreceive() and sosend() that causes
  them to behave the same as if the SS_NBIO socket flag had been set
  for this call.  The SS_NBIO flag for ordinary sockets is set by
  fcntl(fd, F_SETFL, O_NONBLOCK).

  Pass the MSG_NBIO flag to the soreceive() and sosend() calls in
  fifo_read() and fifo_write() instead of frobbing the SS_NBIO flag
  on the underlying socket for each I/O operation.  The O_NONBLOCK
  flag is a property of the descriptor, and unlike ordinary sockets,
  fifos may be referenced by multiple descriptors.

  Revision  Changes    Path
  1.95      +6 -12     src/sys/fs/fifofs/fifo_vnops.c
  1.172     +3 -2      src/sys/kern/uipc_socket.c
  1.80      +1 -0      src/sys/sys/socket.h
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

(Continue reading)

Gregory Neil Shapiro | 1 Jun 2004 03:29
Picon
Favicon

cvs commit: src/lib/libmilter Makefile src/lib/libsm Makefile src/usr.sbin/sendmail Makefile

gshapiro    2004/05/31 18:29:42 PDT

  FreeBSD src repository

  Modified files:
    lib/libmilter        Makefile 
    lib/libsm            Makefile 
    usr.sbin/sendmail    Makefile 
  Log:
  Honor NOINET6 and disable IPv6 support in libmilter and sendmail if it
  is set.

  MFC after:      4 days

  Revision  Changes    Path
  1.4       +5 -1      src/lib/libmilter/Makefile
  1.4       +5 -1      src/lib/libsm/Makefile
  1.44      +5 -1      src/usr.sbin/sendmail/Makefile
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Bosko Milekic | 1 Jun 2004 03:36
Picon
Favicon

cvs commit: src/sys/vm uma.h

bmilekic    2004/05/31 18:36:26 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               uma.h 
  Log:
  Fix a comment above uma_zsecond_create(), describing its arguments.
  It doesn't take 'align' and 'flags' but 'master' instead, which is
  a reference to the Master Zone, containing the backing Keg.

  Pointed out by: Tim Robbins (tjr)

  Revision  Changes    Path
  1.18      +3 -3      src/sys/vm/uma.h
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"


Gmane