Author: hselasky
Date: Tue Jun 6 10:12:58 2017
New Revision: 319620
URL: https://svnweb.freebsd.org/changeset/base/319620
Log:
Fix init order in the LinuxKPI for IDR support after recent changes.
CPU_FOREACH() is not available until SI_SUB_CPU at SI_ORDER_ANY
when the LinuxKPI is loaded
On 03/31/17 02:04, Allan Jude wrote:
Author: allanjude
Date: Fri Mar 31 00:04:32 2017
New Revision: 316311
URL: https://svnweb.freebsd.org/changeset/base/316311
Modified: head/sys/boot/i386/zfsboot/zfsboot.c
==
---
Author: gjb
Date: Tue Jun 6 14:08:54 2017
New Revision: 319621
URL: https://svnweb.freebsd.org/changeset/base/319621
Log:
Ensure ${_CW} is uppercase when passing '-c' to mk-vmimage.sh,
otherwise with 'CLOUDWARE=vagrant-virtualbox', the path to the
configuration file may be incorrect.
M
On Tue, Jun 06, 2017 at 03:51:26PM +0200, Hans Petter Selasky wrote:
> On 03/31/17 02:04, Allan Jude wrote:
> > Author: allanjude
> > Date: Fri Mar 31 00:04:32 2017
> > New Revision: 316311
> > URL: https://svnweb.freebsd.org/changeset/base/316311
> >
>
>
> >
> > Modified: head/sys/boot/i386/zf
Author: ngie
Date: Tue Jun 6 16:04:27 2017
New Revision: 319626
URL: https://svnweb.freebsd.org/changeset/base/319626
Log:
Add basic tests for echo(1)
Verify that echo(1) does not...
- ... print the trailing newline character with option '-n'.
- ... print the trailing newline character
Author: alc
Date: Tue Jun 6 16:52:07 2017
New Revision: 319627
URL: https://svnweb.freebsd.org/changeset/base/319627
Log:
Starting in r118390, swaponsomething() began to reserve the blocks at the
beginning of a swap area for a disk label. However, neither r118390 nor
r118544, which increas
Author: ngie
Date: Tue Jun 6 21:03:43 2017
New Revision: 319634
URL: https://svnweb.freebsd.org/changeset/base/319634
Log:
Add additional testcases for cat(1)
Verify the following additional cases:
- -s (in isolation, in addition to the -se testcase obtained via the
NetBSD test).
Author: jilles
Date: Tue Jun 6 21:08:05 2017
New Revision: 319635
URL: https://svnweb.freebsd.org/changeset/base/319635
Log:
sh: Call fc -e editor with interrupts enabled.
Starting the fc -e editor can execute arbitrary script, and executing
arbitrary script with INTOFF in effect may cau
Author: stevek
Date: Tue Jun 6 21:40:35 2017
New Revision: 319636
URL: https://svnweb.freebsd.org/changeset/base/319636
Log:
The memory assigned to the local variable 'copy' needs to be freed.
Found using clang's static analyzer - scan-build
Submitted by: Thomas Rix
Reviewed by: e
Author: ngie
Date: Tue Jun 6 21:50:00 2017
New Revision: 319637
URL: https://svnweb.freebsd.org/changeset/base/319637
Log:
Add testcases for `cat -b`
MFC after:1 month
Sponsored by: Dell EMC Isilon
Added:
head/contrib/netbsd-tests/bin/cat/d_b_output.in (contents, props changed)
Author: stevek
Date: Tue Jun 6 21:51:04 2017
New Revision: 319638
URL: https://svnweb.freebsd.org/changeset/base/319638
Log:
Before returning because of an memory allocation error, free the memory
already allocated to buf.
Found using clang's static analyzer - scan-build
Submitted b
Author: stevek
Date: Tue Jun 6 22:17:55 2017
New Revision: 319639
URL: https://svnweb.freebsd.org/changeset/base/319639
Log:
When the input parameter node is NULL, memory is allocated to it.
To later free the memory, introduce a new variable lnode to track when
this happens.
Submitted
Author: glebius
Date: Wed Jun 7 01:21:34 2017
New Revision: 319640
URL: https://svnweb.freebsd.org/changeset/base/319640
Log:
Remove a piece of dead code.
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
Author: glebius
Date: Wed Jun 7 01:48:11 2017
New Revision: 319641
URL: https://svnweb.freebsd.org/changeset/base/319641
Log:
Provide typedef for socket upcall function.
While here change so_gen_t type to modern uint64_t.
Modified:
head/sys/kern/uipc_socket.c
head/sys/sys/socketvar.h
Mo
Author: ngie
Date: Wed Jun 7 05:33:56 2017
New Revision: 319642
URL: https://svnweb.freebsd.org/changeset/base/319642
Log:
Add some basic tests for chmod(1)
MFC after:1 month
Sponsored by: Dell EMC Isilon
Added:
head/bin/chmod/tests/
head/bin/chmod/tests/Makefile (contents, pr
15 matches
Mail list logo