Author: imp
Date: Mon Jan 1 05:18:28 2018
New Revision: 327462
URL: https://svnweb.freebsd.org/changeset/base/327462
Log:
Remove empty directories... silly git svn w/o --rmdir.
Deleted:
head/sys/mips/adm5120/
head/sys/mips/alchemy/
head/sys/mips/idt/
head/sys/mips/rt305x/
_
Author: imp
Date: Mon Jan 1 05:13:03 2018
New Revision: 327461
URL: https://svnweb.freebsd.org/changeset/base/327461
Log:
Remove sys/mips/rmi. It's been unmaintained since 2011. This hardware
is now unobtanium. It's only had API changes in the last 7 years, and
is responsible for a very lar
Author: imp
Date: Mon Jan 1 04:10:36 2018
New Revision: 327460
URL: https://svnweb.freebsd.org/changeset/base/327460
Log:
Remove support for IDT. Only the RouterBoard RB533 used this chip, and
it's at least 5 years out of production. I couldn't find a used one on
ebay and other secondary ma
Author: imp
Date: Mon Jan 1 04:10:31 2018
New Revision: 327459
URL: https://svnweb.freebsd.org/changeset/base/327459
Log:
Retire old ADM 5120 port. It never grew much beyond the original port.
It came into the tree with the project/mips merge 8 years ago. At the
time, it was hard to find a
Author: imp
Date: Mon Jan 1 04:10:25 2018
New Revision: 327458
URL: https://svnweb.freebsd.org/changeset/base/327458
Log:
Remove sys/mips/alchemy. It was still-born when I committed it and it
never got better. It never worked on real hardware and is still mostly
stubs after 8 years when I a
Author: imp
Date: Mon Jan 1 04:06:24 2018
New Revision: 327457
URL: https://svnweb.freebsd.org/changeset/base/327457
Log:
Remove sys/mips/rt305x. It's been replaced by sys/mips/mediatek.
OK'd by: Stanislav Galabov (who did both)
Discussed on: mips@
Deleted:
head/sys/mips/conf/MT7620
Author: nwhitehorn
Date: Mon Jan 1 03:33:01 2018
New Revision: 327456
URL: https://svnweb.freebsd.org/changeset/base/327456
Log:
After removal of loader.ps3, change petitboot configuration in release media
to directly kexec the kernel. Unlike the old loader.ps3 code, this also works
on Powe
Author: eadler
Date: Mon Jan 1 00:20:35 2018
New Revision: 327455
URL: https://svnweb.freebsd.org/changeset/base/327455
Log:
ieee80211(9): update man page
This copies changes from NetBSD into FreeBSD's man page. I compared the
proposed changes against FreeBSD headers and modified them t
Author: gonzo
Date: Sun Dec 31 23:40:06 2017
New Revision: 327454
URL: https://svnweb.freebsd.org/changeset/base/327454
Log:
Fix GCC build broken by r32744
Indicate in function declaration that vt_palette_init does not take any
arguments
Modified:
head/sys/dev/vt/colors/vt_termcolors.c
Author: ian
Date: Sun Dec 31 22:43:24 2017
New Revision: 327453
URL: https://svnweb.freebsd.org/changeset/base/327453
Log:
Add a validbcd() routine that uses the bcd2bin_data[] array and returns a
bool indicating whether the input value represents a valid BCD byte.
The existing bcd2bin()
Author: kevans
Date: Sun Dec 31 22:35:32 2017
New Revision: 327452
URL: https://svnweb.freebsd.org/changeset/base/327452
Log:
aw_sid: Add support for a64
Newer Allwinner SoCs have nearly identical SID controllers with efuse space
starting at 0x200 into their register space and thermal dat
Author: eadler
Date: Sun Dec 31 22:01:36 2017
New Revision: 327451
URL: https://svnweb.freebsd.org/changeset/base/327451
Log:
newsyslog: implement 'p' flag
Implement the 'p' flag for newsyslog from NetBSD. This flag results in
the first log file for a given file to not be compressed.
Author: alc
Date: Sun Dec 31 21:36:42 2017
New Revision: 327450
URL: https://svnweb.freebsd.org/changeset/base/327450
Log:
The variable "minslptime" is pointless and always has been, ever since its
introduction in r83366. (At that time, this code appeared in vm/vm_glue.c,
because vm/vm_swap
Author: gonzo
Date: Sun Dec 31 21:29:20 2017
New Revision: 327449
URL: https://svnweb.freebsd.org/changeset/base/327449
Log:
Unbreak build broken by r327444
During review iterations function signature has changed in definition
but not in actual call. Fix call to match the definition.
Author: bryanv
Date: Sun Dec 31 21:23:14 2017
New Revision: 327448
URL: https://svnweb.freebsd.org/changeset/base/327448
Log:
Add rc.conf vxlan example
PR: 206288
Submitted by: ja...@lodge.me.uk
MFC after:2 weeks
Modified:
head/share/man/man4/vxlan.4
Modified: head/share/man/m
Author: cperciva
Date: Sun Dec 31 21:00:21 2017
New Revision: 327447
URL: https://svnweb.freebsd.org/changeset/base/327447
Log:
Wrap includes in sys/tslog.h with #ifdef TSLOG.
This is necessary because some non-kernel code #defines _KERNEL and then
includes kernel headers; as a result, it
Author: ian
Date: Sun Dec 31 20:30:51 2017
New Revision: 327446
URL: https://svnweb.freebsd.org/changeset/base/327446
Log:
Chase r327432... sparc64 clock.c now needs to include sys/tslog.h
Discussed with:cperciva
Modified:
head/sys/sparc64/sparc64/clock.c
Modified: head/sys/spar
Author: nwhitehorn
Date: Sun Dec 31 20:23:39 2017
New Revision: 327445
URL: https://svnweb.freebsd.org/changeset/base/327445
Log:
Remove PIR from PCPU data. It has an implementation-defined meaning that
is of limited utility outside of platform-specific code and can vary
at runtime when runn
Author: gonzo
Date: Sun Dec 31 20:21:05 2017
New Revision: 327444
URL: https://svnweb.freebsd.org/changeset/base/327444
Log:
vt(4): add support for configurable console palette
Introduce new set of loader tunables kern.vt.color.N.rgb, where N is a
number from 0 to 15. The value is either
Author: nwhitehorn
Date: Sun Dec 31 20:20:55 2017
New Revision: 327443
URL: https://svnweb.freebsd.org/changeset/base/327443
Log:
Fix 32-bit build.
Modified:
head/sys/powerpc/powerpc/trap.c
Modified: head/sys/powerpc/powerpc/trap.c
Author: nwhitehorn
Date: Sun Dec 31 20:10:08 2017
New Revision: 327442
URL: https://svnweb.freebsd.org/changeset/base/327442
Log:
Make newer binutils happy by using a bl-type branch instead of b, which
displeases it for some reason. LR is not relevant in this code, so just
do what it wants.
Author: nwhitehorn
Date: Sun Dec 31 20:08:16 2017
New Revision: 327441
URL: https://svnweb.freebsd.org/changeset/base/327441
Log:
Provide relative, as well as absolute, addresses in trap panic panics. This
makes it easier to cross-correlate them with instruction listings without
worrying abo
Author: jilles
Date: Sun Dec 31 19:24:13 2017
New Revision: 327440
URL: https://svnweb.freebsd.org/changeset/base/327440
Log:
find: Link tests to the build
Modified:
head/etc/mtree/BSD.tests.dist
head/usr.bin/find/Makefile
Modified: head/etc/mtree/BSD.tests.dist
===
Author: ian
Date: Sun Dec 31 18:53:13 2017
New Revision: 327439
URL: https://svnweb.freebsd.org/changeset/base/327439
Log:
Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists.
A comment in Makefile.inc1 has long stated that LOCAL_DIRS are built last,
after the base system. Incr
Author: bryanv
Date: Sun Dec 31 17:11:12 2017
New Revision: 327438
URL: https://svnweb.freebsd.org/changeset/base/327438
Log:
Add VXLAN (RFC 7348) port
PR: 202316
Submitted by: olgeni@
MFC after:2 weeks
Modified:
head/etc/services
Modified: head/etc/services
==
Author: kib
Date: Sun Dec 31 17:07:59 2017
New Revision: 327437
URL: https://svnweb.freebsd.org/changeset/base/327437
Log:
Remove MP SAFE marks and stray register name in comments.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/amd64/amd64/support.S
Modif
Author: bz
Date: Sun Dec 31 16:52:29 2017
New Revision: 327436
URL: https://svnweb.freebsd.org/changeset/base/327436
Log:
MFC r327435:
Happy New Year 2018 my friends!
Modified:
stable/11/COPYRIGHT
stable/11/sys/sys/copyright.h
Directory Properties:
stable/11/ (props changed)
Mod
Author: bz
Date: Sun Dec 31 16:48:04 2017
New Revision: 327435
URL: https://svnweb.freebsd.org/changeset/base/327435
Log:
Happy New Year 2018 my friends!
Modified:
head/COPYRIGHT
head/sys/sys/copyright.h
Modified: head/COPYRIGHT
=
Author: kp
Date: Sun Dec 31 16:18:13 2017
New Revision: 327434
URL: https://svnweb.freebsd.org/changeset/base/327434
Log:
pf: Allow the module to be unloaded
pf can now be safely unloaded. Most of this code is exercised on vnet
jail shutdown.
Don't block unloading.
Modified:
head/
[ Charset UTF-8 unsupported, converting... ]
> Author: eadler
> Date: Sun Dec 31 07:26:24 2017
> New Revision: 327422
> URL: https://svnweb.freebsd.org/changeset/base/327422
>
> Log:
> s/=/+=
Edit commands are poor commit messages, would of been
better to say something like:
Correct add
[ Charset UTF-8 unsupported, converting... ]
> Author: mjg
> Date: Sun Dec 31 05:14:40 2017
> New Revision: 327414
> URL: https://svnweb.freebsd.org/changeset/base/327414
>
> Log:
> MFC r324328:
>
> amd64: remove unused variable from pmap_delayed_invl_genp
>
> Modified:
> Directory Pro
On 28 Dec 2017, at 5:33, Warner Losh wrote:
> Author: imp
> Date: Thu Dec 28 05:33:54 2017
> New Revision: 327270
> URL: https://svnweb.freebsd.org/changeset/base/327270
>
> Log:
> Free path before returnig.
>
> CID: 977827
>
Thanks!
Kristof
___
svn-
Author: kp
Date: Sun Dec 31 10:01:31 2017
New Revision: 327433
URL: https://svnweb.freebsd.org/changeset/base/327433
Log:
pf: Clean all fragments on shutdown
When pf is unloaded, or a vnet jail using pf is stopped we need to
ensure we clean up all fragments, not just the expired ones.
Mo
Author: cperciva
Date: Sun Dec 31 09:24:41 2017
New Revision: 327432
URL: https://svnweb.freebsd.org/changeset/base/327432
Log:
Use the TSLOG framework to record entry/exit timestamps for DELAY and
_vprintf; these functions are called in many places and can contribute
meaningfully to the tot
Author: cperciva
Date: Sun Dec 31 09:24:11 2017
New Revision: 327431
URL: https://svnweb.freebsd.org/changeset/base/327431
Log:
Instrument thread creations for the the benefit of the TSLOG framework.
This assists in tracking time spent while the boot is being "held" waiting
for something to
Author: cperciva
Date: Sun Dec 31 09:23:35 2017
New Revision: 327429
URL: https://svnweb.freebsd.org/changeset/base/327429
Log:
Use the TSLOG framework to record entry/exit timestamps for VFS_MOUNT calls.
Modified:
head/sys/sys/mount.h
Modified: head/sys/sys/mount.h
=
Author: cperciva
Date: Sun Dec 31 09:23:52 2017
New Revision: 327430
URL: https://svnweb.freebsd.org/changeset/base/327430
Log:
Instrument "boot holds" for the benefit of the TSLOG framework. These
are places where the "main thread" of the booting kernel (either the
thread which later becom
Author: cperciva
Date: Sun Dec 31 09:23:19 2017
New Revision: 327428
URL: https://svnweb.freebsd.org/changeset/base/327428
Log:
Teach makeobjops.awk to accept PROLOG and EPILOG blocks before
METHOD and STATICMETHOD declarations; that code will be inserted
into the dispatch function before an
Author: cperciva
Date: Sun Dec 31 09:23:02 2017
New Revision: 327427
URL: https://svnweb.freebsd.org/changeset/base/327427
Log:
Use the TSLOG framework to record SYSINIT entry/exit timestamps.
Modified:
head/sys/sys/kernel.h
Modified: head/sys/sys/kernel.h
===
Author: cperciva
Date: Sun Dec 31 09:22:31 2017
New Revision: 327426
URL: https://svnweb.freebsd.org/changeset/base/327426
Log:
Use the TSLOG framework to record entry/exit timestamps for machine
independent functions with important roles in the early boot process:
mi_startup (with the "exit
Author: cperciva
Date: Sun Dec 31 09:22:07 2017
New Revision: 327425
URL: https://svnweb.freebsd.org/changeset/base/327425
Log:
Use the TSLOG framework to record entry/exit timestamps for hammer_time.
The entry must be logged "manually" using TSRAW rather than TSENTER
since PCPU data structu
Author: cperciva
Date: Sun Dec 31 09:21:34 2017
New Revision: 327424
URL: https://svnweb.freebsd.org/changeset/base/327424
Log:
Connect kern_tslog.c to the build and add TSLOG / TSLOGSIZE kernel options.
These are intended for debugging purposes and should not be added to
"generic" kernel co
Author: cperciva
Date: Sun Dec 31 09:21:01 2017
New Revision: 327423
URL: https://svnweb.freebsd.org/changeset/base/327423
Log:
Code for recording timestamps of events, especially function entries/exits.
This is a very primitive system, intended for use in measuring performance
during the ea
43 matches
Mail list logo