258443 Commits

Author SHA1 Message Date
kre
8880a43f55 Check whether the cgd device selected is available to be
configured,that is, not already in use, before requesting
passwords from the user (or elsewhere).
2018-05-05 11:28:44 +00:00
jmcneill
b27a0699f1 Enable ehci0/ohci0 (attached to left USB port) 2018-05-05 11:16:30 +00:00
jmcneill
ef3d6016c6 Enable mmc1 (SDIO Wi-Fi is attached here) 2018-05-05 11:12:46 +00:00
jmcneill
82e15d7401 No need to read battery capacity warning levels each time the sensor is refreshed 2018-05-05 10:56:40 +00:00
jmcneill
c2f11555e4 Add ACIN and VBUS present sensors 2018-05-05 10:25:59 +00:00
jmcneill
b51511c531 Add sun50ia64rccu 2018-05-05 09:55:38 +00:00
jmcneill
47219325e6 Add driver for Allwinner A64 PRCM CCU 2018-05-05 09:54:53 +00:00
wiz
6237a79478 file system police; remove trailing whitespace; merge two error sections
for same error.
2018-05-05 06:39:10 +00:00
christos
dca6c9ddf1 fix proflib for bozo 2018-05-05 02:14:59 +00:00
christos
6ec60974d9 finish ktrace argument removal for do_sys_{send,recv}msg 2018-05-05 02:09:40 +00:00
jmcneill
f0ac935e44 axppmic depends on sysmon_envsys 2018-05-05 02:01:34 +00:00
sevan
5c1959f268 files with _p.a suffix should be tagged profile, files with _pic.a suffix belong
in the shl.mi list. learnt through broken sun2 build.
2018-05-05 01:09:08 +00:00
jmcneill
b4d62e188f Add battery sensors. 2018-05-05 00:39:59 +00:00
pgoyette
8f4a4ed988 Defend against some table-lookup-not-found errors. 2018-05-05 00:14:28 +00:00
christos
df0a612cf8 new acpica 2018-05-05 00:13:01 +00:00
christos
a40a99989c merge acpica 20180427 2018-05-05 00:12:15 +00:00
christos
6c559248f3 ----------------------------------------
27 April 2018. Summary of changes for version 20180427:


1) ACPICA kernel-resident subsystem:

Debugger: Added support for Package objects in the "Test Objects"
command. This command walks the entire namespace and evaluates all named
data objects (Integers, Strings, Buffers, and now Packages).

Improved error messages for the namespace root node. Originally, the root
was referred to by the confusing string "\___". This has been replaced by
"Namespace Root" for clarification.

Fixed a potential infinite loop in the AcpiRsDumpByteList function. Colin
Ian King <colin.king@canonical.com>.


2) iASL Compiler/Disassembler and Tools:

iASL: Implemented support to detect and flag illegal forward references.
For compatibility with other ACPI implementations, these references are
now illegal at the root level of the DSDT or SSDTs. Forward references
have always been illegal within control methods. This change should not
affect existing ASL/AML code because of the fact that these references
have always been illegal in the other ACPI implementation.

iASL: Added error messages for the case where a table OEM ID and OEM
TABLE ID strings are longer than the ACPI-defined length. Previously,
these strings were simply silently truncated.

iASL: Enhanced the -tc option (which creates an AML hex file in C,
suitable for import into a firmware project):
  1) Create a unique name for the table, to simplify use of multiple
SSDTs.
  2) Add a protection #ifdef in the file, similar to a .h header file.
With assistance from Sami Mujawar, sami.mujawar@arm.com and Evan Lloyd,
evan.lloyd@arm.com

AcpiExec: Added a new option, -df, to disable the local fault handler.
This is useful during debugging, where it may be desired to drop into a
debugger on a fault.
2018-05-04 23:44:07 +00:00
jmcneill
ff4cdfbf2e Pinebook is not based on Pine64, so do not derive from its dts 2018-05-04 23:04:09 +00:00
jmcneill
815476fa71 Upstream dts specifies emac for sun50i-a64 now 2018-05-04 23:03:41 +00:00
jmcneill
71a82865f4 Rename axp806pmic to axppmic, and add support for AXP803. 2018-05-04 21:09:55 +00:00
christos
01f10711d4 fix uninitialized 2018-05-04 20:38:26 +00:00
christos
9308b34941 It is not a bug that we are only allowing /name. Update for newly allowed
length.
2018-05-04 20:28:51 +00:00
jmcneill
d4efd54a36 Fix pasto 2018-05-04 20:26:50 +00:00
nisimura
fbd74c24e3 remove duplicated cobalt in MACHINES.mips= line. 2018-05-04 20:25:04 +00:00
christos
5a6511b50d bump the pathname size to NAME_MAX as POSIX wants. 2018-05-04 19:56:58 +00:00
sevan
3186d74c3d Do not try and process empty requests. This resolves a crash when issuing a
carriage return to read_request() in foreground mode.
In the C daemon, a NULL check is performed on bozo_read_request in main.c
before moving on to bozo_process_request & bozo_clean_request. Here,
process_request & clean_request just return instead.
2018-05-04 19:45:27 +00:00
christos
039e63bda2 fix bozo issues:
- sort
- add lintlib
2018-05-04 19:11:59 +00:00
christos
d9ca995a53 fix the rest of the compilers. 2018-05-04 18:07:23 +00:00
christos
c1e5495798 fix lint 2018-05-04 18:06:44 +00:00
macallan
b25dbf73f9 use obio_space_map() to map DMA registers, now this works on both G5 and
32bit hardware
2018-05-04 17:20:34 +00:00
macallan
1d8dbddd99 map 64KB register space on G5, provide function to bus_space_subregion()
from this area so we don't run into mapping conflicts on G5
Not really relevant on 32bit where we BAT-map everything
2018-05-04 17:17:48 +00:00
macallan
44c01204cb don't cut off upper bits in the i2c address, ki2c knows how to deal with
them now
2018-05-04 17:15:23 +00:00
macallan
3713dc7346 when spinning up secondary CPUs, put them in bridge mode if the primary cpu is 2018-05-04 17:13:08 +00:00
macallan
7e2ed0a655 save & restore HID4 and HID5, zero SPR_HIOR on 970 2018-05-04 17:01:29 +00:00
macallan
a47c66b770 add Hardware Interrupt Offset Register found on 970 2018-05-04 16:57:14 +00:00
abhinav
2afc179c8f Handle filename autocompletion when the cursor is at a backslash or quote character
For example, handle following case:
	$ touch 'foo bar'
	$ ls foo\<TAB> --> $ ls foo\ bar

Also add test cases for this.

Thanks to Christos for review
2018-05-04 16:39:14 +00:00
christos
e5530f9949 new tzcode. 2018-05-04 15:51:53 +00:00
christos
cfc8dcb49a Merge 2018e
Changes to code

    zic now accepts subsecond precision in expressions like
    00:19:32.13, which is approximately the legal time of the
    Netherlands from 1835 to 1937.  However, because it is
    questionable whether the few recorded uses of non-integer offsets
    had subsecond precision in practice, there are no plans for tzdata
    to use this feature.  (Thanks to Steve Allen for pointing out
    the limitations of historical data in this area.)

    The code is a bit more portable to MS-Windows.  Installers can
    compile with -DRESERVE_STD_EXT_IDS on MS-Windows platforms that
    reserve identifiers like 'localtime'.  (Thanks to Manuela
    Friedrich).

  Changes to documentation and commentary

    theory.html now outlines tzdb's extensions to POSIX's model for
    civil time, and has a section "POSIX features no longer needed"
    that lists POSIX API components that are now vestigial.
    (From suggestions by Steve Summit.)  It also better distinguishes
    time zones from tz regions.  (From a suggestion by Guy Harris.)

    Commentary is now more consistent about using the phrase "daylight
    saving time", to match the C name tm_isdst.  Daylight saving time
    need not occur in summer, and need not have a positive offset from
    standard time.

    Commentary about historical transitions in Uruguay has been expanded
    with links to many relevant legal documents.
    (Thanks to Tim Parenti.)

    Commentary now uses some non-ASCII characters with Unicode value
    less than U+0100, as they can be useful and should work even with
    older editors such as XEmacs.
2018-05-04 15:51:00 +00:00
christos
ee08ce7d85 include bsd.hostinit.mk instead of bsd.init.mk 2018-05-04 14:50:40 +00:00
christos
89df939d83 revert previous, breaks llvm build and not easy to fix. 2018-05-04 14:50:18 +00:00
kamil
952d62f12f Improve the category of libbozohttpd.0 in distribution sets
It's man-sys-catman, not man-netutil-catman.
2018-05-04 14:23:19 +00:00
kamil
27688c1e0f Register a new cat page: libbozohttpd.0
Fix build of the distribution with MKCATPAGES=yes.
2018-05-04 14:15:41 +00:00
kamil
410141583e Improve wording for non-native speakers of English
Improve wording in t_ubsan tests in for c++.

No functional change intended.

Follow the changed in cc/ by <martin>
2018-05-04 12:51:18 +00:00
sevan
9dcd6aed75 Unbreak build until the privatisation of libbozohttpd is settled.
heads up & patch thanks to <leot>
2018-05-04 12:44:40 +00:00
kamil
1560a24938 Explain VLA in c++/t_ubsan_vla_out_of_bounds.sh (ATF test)
VLA - Variable Length Array

Requested by <martin>
2018-05-04 12:27:58 +00:00
kamil
15009a7646 Explain VLA in t_ubsan_vla_out_of_bounds.sh (ATF test)
VLA - Variable Length Array

Requested by <martin>
2018-05-04 12:26:53 +00:00
maxv
eced41b4e7 Remove duplicate macros. Reported in PR/29786. 2018-05-04 11:25:24 +00:00
wiz
fce0481bf8 gcc-8.1 is out. 2018-05-04 11:11:47 +00:00
kre
9409f8451a Note update of tzdata to 2018e 2018-05-04 10:56:23 +00:00
kre
2e302b684b Merge tzdata2018e 2018-05-04 10:54:19 +00:00