Author: nwhitehorn
Date: Sun Mar 4 04:49:09 2018
New Revision: 330371
URL: https://svnweb.freebsd.org/changeset/base/330371
Log:
Where we can, pass the kernel an FDT facsimile of the OF device tree rather
than a pointer to Open Firmware by default. This eliminates a number of
potentially un
Author: imp
Date: Sun Mar 4 06:19:41 2018
New Revision: 330372
URL: https://svnweb.freebsd.org/changeset/base/330372
Log:
Mention that CTLFLAG_MPSAFE is only for _PROC entries.
Modified:
head/share/man/man9/sysctl.9
Modified: head/share/man/man9/sysctl.9
Author: kevans
Date: Sun Mar 4 03:23:19 2018
New Revision: 330370
URL: https://svnweb.freebsd.org/changeset/base/330370
Log:
lualoader: logdef -> logodef typo
Modified:
head/stand/lua/drawer.lua
Modified: head/stand/lua/drawer.lua
Author: eadler
Date: Sun Mar 4 02:41:25 2018
New Revision: 330367
URL: https://svnweb.freebsd.org/changeset/base/330367
Log:
MFC r330256:
sys/sys: Use a more common spelling of 'dirent'
Modified:
stable/11/sys/sys/dirent.h
Directory Properties:
stable/11/ (props changed)
Modified:
Author: kevans
Date: Sun Mar 4 03:21:12 2018
New Revision: 330369
URL: https://svnweb.freebsd.org/changeset/base/330369
Log:
lualoader: Return meaningful value in cli_execute
loader.command(...) will return whatever the executed function returns, so
follow suit and return whatever loader
Author: imp
Date: Sun Mar 4 03:13:13 2018
New Revision: 330368
URL: https://svnweb.freebsd.org/changeset/base/330368
Log:
Add documentation for CTLFLAG_MPSAFE.
Modified:
head/share/man/man9/sysctl.9
Modified: head/share/man/man9/sysctl.9
=
Author: emaste
Date: Sun Mar 4 01:37:49 2018
New Revision: 330366
URL: https://svnweb.freebsd.org/changeset/base/330366
Log:
When lld is ld, install bfd's man page as ld.bfd.1
When WITH_LLD_IS_LD is set, lld's man page is installed as ld.1.gz, as
was GNU BFD's man page prior to this chan
On 03/01/18 02:31, Hans Petter Selasky wrote:
> New Revision: 330236
> 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 waiting loops.
>
> MFC after: 1 week
> Sponsor
On Sat, Mar 03, 2018 at 11:08:49PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sat Mar 3 23:08:49 2018
> New Revision: 330362
> URL: https://svnweb.freebsd.org/changeset/base/330362
>
> Log:
> Document pause_sig(9) and update prototypes for existing pause(9) and
> pause_sbt(9
Author: nwhitehorn
Date: Sat Mar 3 23:39:07 2018
New Revision: 330365
URL: https://svnweb.freebsd.org/changeset/base/330365
Log:
Move "common" Open Firmware parts of the loader used only on PowerPC to
the powerpc/ subdirectory. These have never used by SPARC and we have
no other (and almost
Author: bdrewery
Date: Sat Mar 3 23:23:23 2018
New Revision: 330364
URL: https://svnweb.freebsd.org/changeset/base/330364
Log:
Don't read SRC_ENV_CONF for MAKEOBJDIRPREFIX guard.
This is mostly to allow using MAKEOBJDIRPREFIX in src-env.conf on stable where
src.sys.obj.mk is not going to
Author: bdrewery
Date: Sat Mar 3 23:23:01 2018
New Revision: 330363
URL: https://svnweb.freebsd.org/changeset/base/330363
Log:
Ignore MAKEOBJDIRPREFIX from src-env.conf in sub-makes.
A sub-make, such as in 'make buildworld', may want to override
MAKEOBJDIRPREFIX
but is unable to do so i
Author: hselasky
Date: Sat Mar 3 23:08:49 2018
New Revision: 330362
URL: https://svnweb.freebsd.org/changeset/base/330362
Log:
Document pause_sig(9) and update prototypes for existing pause(9) and
pause_sbt(9) functions.
MFC after:1 week
Suggested by: cem@
Sponsored by: Mellanox
On 03/03/18 23:34, Conrad Meyer wrote:
Please document the new ABI in the sleep(9) manual page.
See r330362.
--HPS
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-
Please document the new ABI in the sleep(9) manual page.
Thanks,
Conrad
On Sat, Mar 3, 2018 at 10:36 AM, Hans Petter Selasky
wrote:
> Author: hselasky
> Date: Sat Mar 3 18:36:38 2018
> New Revision: 330349
> URL: https://svnweb.freebsd.org/changeset/base/330349
>
> Log:
> Allow pause_sbt() to
Author: ian
Date: Sat Mar 3 22:28:20 2018
New Revision: 330361
URL: https://svnweb.freebsd.org/changeset/base/330361
Log:
Correct a misplaced closing paren. Does not affect the result, but does
clarify (at least for me) that the multiplication happens before the shift.
Modified:
head/sys/
Author: ian
Date: Sat Mar 3 22:10:16 2018
New Revision: 330360
URL: https://svnweb.freebsd.org/changeset/base/330360
Log:
Minor (mostly) wording changes.
Modified:
head/share/man/man9/fdt_pinctrl.9
Modified: head/share/man/man9/fdt_pinctrl.9
=
On Sat, 3 Mar 2018, Ian Lepore wrote:
On Sat, 2018-03-03 at 22:49 +0200, Konstantin Belousov wrote:
,,,
BTW mstosbt() and other functions have weird bracing in the formula. I
think that the formula as calculated by the C operator precedence is
fine, i.e. multiplication is done before right shif
Author: eadler
Date: Sat Mar 3 21:50:55 2018
New Revision: 330359
URL: https://svnweb.freebsd.org/changeset/base/330359
Log:
sys/linux: Fix a few potential infoleaks in cloudabi
Submitted by: Domagoj Stolfa
MFC After:1 month
Sponsored by: DARPA/AFRL
Modified:
head/sys/compat/cl
Author: ian
Date: Sat Mar 3 21:41:16 2018
New Revision: 330358
URL: https://svnweb.freebsd.org/changeset/base/330358
Log:
Minor changes to wording.
Modified:
head/share/man/man4/fdt_pinctrl.4
Modified: head/share/man/man4/fdt_pinctrl.4
===
Author: eadler
Date: Sat Mar 3 21:23:31 2018
New Revision: 330357
URL: https://svnweb.freebsd.org/changeset/base/330357
Log:
MFC r306767:
Correctly calculate snd_max in persist case.
In the persist case, take the SYN and FIN flags into account when updating
the sequence space sent.
Author: eadler
Date: Sat Mar 3 21:14:55 2018
New Revision: 330356
URL: https://svnweb.freebsd.org/changeset/base/330356
Log:
sys/linux: Fix a few potential infoleaks in Linux IPC
Submitted by: Domagoj Stolfa
MFC After:1 month
Modified:
head/sys/compat/linux/linux_ipc.c
Modified:
Author: eadler
Date: Sat Mar 3 21:05:28 2018
New Revision: 330355
URL: https://svnweb.freebsd.org/changeset/base/330355
Log:
MFC r305137:
Eliminate unnecessary loop in _cap_check()
Calling cap_rights_contains() several times with the same inputs is not
going to produce a different o
On Sat, 2018-03-03 at 22:49 +0200, Konstantin Belousov wrote:
> On Sat, Mar 03, 2018 at 12:14:42PM -0700, Ian Lepore wrote:
> >
> > To really avoid roundoff errors, use mstosbt(ms) instead of SBT_1MS*ms.
> >
> > The rounding errors when multiplying or dividing by SBT_1MS is not
> > severe like it
On Sat, 2018-03-03 at 22:49 +0200, Konstantin Belousov wrote:
> On Sat, Mar 03, 2018 at 12:14:42PM -0700, Ian Lepore wrote:
> >
> > To really avoid roundoff errors, use mstosbt(ms) instead of SBT_1MS*ms.
> >
> > The rounding errors when multiplying or dividing by SBT_1MS is not
> > severe like it
On Sat, Mar 03, 2018 at 12:14:42PM -0700, Ian Lepore wrote:
> To really avoid roundoff errors, use mstosbt(ms) instead of SBT_1MS*ms.
>
> The rounding errors when multiplying or dividing by SBT_1MS is not
> severe like it is with SBT_1NS, but the inline functions still do the
> arithmetic more cor
Author: eadler
Date: Sat Mar 3 20:42:39 2018
New Revision: 330354
URL: https://svnweb.freebsd.org/changeset/base/330354
Log:
sys/fuse: fix off by one error
Reported by: Ilja Van Sprundel
Reported by: Domagoj Stolfa
Modified:
head/sys/fs/fuse/fuse_internal.c
Modified: head/sys/fs/
On 03/03/18 20:14, Ian Lepore wrote:
On Sat, 2018-03-03 at 18:54 +, Hans Petter Selasky wrote:
Author: hselasky
Date: Sat Mar 3 18:54:16 2018
New Revision: 330352
URL: https://svnweb.freebsd.org/changeset/base/330352
Log:
Implement msleep_interruptible() in the LinuxKPI. While at it use
Author: hselasky
Date: Sat Mar 3 19:26:40 2018
New Revision: 330353
URL: https://svnweb.freebsd.org/changeset/base/330353
Log:
Use mstosbt() instead of SBT_1MS in the LinuxKPI to get the last few bits
of precision.
MFC after:1 week
Suggested by: ian@
Sponsored by: Mellanox Techno
On 03/03/2018 02:48, Alexey Dokuchaev wrote:
> On Tue, Nov 22, 2016 at 06:13:46PM +, Alan Cox wrote:
>> New Revision: 309017
>> URL: https://svnweb.freebsd.org/changeset/base/309017
>>
>> Log:
>> Remove PG_CACHED-related fields from struct vmmeter, because they are no
>> longer used. More
On Sat, 2018-03-03 at 18:54 +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sat Mar 3 18:54:16 2018
> New Revision: 330352
> URL: https://svnweb.freebsd.org/changeset/base/330352
>
> Log:
> Implement msleep_interruptible() in the LinuxKPI. While at it use
> pause_sbt()
> instead
Author: hselasky
Date: Sat Mar 3 18:54:16 2018
New Revision: 330352
URL: https://svnweb.freebsd.org/changeset/base/330352
Log:
Implement msleep_interruptible() in the LinuxKPI. While at it use pause_sbt()
instead of pause() in the msleep() function to avoid rounding errors when
converting d
Author: kevans
Date: Sat Mar 3 18:52:19 2018
New Revision: 330351
URL: https://svnweb.freebsd.org/changeset/base/330351
Log:
Move imx6_usbphy to SUPPORTDEV, massage associated comment
No objections from: ian
Modified:
head/sys/arm/freescale/imx/imx6_usbphy.c
Modified: head/sys/arm/fr
Author: kevans
Date: Sat Mar 3 18:40:46 2018
New Revision: 330350
URL: https://svnweb.freebsd.org/changeset/base/330350
Log:
aw_syscon(4): Move to BUS_PASS_SUPPORTDEV
It would have been on an actual named pass before, but none were really
appropriate in name. Move it to the recently crea
Author: hselasky
Date: Sat Mar 3 18:36:38 2018
New Revision: 330349
URL: https://svnweb.freebsd.org/changeset/base/330349
Log:
Allow pause_sbt() to catch signals during sleep by passing C_CATCH flag.
Define pause_sig() function macro helper similarly to other kernel functions
which catch si
Author: manu
Date: Sat Mar 3 18:30:31 2018
New Revision: 330348
URL: https://svnweb.freebsd.org/changeset/base/330348
Log:
aw_mmc: Regulator improvement
Getting regulator is good, enabling them is better.
When the mmc stack decide to change the voltage for IO, don't
change the main vcc
Author: manu
Date: Sat Mar 3 18:28:19 2018
New Revision: 330347
URL: https://svnweb.freebsd.org/changeset/base/330347
Log:
axp81x: Add support for AXP803
AXP803 and AXP813/818 are very similar, only two regulators differs.
AXP803 is the companion chip for A64/R18
AXP813 is the companio
Author: kevans
Date: Sat Mar 3 18:25:50 2018
New Revision: 330346
URL: https://svnweb.freebsd.org/changeset/base/330346
Log:
lualoader: Shift menu+brand even for logo=none with customized pos
Modified:
head/stand/lua/drawer.lua
Modified: head/stand/lua/drawer.lua
===
Author: kevans
Date: Sat Mar 3 18:13:14 2018
New Revision: 330345
URL: https://svnweb.freebsd.org/changeset/base/330345
Log:
lualoader: Tweak positioning and fix an off-by-one
- All of our default positions were offset from forth
- Our menu frame size was smaller than in forth
- Logo/b
Author: hselasky
Date: Sat Mar 3 18:12:21 2018
New Revision: 330344
URL: https://svnweb.freebsd.org/changeset/base/330344
Log:
Correct the return code from pause() during cold startup from zero to
EWOULDBLOCK. This also matches the description in pause(9).
Discussed with: kib@
MF
Author: eadler
Date: Sat Mar 3 18:11:02 2018
New Revision: 330343
URL: https://svnweb.freebsd.org/changeset/base/330343
Log:
MFC r302519:
Audit the file-descriptor number argument for openat(2). Remove a comment
about the desirability of auditing the number, as it was in fact in the
w
Author: kevans
Date: Sat Mar 3 17:38:25 2018
New Revision: 330342
URL: https://svnweb.freebsd.org/changeset/base/330342
Log:
lualoader: Respect loader_menu_title_align
It may be set to "left" or "right" -- any other value will cause the title
to be centered.
I've chosen to position
Author: kevans
Date: Sat Mar 3 17:25:49 2018
New Revision: 330341
URL: https://svnweb.freebsd.org/changeset/base/330341
Log:
lualoader: Respect loader_menu_title, prepare for align
Modified:
head/stand/lua/drawer.lua
Modified: head/stand/lua/drawer.lua
==
Author: kevans
Date: Sat Mar 3 17:18:40 2018
New Revision: 330340
URL: https://svnweb.freebsd.org/changeset/base/330340
Log:
lualoader: Execute menu_timeout_command at the end of menu autoboot
Instead of hardcoding "boot", respect menu_timeout_command from Forth. It
still defaults to 'bo
Author: kevans
Date: Sat Mar 3 17:13:12 2018
New Revision: 330339
URL: https://svnweb.freebsd.org/changeset/base/330339
Log:
liblua: Add loader.interpret
This allows lua to pass back a command string to be executed as if it were
typed at the loader prompt- loader tries to execute the str
On 03/03/2018 05:21, Konstantin Belousov wrote:
On Sat, Mar 03, 2018 at 01:47:41PM +1100, Bruce Evans wrote:
On Fri, 2 Mar 2018, Konstantin Belousov wrote:
On Fri, Mar 02, 2018 at 12:43:34PM -0500, Pedro Giffuni wrote:
...
I think use of _Nonnull attributes in the threading functions may al
Author: avg
Date: Sat Mar 3 15:10:37 2018
New Revision: 330338
URL: https://svnweb.freebsd.org/changeset/base/330338
Log:
db_nextframe/amd64: catch up with r328083 to recognize fast_syscall_common
Since that change the system call stack traces look like this:
...
sys___sysctl() at
Author: andrew
Date: Sat Mar 3 13:20:44 2018
New Revision: 330337
URL: https://svnweb.freebsd.org/changeset/base/330337
Log:
Move setting the IRQ base and length into the common GICv3 ITS attach
function. This is common across both ACPI and FDT.
Sponsored by: ABT Systems Ltd
Sponsored
Author: andrew
Date: Sat Mar 3 13:19:08 2018
New Revision: 330336
URL: https://svnweb.freebsd.org/changeset/base/330336
Log:
Add the missing GICv3 dev info struct to the ACPI dev info.Previously we
would read from the resource list when querying from this.
Sponsored by: ABT Systems Ltd
Author: manu
Date: Sat Mar 3 12:43:11 2018
New Revision: 330335
URL: https://svnweb.freebsd.org/changeset/base/330335
Log:
Introduce BUS_PASS_SUPPORTDEV
The reason for this new pass is :
The earlier pass names are really specific (interrupt, timer, scheduler etc
..)
and making a dr
On Sat, 3 Mar 2018, Konstantin Belousov wrote:
On Sat, Mar 03, 2018 at 01:47:41PM +1100, Bruce Evans wrote:
On Fri, 2 Mar 2018, Konstantin Belousov wrote:
On Fri, Mar 02, 2018 at 12:43:34PM -0500, Pedro Giffuni wrote:
...
I think use of _Nonnull attributes in the threading functions may also
Author: kib
Date: Sat Mar 3 11:53:44 2018
New Revision: 330334
URL: https://svnweb.freebsd.org/changeset/base/330334
Log:
MFC r329905:
Hide all vm/vm_pageout.h content under #ifdef _KERNEL.
Modified:
stable/11/sys/vm/vm_pageout.h
Directory Properties:
stable/11/ (props changed)
Modifi
Author: eadler
Date: Sat Mar 3 11:18:38 2018
New Revision: 330333
URL: https://svnweb.freebsd.org/changeset/base/330333
Log:
MFC r325800:
Add a -r option to print the running kernel version.
Modified:
stable/11/bin/freebsd-version/freebsd-version.1
stable/11/bin/freebsd-version/freebs
Author: eadler
Date: Sat Mar 3 11:17:05 2018
New Revision: 330332
URL: https://svnweb.freebsd.org/changeset/base/330332
Log:
MFC r307519,r307629:
Increase timeout so low-end platforms have a chance to complete test
procedures.
This fixes operation in QEMU/MIPS64.
Modified:
stable
Author: eadler
Date: Sat Mar 3 11:12:09 2018
New Revision: 330331
URL: https://svnweb.freebsd.org/changeset/base/330331
Log:
MFC r325450:
Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..."
The wrong index was being checked for == ' ' in the resulting stringifi
Author: eadler
Date: Sat Mar 3 11:11:07 2018
New Revision: 330330
URL: https://svnweb.freebsd.org/changeset/base/330330
Log:
MFC r325319:
Remove artificial limit for -i.
Modified:
stable/11/tools/tools/syscall_timing/syscall_timing.c
Directory Properties:
stable/11/ (props changed)
Author: eadler
Date: Sat Mar 3 11:02:34 2018
New Revision: 330329
URL: https://svnweb.freebsd.org/changeset/base/330329
Log:
MFC r303727:
uuid_to_string(3) is allocating memory and can fail on that.
Check if any error accrued.
Modified:
stable/11/bin/uuidgen/uuidgen.c
Directory Proper
Author: eadler
Date: Sat Mar 3 10:50:16 2018
New Revision: 330328
URL: https://svnweb.freebsd.org/changeset/base/330328
Log:
MFC r323645:
kern.osreldate is an integer, not a string
PR: 217501
Modified:
stable/11/sbin/sysctl/sysctl.8
Directory Properties:
stable/11/ (p
Author: eadler
Date: Sat Mar 3 10:48:23 2018
New Revision: 330327
URL: https://svnweb.freebsd.org/changeset/base/330327
Log:
MFC r322804 (record only)
Correct typo in usage string.
Modified:
Directory Properties:
stable/11/ (props changed)
_
Author: eadler
Date: Sat Mar 3 10:47:30 2018
New Revision: 330326
URL: https://svnweb.freebsd.org/changeset/base/330326
Log:
MFC r322657:
typo
PR: 211160
Modified:
stable/11/contrib/mdocml/lib.in
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/co
Author: eadler
Date: Sat Mar 3 10:45:19 2018
New Revision: 330325
URL: https://svnweb.freebsd.org/changeset/base/330325
Log:
MFC r322428:
Set usage() to show -d flag
mkesdb supports the -d flag for enabling debug mode, as documented in the
manual.
PR: 209865
Submitted b
Author: eadler
Date: Sat Mar 3 10:43:41 2018
New Revision: 330324
URL: https://svnweb.freebsd.org/changeset/base/330324
Log:
MFC r322210,r322613,r322831:
pgrep naively appends the delimiter to all PIDs including the last
e.g. "pgrep -d, getty" outputs "1399,1386,1309,1308,1307,1306,1305,
Author: eadler
Date: Sat Mar 3 10:37:53 2018
New Revision: 330323
URL: https://svnweb.freebsd.org/changeset/base/330323
Log:
MFC r321426:
cleanobj: Unhide removal of directory.
Modified:
stable/11/share/mk/bsd.obj.mk
Directory Properties:
stable/11/ (props changed)
Modified: stable
Author: eadler
Date: Sat Mar 3 10:35:00 2018
New Revision: 330322
URL: https://svnweb.freebsd.org/changeset/base/330322
Log:
MFC r320406:
A little tweak for performance
Modified:
stable/11/libexec/rshd/rshd.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/libe
Author: eadler
Date: Sat Mar 3 10:32:00 2018
New Revision: 330321
URL: https://svnweb.freebsd.org/changeset/base/330321
Log:
MFC r319843:
Fix 'restart' action: rc.subr only expects to restart one service, not two.
PR: 217393
Modified:
stable/11/etc/rc.d/sendmail
Directory
Author: eadler
Date: Sat Mar 3 10:30:54 2018
New Revision: 330320
URL: https://svnweb.freebsd.org/changeset/base/330320
Log:
MFC 319851:
Remove the outdated definition.
Modified:
stable/11/sys/compat/linux/linux_file.c
Directory Properties:
stable/11/ (props changed)
Modified: stab
Author: eadler
Date: Sat Mar 3 10:29:29 2018
New Revision: 330319
URL: https://svnweb.freebsd.org/changeset/base/330319
Log:
MFC r319602:
Clarify -q is only for pgrep.
Modified:
stable/11/bin/pkill/pkill.1
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/bin/pki
Author: eadler
Date: Sat Mar 3 10:27:33 2018
New Revision: 330318
URL: https://svnweb.freebsd.org/changeset/base/330318
Log:
MFC r318891:
Fix long standing issue in bsdconfig's keymap selection
Since the translation to vt as terminal emulator, the keymaps files
path has changed and
On Sat, Mar 03, 2018 at 01:47:41PM +1100, Bruce Evans wrote:
> On Fri, 2 Mar 2018, Konstantin Belousov wrote:
>
> > On Fri, Mar 02, 2018 at 12:43:34PM -0500, Pedro Giffuni wrote:
> >> ...
> >> I think use of _Nonnull attributes in the threading functions may also
> >> be a waste (I introduced them
Author: eadler
Date: Sat Mar 3 10:18:32 2018
New Revision: 330317
URL: https://svnweb.freebsd.org/changeset/base/330317
Log:
MFC r314409:
dc(1): Introduce e command, equivalent to p, but writes to stderr
Obtained from:OpenBSD
MFC after:2 weeks
Modified:
stable/11/usr.
Author: eadler
Date: Sat Mar 3 10:15:37 2018
New Revision: 330316
URL: https://svnweb.freebsd.org/changeset/base/330316
Log:
MFC r313276:
Use kldload -n when loading if_deqna
This fixes if_deqna from being loaded by accident twice if it's already loaded
in the kernel.
Modified:
s
Author: eadler
Date: Sat Mar 3 10:01:12 2018
New Revision: 330315
URL: https://svnweb.freebsd.org/changeset/base/330315
Log:
MFC r325095:
Update URLs in usr.bin
- http -> https
- contents have moved locations
- removal of URL if I could not find new location
Modified:
stable/11
Author: eadler
Date: Sat Mar 3 09:59:04 2018
New Revision: 330314
URL: https://svnweb.freebsd.org/changeset/base/330314
Log:
MFC r322424:
Correct the -H longopt equivillant
PR: 209876
Modified:
stable/11/usr.bin/units/units.1
Directory Properties:
stable/11/ (props ch
Author: delphij
Date: Sat Mar 3 08:52:02 2018
New Revision: 330313
URL: https://svnweb.freebsd.org/changeset/base/330313
Log:
Document SA-17:12 and correct EN-17:09 link [1]
Reported by: eadler [1]
Modified:
stable/10/release/doc/share/xml/errata.xml
stable/10/release/doc/share/xml/s
On Tue, Nov 22, 2016 at 06:13:46PM +, Alan Cox wrote:
> New Revision: 309017
> URL: https://svnweb.freebsd.org/changeset/base/309017
>
> Log:
> Remove PG_CACHED-related fields from struct vmmeter, because they are no
> longer used. More precisely, they are always zero because the code tha
Author: delphij
Date: Sat Mar 3 08:45:56 2018
New Revision: 330312
URL: https://svnweb.freebsd.org/changeset/base/330312
Log:
Document SA-17:12 and correct EN-17:09 link [1]
Reported by: eadler [1]
Modified:
stable/11/release/doc/share/xml/errata.xml
stable/11/release/doc/share/xml/s
76 matches
Mail list logo