Searched hist:137164 (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/usr.bin/newgrp/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.bin/opieinfo/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.bin/opiepasswd/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.sbin/moused/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/bin/rcp/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.sbin/cron/crontab/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/kerberos5/usr.bin/ksu/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.bin/rlogin/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.bin/rsh/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/sbin/init/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.bin/su/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/usr.bin/login/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/libexec/rtld-elf/
H A DMakefilediff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver
/freebsd-9.3-release/sys/netinet/
H A Din_mcast.cdiff 197135 Sat Sep 12 18:31:18 MDT 2009 bms Don't allow joins w/o source on an existing group.
This is almost always pilot error.

We don't need to check for group filter UNDEFINED state at t1,
because we only ever allocate filters with their groups, so we
unconditionally reject such calls with EINVAL.
Trying to change the active filter mode w/o going through IP_MSFILTER
is also disallowed.

Deals with the case described in PR 137164 upfront, cumulative
with the fix in svn rev 197132 which only calls imo_match_source()
if the source address family was not unspecified.

PR: 137164
MFC after: 5 days
diff 197135 Sat Sep 12 18:31:18 MDT 2009 bms Don't allow joins w/o source on an existing group.
This is almost always pilot error.

We don't need to check for group filter UNDEFINED state at t1,
because we only ever allocate filters with their groups, so we
unconditionally reject such calls with EINVAL.
Trying to change the active filter mode w/o going through IP_MSFILTER
is also disallowed.

Deals with the case described in PR 137164 upfront, cumulative
with the fix in svn rev 197132 which only calls imo_match_source()
if the source address family was not unspecified.

PR: 137164
MFC after: 5 days
/freebsd-9.3-release/share/mk/
H A Dbsd.prog.mkdiff 137164 Wed Nov 03 16:01:21 MST 2004 ru Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.

Reviewed by: oliver

Completed in 287 milliseconds