summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-22107-2875/+2697
| | | | | Replace Sun RPC license in TI-RPC library with a 3-clause BSD license with the explicit permissions.
* MFC r258132:mav2014-01-221-21/+27
| | | | | | | | Some minor tuning to rpc/svc.c: - close cosmetic race in svc_exit(); - do not set wait timeout for idle threads if we have no use for wakeups; - create new requested thread sooner, not only after some another thread wakeup, that may happen later under constant load.
* Merge r260377: fix panic on pf_get_translation() failure.glebius2014-01-221-0/+1
| | | | PR: 182557
* Merge r260046: Fix the parse type for NGM_LISTTYPES.glebius2014-01-221-2/+2
|
* Merge r259855: We have in base iconv.glebius2014-01-221-1/+1
| | | | PR: 185135
* Merge r258702: Fix some misinformation in netgraph manual pages.glebius2014-01-222-18/+19
|
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-223-57/+116
| | | | | | nodes removal. PR: 176763
* Merge several fixlets from head:glebius2014-01-223-17/+13
| | | | | | | r257619: Remove unused PFTM_UNTIL_PACKET const. r257620: Code logic of handling PFTM_PURGE into pf_find_state(). r258475: Don't compare unsigned <= 0. r258477: Fix off by ones when scanning source nodes hash.
* Merge r257846:glebius2014-01-222-5/+27
| | | | | Make TCP_KEEP* socket options readable. At least PostgreSQL wants to read the values.
* Merge r257686: Add required kernel option.glebius2014-01-221-0/+1
|
* Merge 257643: Document RB_FOREACH_SAFE() and RB_FOREACH_REVERSE_SAFE().glebius2014-01-221-1/+17
|
* Merge 260225:glebius2014-01-221-1/+1
| | | | | | Fix circular math macro. PR: 146082
* MFC r260621jhibbits2014-01-221-0/+1
| | | | Add missing EM_PPC64 to e_machine header display.
* MFC r260874:pfg2014-01-221-3/+3
| | | | | | | | | | gcc: fix libgcc by adding the bswap builtins for all platforms. This change was missing from r258428 which attempted to add the bswap builtins to gcc. The change is also missing from the patch in gnu/155309. Found by: marcel
* 10.0-RELEASE is out, so call stable/10 -STABLE again.gjb2014-01-211-1/+1
| | | | | Reminded by: David Wolfskill Sponsored by: The FreeBSD Foundation
* MFC r259925-259926:marck2014-01-214-0/+6
| | | | | | Add GPT UUID for VMware vSAN meta-data partition. Approved by: ae
* MFC r260407:mav2014-01-201-2/+3
| | | | Allow delete_method sysctl to be set to "DISABLE".
* MFC r260782:wblock2014-01-201-3/+3
| | | | -h and -H options backwards in manual page.
* Add UPDATING entry for 10.0-RELEASE.gjb2014-01-201-0/+3
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r259531;pfg2014-01-201-1/+1
| | | | | | | | | | gcc: point to our address for bug reports. As recommended by the FSF in gcc/version.c : "If you distribute a modified version of GCC, please change this to refer to a document giving instructions for reporting bugs to you, not us."
* MFC r260332;pfg2014-01-204-152/+196
| | | | | | | | | | | | | | | | | | | | | gcc: backport some fixes from llvm-gcc llvm-gcc backported some patches from gcc trunk: http://gcc.gnu.org/ml/gcc-cvs/2007-05/msg00662.html http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00019.html http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00240.html http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00493.html The first two were always GPL2. The last two were added after the GPL3 transition, but were written by aaw@google.com and Rafael EspĂ­ndola got permission to relicense them under the GPL2 for inclusion in llvm-gcc. This fixes GCC-PR c++/31749 Obtained from: llvm-gcc (rev. 75463; GPLv2)
* MFC r260833:trociny2014-01-201-3/+6
| | | | | | | | Bring back r226403, the fix for bin/161526, which was (accidentally?) reverted in r238896. PR: bin/161526 Reported by: Karli.Sjoberg slu.se
* MFC r260014, r260099:pfg2014-01-2029-161/+755
| | | | | | | | | | gcc: Add support for label attributes and "unavailable" attribute. Apple GCC has extensions to support for both label attributes and an "unavailable" attribute. These are critical for objc but are also useful in regular C/C++. Obtained from: Apple GCC 4.2 - 5531
* MFH: r260483, r260484, r260594, r260595, r260596, r260597bapt2014-01-202-4/+19
| | | | | | | | Improve error message shown to the user when trying to load a module that is already loaded or compiled withing the kernel Point the user to dmesg(1) to get informations about why loading a module did fail instead of printing the cryptic "Exec format error" Update the BUGS section of kld(4) according the recent changes in kldload(8)
* Document an ipfw fwd issue.hrs2014-01-201-0/+8
| | | | Suggested by: jmg
* - Fix a bxe(4) entry. This issue is not related to NFSv4, and poorhrs2014-01-201-8/+11
| | | | | performance is caused by disabling TSO, not the issue itself. - s/&os;-STABLE/&os; &release.current;/
* MFC r260556: Add some missing .Nm for newer syscalls in existing man pages.jilles2014-01-183-3/+6
|
* MFC r258675: Fix build.pluknet2014-01-181-1/+1
|
* MFC r260583: Add unmapped IO support to virtio_scsi(4)bryanv2014-01-181-1/+4
|
* MFC r260582: Add unmapped IO support to virtio_blk(4)bryanv2014-01-181-3/+4
|
* MFC r260581: Add sglist_append_bio(9) to append a struct bio's data tobryanv2014-01-184-1/+55
| | | | a sglist
* Fix description of pw(8) regression.gjb2014-01-181-3/+3
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document pw(8) regression when the '-G' flag is used.gjb2014-01-181-0/+6
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Fix wording from r260842.gjb2014-01-181-3/+2
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document a bsdconfig(8) compatibility nit with pkg(7) 1.2.x.gjb2014-01-181-0/+12
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document possible poor NFSv6 performance with bxe(4) when 'tso'gjb2014-01-181-0/+10
| | | | | | | is enabled. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r260566: Remove incorrect bit shift when assigning the LUN request fieldbryanv2014-01-181-1/+1
|
* Document the killall(1) regression.delphij2014-01-171-1/+13
| | | | | | While I'm there also correct a typo. Reviewed by: gjb (earlier version), hrs
* MFC of 260088:mckusick2014-01-171-4/+4
| | | | | | | | Fine tune filesystem block allocations under low free-space conditions (-r254995) based on further operational experience. Submitted by: Dmitry Sivachenko Fix Tested by: Dmitry Sivachenko
* MFC of 260079:mckusick2014-01-171-10/+4
| | | | Properly handle unsigned comparison.
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-1736-289/+301
|
* MFC r258605: Convert over the TCP probes to use mtod()avg2014-01-172-10/+11
| | | | MFC slacker: adrian
* MFC r257037: Redefine the io provider using the SDT(9) macrosavg2014-01-175-300/+16
| | | | MFC slacker: markj
* MFC r258744-258746: zfs: add zfs_freebsd_putpagesavg2014-01-165-39/+251
|
* MFC r260772:gjb2014-01-165-93/+41
| | | | | | | | | | | | | | | | | | Update the pkg-stage target to be more compatible with pkg-1.2: - Add a release-dvd.conf pkg(8) configuration file to override the default FreeBSD.conf configuration. - Remove architecture-specific pkg-stage.conf files, consolidate, and move their contents to scripts/pkg-stage.sh. - Use 'pkg -vv' to determine the ABI, which is used as the cache directory. Prior to these changes, it would be possible for pkg-stage to fetch conflicting binary packages from multiple repositories. Tested against: head@r260522, stable/10@r260522 Sponsored by: The FreeBSD Foundation
* MFC r259612: ttm_bo_vm_lookup_rb: actually make use of the red-black treeavg2014-01-161-2/+5
|
* MFC r258720: MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2014-01-163-51/+20
|
* MFC r258739: zfs mappedread_sf: assert that a page is never partially validavg2014-01-161-1/+3
|
* MFC r258634: MFV r258376: 3964 L2ARC should always compress metadata buffersavg2014-01-163-2/+6
|
* MFC r258633: MFV r255256: 3954 metaslabs continue to load even afteravg2014-01-163-5/+113
| | | | hitting zfs_mg_alloc_failure limit
OpenPOWER on IntegriCloud