On 2020-10-22 01:05:35 (+), Philip Paeps wrote:
Author: philip
Date: Thu Oct 22 01:05:34 2020
New Revision: 366921
URL: https://svnweb.freebsd.org/changeset/base/366921
Log:
Import tzdata 2020c
Changes: https://github.com/eggert/tz/blob/2020d/NEWS
Argh. Import tzdata 2020d of course
Author: philip
Date: Thu Oct 22 01:05:34 2020
New Revision: 366921
URL: https://svnweb.freebsd.org/changeset/base/366921
Log:
Import tzdata 2020c
Changes: https://github.com/eggert/tz/blob/2020d/NEWS
MFC after:1 day
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/NE
Author: philip
Date: Sat Oct 17 00:44:04 2020
New Revision: 366779
URL: https://svnweb.freebsd.org/changeset/base/366779
Log:
Import tzdata 2020c
Changes: https://github.com/eggert/tz/blob/2020c/NEWS
MFC after:1 day
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/NE
Author: philip
Date: Thu Oct 8 00:35:36 2020
New Revision: 366529
URL: https://svnweb.freebsd.org/changeset/base/366529
Log:
Import tzdata 2020b
Changes: https://github.com/eggert/tz/blob/2020b/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/N
Author: philip
Date: Fri Apr 24 05:05:58 2020
New Revision: 360240
URL: https://svnweb.freebsd.org/changeset/base/360240
Log:
Import tzdata 2020a
Changes: https://github.com/eggert/tz/blob/2020a/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/N
Author: philip
Date: Mon Mar 9 04:09:36 2020
New Revision: 358801
URL: https://svnweb.freebsd.org/changeset/base/358801
Log:
fuspi: silence build warning, plug resource leak
This silences an "unused label" warning as well as fixes the attach fail
path that wasn't releasing resources.
Author: philip
Date: Fri Feb 28 03:39:00 2020
New Revision: 358419
URL: https://svnweb.freebsd.org/changeset/base/358419
Log:
bsdinstall: remove the Italian mirror
ftp.it.FreeBSD.org has been down for several years.
PR: 244481
Reported by:xgeoplas...@gmail.com
MFC a
Author: philip
Date: Fri Feb 28 03:38:57 2020
New Revision: 358418
URL: https://svnweb.freebsd.org/changeset/base/358418
Log:
bsdconfig: remove the Italian mirror
ftp.it.FreeBSD.org has been down for several years.
PR: 244481
Reported by:xgeoplas...@gmail.com
MFC af
Author: philip
Date: Thu Jan 30 10:40:38 2020
New Revision: 357292
URL: https://svnweb.freebsd.org/changeset/base/357292
Log:
acpi_ibm: add support for ThinkPad PrivacyGuard
ThinkPad PrivacyGuard is a built-in toggleable privacy filter that
restricts viewing angles when on. It is an avail
On 2020-01-16 04:09:58 (+1000), Tijl Coosemans wrote:
On Sat, 21 Dec 2019 05:03:21 + (UTC) Philip Paeps
wrote:
Author: philip
Date: Sat Dec 21 05:03:21 2019
New Revision: 355978
URL: https://svnweb.freebsd.org/changeset/base/355978
Log:
top: display battery capacity remaining
so "enter enter enter" gets you a ZFS
system instead of a UFS system.
Plus I miss from here the relontes tag.
I'm not sure if this merits a release notes entry but ... sure.
There is not actually a functional change here. It's just a defaults
change.
Author: philip
Date: Sun Dec 29 04:26:10 2019
New Revision: 356166
URL: https://svnweb.freebsd.org/changeset/base/356166
Log:
fuspi: Fix 'sleepable after non-sleepable' lock
With WITNESS enabled we see the following warning:
lock order reversal: (sleepable after non-sleepable)
Author: philip
Date: Sat Dec 21 05:03:21 2019
New Revision: 355978
URL: https://svnweb.freebsd.org/changeset/base/355978
Log:
top: display battery capacity remaining
Submitted by: Antranig Vartanian
Reviewed by: imp, philip
Differential Revision:https://reviews.freebsd.org/D22
On 2019-12-20 13:15:03 (+0800), Philip Paeps wrote:
> Author: philip
> Date: Fri Dec 20 05:15:03 2019
> New Revision: 355926
> URL: https://svnweb.freebsd.org/changeset/base/355926
>
> Log:
> iicoc: fix the build on PCI machines
>
> Pointy hat to: philip
Author: philip
Date: Fri Dec 20 05:15:03 2019
New Revision: 355926
URL: https://svnweb.freebsd.org/changeset/base/355926
Log:
iicoc: fix the build on PCI machines
Pointy hat to: philip
Modified:
head/sys/dev/iicbus/iicoc_pci.c (contents, props changed)
Modified: head/sys/dev/iicbus/
ftware was developed in part by Philip Paeps under contract for
+ * Axiado Corporation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain
Author: philip
Date: Fri Dec 20 03:40:53 2019
New Revision: 355925
URL: https://svnweb.freebsd.org/changeset/base/355925
Log:
Print upper 32 bits in devmap table entries
If the devmap entry uses the upper 32 bits they wouldn't be printed in
devmap_dump_table(). This fixes that.
Submi
Author: philip
Date: Fri Dec 20 03:40:46 2019
New Revision: 355923
URL: https://svnweb.freebsd.org/changeset/base/355923
Log:
iicoc: split up common core and PCI bus specifics
The OpenCores I2C IP core can be found on any bus. Split out the PCI
bus specifics into their own file, only com
+1,403 @@
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2019 Axiado Corporation
+ * All rights reserved.
+ *
+ * This software was developed in part by Philip Paeps and Kristof Provost
+ * under contract for Axiado Corporation.
+ *
+ * Redistribution and use in source
Author: philip
Date: Fri Dec 20 03:40:07 2019
New Revision: 355922
URL: https://svnweb.freebsd.org/changeset/base/355922
Log:
iicoc: minor whitespace and style(9) fixes
No functional changes. This commit will make upcoming changes
which do affect functionality easier to read.
Review
Author: philip
Date: Fri Dec 20 03:38:21 2019
New Revision: 355920
URL: https://svnweb.freebsd.org/changeset/base/355920
Log:
riscv/sifive: add SiFive FU540 PRCI driver
The SiFive FU540 Power Reset Clocking Interrupt block contains a PLL
that turns the input crystal (33.3MHz) into a 1-1.5
Author: philip
Date: Thu Oct 17 00:34:53 2019
New Revision: 353674
URL: https://svnweb.freebsd.org/changeset/base/353674
Log:
ether: add older ethertype definitions for QinQ
Older network equipment used the ethertypes 0x9100, 0x9200, and 0x9300 for
outer VLANs, before standardisation intr
Author: philip
Date: Sat Oct 12 18:18:11 2019
New Revision: 353453
URL: https://svnweb.freebsd.org/changeset/base/353453
Log:
A comment in subr_devmap.c mentions that devmap_print_table() should
be called on bootverbose. Do so on RISV-V too.
Submitted by: Nicholas O'Brien
Reviewed by:
Author: philip
Date: Fri Oct 11 16:28:46 2019
New Revision: 353441
URL: https://svnweb.freebsd.org/changeset/base/353441
Log:
Call devmap_bootstrap in RISC-V machine dependent code to actually create
the static device mappings.
While RISC-V support was added to subr_devmap.c in r298631, i
Author: philip
Date: Thu Sep 12 00:33:01 2019
New Revision: 352239
URL: https://svnweb.freebsd.org/changeset/base/352239
Log:
Restore svn:mergeinfo accidentally deleted in r352238
Pointy hat to:philip
Modified:
Directory Properties:
head/contrib/tzdata/ (props changed)
Author: philip
Date: Thu Sep 12 00:19:16 2019
New Revision: 352238
URL: https://svnweb.freebsd.org/changeset/base/352238
Log:
Import tzdata 2019c
Changes: https://github.com/eggert/tz/blob/2019c/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/NEWS
head/contrib/tzdata/asia
Author: philip
Date: Sat Sep 7 05:13:31 2019
New Revision: 351969
URL: https://svnweb.freebsd.org/changeset/base/351969
Log:
riscv: restore default HZ=1000, keep QEMU at HZ=100
This reverts r351918 and r351919.
Discussed with: br, ian, imp
Modified:
head/sys/kern/subr_param.c
On 2019-09-07 12:06:32 (+0800), Warner Losh wrote:
On Fri, Sep 6, 2019 at 9:54 PM Philip Paeps
wrote:
On 2019-09-06 22:18:36 (+0800), Ian Lepore wrote:
On Fri, 2019-09-06 at 12:15 +0800, Philip Paeps wrote:
On 2019-09-06 11:15:12 (+0800), Ian Lepore wrote:
On Fri, 2019-09-06 at 01:19 +
On 2019-09-06 22:18:36 (+0800), Ian Lepore wrote:
On Fri, 2019-09-06 at 12:15 +0800, Philip Paeps wrote:
On 2019-09-06 11:15:12 (+0800), Ian Lepore wrote:
On Fri, 2019-09-06 at 01:19 +, Philip Paeps wrote:
Log:
riscv: default to HZ=100
This seems like a bad idea. I've run a
On 2019-09-06 11:15:12 (+0800), Ian Lepore wrote:
On Fri, 2019-09-06 at 01:19 +, Philip Paeps wrote:
Author: philip
Date: Fri Sep 6 01:19:31 2019
New Revision: 351918
URL: https://svnweb.freebsd.org/changeset/base/351918
Log:
riscv: default to HZ=100
Most current RISC-V development
Author: philip
Date: Fri Sep 6 01:22:16 2019
New Revision: 351919
URL: https://svnweb.freebsd.org/changeset/base/351919
Log:
QEMU: use default HZ
HZ=100 by default on riscv since r351918.
Modified:
head/sys/riscv/conf/QEMU
Modified: head/sys/riscv/conf/QEMU
Author: philip
Date: Fri Sep 6 01:19:31 2019
New Revision: 351918
URL: https://svnweb.freebsd.org/changeset/base/351918
Log:
riscv: default to HZ=100
Most current RISC-V development platforms are not fast enough to benefit
from the increased granularity provided by HZ=1000.
Sponsore
tzsetup(8). This is also useful for other applications that need
the modern better maintained file.
Reviewed by: philip
Approved by: allanjude (mentor)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D20646
Thank you!
Philip
--
Philip Paeps
Senior Reality Engineer
Author: philip
Date: Wed Jul 10 22:36:14 2019
New Revision: 349896
URL: https://svnweb.freebsd.org/changeset/base/349896
Log:
telnet: fix minor style violation
While here also fix a very unlikely NULL pointer dereference.
Submitted by: Shawn Webb
Modified:
head/contrib/telnet/telne
Author: philip
Date: Wed Jul 10 17:42:04 2019
New Revision: 349890
URL: https://svnweb.freebsd.org/changeset/base/349890
Log:
telnet: fix a couple of snprintf() buffer overflows
Obtained from:Juniper Networks
MFC after:1 week
Modified:
head/contrib/telnet/telnet/commands.c
Author: philip
Date: Tue Jul 2 01:12:23 2019
New Revision: 349592
URL: https://svnweb.freebsd.org/changeset/base/349592
Log:
Import tzdata 2019b
Changes: https://github.com/eggert/tz/blob/2019b/NEWS
MFC after:1 day
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/NE
Author: philip
Date: Sun Jun 16 03:06:05 2019
New Revision: 349098
URL: https://svnweb.freebsd.org/changeset/base/349098
Log:
Add macOS-like three finger drag trackpad gesture to psm(4)
Submitted by: Yan Ka Chiu
MFC after:1 week
Differential Revision:https://reviews.freebsd
Author: philip
Date: Tue Mar 26 09:46:17 2019
New Revision: 345526
URL: https://svnweb.freebsd.org/changeset/base/345526
Log:
SZ has been known as Eswatini since April 2018 (formerly Swaziland).
Sources:
https://www.iso.org/obp/ui/#iso:code:3166:SZ
http://www.un.org/en/member-states/ind
Author: philip
Date: Tue Mar 26 08:10:51 2019
New Revision: 345524
URL: https://svnweb.freebsd.org/changeset/base/345524
Log:
Import tzdata 2019a
Changes: https://github.com/eggert/tz/blob/2019a/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/N
On 2018-12-31 07:57:37 (+), Philip Paeps wrote:
Log:
Import tzdata 2018i
Changes: https://github.com/eggert/tz/blob/2018i/NEWS
MFC after: 2 days
I merged this (and 2018h) back to stable/{12,11,10} a day early (today)
because someone affected asked. I don't think the extra d
Author: philip
Date: Mon Dec 31 07:57:37 2018
New Revision: 342644
URL: https://svnweb.freebsd.org/changeset/base/342644
Log:
Import tzdata 2018i
Changes: https://github.com/eggert/tz/blob/2018i/NEWS
MFC after:2 days
Modified:
head/contrib/tzdata/NEWS
head/contrib/tzdata/afric
Author: philip
Date: Sun Dec 30 08:22:35 2018
New Revision: 342613
URL: https://svnweb.freebsd.org/changeset/base/342613
Log:
Import tzdata 2018h
Changes: https://github.com/eggert/tz/blob/2018h/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/N
th hindsight, just bulk-committing
those to Subversion would have been a better idea.
In the future though, and when in the steady state of commits trickling
in rather than flooding in, I still appreciate the reviews in
Phabricator. Particularly for the FreeBSD-specific parts of the driver.
P
Author: philip
Date: Sun Oct 28 23:54:05 2018
New Revision: 339848
URL: https://svnweb.freebsd.org/changeset/base/339848
Log:
Import tzdata 2018g
Changes: https://github.com/eggert/tz/blob/2018g/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/NEWS
head/contrib/tzdata/afric
Author: philip
Date: Sat Oct 20 22:32:10 2018
New Revision: 339503
URL: https://svnweb.freebsd.org/changeset/base/339503
Log:
Import tzdata 2018f
Changes: https://github.com/eggert/tz/blob/2018f/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/CONTRIBUTING
head/contrib/tzda
Open last login database
.Ar file
@@ -86,9 +94,15 @@ last login database
.Xr last 1 ,
.Xr getutxent 3 ,
.Xr ac 8
+.Xr libxo 3 ,
+.Xr xo_parse_args 3
.Sh AUTHORS
+.An -nosplit
.An John M. Vinopal
wrote this program in January 1996 and contributed it
to the
.Nx
project.
+.An Philip Paeps add
libxo 3 ,
+.Xr xo_parse_args 3
.Sh HISTORY
.Nm
utility first appeared in
@@ -211,6 +221,10 @@ The original version was written by
.An Howard P. Katseff ;
.An Keith Bostic
rewrote it in 1986/87 to add functionality and to improve code quality.
+.An Philip Paeps
+added
+.Xr libxo 3
+support in Au
eness.
Philip
--
Philip Paeps
Senior Reality Engineer
Ministry of Information
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
full DANE support. But we can't wait forever, and nothing in
base uses DANE anyway, so here we go.
Thank you!
This lets me get rid of a couple of annoying local patches. :)
Philip
--
Philip Paeps
Senior Reality Engineer
Ministry of Information
_
Author: philip
Date: Fri May 4 10:52:17 2018
New Revision: 333248
URL: https://svnweb.freebsd.org/changeset/base/333248
Log:
Point out that the tzdata 2018e update brings in negative DST for certain time
zones. This does not affect the vast majority of users who do not care about
(or even
Author: philip
Date: Fri May 4 10:17:27 2018
New Revision: 333247
URL: https://svnweb.freebsd.org/changeset/base/333247
Log:
Import tzdata 2018e
Changes: https://github.com/eggert/tz/blob/2018e/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/N
Author: philip
Date: Sat Mar 24 04:52:29 2018
New Revision: 331481
URL: https://svnweb.freebsd.org/changeset/base/331481
Log:
Import tzdata 2018d
Changes: https://github.com/eggert/tz/blob/2018d/NEWS
MFC after:3 days
Added:
head/contrib/tzdata/ziguard.awk
- copied unchanged
Author: philip
Date: Wed Jan 24 06:48:42 2018
New Revision: 328318
URL: https://svnweb.freebsd.org/changeset/base/328318
Log:
Import tzdata 2018c
Changes: https://github.com/eggert/tz/blob/2018c/NEWS
MFC after:3 days
Added:
head/contrib/tzdata/pacificnew
- copied unchanged
Author: philip
Date: Tue Jan 16 18:36:25 2018
New Revision: 328055
URL: https://svnweb.freebsd.org/changeset/base/328055
Log:
Import tzdata 2018a
Changes: https://github.com/eggert/tz/blob/2018a/NEWS
MFC after:3 days
Deleted:
head/contrib/tzdata/pacificnew
Modified:
head/contr
Author: philip
Date: Sat Oct 28 18:54:45 2017
New Revision: 325059
URL: https://svnweb.freebsd.org/changeset/base/325059
Log:
Import tzdata 2017c
Changes: https://mm.icann.org/pipermail/tz-announce/2017-October/47.html
MFC after:2 days
Added:
head/contrib/tzdata/calendars
Author: philip
Date: Thu Jul 13 09:01:22 2017
New Revision: 320941
URL: https://svnweb.freebsd.org/changeset/base/320941
Log:
Fix GRE over IPv6 tunnels with IPFW
Previously, GRE packets in IPv6 tunnels would be dropped by IPFW (unless
net.inet6.ip6.fw.deny_unknown_exthdrs was unset).
Author: philip
Date: Mon Feb 13 21:44:29 2017
New Revision: 313711
URL: https://svnweb.freebsd.org/changeset/base/313711
Log:
vtnet: don't update VLAN filter when parent is not running
Submitted by: Gerrie Roos
Reviewed by: gnn
Sponsored by: XipLink, Inc.
Differential Revision:
On 2016-11-05 19:51:14 (+), Hiroki Sato wrote:
> Log:
> Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.
>
> Reported by:philip
> MFC after: 3 days
Thank you!
Philip
--
Philip Paeps
Senior Reality Engineer
Ministry
On 2014-11-24 22:40:22 (+0300), Gleb Smirnoff wrote:
> On Mon, Nov 24, 2014 at 02:00:28PM +0000, Philip Paeps wrote:
> P> Author: philip
> P> Date: Mon Nov 24 14:00:27 2014
> P> New Revision: 274966
> P> URL: https://svnweb.freebsd.org/changeset/base/274966
> P&g
Author: philip
Date: Mon Nov 24 14:00:27 2014
New Revision: 274966
URL: https://svnweb.freebsd.org/changeset/base/274966
Log:
Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tap
should delete configured addresses and routes when the interface is
closed. Default is enabled
Author: philip
Date: Sun Sep 29 13:05:22 2013
New Revision: 255936
URL: http://svnweb.freebsd.org/changeset/base/255936
Log:
DEBUG_FLAGS -g is default for GENERIC and its presence interferes with
disabling the sfxge.ko.symbols build for embedded systems.
Approved by: re (marius)
MFC af
Author: philip
Date: Sat Sep 28 15:49:36 2013
New Revision: 255928
URL: http://svnweb.freebsd.org/changeset/base/255928
Log:
Use the correct EtherType for logging IPv6 packets.
Reviewed by: melifaro
Approved by: re (kib, glebius)
MFC after:3 days
Modified:
head/sys/netpfil/ipfw
On 2013-07-31 11:15:55 (-0700), Adrian Chadd wrote:
> On 31 July 2013 03:40, Philip Paeps wrote:
> >> * Make Yarrow an optional kernel component -- enabled by "YARROW_RNG"
> >> option.
> >> The files sha2.c, hash.c, randomdev_soft.c and yarrow.
roperly seeded?). We
don't have particularly stellar support for early random numbers, but we
should be careful not to make it worse.
Also: what happens to in-kernel consumers of random (like TCP) before
the first random_adaptor is attached (and properly seeded)?
I'd reall
Author: philip
Date: Fri Nov 2 11:13:44 2012
New Revision: 242471
URL: http://svn.freebsd.org/changeset/base/242471
Log:
MFV pciids-20121024, r242469
Update to use the latest version of the PCI IDs Repository.
MFC after:1 week
Modified:
head/share/misc/pci_vendors
Modified: he
Author: philip
Date: Mon Nov 28 18:51:40 2011
New Revision: 228085
URL: http://svn.freebsd.org/changeset/base/228085
Log:
Limit building sfxge(4) in-kernel to amd64 for the time being. We can put it
back after I fix the breakages on some of our more exotic platforms.
While here, add the
Author: philip
Date: Mon Nov 28 17:19:05 2011
New Revision: 228078
URL: http://svn.freebsd.org/changeset/base/228078
Log:
sfxge: Add $FreeBSD$ tags to common code files.
Requested by: bz
Modified:
head/sys/dev/sfxge/common/efsys.h
head/sys/dev/sfxge/common/efx.h (contents, props chan
Author: philip
Date: Mon Nov 28 16:25:27 2011
New Revision: 228077
URL: http://svn.freebsd.org/changeset/base/228077
Log:
Only install the sfxge(4) manpage on amd64, while the driver is amd64-only.
Pointed out by: bz
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/
Author: philip
Date: Sat Nov 19 09:16:52 2011
New Revision: 227700
URL: http://svn.freebsd.org/changeset/base/227700
Log:
sfxge: Remove interrupt self-test code
It's not currently used; it didn't build on 32-bit and the previous build fix
is incorrect. If we really implement self-tests w
Author: philip
Date: Sat Nov 19 09:13:58 2011
New Revision: 227699
URL: http://svn.freebsd.org/changeset/base/227699
Log:
sfxge: Fix if_baudrate reports
This field is supposed to be set to the interface bit rate, but for some
reason I thought it was denominated in kilobits. Multiply the
Author: philip
Date: Fri Nov 18 11:10:14 2011
New Revision: 227662
URL: http://svn.freebsd.org/changeset/base/227662
Log:
Limit building sfxge(4) to amd64 only to unbreak the tinderboxen. The driver
should also work on (at least) i386 but hasn't been built/tested for a while.
MFC after:
rmation and support,
+go to the Solarflare support website at:
+.Pa https://support.solarflare.com .
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr netintro 4 ,
+.Xr ng_ether 4 ,
+.Xr vlan 4 ,
+.Xr cpuset 8 ,
+.Xr ifconfig 8
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Philip Paeps
+and
+.An Solarflare Comm
Author: philip
Date: Sat Jul 16 15:43:14 2011
New Revision: 224103
URL: http://svn.freebsd.org/changeset/base/224103
Log:
Garbage-collect the tools for maintaining the previous PCI vendors list. The
sources this tool collates are no longer available and the format of the
current database is
Author: philip
Date: Sat Jul 16 15:40:26 2011
New Revision: 224102
URL: http://svn.freebsd.org/changeset/base/224102
Log:
MFV pciids-20110716, r224099
Update to use the latest version of the PCI IDs Repository.
As discussed on -current@ in May, this brings in a new source of the database,
Author: philip
Date: Mon Apr 18 12:27:57 2011
New Revision: 220774
URL: http://svn.freebsd.org/changeset/base/220774
Log:
Delete mistakenly added sys/files.ts7800
Add mistakenly forgotten sys/arm/conf/TS7800
Not sure how this happened. Apologies for the repo-churn.
Submitted by: gle
Author: philip
Date: Fri Apr 15 13:37:43 2011
New Revision: 220653
URL: http://svn.freebsd.org/changeset/base/220653
Log:
Add basic support for the Marvell Orion TS-7800.
Submitted by: Kristof Provost
Added:
head/sys/arm/mv/orion/files.ts7800 (contents, props changed)
head/sys/arm/m
Author: philip
Date: Fri Apr 30 15:12:30 2010
New Revision: 207436
URL: http://svn.freebsd.org/changeset/base/207436
Log:
Fix typo in usage message. Add -n to the list of valid arguments.
MFC after:1 day
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/tools/tools/nanob
77 matches
Mail list logo