Author: dchagin
Date: Sat Jan 16 07:56:49 2016
New Revision: 294136
URL: https://svnweb.freebsd.org/changeset/base/294136
Log:
MFC r293613:
Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall
instead of vdso. An upcoming linux_base-c6 needs it.
Modified:
stable/10/sys/amd64/amd6
Author: dchagin
Date: Sat Jan 16 07:46:25 2016
New Revision: 294135
URL: https://svnweb.freebsd.org/changeset/base/294135
Log:
MFC r283430:
Teach kdump to understand both linux emulation.
Added:
stable/10/usr.bin/kdump/linux32_syscalls.conf
- copied unchanged from r283430, head/usr.
Author: imp
Date: Sat Jan 16 05:58:17 2016
New Revision: 294134
URL: https://svnweb.freebsd.org/changeset/base/294134
Log:
Compile for specific cortex model inside the RPi 2. It's closer to
working, and might actually work...
Modified:
head/tools/tools/nanobsd/embedded/rpi2.cfg
Modified: h
Author: imp
Date: Sat Jan 16 05:47:34 2016
New Revision: 294133
URL: https://svnweb.freebsd.org/changeset/base/294133
Log:
We don't need at91_bs_tag. arm_base_bs_tag works now that we have
better dynamic device mapping that didn't exit when we started this
port. Remove it, since everything w
Author: ngie
Date: Sat Jan 16 05:35:42 2016
New Revision: 294132
URL: https://svnweb.freebsd.org/changeset/base/294132
Log:
Bump .Dd for the content changes
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
===
Author: imp
Date: Sat Jan 16 04:47:32 2016
New Revision: 294131
URL: https://svnweb.freebsd.org/changeset/base/294131
Log:
Move ohci files to their proper place in the tree for atmel.
Fix when it is included (we don't have a at91rm9200 device).
From a similar patch in the PR, with tweaked na
Author: alc
Date: Sat Jan 16 04:41:40 2016
New Revision: 294130
URL: https://svnweb.freebsd.org/changeset/base/294130
Log:
A fix to r292469: Iterate over the physical segments in descending rather
than ascending order in vm_phys_alloc_contig() so that, for example, a
sequence of contigmalloc
> On Jan 15, 2016, at 18:22, Steven Hartland
> wrote:
>
> The main params change seems a bit odd, wouldn't have expected that to be
> valid, shouldn't they just be flagged __unused?
`int main(void)` is an acceptable function definition in ANSI C — I don’t see
why adding __unused should be do
The main params change seems a bit odd, wouldn't have expected that to
be valid, shouldn't they just be flagged __unused?
On 16/01/2016 02:18, Garrett Cooper wrote:
Author: ngie
Date: Sat Jan 16 02:18:36 2016
New Revision: 294127
URL: https://svnweb.freebsd.org/changeset/base/294127
Log:
Fi
Author: ngie
Date: Sat Jan 16 02:19:56 2016
New Revision: 294128
URL: https://svnweb.freebsd.org/changeset/base/294128
Log:
Fix -Wunused warning with clang/gcc
- Get rid of unused argc/argv variables in main
- Bump WARNS to 6
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Div
Author: ngie
Date: Sat Jan 16 02:18:36 2016
New Revision: 294127
URL: https://svnweb.freebsd.org/changeset/base/294127
Log:
Fix warnings with clang/gcc
- Get rid of unused argc/argv variables in main
- Exit on failure with a return code of 1 instead of -1 with err/errx as a
return cod
Author: ngie
Date: Sat Jan 16 02:15:13 2016
New Revision: 294126
URL: https://svnweb.freebsd.org/changeset/base/294126
Log:
Fix warnings with gcc 5.0
reconnect.c:
- Convert the K&R prototype of main to an ANSI prototype to mute a
warning from gcc 4.2.1
- Close s_sock2 after finishin
Author: ngie
Date: Sat Jan 16 02:02:50 2016
New Revision: 294125
URL: https://svnweb.freebsd.org/changeset/base/294125
Log:
Test for EPROTOTYPE not EPROTONOSUPPORT
- `SOCK_RAW` is the implied supported type parameter for socket(2) per
route(4)
- localsw in `sys/kern/uipc_usrreq.c` doesn'
Author: jpaetzel
Date: Sat Jan 16 01:40:46 2016
New Revision: 294124
URL: https://svnweb.freebsd.org/changeset/base/294124
Log:
MFC 293305
Allow /etc/exports to contain usernames/groups with spaces in them.
If you are getting your users/groups from a directory service such
as LDAP or
Author: ngie
Date: Sat Jan 16 01:37:17 2016
New Revision: 294123
URL: https://svnweb.freebsd.org/changeset/base/294123
Log:
Add missing newline to message about requiring root privileges
This will help ensure that scripts/parsers don't get confused when the message
is printed out
MFC
Author: imp
Date: Sat Jan 16 01:30:55 2016
New Revision: 294122
URL: https://svnweb.freebsd.org/changeset/base/294122
Log:
trim-time? What was I thinking. run-time.
Noticed by: Allan Jude
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
===
Author: imp
Date: Sat Jan 16 01:13:27 2016
New Revision: 294121
URL: https://svnweb.freebsd.org/changeset/base/294121
Log:
Add some clarifications.
Modified:
head/share/man/man4/ddb.4
Modified: head/share/man/man4/ddb.4
Author: imp
Date: Sat Jan 16 00:45:48 2016
New Revision: 294118
URL: https://svnweb.freebsd.org/changeset/base/294118
Log:
Improve the sentence flow as well which has the happy benefit of
making read-only modify a noun, a case where it unquestionably should
be hyphenated.
Modified:
head/s
Author: imp
Date: Sat Jan 16 00:43:10 2016
New Revision: 294116
URL: https://svnweb.freebsd.org/changeset/base/294116
Log:
Although not directly modifying a noun, read-only should be hyphenated
in this context (or in any, really).
Modified:
head/share/man/man4/ffclock.4
Modified: head/shar
Author: imp
Date: Sat Jan 16 00:39:36 2016
New Revision: 294115
URL: https://svnweb.freebsd.org/changeset/base/294115
Log:
Read-only is typically hyphenated. Move (read only) to a spot where it
modifies a noun and hyphenate.
Modified:
head/share/man/man5/nandfs.5
Modified: head/share/man/m
Author: imp
Date: Sat Jan 16 00:37:27 2016
New Revision: 294114
URL: https://svnweb.freebsd.org/changeset/base/294114
Log:
Read-only is hyphenated when it modifies a noun.
Modified:
head/share/man/man4/geom_uncompress.4
head/share/man/man4/geom_uzip.4
head/share/man/man4/sctp.4
head/sha
Author: bapt
Date: Fri Jan 15 23:28:12 2016
New Revision: 294113
URL: https://svnweb.freebsd.org/changeset/base/294113
Log:
Update mandoc to 20160116
Added:
head/contrib/mdocml/compat_err.c
- copied unchanged from r294112, vendor/mdocml/dist/compat_err.c
head/contrib/mdocml/compat_getl
Author: bapt
Date: Fri Jan 15 23:16:04 2016
New Revision: 294112
URL: https://svnweb.freebsd.org/changeset/base/294112
Log:
Remove config.h imported by accident
Deleted:
vendor/mdocml/dist/config.h
___
svn-src-all@freebsd.org mailing list
https://li
Author: ak (ports committer)
Date: Fri Jan 15 23:13:01 2016
New Revision: 294111
URL: https://svnweb.freebsd.org/changeset/base/294111
Log:
- Add support for zip to lesspipe.sh
Approved by: des
Modified:
head/usr.bin/less/lesspipe.sh
Modified: head/usr.bin/less/lesspipe.sh
Author: bapt
Date: Fri Jan 15 23:10:37 2016
New Revision: 294110
URL: https://svnweb.freebsd.org/changeset/base/294110
Log:
Tag import of mdocml 20160116
Added:
vendor/mdocml/20160116/
- copied from r294088, vendor/mdocml/dist/
vendor/mdocml/20160116/compat_err.c
- copied unchange
Author: bapt
Date: Fri Jan 15 23:08:59 2016
New Revision: 294109
URL: https://svnweb.freebsd.org/changeset/base/294109
Log:
Import mdocml CVS snapshot 20160116
Added:
vendor/mdocml/dist/compat_err.c (contents, props changed)
vendor/mdocml/dist/compat_getline.c (contents, props changed)
Author: ak (ports committer)
Date: Fri Jan 15 23:04:36 2016
New Revision: 294108
URL: https://svnweb.freebsd.org/changeset/base/294108
Log:
- Match directory extraction message with Infozip [1]
- Add comment explaining masks in check_binary()
Obtained from:NetBSD [1]
Approved by
Author: ak (ports committer)
Date: Fri Jan 15 22:58:23 2016
New Revision: 294107
URL: https://svnweb.freebsd.org/changeset/base/294107
Log:
- Extract common code from extract()/extract_stdout() to extract2fd()
- Update information about central directory handling
Obtained from:Net
Author: bdrewery
Date: Fri Jan 15 22:08:51 2016
New Revision: 294104
URL: https://svnweb.freebsd.org/changeset/base/294104
Log:
FAST_DEPEND: Rework optimization for r290524.
The .MAKEFLAGS check inside of the .for loop is extremely slow for some
reason. Just moving it out of the loop tri
Author: bdrewery
Date: Fri Jan 15 22:08:58 2016
New Revision: 294105
URL: https://svnweb.freebsd.org/changeset/base/294105
Log:
FAST_DEPEND: Fix incremental builds leading to kernel panics.
This fixes .depend.genassym.o not being included. genassym.o depends on
all of the system headers
Author: ngie
Date: Fri Jan 15 21:59:18 2016
New Revision: 294103
URL: https://svnweb.freebsd.org/changeset/base/294103
Log:
- Check for accf_filter before running the tests, otherwise it will always
fail at subtest 9/11
- Use strncpy instead of strcpy with afa.af_name
Modified:
head/too
Author: dim
Date: Fri Jan 15 21:45:53 2016
New Revision: 294102
URL: https://svnweb.freebsd.org/changeset/base/294102
Log:
MFV r294101: 6527 Possible access beyond end of string in zpool comment
Reviewed by: George Wilson
Reviewed by: Matthew Ahrens
Reviewed by: Dan McDonald
Approv
Author: dim
Date: Fri Jan 15 21:41:45 2016
New Revision: 294101
URL: https://svnweb.freebsd.org/changeset/base/294101
Log:
6527 Possible access beyond end of string in zpool comment
Reviewed by: George Wilson
Reviewed by: Matthew Ahrens
Reviewed by: Dan McDonald
Approved by: Gordon
Author: allanjude
Date: Fri Jan 15 20:59:57 2016
New Revision: 294100
URL: https://svnweb.freebsd.org/changeset/base/294100
Log:
MFC: r287581
Add an additional check to service(8) -e incase rcvar is blank
Sponsored by: ScaleEngine Inc.
Modified:
stable/10/usr.sbin/service/service.sh
Author: jilles
Date: Fri Jan 15 20:55:44 2016
New Revision: 294099
URL: https://svnweb.freebsd.org/changeset/base/294099
Log:
MFC r293783: futimens/utimensat: Use the new system calls.
Update the __FreeBSD_version check in lib/libc/sys/futimens.c and
lib/libc/sys/utimensat.c. Before this,
Author: skra
Date: Fri Jan 15 18:53:06 2016
New Revision: 294098
URL: https://svnweb.freebsd.org/changeset/base/294098
Log:
Add mmu format info into ARM vmcore.
Fix kvatop translation for 64K pages.
Reviewed by: jhb
Approved by: kib (mentor)
Differential Revision:https://reviews
Author: ian
Date: Fri Jan 15 18:27:34 2016
New Revision: 294097
URL: https://svnweb.freebsd.org/changeset/base/294097
Log:
Reduce diffs to upstream by adding a couple comment blocks and moving the
parse_boot_param() function to the end of the file.
Modified:
head/sys/arm/at91/board_tsc4370.
Author: bz
Date: Fri Jan 15 16:45:36 2016
New Revision: 294095
URL: https://svnweb.freebsd.org/changeset/base/294095
Log:
Unbreak NOIP builds after r294084.
Modified:
head/sys/fs/nfsclient/nfs_clport.c
Modified: head/sys/fs/nfsclient/nfs_clport.c
=
Author: arybchik
Date: Fri Jan 15 15:20:26 2016
New Revision: 294094
URL: https://svnweb.freebsd.org/changeset/base/294094
Log:
sfxge: check the RX DMA end padding configuration on Medford
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
Author: arybchik
Date: Fri Jan 15 15:19:18 2016
New Revision: 294093
URL: https://svnweb.freebsd.org/changeset/base/294093
Log:
sfxge: convert nvram read method to use partition id
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
MFC af
Author: arybchik
Date: Fri Jan 15 15:17:44 2016
New Revision: 294092
URL: https://svnweb.freebsd.org/changeset/base/294092
Log:
sfxge: rename Huntington MAC methods to EF10 and use for Medford
Submitted by: Mark Spender
Reviewed by:gnn
Sponsored by: Solarflare Communications, I
Author: arybchik
Date: Fri Jan 15 15:12:30 2016
New Revision: 294091
URL: https://svnweb.freebsd.org/changeset/base/294091
Log:
sfxge: rename common hunt PHY methods to ef10 and use for Medford
Leaving BIST methods for now as, though the Medford bootrom now has lots
of BIST support, produ
Author: royger
Date: Fri Jan 15 14:34:31 2016
New Revision: 294090
URL: https://svnweb.freebsd.org/changeset/base/294090
Log:
xenbus: add a comment with the names of the generated accessors
For easy grepping.
Sponsored by: Citrix Systems R&D
Modified:
head/sys/xen/xenbus/xen
Author: melifaro
Date: Fri Jan 15 13:47:11 2016
New Revision: 294089
URL: https://svnweb.freebsd.org/changeset/base/294089
Log:
Clean up original route path selection logic a bit.
NULL pointer dereference claimed by Coverity was possible
if one (or several) next-hops for had their weigh
Author: hselasky
Date: Fri Jan 15 12:09:15 2016
New Revision: 294088
URL: https://svnweb.freebsd.org/changeset/base/294088
Log:
Use the recently added "make_dev_s()" function to solve old race setting the
si_drv1 field in "struct cdev" when creating new character devices.
Modified:
head/sys
Author: andrew
Date: Fri Jan 15 11:40:41 2016
New Revision: 294087
URL: https://svnweb.freebsd.org/changeset/base/294087
Log:
Remove the commented out sc device from the i.MX kernels, they both use
vt(4).
Modified:
head/sys/arm/conf/IMX53
head/sys/arm/conf/IMX6
Modified: head/sys/arm/con
Author: hselasky
Date: Fri Jan 15 11:18:58 2016
New Revision: 294086
URL: https://svnweb.freebsd.org/changeset/base/294086
Log:
Implement support for PCI suspend, resume and shutdown events in the
LinuxKPI. Fix a few spaces to tabs. Bump the FreeBSD version to force
recompilation of existing
Author: melifaro
Date: Fri Jan 15 09:05:14 2016
New Revision: 294084
URL: https://svnweb.freebsd.org/changeset/base/294084
Log:
Make nfscl_getmyip() use new routing KPI.
* Use standard IPv6 SAS instead of rt->rt_ifa address.
* Make address lookup work for IPv6 LLA.
* Save address into b
Author: ngie
Date: Fri Jan 15 08:55:33 2016
New Revision: 294082
URL: https://svnweb.freebsd.org/changeset/base/294082
Log:
Revert r294061
A number of pieces needed (netmap(4)) etc are missing, i.e. the MFCs
were incomplete.
Revert the changes so they can be redone cleanly again and
49 matches
Mail list logo