summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFC r269867:ume2014-08-3041-253/+1068
| | | | | | | Update our stub resolver to final version of libbind (libbind-6.0). Obtained from: ISC
* MFC r269865:ume2014-08-302-0/+6
| | | | | | Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver.
* Update an assertion to reflect the changes made in r270439. This is aalc2014-08-301-2/+2
| | | | | | | direct commit to stable/10 because ia64 is no longer supported by HEAD. Reported by: marcel Sponsored by: EMC / Isilon Storage Division
* MFC r270027:ngie2014-08-293-23/+18
| | | | | | | | | | | | | | | | | | | | | tmconfig compilation when MK_ATM == yes and MK_BSNMP == no Makefile.inc1: Always compile gensnmptree with bootstrap-tools when MK_BSNMP != no instead of depending on a potentially stale tool installed on the build host sbin/atm/atmconfig/Makefile: - Always remove oid.h to avoid cluttering up the build/src tree. - Consolidate all of the RESCUE/MK_BSNMP != no logic under one conditional to improve readability - Remove unnecessary ${.OBJDIR} prefixing for oid.h and use ${.TARGET} instead of spelling out oid.h - Add a missing DPADD for ${LIBCRYPTO} when compiled MK_BSNMP == yes and MK_OPENSSL == yes and not compiling for /rescue/rescue sbin/atm/atmconfig/main.c: Change #ifndef RESCUE to #ifdef WITH_BSNMP in main.c to make it clear that we're compiling bsnmp support into atmconfig
* Bump revision ID after r270817gjb2014-08-291-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r270817, tzdata2014f.pluknet2014-08-291-1/+1
|
* MFC r270728, tzdata2014fpluknet2014-08-2916-1980/+2311
| | | | | | | | | | | | - Parts of Russia will change times on 2014-10-26. - Time zone name changes for Asia/Novokuznetsk and Xinjiang and Samoa and America/Metlakatla, new zones Asia/Chita and Asia/Srednekolymsk. - Australia will now use Axxx. - New zone tab data format. And lots of historical changes (See http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html for the full details.)
* MFC r269963+269964:delphij2014-08-291-14/+10
| | | | | | | | | | | Re-instate UMA cached backend for 4K - 64K allocations. New consumers like geli(4) uses malloc(9) to allocate temporary buffers that gets free'ed shortly, causing frequent TLB shootdown as observed in hwpmc supported flame graph. Add a new loader tunable, vm.kmem_zmax which allows a system administrator to limit the maximum allocation size that malloc(9) would consider using the UMA cache allocator as backend.
* MFC r270384:delphij2014-08-296-22255/+22409
| | | | | | | | | | | | | | | Update hptnr(4) driver to version 1.0.1 supplied by the vendor. v1.0.1 2014-8-19 * Do not retry the command and reset the disk when failed to enable or disable spin up feature. * Fix up a bug that disk failed to probe if driver failed to access the 10th LBA. * Fix a bug that request timeout but it has been completed in certain cases. * Support smartmontool for R750. Many thanks to HighPoint for continued support of FreeBSD!
* MFC r270383: MFV r270198:delphij2014-08-294-27/+36
| | | | | | | | Instead of using timestamp in the AVL, use the memory address when comparing. Illumos issue: 5095 panic when adding a duplicate dbuf to dn_dbufs
* MFC r270345:kib2014-08-291-2/+4
| | | | | In do_lock_pi(), do not override error from umtxq_sleep_pi() when doing suspend check.
* MFC r270321:kib2014-08-291-33/+44
| | | | | | | | | Ensure that sigaction flags for signal, which disposition is reset to ignored or default, are not leaking. MFC r270504: Revert the handling of all siginfo sa_flags except SA_SIGINFO to the pre-r270321 state.
* MFC r270320:kib2014-08-291-0/+4
| | | | | Check the validity of struct sigaction sa_flags value, reject unknown flags.
* MFC r269903:ngie2014-08-294-92/+94
| | | | | | | | | | Port date/bin/tests to ATF Phabric: D545 Approved by: jmmv (mentor) Submitted by: keramida (earlier version) Sponsored by: Google, Inc Sponsored by: EMC / Isilon Storage Division
* MFC r269608:gjb2014-08-291-0/+1
| | | | | | | Add device ID for the Chicony USB 2.0 HD UVC Webcam found on the Asus X550LA. Sponsored by: The FreeBSD Foundation
* MFC r270668, r270669, r270672:gjb2014-08-293-0/+3
| | | | | | | | | | | | | r270668: Add gnugrep.1 to CLEANFILES. r270669: Add host.1 to CLEANFILES. r270672: Add svnlite.1 to CLEANFILES. Sponsored by: The FreeBSD Foundation
* Minor wording changes.gjb2014-08-281-3/+4
| | | | Sponsored by: The FreeBSD Foundation
* FDP style nits.gjb2014-08-281-62/+74
| | | | Sponsored by: The FreeBSD Foundation
* Minor rewording to a few sections.gjb2014-08-281-5/+5
| | | | Sponsored by: The FreeBSD Foundation
* We do not differentiate the SMP from GENERIC kernel anymore,gjb2014-08-281-1/+1
| | | | | | so remove mention of it. Sponsored by: The FreeBSD Foundation
* Use <acronym> and <literal> in a few places where needed.gjb2014-08-281-14/+14
| | | | | | Minor rewording to r264732 entry. Sponsored by: The FreeBSD Foundation
* Fix typo.mav2014-08-281-2/+2
| | | | Submitted by: Hugo Lombard <hal@elizium.za.net>
* Add FreeBSD/ARM notes.gjb2014-08-281-3/+77
| | | | | | | | | These do not have corresponding revision numbers, since the updates took place over a large span of revisions, not one revision in particular. Submitted/prepared by: ian Sponsored by: The FreeBSD Foundation
* Document ZVOLs got BIO_DELETE support.mav2014-08-281-0/+2
|
* Document volmode ZVOL property addition.mav2014-08-281-0/+6
|
* Mention NFS and kernel iSCSI optimizations.mav2014-08-281-0/+7
|
* MFC r270519:ngie2014-08-282-0/+2
| | | | | | | | | | | Fix "make checkdpadd" for lib/libc when MK_SSP != no Add LIBSSP_NONSHARED to bsd.libnames.mk and append LIBSSP_NONSHARED to DPADD in lib/libc when MK_SSP != no Approved by: rpaulo (mentor) Phabric: D675 (as part of a larger diff) PR: 192728
* MFC r270256:pfg2014-08-283-4/+4
| | | | | | Always check the limits of array index variables before using them. Obtained from: DragonFlyBSD
* Note r269398 adds RFC5661 support.gjb2014-08-281-2/+3
| | | | | Submitted by: rmacklem Sponsored by: The FreeBSD Foundation
* Document r270242, sequential packet support in devd(8)gjb2014-08-281-0/+5
| | | | | Submitted by: asomers Sponsored by: The FreeBSD Foundation
* Note r268700 was sponsored by Spectra Logic.gjb2014-08-281-4/+6
| | | | Sponsored by: The FreeBSD Foundation
* Document some CTL improvements.mav2014-08-281-4/+30
|
* Document CAM locking improvements.mav2014-08-281-0/+8
|
* Document GEOM direct dispatch support and some other GEOM changes.mav2014-08-281-0/+19
|
* Move more storage stuff to storage section.mav2014-08-281-43/+43
|
* Move some points between sections.mav2014-08-281-34/+34
|
* Document r269946, USDT DTrace probe improvements.gjb2014-08-281-0/+9
| | | | | Submitted by: rpaulo Sponsored by: The FreeBSD Foundation
* MFC r267632:bryanv2014-08-281-2/+4
| | | | | | Fix GCC compile warning: Variable(s) can be used uninitialized. PR: 193076
* Correct the note about r270401: s/pam(3)/pam_group(8)gjb2014-08-281-1/+2
| | | | | Submitted by: jilles Sponsored by: The FreeBSD Foundation
* MFC r261491 (by ambrisko):markj2014-08-273-14/+37
| | | | | | | | | | | | | | | | | | | | | | Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority and allow mrsas(4) from LSI to attach to newer LSI cards that are support by mrsas(4). If mrsas(4) is not loaded into the system at boot then mfi(4) will always attach. If a modified mrsas(4) is loaded in the system. That modification is return "-30" in it's probe since that is between BUS_PROBE_DEFAULT and BUS_PROBE_LOW_PRIORITY. This option is controller by a new probe flag "MFI_FLAGS_MRSAS" in mfi_ident that denotes cards that should work with mrsas(4). New entries that should have this option. This is the first step to get mrsas(4) checked into FreeBSD and to avoid collision with people that use mrsas(4) from LSI. Since mfi(4) takes priority, then mrsas(4) users need to rebuild GENERIC. Using the .disabled="1" method doesn't work since that blocks attaching and the probe gave it to mfi(4). MFC r267451 (by delphij): Correct variable for loader tunable variable hw.mfi.mrsas_enable.
* MFC r265255, r270506:markj2014-08-274-19/+65
| | | | | Allow "a.out" as an alias for the executable if no other matching entries are found.
* MFC r270180:ngie2014-08-2715-95/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r269906: Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with MK_TESTS == no Phabric: D555 Approved by: jmmv (mentor, implicit) Pointyhat to: ngie r269904: Integrate lib/libutil into the build/kyua Remove the .t wrappers Rename all of the TAP test applications from test-<test> to <test>_test to match the convention described in the TestSuite wiki page humanize_number_test.c: - Fix -Wformat warnings with counter variables - Fix minor style(9) issues: -- Header sorting -- Variable declaration alignment/sorting in main(..) -- Fit the lines in <80 columns - Fix an off by one index error in the testcase output [*] - Remove unnecessary `extern char * optarg;` (this is already provided by unistd.h) Phabric: D555 Approved by: jmmv (mentor) Obtained from: EMC / Isilon Storage Division [*] Submitted by: Casey Peel <cpeel@isilon.com> [*] Sponsored by: EMC / Isilon Storage Division
* MFC r270510truckman2014-08-271-0/+196
| | | | Catch up to gcc 3.3 -> 3.4 upgrade.
* MFC r270134:hselasky2014-08-271-13/+2
| | | | | | | | | | Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual sample size. According to the USB audio frame format specification from USB.org, the value in the "bBitResolution" field can be less than the actual sample size, depending on the actual hardware, and should not be used for this computation. PR: 192755
* MFC r270133:hselasky2014-08-271-0/+8
| | | | Add more USB class codes.
* MFC r269777:hselasky2014-08-271-2/+2
| | | | | | | | Fix string length argument passed to "sysctl_handle_string()" so that the complete string is returned by the function and not just only one byte. PR: 192544
* MFC 270438grehan2014-08-271-4/+4
| | | | | | | Change __inline style to be consistent with FreeBSD usage, and also fix gcc build. PR: 192880
* MFC r270204:kib2014-08-271-9/+0
| | | | Do not busy the UFS mount point inside VOP_RENAME().
* MFC r270203:kib2014-08-271-1/+1
| | | | Correct the test for condition to suspend UFS filesystem during unmount.
* MFC r270202:kib2014-08-271-1/+1
| | | | Increase max number of physical segments on amd64 to 63.
OpenPOWER on IntegriCloud