| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
Noticed by: "Alexander Mogilny" <sg@astral.ntu-kpi.kiev.ua>
|
|
|
|
| |
don't have any effect now.
|
|
|
|
|
|
| |
WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM.
Noticed by: src/tools/build/options/makeman
|
|
|
|
|
|
| |
to avoid artifacts in the manpage generated. Previously
an orphaned paragraph on dependencies of such an option
would appear.
|
| |
|
|
|
|
|
|
| |
It is by no means expected to perform a complete test of the library
for correctness, but is meant to test the API to make sure libmp (or
libcrypto) updates don't totally break the library.
|
|
|
|
|
|
|
| |
set of /usr/share/mk/* is available. This is necessary to build a 7.x
NanoBSD image on a 6.x host.
Reviewed by: phk
|
| |
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
the IPv6 loopback address.
Warns ?= 2.
|
|
|
|
| |
UDP, and TCP IPv6 sockets.
|
|
|
|
|
| |
These tests can obviously only be run on Merced processors, as they don't
implement the long branch.
|
|
|
|
|
|
| |
newly-built world, in preference to those from the host system.
Reviewed by: phk
|
|
|
|
|
|
|
| |
instead of setup_nanobsd(), because this gives customize tasks a chance
to fiddle the details.
Inspired & tested by: Jordan Coleman <jordan@JordanColeman.com>
|
| |
|
|
|
|
|
|
|
| |
a value of 0 in the extended region.
Make sure that we get EINVAL back if we try to truncate a read-only
file descriptor.
|
|
|
|
| |
various non-file objects fails.
|
|
|
|
| |
thorough than the tests regarding what should be tested.
|
| |
|
|
|
|
|
|
| |
o add netbsd portability glue
MFC after: 2 weeks
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: cperciva (mentor)
|
|
|
|
| |
Supported by: Wheel Sp. z o.o. (http://www.wheel.pl)
|
|
|
|
| |
- Verify various sector sizes.
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
|
|
| |
o If something is wrong with options, then output short usage help message.
o Output errstr returned from strtonum(3).
PR: bin/98141
Submitted by: Andrey Simonenko
|
|
|
|
|
|
|
|
| |
Bump WARNS to 6.
PR: amd64/97566
Reviewed by: phk@
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
data passing for unix domain sockets, stream and datagram.
There are 15 tests:
Test/Type of socket STREAM DGRAM
----------------------------------------------------------------------
Sending, receiving cmsgcred 1 6
Receiving sockcred (listening socket has LOCAL_CREDS) 2 n/a
Receiving sockcred (accepted socket has LOCAL_CREDS) 3 n/a
Receiving sockcred n/a 7
Sending cmsgcred, receiving sockcred 4 8
Sending, receiving timestamp 5 9
Sending, receiving cmsgcred (no control data) 10 13
Sending cmsgcred, receiving sockcred (no control data) 11 14
Sending, receiving timestamp (no control data) 12 15
Currently we pass 8 tests. All the rest marked as TODO.
PR: kern/90800
Submitted by: Andrey Simonenko
|
| |
|
|
|
|
|
|
|
| |
return success.
PR: kern/98064
Submitted by: Kirk Russell
|
|
|
|
|
|
|
| |
now.
Discussed on: cvs-all
Helped with the wording: "Ben Kaduk" <minimarmot@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It uses doxygen to generate the API documentation. For each subsystem
a very small (about 20 lines with comments) subsystem specific Doxyfile
has to be written (have a look at the README for more). All common doxygen
options are specified in a separate file.
The framework is configured to not only generate the HTML version, but also
a PDF version (the paper size is hardcoded to DIN A4 currently and depending
on the subsystem you have to increase some limits in the latex configuration
of your system, the README tells more about this).
It also allows cross-references between the subsystems (it generates doxygen
tag files).
Currently the docs are generated in OBJDIR, but this may change after
coordination with doc@. The makefile is prepared to generate/move various
parts of the generated docs to different destinations.
TARGET_ARCH is respected and some env-vars are set for architecture specific
handling of the source (the README tells more).
Subsystems for which docs are generated:
- cam - crypto - dev_pci
- dev_sound - dev_usb - geom
- i4b - kern - libkern
- linux - net80211 - netgraph
- netinet - netinet6 - netipsec
- opencrypto - vm
Requested by: gnn
|
|
|
|
|
|
| |
test binary.
Reported by: maxim
|
|
|
|
|
| |
lengths of headers and data and makes sure it receives about the right
number of bytes.
|
| |
|
|
|
|
|
|
|
| |
correct a path to the kernel build directory; gdb lost -k key.
Reviewed by: grog
MFC after: 1 week
|
| |
|
|
|
|
| |
Requested by: ru
|
| |
|
| |
|
|
|
|
| |
Reviewed by: ru (two months ago)
|