Commit Graph

291375 Commits

Author SHA1 Message Date
msaitoh ed6f10c0f8 s/Erorr/Error/ in comment. 2021-11-10 15:55:35 +00:00
msaitoh 54914f4034 s/streror/strerror/ in comment. 2021-11-10 15:49:42 +00:00
msaitoh fb5eed7026 s/ba/be/ 2021-11-10 15:41:41 +00:00
msaitoh 50f18f7158 s/acutal/actual/ in comment. 2021-11-10 15:39:03 +00:00
msaitoh f0d2279d66 s/unoticable/unnoticeable/ in comment. 2021-11-10 15:36:43 +00:00
msaitoh c8a5192f30 s/compatability/compatibility/ in comment. 2021-11-10 15:33:26 +00:00
kre b8bee70d9c DEBUG mode changes only. NFC (NC) for any normally compiled shell.
Mostly adding DEBUG mode tracing (when appropriate verbose tracing
is enabled generally) whenever a shell (including sushell) process
exits, so shells that the tracing should indicate why ehslls that
vanish did that.

Note for future investigators: if the relevant tracing is enabled,
and a (sub-)shell still simply seems to have vanished without trace,
the likely cause is that it was killed by a signal - and of those,
the most common that occurs is SIGPIPE.
2021-11-10 15:26:34 +00:00
msaitoh 806c442792 s/certian/certain/ in comment. 2021-11-10 15:21:43 +00:00
msaitoh 63163609c8 Support 64bit BAR. 2021-11-10 14:36:28 +00:00
nia 388c45680d iwm.4: rework caveat for more relevance to this driver 2021-11-10 07:58:44 +00:00
nia 96c0ccb3f3 Update the list of supported devices for iwm(4) and add a CAVEAT. 2021-11-10 07:57:29 +00:00
plunky c27aa72c78 ODMR on-demand mail relay 2021-11-10 07:08:47 +00:00
nia 8d9348aad1 spell(1): convert realloc(x * y) to reallocarr 2021-11-09 09:41:05 +00:00
nia 34bdb82372 edquota(8): convert realloc(x * y) to reallocarr 2021-11-09 09:21:31 +00:00
nia 55a7892a0c systat(1): convert realloc(x * y) to reallocarr, eliminate a temp var 2021-11-09 09:19:01 +00:00
nia 1b3cdadf3b systat(1): convert free(x); x = malloc(x * y) to reallocarr.
free on NULL is a guaranteed non-op.
2021-11-09 09:18:02 +00:00
rin 22949965b7 irq_entry(): Do not clobber fp (= r11), in order not to confuse DDB.
Use r10 instead; no need to preserve saipic_base, previous content of
r10, throughout this function, except for the case of INTR_DEBUG.

For INTR_DEBUG, load saipic_base to scratch register every time it
becomes necessary. This is no performance penalty compared with
subsequent printf() calls.

XXX
Rewrite this function by C. There seems no particular reason to
use assembler, and no major performance regression is expected.
2021-11-08 23:57:23 +00:00
rin a3b1f11428 For DDB, generate APCS stack frame so that db_stack_trace_print() works.
XXX
Copy-paste from arm/conf/Makefile.arm.
Convert to ${MACHINE}/conf/Makefile.${MACHINE}.inc.
2021-11-08 23:35:43 +00:00
jakllsch 5eacb4398c This H6 pin (PL9) function is called s_cir_rx, not s_cir. 2021-11-08 17:58:27 +00:00
christos b0f3d8a093 Don't classify dropped packets that we don't understand as errors, for
example etype 0x88CA (TIPC (Transparent Inter Process Communication,)
or 0x893A (IEEE 1905).
Classify them as dropped like Linux does (FreeBSD just ignores them). From RVP.
2021-11-08 16:50:05 +00:00
rin 9009bd653f Group quirks by vendors. No functional changes. 2021-11-08 11:01:51 +00:00
rin 3353f76b9d Fix (a kind of) violation of strict aliasing rule.
Due to the rule, "sin" and "sin6" can be treated as restrict pointers.
Compilers seem to be confused by structure copy for those pointed by
them before assignments.

For aarch64eb, GCC 9 and 10 compile t_tcp.c rev 1.11 into a code, where
fetch for "sin6->sin6_port" is preceding the structure copy "ss = bs".
This results in failure of connect(2) with EADDRNOOTAVAIL.
2021-11-08 10:57:09 +00:00
skrll f1a526204c acpi_print_gicc_flags: print {en,dis}abled 2021-11-08 10:19:42 +00:00
yamaguchi 9f066ed011 remove unused ioctl command named SIOCGLAGGPORT
to get status of l2tp(4) added to lagg

NOTE:
SIOCGLAGGPORT is based on FreeBSD implementation.
And, currently, it is not used in NetBSD kernel/userland.
2021-11-08 06:29:16 +00:00
yamaguchi 84c7f50d5d Added tests for lagg(4) about MAC addresses 2021-11-08 06:24:11 +00:00
yamaguchi 1875049c2b lagg: renew MAC addresses to change the value of interface type
The interface type(ifnet::if_type) is changed on adding to lagg(4)
and deleting from it.
2021-11-08 06:22:16 +00:00
yamaguchi 2ac78ccc77 Update the MAC address of all child interface
when that of lagg is changed.
2021-11-08 06:17:05 +00:00
andvar 369abe069b fix various typos, mainly s/prefered/preferred/ 2021-11-07 20:31:09 +00:00
rillig b75752c6c0 tests/indent: document quick-and-dirty approach of lex_number 2021-11-07 20:16:50 +00:00
rillig 2fc6abafb0 tests/indent: test identifiers containing '$' 2021-11-07 19:25:26 +00:00
jmcneill e0e63425f4 Handle RGMII variants. 2021-11-07 19:21:32 +00:00
rillig 95fd305e08 indent: fix handling of C99 comments after 'if (expr)' 2021-11-07 19:18:56 +00:00
rillig 62e1e8015d indent: demonstrate controlled buffer overflow in C99 comment 2021-11-07 19:04:46 +00:00
rillig ca7f767137 indent: demonstrate disappearing form feed 2021-11-07 18:49:02 +00:00
rillig fec88a2493 tests/indent: fix test for form feed
Previously, I had written a vertical tab instead of a form feed, which
had a different effect.
2021-11-07 18:38:34 +00:00
rillig 06838bf472 indent: various cleanups
Make several comments more precise.

Rename process_end_of_file to process_eof to match the token name.

Change the order of assignments in analyze_comment to keep the com_ind
computations closer together.

In copy_comment_wrap, use pointer difference instead of pointer addition
to stay away from undefined behavior.

No functional change.
2021-11-07 18:26:17 +00:00
rillig 7b49b9aa88 indent: parse special options strictly 2021-11-07 18:09:56 +00:00
martin 924706028c Fix linking for multi-source file tests, the second part of the tuple
needs to be the C source file (not the base name)
2021-11-07 18:05:36 +00:00
jmcneill 8117ff22d9 dts: Import dts files from Linux 5.15. 2021-11-07 17:17:24 +00:00
jmcneill 65bc361824 dts updated to 5.15 2021-11-07 17:16:19 +00:00
jmcneill 4d50866df0 cwfg: update for dts-5.15 binding changes 2021-11-07 17:14:38 +00:00
jmcneill d505f737b7 Look for child node by compat string snps,dwc3 instead of by name. 2021-11-07 17:14:20 +00:00
jmcneill e8baf380a5 pwm_backlight: pick defaults if none are provided 2021-11-07 17:14:09 +00:00
jmcneill 7862446616 fdt: add helper for finding intr parent phandle 2021-11-07 17:13:53 +00:00
jmcneill 2c1322c5dd sunxi: nmi: add support for #interrupt-cells 3 bindings 2021-11-07 17:13:38 +00:00
jmcneill 27063f0bbc sunxi: sun50i-a64: add support for A64_CLK_CPUX clock 2021-11-07 17:13:26 +00:00
jmcneill c26e3874a1 sunxi: ccu: add support for basic "mux" clocks 2021-11-07 17:13:12 +00:00
jmcneill f14614f6a2 ti: cpsw: adapt to dts-5.15 bindings 2021-11-07 17:12:55 +00:00
jmcneill af9cc4ad24 arm: ti: adapt to dts-5.15 bindings 2021-11-07 17:12:45 +00:00
jmcneill c37544ab38 pinctrl-single: support #pinctrl-cells 2 2021-11-07 17:12:25 +00:00