Commit Graph

304338 Commits

Author SHA1 Message Date
wiz b69fea67af gdb-14.1 out. 2023-12-09 16:32:20 +00:00
christos e99825a287 PR/57759: Hauke Fath: Restore local additions, lost in revision 1.104 2023-12-09 16:18:48 +00:00
pgoyette 4be362dba2 Modularize the COMPAT_90 code that resulted from the removal of
netinet6/nd6 from the kernel.  Now, the minimal compat code can
be successfully loaded and unloaded along with the rest of the
COMPAT_90 code.

XXX  pullup-10 - hopefully before RC2
2023-12-09 15:21:01 +00:00
lukem 87c2a4af33 ftp(1): wording and formatting improvements
Fix grammar issue with "Support values" reported in private mail.
Document all file transfer types in "type" and cross-reference that.
Consistency fixes in describing file transfer parameters and types.
Fix some mandoc -Tlint issues (except "useless macro: Tn").
2023-12-09 02:15:11 +00:00
sjg 33d84d62a6 make: Var_SetWithFlags set fromCmd for SCOPE_CMDLINE
Set fromCmd true for SCOPE_CMDLINE
regardless of the variable name.

Reviewed by: rillig
2023-12-09 00:13:38 +00:00
andvar ad71c36660 add static in from hatTest() and hatWedge() to fix TESTHAT option build. 2023-12-09 00:02:10 +00:00
andvar 0775964557 fix triple t typos in comment and debug message. 2023-12-08 22:11:15 +00:00
andvar 5e4abe6a3f fix triple s typos in comments. 2023-12-08 21:46:02 +00:00
thorpej 4532b18697 Change one vmem_free() in an error path that should be vmem_xfree(). 2023-12-08 17:19:11 +00:00
tsutsui 81df437087 Replace several magic numbers with macro to describe GPT's hybrid MBR boot. 2023-12-08 16:29:04 +00:00
msaitoh a9b58acc42 ixgbe: Update if_opackets outside the loop in ixgbe_txeof(). 2023-12-08 05:42:59 +00:00
msaitoh ecf850a4d0 ixgbe: micro-optimize ixgbe_txeof()
Update txr->tx_avail and txr->txr_no_space outside the loop in ixgbe_txeof().
2023-12-08 05:39:27 +00:00
thorpej 52630335cc Excise extent(9) from the mipsco bus_space -- it was completely unused,
so let's make the code smaller.
2023-12-08 01:38:20 +00:00
kre 9473af8f9a Fix yet another wording (editing) botch noticed by uwe@ 2023-12-07 23:42:28 +00:00
uwe b03d4c66a4 zic(8): missed a .Ql 2023-12-07 23:21:21 +00:00
kre 058a868134 Fix a couple of (not very likely) memory leaks, reported by enh@google.com
who attributed them:

  the malloc one was reported to Android (as
  https://android-review.googlesource.com/c/platform/bionic/+/2856549)
  by wuhaitao3 <wuhaitao3@xiaomi.corp-partner.google.com>; Chris Ferris
  <cferris@google.com> then spotted the goto nospc one.
2023-12-07 22:33:49 +00:00
kre c62a59b56e Fix a wording botch noticed by uwe@ (and one more smaller one), and
a few more markup issues.   While here, consistemntly use minus when
minus is meant, rather that just using a hyphen.
2023-12-07 20:13:37 +00:00
rillig 7a4b38d710 cat: reduce visibility of local functions
No functional change.
2023-12-07 20:02:07 +00:00
jkoshy 07b09689ff Update elfconstants.m4 to upstream [r3986].
- Add the NetBSD spelling of a 386 relocation.
- Add VAX relocations.
2023-12-07 17:28:36 +00:00
riastradh 4fcf94919a stack(7): Fix diagram of non-main thread stacks.
Had stackaddr (pthread_attr_setstack parameter, lowest-numbered
virtual address of stack region) confused with stack base (where the
stack grows from, which is the highest-numbered virtual address on
machines where stack grows down).

PR pkg/57708

XXX pullup-10
2023-12-07 17:24:22 +00:00
riastradh f1d67e98ec stack(7): Minor clarifications and wording tweaks.
Suggested by pgoyette@ and uwe@.

PR pkg/57708

XXX pullup-10
2023-12-07 17:15:48 +00:00
thorpej b9e0c91b06 extent(9) -> vmem(9) 2023-12-07 16:56:09 +00:00
riastradh 57b4a3d756 pthread: Document the setstack vs setguardsize bug.
Suggest the safe, compatible workaround.
2023-12-07 16:55:01 +00:00
riastradh 29fd213712 t_setrlimit: Narrow the scope of stack-protector warning suppression. 2023-12-07 16:54:44 +00:00
pgoyette 22fe3577e9 Identify the need to rework the COMPAT_* code to be more
module-aware.

This is an XXX comment block only, NFCI.
2023-12-07 16:47:44 +00:00
uwe 2f0b3b676b zic(8): more markup fixes
Still need to go over the tables.
2023-12-07 16:16:03 +00:00
jschauma 103a2ebfe9 +STEK session ticket encryption key 2023-12-07 16:03:32 +00:00
pgoyette e512fb100a There's no COMPAT_60 code left here, so no need for conditional
inclusion of header file.
2023-12-07 09:00:32 +00:00
andvar 84176bea91 s/miltiple/multiple/ in comment. 2023-12-07 07:10:44 +00:00
andvar 7e8680faac s/multiplcation/multiplication/ in comment. 2023-12-07 07:04:13 +00:00
thorpej 5c255dd2d0 extent(9) -> vmem(9) 2023-12-07 03:46:10 +00:00
rillig 41a58d8977 tests/make: show how global variables are unaffected by .for loops 2023-12-06 22:28:20 +00:00
andvar 1b37b234c2 s/multipies/multiplies/. 2023-12-06 22:23:11 +00:00
andvar 9a7a8b782e s/multipie/multiple/. 2023-12-06 22:20:37 +00:00
kre 82a0628ec4 A couple more (relatively minor) markup fixes. 2023-12-06 21:45:11 +00:00
kre 52b305fe69 More markup fixes. This man page remains exceedingly ugly (particularly
relating to vertical space - which often is missing where it would be
better if it weren't, or is present and wasteful/ugly).
2023-12-06 21:42:01 +00:00
christos 8b64b36896 PR/57757: Izumi Tsutsui: Fix markup errors 2023-12-06 20:01:44 +00:00
yamaguchi 3c161eea4c Fix "ifconfig lagg* lagglacp -maxports" command
This command clears the setting of the maximum number of
lacp active ports. The command was accepted but it did not
work until this change.
2023-12-06 05:57:39 +00:00
thorpej 6b54fdb24a bus_space_alloc() -- vmem(9) requires an allocation stragegy flag, so
make sure to pass one.
2023-12-06 01:46:34 +00:00
andvar 7d1aae8851 s/pregress/progress/ in panic message. 2023-12-05 22:24:40 +00:00
andvar 2e1ce12b1d add explicit braces around SQ_DPRINTF() to fix dangling else compiler error.
fixes build with SQ_DEBUG option enabled for sgimips.
2023-12-05 21:54:53 +00:00
jschauma a67bfb8837 add some virtual networking terms
+FRR	Free Range Routing
+VNI	virtual network identifier
+VTEP	VXLAN tunnel endpoint
+VXLAN	virtual extensible LAN
2023-12-05 19:28:40 +00:00
andvar 4e37e4be86 use kcpuset_isset() and pass second (NULL) argument to mips_fixup_exceptions()
to fix build for GENERIC(64).MP kernel configs.
2023-12-05 19:19:26 +00:00
andvar aa3d1fe6ec use kcpuset_isset() and pass second (NULL) argument to mips_fixup_exceptions()
to fix build for SBMIPS(64).MP kernel configs.
2023-12-05 19:16:48 +00:00
andvar a012e373f2 Add missing PTR_WORD command in front of 0.
Likely accidentally missed in the commit, since rev 1.9.

In theory needs pull-ups for netbsd-9, -10, but nobody noticed for 4 years...
2023-12-05 17:38:40 +00:00
tsutsui 713453fea7 Fix an incorrect comment. 2023-12-05 17:23:19 +00:00
thorpej 4637e22ee7 Add btvmei + btvmeii and vme to ALL. 2023-12-05 16:32:38 +00:00
thorpej 4ab2ed09dd Use vmem(9) rather than extent(9) to manage VME<->PCI address
translations.

While here, malloc(9) -> kmem(9), and fix a couple of things that
the newer compiler gripes about.
2023-12-05 15:58:32 +00:00
thorpej b95c5bcdec b3_617_map_vme(): use VM_NOSLEEP. EX_NOWAIT is 0, to lack of EX_WAITOK
is the same as EX_NOWAIT.
2023-12-05 15:41:34 +00:00
thorpej 65db29634e Use vmem(9) rather than extent(9) to manage VME<->PCI address
translations.

While here, malloc(9) -> kmem(9), and fix a couple of things that
the newer compiler gripes about.
2023-12-05 14:58:01 +00:00