Author: hselasky
Date: Thu Mar 1 10:31:51 2018
New Revision: 330236
URL: https://svnweb.freebsd.org/changeset/base/330236
Log:
Correct the return value from flush_work() and flush_delayed_work() in the
LinuxKPI to comply more with Linux. This fixes an issue when these functions
are used in
Author: emaste
Date: Thu Mar 1 13:52:18 2018
New Revision: 330239
URL: https://svnweb.freebsd.org/changeset/base/330239
Log:
Rationalize license text on Linuxolator files
Many licenses on Linuxolator files contained small variations from the
standard FreeBSD license text. To avoid licen
Author: wma
Date: Thu Mar 1 14:11:07 2018
New Revision: 330240
URL: https://svnweb.freebsd.org/changeset/base/330240
Log:
PowerNV: Initial support for OPAL I2C transfers
Add I2C OPAL driver and a set of dummy-ones to allow
all I2C things on Power8 to attach.
TODO: better async token
Thanks, I'll handle this.
Regards,
Wojtek
2018-02-28 16:01 GMT+01:00 Ed Maste :
> On 29 September 2017 at 02:36, Wojciech Macek wrote:
> > Author: wma
> > Date: Fri Sep 29 06:36:19 2017
> > New Revision: 324099
> > URL: https://svnweb.freebsd.org/changeset/base/324099
> >
> > Log:
> > Compile
On 03/01/18 06:11, Wojciech Macek wrote:
Author: wma
Date: Thu Mar 1 14:11:07 2018
New Revision: 330240
URL: https://svnweb.freebsd.org/changeset/base/330240
Log:
PowerNV: Initial support for OPAL I2C transfers
Add I2C OPAL driver and a set of dummy-ones to allow
all I2C things
Author: dab
Date: Thu Mar 1 17:47:28 2018
New Revision: 330245
URL: https://svnweb.freebsd.org/changeset/base/330245
Log:
Allow the "@" and "!" characters in passwd file GECOS fields.
Two PRs (152084 & 210187) request allowing the "@" and/or "!"
characters in the passwd file GECOS field.
Author: imp
Date: Thu Mar 1 19:50:55 2018
New Revision: 330248
URL: https://svnweb.freebsd.org/changeset/base/330248
Log:
Create LOADER_UBOOT, and LOADER_OFW. Move these options out of
Makefile.${MACHINE_ARCH} and remove the now-empty files. Generate the
*32 directories on the necessary arc
Author: kevans
Date: Thu Mar 1 19:59:49 2018
New Revision: 330249
URL: https://svnweb.freebsd.org/changeset/base/330249
Log:
stand: Makefile SUBDIR cleanup
Use SUBDIR.${MK_*} where appropriate. r330248 eliminated most of the
offenders, sweep the rest under the rug.
Differential Revi
Author: kevans
Date: Thu Mar 1 21:46:01 2018
New Revision: 330250
URL: https://svnweb.freebsd.org/changeset/base/330250
Log:
stand: Fix build after r330249
One does not simply convert to SUBDIR.yes in stand without making everything
else in the affected files SUBDIR.yes -- there are bett
Author: kevans
Date: Thu Mar 1 21:51:20 2018
New Revision: 330251
URL: https://svnweb.freebsd.org/changeset/base/330251
Log:
Remove LOADER_EFI description files
LOADER_EFI functionality got folded into EFI as of r330248.
Deleted:
head/tools/build/options/WITHOUT_LOADER_EFI
head/tools/
Author: kevans
Date: Thu Mar 1 21:57:08 2018
New Revision: 330252
URL: https://svnweb.freebsd.org/changeset/base/330252
Log:
MFC after:1 week
Added:
head/tools/build/options/WITHOUT_LOADER_OFW (contents, props changed)
head/tools/build/options/WITHOUT_LOADER_UBOOT (contents, props
Author: kevans
Date: Thu Mar 1 21:59:30 2018
New Revision: 330253
URL: https://svnweb.freebsd.org/changeset/base/330253
Log:
Back out r330252; will reapply with an actual commit message
Deleted:
head/tools/build/options/WITHOUT_LOADER_OFW
head/tools/build/options/WITHOUT_LOADER_UBOOT
hea
Author: kevans
Date: Thu Mar 1 22:00:38 2018
New Revision: 330254
URL: https://svnweb.freebsd.org/changeset/base/330254
Log:
Add descriptions for recently added loader options
Added:
head/tools/build/options/WITHOUT_LOADER_OFW
- copied unchanged from r330252,
head/tools/build/options/W
Author: kevans
Date: Thu Mar 1 22:04:51 2018
New Revision: 330255
URL: https://svnweb.freebsd.org/changeset/base/330255
Log:
Regenerate src.conf(5) after r330254
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: eadler
Date: Thu Mar 1 22:38:21 2018
New Revision: 330256
URL: https://svnweb.freebsd.org/changeset/base/330256
Log:
sys/sys: Use a more common spelling of 'dirent'
Submitted by: Domagoj Stolfa
MFC After:3 days
Modified:
head/sys/sys/dirent.h
Modified: head/sys/sys/diren
Author: ian
Date: Thu Mar 1 22:57:14 2018
New Revision: 330257
URL: https://svnweb.freebsd.org/changeset/base/330257
Log:
Add a function to retrieve the EFI realtime clock capabilities.
Modified:
head/sys/dev/efidev/efirt.c
head/sys/sys/efi.h
Modified: head/sys/dev/efidev/efirt.c
> Author: eadler
> Date: Thu Mar 1 22:38:21 2018
> New Revision: 330256
> URL: https://svnweb.freebsd.org/changeset/base/330256
>
> Log:
> sys/sys: Use a more common spelling of 'dirent'
Actually, correct missed rename of direct to dirent,
the name of this structure in 4.2/4.3 was direct,
posi
Author: sjg
Date: Fri Mar 2 01:53:50 2018
New Revision: 330260
URL: https://svnweb.freebsd.org/changeset/base/330260
Log:
Update to bmake-20180
Fixes segfault in Var_Set if val is NULL
Don't treat .info as warning with -W
Added:
head/contrib/bmake/mk/ldorder.mk
- copied uncha
Author: kevans
Date: Fri Mar 2 02:39:16 2018
New Revision: 330261
URL: https://svnweb.freebsd.org/changeset/base/330261
Log:
lualoader: Fix some lint-mentioned errors
- nextbootfile is not a variable, but nextboot_file is
- pstatus was explicitly initialized but later clobbered, so don't
Author: kevans
Date: Fri Mar 2 02:39:41 2018
New Revision: 330262
URL: https://svnweb.freebsd.org/changeset/base/330262
Log:
lualoader: Use #str instead of tracking length with 'n'
We really gain almost nothing by tracking length separately, especially when
it's as easy as "#str", so red
Author: kevans
Date: Fri Mar 2 03:05:36 2018
New Revision: 330263
URL: https://svnweb.freebsd.org/changeset/base/330263
Log:
lualoader: Use string literal \xNN instead of string.char()
Modified:
head/stand/lua/drawer.lua
Modified: head/stand/lua/drawer.lua
==
On 27 November 2017 at 10:03, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Mon Nov 27 15:03:07 2017
> New Revision: 326257
> URL: https://svnweb.freebsd.org/changeset/base/326257
>
> Log:
> sys/amd64: further adoption of SPDX licensing ID tags.
...
> Modified: head/sys/amd64/linux32/linux32_mac
On 01/03/2018 22:26, Ed Maste wrote:
On 27 November 2017 at 10:03, Pedro F. Giffuni wrote:
Author: pfg
Date: Mon Nov 27 15:03:07 2017
New Revision: 326257
URL: https://svnweb.freebsd.org/changeset/base/326257
Log:
sys/amd64: further adoption of SPDX licensing ID tags.
...
Modified: head
Author: mckusick
Date: Fri Mar 2 04:34:53 2018
New Revision: 330264
URL: https://svnweb.freebsd.org/changeset/base/330264
Log:
This change is some refactoring of Mark Johnston's changes in r329375
to fix the memory leak that I introduced in r328426. Instead of
trying to clear up the possibl
Author: kevans
Date: Fri Mar 2 05:35:14 2018
New Revision: 330267
URL: https://svnweb.freebsd.org/changeset/base/330267
Log:
Add core.lua(8), but do not add to distribution
Distribution will be done after all of the lualoader manpages are created.
Reviewed by: rpokala
Differential
Author: kevans
Date: Fri Mar 2 05:36:04 2018
New Revision: 330268
URL: https://svnweb.freebsd.org/changeset/base/330268
Log:
Add menu.lua(8), but do not add to distribution
Distribution will be done after all of the lualoader manpages are created.
Reviewed by: rpokala
Differential
Author: kevans
Date: Fri Mar 2 05:38:08 2018
New Revision: 330269
URL: https://svnweb.freebsd.org/changeset/base/330269
Log:
core.lua(8): Add missing note about core.KEYSTR_CSI
Modified:
head/stand/lua/core.lua.8
Modified: head/stand/lua/core.lua.8
==
On Fri, 2 Mar 2018 04:34:53 + (UTC)
Kirk McKusick wrote:
> Author: mckusick
> Date: Fri Mar 2 04:34:53 2018
> New Revision: 330264
> URL: https://svnweb.freebsd.org/changeset/base/330264
>
> Log:
> This change is some refactoring of Mark Johnston's changes in r329375
> to fix the memory
Author: cem
Date: Fri Mar 2 06:02:54 2018
New Revision: 330270
URL: https://svnweb.freebsd.org/changeset/base/330270
Log:
g_label_ufs: Fix typo from r330264
Reported by: O. Hartmann
Sponsored by: Dell EMC Isilon
Modified:
head/sys/geom/label/g_label_ufs.c
Modified: head/sys/geom/la
On Thu, Mar 1, 2018 at 9:40 PM, O. Hartmann wrote:
> On Fri, 2 Mar 2018 04:34:53 + (UTC)
> Kirk McKusick wrote:
>
>> Author: mckusick
>> Date: Fri Mar 2 04:34:53 2018
>> New Revision: 330264
>> URL: https://svnweb.freebsd.org/changeset/base/330264
>> ...
>
> Recent build of a kernel on CURRE
30 matches
Mail list logo