Author: oshogbo
Date: Sun Nov 12 07:18:10 2017
New Revision: 325736
URL: https://svnweb.freebsd.org/changeset/base/325736
Log:
We return a pointer when we are using cap_init() or cap_service_open()
function, so check if cap_chanel_t is NULL is not enough.
Casper with a normal libc will still
On Sun, 12 Nov 2017, Bruce Evans wrote:
On Sun, 12 Nov 2017, Mateusz Guzik wrote:
Log:
amd64: stop nesting preemption counter in spinlock_enter
Discussed with:jhb
This seems to break it. i386 still has the old code.
...
The main broken case is:
- both levels initially 0
- disable
On Sun, 12 Nov 2017, Mateusz Guzik wrote:
Log:
amd64: stop nesting preemption counter in spinlock_enter
Discussed with:jhb
This seems to break it. i386 still has the old code.
It also moves the critical section a little, so that it is inconsistent
for enter/exit. I think the crit
On Sun, Nov 12, 2017 at 5:32 AM, Mark Johnston wrote:
> On Sat, Nov 11, 2017 at 06:04:40PM +, Mateusz Guzik wrote:
> > Author: mjg
> > Date: Sat Nov 11 18:04:39 2017
> > New Revision: 325721
> > URL: https://svnweb.freebsd.org/changeset/base/325721
> >
> > Log:
> > Add pfind_any
> >
> > I
On Sat, Nov 11, 2017 at 06:04:40PM +, Mateusz Guzik wrote:
> Author: mjg
> Date: Sat Nov 11 18:04:39 2017
> New Revision: 325721
> URL: https://svnweb.freebsd.org/changeset/base/325721
>
> Log:
> Add pfind_any
>
> It looks for both regular and zombie processes. This avoids allproc
> re
Author: will
Date: Sun Nov 12 03:28:47 2017
New Revision: 325735
URL: https://svnweb.freebsd.org/changeset/base/325735
Log:
libkvm: fix lib32 build.
Modified:
head/lib/libkvm/kvm_i386.c
Modified: head/lib/libkvm/kvm_i386.c
=
Author: mjg
Date: Sun Nov 12 03:13:01 2017
New Revision: 325734
URL: https://svnweb.freebsd.org/changeset/base/325734
Log:
amd64: stop nesting preemption counter in spinlock_enter
Discussed with: jhb
Modified:
head/sys/amd64/amd64/machdep.c
Modified: head/sys/amd64/amd64/machdep.c
On 11/11/2017 15:30, Will Andrews wrote:
> Author: will
> Date: Sat Nov 11 23:30:58 2017
> New Revision: 325728
> URL: https://svnweb.freebsd.org/changeset/base/325728
>
> Log:
> libkvm: add kvm_walk_pages API.
>
> This API allows callers to enumerate all known pages, including any
> direc
Author: mjg
Date: Sun Nov 12 02:34:33 2017
New Revision: 325733
URL: https://svnweb.freebsd.org/changeset/base/325733
Log:
Use passed thread pointer instead of curthread in sys_sched_yield
No functional changes.
Modified:
head/sys/kern/p1003_1b.c
Modified: head/sys/kern/p1003_1b.c
=
Author: will
Date: Sun Nov 12 01:36:48 2017
New Revision: 325732
URL: https://svnweb.freebsd.org/changeset/base/325732
Log:
libkvm: fix build failures
Modified:
head/lib/libkvm/kvm.h
head/lib/libkvm/kvm_aarch64.h
head/lib/libkvm/kvm_amd64.c
head/lib/libkvm/kvm_amd64.h
head/lib/libkvm/
Author: will
Date: Sun Nov 12 00:00:38 2017
New Revision: 325729
URL: https://svnweb.freebsd.org/changeset/base/325729
Log:
libkvm: fix 'index' shadowing.
Modified:
head/lib/libkvm/kvm_private.c
Modified: head/lib/libkvm/kvm_private.c
=
Author: will
Date: Sat Nov 11 23:30:58 2017
New Revision: 325728
URL: https://svnweb.freebsd.org/changeset/base/325728
Log:
libkvm: add kvm_walk_pages API.
This API allows callers to enumerate all known pages, including any
direct map & kernel map virtual addresses, physical addresses, si
Author: robak (ports committer)
Date: Sat Nov 11 22:50:14 2017
New Revision: 325727
URL: https://svnweb.freebsd.org/changeset/base/325727
Log:
bhyve: avoid applying capsicum capabilities to file that was not opened
When using -l option targeting file that can't be opened (ie. nmdm module
Author: mjg
Date: Sat Nov 11 22:39:33 2017
New Revision: 325726
URL: https://svnweb.freebsd.org/changeset/base/325726
Log:
Avoid locking and refing in sysctl_kern_proc_args if possible.
Turns out the sysctl is called a lot e.g. by pkg-static.
Modified:
head/sys/kern/kern_proc.c
Modified
On 11/11/17 22:50, Mateusz Guzik wrote:
Author: mjg
Date: Sat Nov 11 21:50:36 2017
New Revision: 325725
URL: https://svnweb.freebsd.org/changeset/base/325725
Log:
sysctl: try to avoid malloc in name2oid
name2oid is called all the time and passed names are almost always very short
(
Author: mjg
Date: Sat Nov 11 21:50:36 2017
New Revision: 325725
URL: https://svnweb.freebsd.org/changeset/base/325725
Log:
sysctl: try to avoid malloc in name2oid
name2oid is called all the time and passed names are almost always very short
(< 16 characters).
Modified:
head/sys/kern/ke
Author: hselasky
Date: Sat Nov 11 20:12:48 2017
New Revision: 325724
URL: https://svnweb.freebsd.org/changeset/base/325724
Log:
Implement missing KDGETMODE IOCTL in VT.
Obtained from:Johannes Lundberg
Sponsored by: Mellanox Technologies
MFC after:1 week
Modified:
head/sy
> Author: eadler
> Date: Sat Nov 11 07:00:40 2017
> New Revision: 325702
> URL: https://svnweb.freebsd.org/changeset/base/325702
>
> Log:
> mailaddr(7): wave goodbye
>
> The information here is somewhere between ancient to obsolete.
20% of the information here is somewhat obsolete, 80% of
Author: delphij
Date: Sat Nov 11 19:18:47 2017
New Revision: 325723
URL: https://svnweb.freebsd.org/changeset/base/325723
Log:
find(1): Don't treat statfs() error as fatal in f_fstype, which can happen
when a directory is removed in the middle of find.
Instead of a full err(), allow find
Author: mjg
Date: Sat Nov 11 18:10:09 2017
New Revision: 325722
URL: https://svnweb.freebsd.org/changeset/base/325722
Log:
Use pfind_any in linux_rt_sigqueueinfo and kern_sigqueue
Modified:
head/sys/compat/linux/linux_signal.c
head/sys/kern/kern_sig.c
Modified: head/sys/compat/linux/linux_
On 11 November 2017 at 09:21, Bryan Drewery wrote:
> On 11/10/17 11:21 PM, Eitan Adler wrote:
>> Author: eadler
>> Date: Sat Nov 11 07:21:49 2017
>> New Revision: 325705
>> URL: https://svnweb.freebsd.org/changeset/base/325705
>>
>> Log:
>> secure: chase removal of pkg_install
>>
>> Modified:
>>
Author: mjg
Date: Sat Nov 11 18:04:39 2017
New Revision: 325721
URL: https://svnweb.freebsd.org/changeset/base/325721
Log:
Add pfind_any
It looks for both regular and zombie processes. This avoids allproc relocking
previously seen with pfind -> zpfind calls.
Modified:
head/sys/kern/ker
Author: mjg
Date: Sat Nov 11 18:03:26 2017
New Revision: 325720
URL: https://svnweb.freebsd.org/changeset/base/325720
Log:
Avoid allproc lock in pfind if curproc->pid == pid
Modified:
head/sys/kern/kern_proc.c
Modified: head/sys/kern/kern_proc.c
==
Author: mjg
Date: Sat Nov 11 18:02:23 2017
New Revision: 325719
URL: https://svnweb.freebsd.org/changeset/base/325719
Log:
Remove useless proc lookup from sysctl_out_proc
Modified:
head/sys/kern/kern_proc.c
Modified: head/sys/kern/kern_proc.c
=
On 11/10/17 11:21 PM, Eitan Adler wrote:
> Author: eadler
> Date: Sat Nov 11 07:21:49 2017
> New Revision: 325705
> URL: https://svnweb.freebsd.org/changeset/base/325705
>
> Log:
> secure: chase removal of pkg_install
>
> Modified:
> head/secure/Makefile
>
> Modified: head/secure/Makefile
>
Author: imp
Date: Sat Nov 11 16:09:20 2017
New Revision: 325718
URL: https://svnweb.freebsd.org/changeset/base/325718
Log:
Fix typo in filename.
Noticed by: Shawn Webb
Added:
head/tools/build/options/WITHOUT_LOADER_GELI (contents, props changed)
- copied, changed from r325694,
he
On Sat, Nov 11, 2017 at 7:47 AM, Shawn Webb
wrote:
> On Fri, Nov 10, 2017 at 11:54:48PM +, Warner Losh wrote:
> > Author: imp
> > Date: Fri Nov 10 23:54:48 2017
> > New Revision: 325693
> > URL: https://svnweb.freebsd.org/changeset/base/325693
> >
> > Log:
> > Move LOADER_{NO,}_GELI_SUPPORT
Author: bapt
Date: Sat Nov 11 15:18:25 2017
New Revision: 325717
URL: https://svnweb.freebsd.org/changeset/base/325717
Log:
Remove __unused attributed on arguments that are actually used
MFC after:3 days
Modified:
head/usr.bin/rctl/rctl.c
Modified: head/usr.bin/rctl/rctl.c
=
On Fri, Nov 10, 2017 at 11:54:48PM +, Warner Losh wrote:
> Author: imp
> Date: Fri Nov 10 23:54:48 2017
> New Revision: 325693
> URL: https://svnweb.freebsd.org/changeset/base/325693
>
> Log:
> Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI
>
> Transition to WITH/WITHOUT_LOADER_GELI t
Author: bapt
Date: Sat Nov 11 14:39:13 2017
New Revision: 325716
URL: https://svnweb.freebsd.org/changeset/base/325716
Log:
Fix some nroff style issue
MFC after:3 days
Modified:
head/lib/libutil/hexdump.3
Modified: head/lib/libutil/hexdump.3
=
Author: allanjude
Date: Sat Nov 11 14:02:21 2017
New Revision: 325715
URL: https://svnweb.freebsd.org/changeset/base/325715
Log:
vmstat: fix duplicate key in libxo output
In the libxo output from vmstat, the number of pages that have been
paged out uses the same key name as the number of
Author: bapt
Date: Sat Nov 11 13:57:30 2017
New Revision: 325714
URL: https://svnweb.freebsd.org/changeset/base/325714
Log:
Follow up on zstd update
Modified:
head/lib/libzstd/Makefile
Modified: head/lib/libzstd/Makefile
===
Author: bapt
Date: Sat Nov 11 13:54:37 2017
New Revision: 325713
URL: https://svnweb.freebsd.org/changeset/base/325713
Log:
Update to zstd 1.3.2
Added:
head/contrib/zstd/COPYING
- copied unchanged from r325712, vendor/zstd/dist/COPYING
head/contrib/zstd/contrib/seekable_format/
-
Author: hselasky
Date: Sat Nov 11 11:01:50 2017
New Revision: 325708
URL: https://svnweb.freebsd.org/changeset/base/325708
Log:
Remove release and acquire semantics when accessing the "state" field of the
LinuxKPI task struct. Change type of "state" variable from "int" to
"atomic_t" to simpl
Author: hselasky
Date: Sat Nov 11 10:46:12 2017
New Revision: 325707
URL: https://svnweb.freebsd.org/changeset/base/325707
Log:
Mask away return codes from del_timer() and del_timer_sync() because
they are not the same like in Linux.
MFC after:1 week
Sponsored by: Mellanox Technolog
Author: mjg
Date: Sat Nov 11 09:34:11 2017
New Revision: 325706
URL: https://svnweb.freebsd.org/changeset/base/325706
Log:
rwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNER
Modified:
head/sys/kern/kern_rwlock.c
Modified: head/sys/kern/kern_rwlock.c
===
36 matches
Mail list logo