| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: Denis I. Timofeev <timofeev@granch.ru>
MFC after: 1 week
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
non-alphanumeric characters in these and this will be a hint to the
users that quotes can and should be used in such cases.
PR: docs/42292
Submitted by: Matthias Andree <matthias.andree@web.de>
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
| |
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
|
|
|
|
| |
Noticed by: njl
|
|
|
|
|
|
|
|
|
|
| |
While beeing here also correct the following:
- list missing macros in the header
- document MALLOC_DEFINE and MALLOC_DECLARE in the SYNOPSIS section
- document additional include requirements for MALLOC_DEFINE
- M_NOWAIT is not 0 anymore
- remove rotted diagnostic messages
|
|
|
|
| |
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
|
|
| |
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
|
|
|
|
|
|
|
| |
successfully.
PR: docs/42339
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
example of utilizing multiple slots on a multi-slot card reader.
PR: docs/49036
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Changed to more generic names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.
This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.
Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
|
|
|
|
| |
Reviewed by: imp, ru
|
|
|
|
| |
Reviewed by: ru, mdodd
|
|
|
|
|
|
| |
PR: 37219
Submitted by: Nicola Vitale <nivit@libero.it>
Reivewed by: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
| |
Submitted by: duncan@quantumlogic.net
|
|
|
|
|
| |
of them are prism based and are thus supported by wi. Document this
fact.
|
|
|
|
|
|
|
|
| |
-Wuninitialized does not work without -O.
This fixes the ${WARNS} > 4 compilations with -O0.
Spotted by: marcel
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
into byte strings of unknown alignment.
|
|
|
|
| |
RFC3514 poses an unacceptale risk to compliant systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by
way of the setsockopt() IP_EVIL_INTENT message.
There are three sysctl tunables provided to govern system behavior.
net.inet.ip.rfc3514:
Enables support for rfc3514. As this is an
Informational RFC and support is not yet widespread
this option is disabled by default.
net.inet.ip.hear_no_evil
If set the host will discard all received evil packets.
net.inet.ip.speak_no_evil
If set the host will discard all transmitted evil packets.
The IP statistics counter 'ips_evil' (available via 'netstat') provides
information on the number of 'evil' packets recieved.
For reference, the '-E' option to 'ping' has been provided to demonstrate
and test the implementation.
|
|
|
|
|
|
| |
glibc which is externally maintained, so GCC ships with these
warnings turned off by default. This is also consistent with
the src/contrib/gcc/c-lex.c,v 1.2 change.
|
|
|
|
|
| |
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
|
|
|
|
|
| |
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
|
| |
|
|
|
|
| |
bind resources that client drivers later access.
|
| |
|
| |
|
|
|
|
|
| |
bus_deactivate_resource. It could use some improvement, and others
are welcomed to do so :-)
|
| |
|
|
|
|
|
|
|
|
| |
race->rare
rman_activate_resource -> bus_activate_resource
Add xref to bus_activate_resource
Minor markup changes for the start/end/count parameters.
|
| |
|
| |
|
|
|
|
| |
caution against emulating legacy softc methods used in the tree.
|
|
|
|
|
|
|
|
| |
pointed this out a while ago, and I'm just now getting back to it. It
obsoletes one of ru's changes, but since oldcard.4 is so much better,
that doesn't matter.
Submitted by: ru
|
|
|
|
|
| |
given device is considered accessible by its parent device bus driver
(or its parent, etc).
|
| |
|
|
|
|
| |
Submitted by: Simon L. Nielsen <simon@nitro.dk>
|
|
|
|
|
| |
PR: 50023
Submitted by: Simon L.Nielsen <simon@nitro.dk>
|
|
|
|
|
| |
PR: 50139
Submitted by: asmodai
|
|
|
|
|
| |
PR: docs/50290
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
|
| |
changes.
Reported by: bde
|