On Mon, 8 Jun 2015, Dimitry Andric wrote:
Log:
Merge r283870 from amd64:
Remove unneeded NULL checks in trap_fatal().
Since td_name is an array member of struct thread, it can never be NULL,
so the check can be removed. In addition, curproc can never be NULL,
so remove the if statement,
On Mon, 8 Jun 2015, Bryan Drewery wrote:
Log:
Cleanup some style(9) issues.
- Whitespace.
- Comments.
- Wrap long lines.
cp's style had a remarlable amount of bitrot.
This change unimproves it in some places.
"Clean up" is 2 words.
Modified: head/bin/cp/cp.c
==
On Mon, 8 Jun 2015, Ed Maste wrote:
Log:
Add user facing errors for exceeding process memory limits
Previously the process terminating with SIGABRT at startup was the
only notification.
I don't like this.
Errrors in syscalls should be reported by returning an error code, not
by spamming t
Author: tychon
Date: Tue Jun 9 00:14:47 2015
New Revision: 284174
URL: https://svnweb.freebsd.org/changeset/base/284174
Log:
Support guest writes to the TSC by enabling the "use TSC offsetting"
execution control and writing the difference between the host TSC and
the guest TSC into the TSC
I did not realize this, but there is an update utility on our public site,
this will update your hardware to
the latest released version of FW provided its an OEM generic product, if
you have another OEM specific
adapter (say HP or Dell...), then you will need to get the update from them.
https://
Author: marcel
Date: Mon Jun 8 22:01:34 2015
New Revision: 284169
URL: https://svnweb.freebsd.org/changeset/base/284169
Log:
Map the allocated DMA memory into the address space.
Modified:
head/tools/bus_space/busdma.c
Modified: head/tools/bus_space/busdma.c
=
Author: marcel
Date: Mon Jun 8 21:47:44 2015
New Revision: 284168
URL: https://svnweb.freebsd.org/changeset/base/284168
Log:
Implement mmap(2) for the busdma resource.
Modified:
head/sys/dev/proto/proto_busdma.c
head/sys/dev/proto/proto_busdma.h
head/sys/dev/proto/proto_core.c
Modified:
On Mon, Jun 08, 2015 at 08:03:16PM +, Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Jun 8 20:03:15 2015
> New Revision: 284166
> URL: https://svnweb.freebsd.org/changeset/base/284166
>
> Log:
> Properly initialize flags for accept4(2) not to return spurious EINVAL.
> Note this fixes a Lin
Author: dim
Date: Mon Jun 8 20:12:44 2015
New Revision: 284167
URL: https://svnweb.freebsd.org/changeset/base/284167
Log:
Merge r283870 from amd64:
Remove unneeded NULL checks in trap_fatal().
Since td_name is an array member of struct thread, it can never be NULL,
so the check can
Author: jkim
Date: Mon Jun 8 20:03:15 2015
New Revision: 284166
URL: https://svnweb.freebsd.org/changeset/base/284166
Log:
Properly initialize flags for accept4(2) not to return spurious EINVAL.
Note this fixes a Linuxulator regression introduced in r283490.
PR: 200662
Modifie
Author: marcel
Date: Mon Jun 8 19:45:24 2015
New Revision: 284165
URL: https://svnweb.freebsd.org/changeset/base/284165
Log:
Move contrib/top/top.X to contrib/top/top.xs and move
contrib/top/top.local.H to contrib/top/top.local.hs.
This fixes a build breakage when src is on a case-
insens
Author: bdrewery
Date: Mon Jun 8 19:24:18 2015
New Revision: 284163
URL: https://svnweb.freebsd.org/changeset/base/284163
Log:
Cleanup some style(9) issues.
- Whitespace.
- Comments.
- Wrap long lines.
MFC after:2 weeks
X-MFC-with: r284105,r284106
Sponsored by: EMC / Isi
Author: delphij
Date: Mon Jun 8 19:13:04 2015
New Revision: 284162
URL: https://svnweb.freebsd.org/changeset/base/284162
Log:
It has been long time that when doing 'ls -G /path/to/a/symlink', instead of
using the color of symbolic link, the color is determined by the link target.
This behav
On Monday, June 08, 2015 03:46:29 PM Ruslan Bukin wrote:
> For some reason it hangs for me after 'random' lines on arm64
Are you using dtrace? It looks like sdt was using the public symbol before
but in a context where the caller held the lock. I will revert this for now.
I think I can perhaps m
Author: jhb
Date: Mon Jun 8 18:06:00 2015
New Revision: 284160
URL: https://svnweb.freebsd.org/changeset/base/284160
Log:
Revert r284153, as I believe it breaks the dtrace sdt module. I will
fix the original issue a different way.
Modified:
head/sys/kern/kern_linker.c
Modified: head/sys/
Marcel Moolenaar wrote this message on Sun, Jun 07, 2015 at 22:10 -0700:
> > On Jun 7, 2015, at 9:52 PM, Bruce Simpson wrote:
> >
> > Marcel,
> >
> > On Mon, 8 Jun 2015, at 04:23, Marcel Moolenaar wrote:
> >> Log:
> >> Add busdma_mem_alloc & busdma_mem_free.
> >
> > Nice! Is there a man page o
Author: dchagin
Date: Mon Jun 8 17:39:25 2015
New Revision: 284159
URL: https://svnweb.freebsd.org/changeset/base/284159
Log:
Futex is an aligned 32-bit integer. Use the proper instruction and
operand when dereferencing futex pointer.
Modified:
head/sys/amd64/linux/linux_support.s
Modifie
Author: emaste
Date: Mon Jun 8 16:07:07 2015
New Revision: 284157
URL: https://svnweb.freebsd.org/changeset/base/284157
Log:
Add user facing errors for exceeding process memory limits
Previously the process terminating with SIGABRT at startup was the
only notification.
PR:
For some reason it hangs for me after 'random' lines on arm64
FreeBSD clang version 3.6.1 (tags/RELEASE_361/final 237755) 20150525
CPU: ARM Cortex-A57 r1p0
IMPLEMENT ME: dtrace_toxic_ranges
random: entropy device infrastructure driver
random: selecting highest priority adaptor
On Mon, Jun 08, 20
Author: jhb
Date: Mon Jun 8 14:06:47 2015
New Revision: 284153
URL: https://svnweb.freebsd.org/changeset/base/284153
Log:
Add an internal "locked" variant of linker_file_lookup_set() and change
the public function to acquire the global linker lock directly. This
permits linker_file_lookup_
Author: ae
Date: Mon Jun 8 13:23:56 2015
New Revision: 284152
URL: https://svnweb.freebsd.org/changeset/base/284152
Log:
Add makefile to build geom_map kld. Document some GEOM_* options
in NOTES and geom(4).
Added:
head/sys/modules/geom/geom_map/
head/sys/modules/geom/geom_map/Makefile
Author: ae
Date: Mon Jun 8 12:52:41 2015
New Revision: 284151
URL: https://svnweb.freebsd.org/changeset/base/284151
Log:
Teach G_PART_GPT class to handle g_resize_provider event.
MFC after:10 days
Modified:
head/sys/geom/part/g_part_gpt.c
Modified: head/sys/geom/part/g_part_gpt.c
=
22 matches
Mail list logo