andvar
c865d5f423
s/attachement/attachment/ and s/detachement/detachment/.
2024-02-02 22:14:04 +00:00
gutteridge
bdde9fe69f
phantomas.4: minor grammar fix
2024-02-01 02:44:17 +00:00
christos
c78676accc
PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
...
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.
2024-01-29 18:27:09 +00:00
jschauma
c4afa3d594
+HPKE, PKE (hybrid) public key encryption (see also: RFC9180)
2024-01-29 16:31:53 +00:00
rin
8641e70f1f
style: One more typo, NFC
2024-01-29 05:42:41 +00:00
wiz
4266a95409
terminfo: Our local changes are now upstream; reduce diff to upstream.
...
The changes look bigger than they are, this also removes some
settings that are inherited from the vt220 entry.
2024-01-27 20:19:21 +00:00
wiz
3535d513f0
Add missing comma. Noted by Thomas E. Dickey.
2024-01-27 19:44:46 +00:00
christos
332fbe74e7
fix quotes
2024-01-27 15:53:57 +00:00
christos
29a78697ee
merge changes, but keep our old wscons description
2024-01-27 15:53:30 +00:00
rin
5e0085c398
style: Fix typo, NFC
...
"it it" --> "it is" (across a newline)
2024-01-24 04:00:43 +00:00
jschauma
824b2444d2
+HNDL harvest now, decrypt later
2024-01-23 15:58:17 +00:00
skrll
411aa5d8e5
risc-v: Add bwfm(4) firmware files to release image
...
Create the correct link for beagle,beaglev-starlight-jh7100-r0.txt NVRAM
config file.
2024-01-20 08:09:13 +00:00
jschauma
ff28305c30
+IKM input keying material
2024-01-18 03:33:08 +00:00
pgoyette
25ffd25ddc
Install securelevel.9 as an alias of secmodel_securelevel.9
...
According to submitter, this should be sufficient to address misc/57824.
2024-01-07 00:38:18 +00:00
thorpej
93f7e4fbaf
Add mvme68k to MACHINES.m68k.
2024-01-03 02:59:00 +00:00
thorpej
ee6ee89973
Add virt68k to MACHINES.m68k.
2024-01-03 02:48:05 +00:00
uwe
ffc6a460b8
creds_msdos(8): move descriptions into the list itself
2024-01-02 23:21:22 +00:00
uwe
d8f36fec0f
creds_msdos(8): touch up mark up a bit
2024-01-02 19:15:59 +00:00
jschauma
809c1c26f5
+EPSS Exploit Prediction Scoring System
...
+PED PIN Entry Device
2024-01-02 17:44:00 +00:00
wiz
5e3d878975
Update ARFLAGS for new binutils.
...
In binutils 2.34, 'l' was a no-op.
In binutils 2.39, it is used to specify library dependencies.
Remove 'l' from ARFLAGS.
From Takahiro Kambe in PR 57565.
2023-12-29 09:17:37 +00:00
andvar
9be1ef4029
Update documentation with -q and -N options.
2023-12-23 20:15:19 +00:00
andvar
fa8470fcd1
Remove obsolete -d flag from documentation.
...
P.S. -q and -N flags need to be added.
2023-12-23 19:13:55 +00:00
jschauma
3b1e6dbf5b
+NVD national vulnerability database
2023-12-19 15:01:23 +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
jschauma
103a2ebfe9
+STEK session ticket encryption key
2023-12-07 16:03:32 +00:00
andvar
9a7a8b782e
s/multipie/multiple/.
2023-12-06 22:20:37 +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
thorpej
7f2518835c
Add a vmem_xalloc_addr() function, which allocates a specific address
...
from an arena. This is just a convenience wrapper around vmem_xalloc(),
that's just a bit more obvious how to use and performs some additional
sanity checks.
2023-12-02 21:02:12 +00:00
alnsn
bee81b247f
Add two BTB entries.
2023-11-24 21:17:49 +00:00
brad
2b390b836b
Style changes. No functional change.
2023-11-24 15:13:35 +00:00
rin
ed0e6dc14c
share/man/man7/Makefile: Hook stack.7
2023-11-23 23:29:42 +00:00
riastradh
3c3bf573d7
stack(7): Consistently say `(in)accessible pages', not `... stack'.
...
PR pkg/57708
XXX pullup-10
2023-11-23 21:44:55 +00:00
riastradh
bfb59bbae5
stack(7): Clarify some wording and diagrams.
...
PR pkg/57708
XXX pullup-10
2023-11-23 21:30:03 +00:00
riastradh
623621d665
stack(7): Clarify thread stack guard vs program stack guard.
...
Just in case this confuses anyone dealing with PR pkg/57708.
XXX pullup-10
2023-11-23 21:27:08 +00:00
riastradh
001acc2f8e
stack(7): New man page.
...
Should help with PR pkg/57708.
XXX pullup-10
2023-11-23 21:20:49 +00:00
riastradh
1166ce8489
share/man/man7/Makefile: Split MAN on separate lines, and sort.
...
Makes sorting and merging changes easier.
No functional change intended.
Preparing for a new stack(7) in the service of PR pkg/57708.
XXX pullup-10
2023-11-23 21:16:13 +00:00
jschauma
6f86118736
sort
2023-11-20 21:16:41 +00:00
jschauma
52a375a636
+ML-KEM module-lattice based key-encapsulation mechanism
...
(I previously added "KEM", but now that Kyber is ML-KEM it comes up frequently
enough that 'wtf ml; 'wtf kem' doesn't help folks find the answer.)
2023-11-20 21:11:20 +00:00
jschauma
6656e7e03f
+NTA negative trust anchor
...
(DNSSEC, RFC7646)
2023-11-15 14:03:19 +00:00
brad
d77dad0e9e
Simple simulated interrupts for the simulated GPIO device gpiosim(4)
2023-11-08 23:46:54 +00:00
christos
540e10dff2
Add -fmacro-prefix-map set like -fdebug-prefix-map (Jan-Benedict Glaw)
...
See:
https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html \
#index-fmacro-prefix-map
https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html \
#index-fdebug-prefix-map
2023-11-06 22:35:48 +00:00
brad
77871fbede
gpioirq(4) version 2
...
This update makes this driver more than just an example and allows for:
o More than one pin to be attached to a gpioirq instance. That is,
the mask parameter can be greater than 0x01 now.
o A /dev/gpioirqN device that allows GPIO pin interrupts to be
transported into userland. This is a device that can be opened for
reading with a simple fixed output indicating the device unit, pin
number and current pin state.
This update was used as part of a physical intrusion detection system
where multiple switches (i.e. window magnetic reed switches and etc.)
are tied to a bunch of GPIO inputs with userland software that reacts
to the pins changing state.
2023-11-06 00:35:05 +00:00
mrg
a11174ffe8
add a note about realtek 8156* support working here.
...
(it can and should be better in the ure(4) driver, but the support
is not yet ported over.)
also add a note about USB 3 speeds. this device is 2.5G, and i've
seen it do just over 1G speeds. other 1G devices also use USB 3
speeds not mentioned here.
bump date.
2023-11-05 17:52:09 +00:00
wiz
e647d4c281
cdce(4): add Club 3D Adapter LAN-Adapter to recognized adapters
...
Bump date
2023-11-03 18:24:41 +00:00
wiz
a8529705c8
ixg(4): fix formatting of AUTHORS
2023-11-02 08:56:34 +00:00
jschauma
3ce7bc0e6f
+ROA route origin authorization
2023-10-27 21:28:14 +00:00
jschauma
9136d0f189
+DFZ default-free zone
2023-10-26 13:43:17 +00:00
msaitoh
7981715a1e
mcx(4): Add Mellanox ConnectX-6 Lx from OpenBSD.
2023-10-26 03:44:12 +00:00
mrg
958d2a6b74
bump xorg server version.
2023-10-25 04:37:59 +00:00