summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Merge ^/head r274961 through r276301.dim2014-12-27132-574/+317
|\
| * Correct a typo.schweikh2014-12-271-1/+1
| |
| * mdoc: improvements to SEE ALSO.joel2014-12-273-5/+5
| |
| * Sort SEE ALSObapt2014-12-261-1/+1
| |
| * sort SEE ALSObapt2014-12-263-4/+4
| |
| * sort SEE ALSObapt2014-12-2610-29/+29
| |
| * Sort SEE ALSObapt2014-12-2629-51/+51
| |
| * mdoc fixbapt2014-12-261-2/+2
| |
| * Escape Ed to prevent mandoc to avoid confusion with the mdoc's Ed macrosbapt2014-12-261-1/+1
| |
| * mdoc fixes (escape the dot to prevent ... to be considered as a macro)bapt2014-12-261-2/+2
| |
| * Minor mdoc fixes.joel2014-12-261-44/+36
| |
| * Mention cc_cdg.kevlo2014-12-262-2/+4
| |
| * Deorbit the IEEE-488/GPIB support.phk2014-12-255-256/+0
| |
| * Replace CC_VAR with CCV, since the CC_VAR macro doesn't exist.kevlo2014-12-252-4/+6
| | | | | | | | While here, add MLINK for CCV.9 and DECLARE_CC_MODULE.9.
| * Fix missing \n in committers-ports.dot while adding myselfbofh2014-12-241-1/+1
| | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1365 Submitted by: danfe Approved by: bapt(mentor)
| * Update Mentor and Mentee Information (bofh)bofh2014-12-241-0/+3
| | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1363 Reviewed by: bapt Approved by: bapt
| * Fix build with recent binutilsbapt2014-12-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | Recent binutils considered the .gnu.warning.symbol section as a fatal error when run with --fatal-warnings which makes any users of "insecure" functions from libc failing to build with recent binutils. Introduce a new macro: LD_FATAL_WARNINGS=no to run ld(1) with --no-fatal-warnings for the users of "insecure" functions Differential Revision: https://reviews.freebsd.org/D1320
| * Various mdoc fixes.brueffer2014-12-215-8/+8
| | | | | | | | Found with: mandoc -Tlint
| * Fix various mdoc issues and some EOL whitespace.brueffer2014-12-2129-56/+56
| | | | | | | | Found with: mandoc -Tlint
| * Remove EOL whitespace.brueffer2014-12-2111-53/+53
| | | | | | | | Found with: mandoc -Tlint
| * Fix various mdoc issues.brueffer2014-12-2134-55/+50
| | | | | | | | Found with: mandoc -Tlint
| * Document STRIP_CMD in build(7) and note its importance with LOCAL_ITOOLSngie2014-12-181-0/+15
| | | | | | | | | | | | | | MFC after: 1 week Phabric: D1335 Reviewed by: brueffer Sponsored by: EMC / Isilon Storage Division
* | Merge ^/head r275759 through r275911.dim2014-12-184-11/+26
|\ \ | |/
| * Prefix all the vxlan ifconfig commands so they are uniquebryanv2014-12-171-9/+9
| | | | | | | | And rehook ifvxlan back into the build.
| * Properly sort Xr to silence mandoc warnings.dchagin2014-12-152-2/+2
| | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1314 Reviewed by: wblock MFC after: 1 Month
| * Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).dchagin2014-12-134-10/+43
| | | | | | | | | | | | | | | | A _NEW flag passed to _init_flags() to avoid check for double-init. Differential Revision: https://reviews.freebsd.org/D1208 Reviewed by: jhb, wblock MFC after: 1 Month
* | Merge ^/head r275749 through r275758.dim2014-12-144-10/+43
| |
* | Merge ^/head r275715 through r275748.dim2014-12-136-81/+542
|\ \ | |/
| * Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-124-79/+540
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for counter mode), and AES-GCM. Both of these modes have been added to the aesni module. Included is a set of tests to validate that the software and aesni module calculate the correct values. These use the NIST KAT test vectors. To run the test, you will need to install a soon to be committed port, nist-kat that will install the vectors. Using a port is necessary as the test vectors are around 25MB. All the man pages were updated. I have added a new man page, crypto.7, which includes a description of how to use each mode. All the new modes and some other AES modes are present. It would be good for someone else to go through and document the other modes. A new ioctl was added to support AEAD modes which AES-GCM is one of them. Without this ioctl, it is not possible to test AEAD modes from userland. Add a timing safe bcmp for use to compare MACs. Previously we were using bcmp which could leak timing info and result in the ability to forge messages. Add a minor optimization to the aesni module so that single segment mbufs don't get copied and instead are updated in place. The aesni module needs to be updated to support blocked IO so segmented mbufs don't have to be copied. We require that the IV be specified for all calls for both GCM and ICM. This is to ensure proper use of these functions. Obtained from: p4: //depot/projects/opencrypto Relnotes: yes Sponsored by: FreeBSD Foundation Sponsored by: NetGate
| * Fix typo in comments.imp2014-12-122-2/+2
| | | | | | | | Noticed by: brooks@
* | Merge ^/head r275685 through r275714.dim2014-12-115-68/+8
|\ \ | |/
| * Add myself.rpaulo2014-12-111-0/+3
| |
| * Fix building termcap.db when make obj is run beforehand from a clean tree byngie2014-12-101-1/+1
| | | | | | | | | | | | | | | | using make variables for the filenames, which helps resolve pathing appropriately when running cap_mkdb X-MFC with: r275687 Pointyhat to: me
| * Remove termcap entry reordering; install the file verbatim insteadngie2014-12-104-67/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | termcap entry reordering requires ex (which is available via usr.bin/vi), which breaks on build hosts where installworld is run with MK_VI == no (or when make delete-old is run on ^/projects/building-blocks as vi, et al, are removed on the branch when the knob is tweaked to => "no") Reordering termcap was believed to improve performance, but the file is now accessed via /etc/termcap.db, so /etc/termcap (and /usr/share/misc/termcap by proxy) access is less preferred. Reordering the file broke the historical comment <-> entry mapping as well, which could muddle the purpose of entries in the file, so it could be potentially harmful to readers in its reordered state. Discussion took place on hackers@ here: https://lists.freebsd.org/pipermail/freebsd-hackers/2014-December/046657.html Discussed with: -hackers, mp MFC after: 1 month Sponsored by: EMC / Isilon Storage Division
* | Since clang 3.5.0 and later must be built by a compiler with C++11dim2014-12-101-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support, make this explicit in src.opts.mk, by updating the default settings. The defaults become as follows: * If the host compiler is not C++11 capable, use gcc and disable clang. * On x86, enable clang, make it the default cc, and disable gcc. * On little-endian ARM, enable clang, but not the full build, make it the default cc, and disable gcc. * On PowerPC, enable clang, but enable gcc and make that the default cc. * On everything else, use gcc, and disable clang. This can be amended later, if we get e.g. sparc64 or big-endian ARM working with clang. Reviewed by: imp, brooks Differential Revision: https://reviews.freebsd.org/D1294
* | Merge ^/head r275478 through r275622.dim2014-12-084-11/+28
|\ \ | |/
| * Document support for Netgear WG111v1 (rev2)mp2014-12-081-0/+2
| |
| * The previous commit should have been a logical or not a logical "and"ngie2014-12-081-1/+1
| | | | | | | | Pointyhat to: me
| * ${CC} --version doesn't need to be queried if both COMPILER_TYPE andngie2014-12-081-0/+2
| | | | | | | | COMPILER_VERSION are known
| * Fix renderingbapt2014-12-061-1/+1
| |
| * Add myself as a ports committer, mentored by bapt/bdrewery.sbruno2014-12-061-1/+4
| |
| * Update to reflect the current members of portmgrbapt2014-12-061-1/+1
| |
| * add some missing mentor->mentee relationshipbapt2014-12-061-0/+2
| |
| * Add mentor information for kami a.k.a. me.kami2014-12-061-0/+4
| | | | | | | | | | | | | | | | My mentors are cs and koobs. Differential Revision: https://reviews.freebsd.org/D975 Reviewed by: cs Approved by: cs
| * Fix typos in comments and wrap to <80 columnsngie2014-12-061-10/+14
| | | | | | | | MFC after: 3 days
* | Merge ^/head r275387 through r275477.dim2014-12-042-1/+12
|\ \ | |/
| * Switch gpioctl(8) to LIBADD.rpaulo2014-12-031-0/+1
| |
| * Regenerate src.conf(5) after r275373emaste2014-12-021-1/+11
| |
* | Merge ^/head r274961 through r275386.dim2014-12-024-2/+12
|\ \ | |/
| * Set the correct architecture when targeting ARMv7andrew2014-12-011-1/+1
| | | | | | | | | | MFC after: 1 Week Sponsored by: ABT Systems Ltd
OpenPOWER on IntegriCloud