| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re (blanket i386<->amd64 sync)
|
|
|
|
|
|
|
| |
being in opt_global.h and forcing a global recompile when only a few files
reference it.
Approved by: re
|
|
|
|
|
|
|
| |
If we don't return statistics about requested file systems, system tools
may not work correctly or at all.
Approved by: re (scottl)
|
|
|
|
| |
Approved by: re (scottl)
|
|
|
|
| |
Approved by: re (scottl)
|
|
|
|
| |
Approved by: re (scottl)
|
|
|
|
| |
Approved by: re (scottl)
|
|
|
|
|
|
|
|
| |
receiver.
PR: bin/78207
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the statement in ip_mroute.h, as well as being the same as what
OpenBSD has done with this file. It matches the copyright in NetBSD's
1.1 through 1.14 versions of the file as well, which they subsequently
added back.
It appears to have been lost in the 4.4-lite1 import for FreeBSD 2.0,
but where and why I've not investigated further. OpenBSD had the same
problem. NetBSD had a copyright notice until Multicast 3.5 was
integrated verbatim back in 1995. This appears to be the version that
made it into 4.4-lite1.
Approved by: re (scottl)
MFC after: 3 days
|
|
|
|
|
|
|
| |
in src/sys/contrib/ipfilter/netinet. Makefile's reachover bits find what
they need so building is unaffected.
Approved by: re (dwhite)
|
|
|
|
|
|
|
|
| |
(1) "ipf -T" is broken for fetching single entries and
(2) loading rules with numbered collections does not order insertion right.
(3) stats aren't accumulated for hash table memory failures
Approved by: re (dwhite)
|
|
|
|
|
| |
Submitted by: marius
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
|
|
| |
the trash allocator being used on mbufs.
Reviewed by: damien
Approved by: re (scottl)
|
|
|
|
|
|
|
|
|
| |
the UMA "trash" allocator is used - this ensures that any writes to a freed
mbuf should provoke a panic.
Only enabled under INVARIANTS, of course.
Approved by: re (scottl)
|
|
|
|
|
|
| |
according to the type of request.
Approved by: re
|
|
|
|
|
| |
Submitted by: Noritoshi Demizu, Mohan Srinivasan.
Approved by: re (scottl blanket SACK)
|
|
|
|
|
|
| |
Reviewed by: deischen
Approved by: re (dwhite)
MFC after : 4 days
|
|
|
|
|
|
| |
Reviewed by: deischen
Approved by: re (dwhite)
MFC after : 4 days
|
|
|
|
|
| |
Approved by: re (blanket)
OK'ed by: gad
|
|
|
|
|
|
|
|
| |
Submitted by: marius
Reviewed by: ru
Approved by: re (blanket)
X-MFC: not before the code in RELENG_5 matches
these man pages or vice versa
|
|
|
|
|
|
|
|
|
|
| |
for rand(3), not random(3). random(3) is defined to return values between
0 and 2^31-1, so add a local RANDOM_MAX constant to this file that is
defined as 2^31-1 and use that in place of RAND_MAX.
Reviewed by: bde
Approved by: re (dwhite)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cached state. Otherwise, a subsequent call to devinfo_init() would succeed
without reading the device tree from the kernel thinking that the cached
state was up to date since the generation count was the same. However,
since the cached state was actually free'd, attempts to examine the tree
after the second devinfo_init() would fail.
Reported by: Juho Vuori juho dot vuori at kepa dot fi
Submitted by: Stefan Farfeleder stefan at fafoe dot narf dot at
Approved by: re (dwhite)
MFC after: 1 week
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
|
| |
correct way (IFP2IFATM()) to access it.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
| |
anymore - instead we have a pointer in the softc to it. Use that
instead to call if_printf().
Approved by: re
|
|
|
|
| |
Approved by: re (blanket `env')
|
|
|
|
|
|
|
|
| |
was a separator character immediately before it. This wasn't likely to
happen in #-lines, but we might as well get it right. Also fix it so
that "" and "" will create a zero-length argument.
Approved by: re (blanket `env')
|
|
|
|
|
| |
Pointy hat to: pjd
Approved by: re (dwhite)
|
|
|
|
|
|
|
|
| |
Compliance Definition. On sparc64, GCC emits _Qp_cmp() calls for its
__builtin_isfoo() functions which are used for C99's isfoo() macros.
Approved by: re(dwhite)
PR: 73782
|
|
|
|
|
| |
Noticed by: Matthew D Fuller
Approved by: re (blanket `env')
|
|
|
|
|
|
|
|
| |
start with a '/', they are more supported (by POSIX and SUSv3) than
filenames which have an '=' in them.
Noticed by: tjr
Approved by: re (blanket `env')
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (dougb)
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (dougb)
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (dougb)
|
|
|
|
|
| |
Reviewed by: mux (mentor)
Approved by: re (dougb)
|
|
|
|
|
|
|
|
| |
portability issues. Also note that for amd64, a hack is used to work
around gcc optimization (thanks to cognet@).
Reviewed by: mux (mentor)
Approved by: re (dougb)
|
|
|
|
|
|
|
|
|
|
| |
for kldstat to ever print "IP Filter" (the module is called "ipfilter"
and modules don't have anything like a description), so this function
would always return false. That would cause prestart to attempt to
load the module even if it's already loaded, which would fail and
prevent the rules from being loaded.
Approved by: re (dwhite)
|
|
|
|
| |
Approved by: re (blanket hwpmc)
|
|
|
|
|
| |
Submitted by: bz
Approved by: re (dwhite)
|
|
|
|
|
| |
Submitted by: Ed Maste <emaste@sandvine.com>
Approved by: re
|
|
|
|
| |
Approved by: re (dwhite)
|
|
|
|
|
|
| |
questing kernel config files not in CVS.
Approved by: re(kensmith)
|
|
|
|
|
| |
Reviewed by: gnn
Approved by: re (dwhite), rwatson (mentor)
|