1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
Commit Graph

16195 Commits

Author SHA1 Message Date
jsg
a80738d887 correct history; ascii(7) is the first edition manual 2024-12-21 03:34:31 +00:00
jsg
f1f9609d3e ddb was not part of Mach until 3.0
"The Mach kernel has a builtin kernel debugger (kdb) based on adb"
Mach: A New Kernel Foundation For UNIX Development, USENIX Summer 1986

"The new kernel debugger has most of the features of the old kdb, but
with a more rational (gdb-like) syntax."
Mach 3.0 (mk83), ddb.man

Mark W. Eichin explains how ddb came to be in 386BSD 0.1 in
a June 1992 post to comp.unix.bsd
https://groups.google.com/g/comp.unix.bsd/c/LY3hbHwjdG0/m/ca1hS0Hp5HcJ
2024-12-21 03:10:46 +00:00
jsg
ce1c3cff25 Julian Elischer's scsi code was not part of 386BSD 0.1. It was posted to
comp.unix.bsd and was part of the 0.2.2 patchkit.  The first two commits
to NetBSD were 386BSD 0.1 and the 0.2.2 patches.

uk.c did not appear till NetBSD 1.0.

ok miod@
2024-12-21 01:00:31 +00:00
jmc
825a12c4e5 rewrite a sentence, add a width specifier to a list, and some "a" -> "an";
ok dlg
2024-12-16 21:39:29 +00:00
dlg
f77c65ef0a add a manpage for AF_FRAME and how to use Ethernet dgram sockets. 2024-12-15 11:07:08 +00:00
landry
8e650cf52b upd(4): add PercentLoad sensor
Reports the % of the available UPS power drawed by output outlets.

tested by sthen@, matthieu@ and Walter Alejandro Iglesias
ok sthen@ as part of a larger diff
2024-12-01 09:05:05 +00:00
pascal
ac4b1d5777 Properly document TCP_SACK_ENABLE socket option.
This used to be documented in options(4), but was deleted there in 2017.
Reinstate the same text here.

ok jmc@
2024-12-01 08:11:14 +00:00
kirill
06a3f1899c uvideo.4: add Jabra PanaCast 20 as known to work
OK mglocker@
2024-11-30 20:15:03 +00:00
stsp
00e420e58c add a manual page for ice(4) 2024-11-26 21:59:29 +00:00
tb
7fb791d714 Pass -g to CFLAGS for regression testing
It is annoying to have a regress test crash and then be faced with question
marks in the backtrace, and then have to recompile and pass -g via DEBUG or
similar.

This may bite people with small obj/. Let's see if anyone shouts.

ok anton claudio
2024-11-26 06:12:44 +00:00
jeremy
7556e2dab8 Update lang/ruby module documentation for the removal of Ruby 3.1 2024-11-21 06:12:23 +00:00
jmc
b0f1558838 fix SEE ALSO; 2024-11-19 18:39:34 +00:00
tobhe
98536b280a Add qccpucp(4) manual page
ok mlarkin@
2024-11-19 10:03:19 +00:00
dlg
191f2351a3 i was missing a .Dv in front of a macro 2024-11-18 22:33:58 +00:00
dlg
dfc7a54c69 describe the endianness of tun_hdr 2024-11-17 09:19:46 +00:00
jmc
79097e0e9d minor grammar/macro fixes; 2024-11-17 07:44:47 +00:00
dlg
b30d1b822c try documenting tun_hdr 2024-11-17 01:44:25 +00:00
dlg
c152b5bec6 make a first pass at documenting the network offload support.
the ioctls are here, the offload header is next.
2024-11-17 00:51:04 +00:00
jsg
0f2d79f33d compatibiliy -> compatibility 2024-11-15 00:32:04 +00:00
dlg
5dfc6dfff9 merge tap(4) into tun(4). it's the one driver providing both interfaces.
ok and tweaks from claudio@ and jmc@
2024-11-13 12:58:29 +00:00
jsg
dcfa02decc powerpc/pci/pci_machdep.h moved to machine/pci_machdep.h in 2013 2024-11-13 10:56:18 +00:00
jmc
21a95cc93a offset the display for the hexadecimal set by one blank space to
preserve alignment with other sets;

diff from chohag at jtan com, but i chose to indent by first column
rather than second;
2024-11-11 14:31:16 +00:00
matthieu
d44a6ffe12 The 'flags' parameter has been removed from falloc(9) in 2018.
ok miod@
2024-11-09 15:54:14 +00:00
sthen
ee26af806a drop "Civil" from NQY; while RAF still have some presence at the site
they sold the runway to Cornwall County Council in 2008, there's no
separate military airbase. (Existence verified by me when it was
RAF St Mawgan).
2024-11-07 08:43:18 +00:00
benno
a814216fdb I have flown into and from Trondheim, TRD. 2024-11-06 22:27:42 +00:00
volker
95194c1300 Add a few missing airports that I have visited. 2024-11-06 18:09:56 +00:00
mlarkin
a794025ef9 Remove old reference to VMM_MPROTECT_EPT ioctl
This was removed a while back and the manpage wasn't updated.

Pointed out by David Bonnafous, thanks.
2024-11-05 15:08:46 +00:00
jsg
181b71c430 remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@ 2024-11-05 13:15:13 +00:00
miod
e1eba03cce Belatedly add a very crude manual page to acpicmos(4). 2024-11-05 11:12:48 +00:00
jmc
5c8c5e0df4 do not uppercase "virtual function";
ok jmatthew, who spotted that similar changes needed for iavf (and
its entry in pci.4)
2024-11-03 06:42:10 +00:00
jmc
3f6272d938 add entry for ixv(4); 2024-11-03 06:39:36 +00:00
jmc
f789030fb5 add Xr to self for ix and ixv; 2024-11-02 06:47:03 +00:00
jmc
bd64954149 sort sections (BUGS goes last) and use some Ox/An in AUTHORS; 2024-11-02 06:44:31 +00:00
yasuoka
e6ed55bd92 Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,
and X540.  The driver was originally written by Intel and released as
ixv driver version 1.5.32 and ported to OpenBSD by Yuichiro NAITO,
naito.yuichiro at gmail.com.  tested by henson at acm.org and many
others.

ok jmatthew
2024-11-02 04:37:20 +00:00
kirill
80a776f54c share/man/man5/python-module.5: document MODPY_TEST_LINK_SO 2024-10-28 19:48:37 +00:00
jmc
812b370337 remove notes about unsupported modifiers; from nir lichtman
confirmed by miod
2024-10-14 07:05:23 +00:00
jmc
31e7574b0b remove blank line; 2024-10-12 15:40:36 +00:00
tb
bcc953340d Appease mandoc -Tlint 2024-10-09 07:25:35 +00:00
semarie
7b7a4ab23b Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1)
can be used to verify the ordering of package names.

ok tb@
2024-10-09 07:22:13 +00:00
kevlo
9060cf2208 Add support for AX88772D.
AX88772D is a USB 2.0 device.  It is very similar to AX88179A overall.
The most significant difference is that AX88179A supports 1000Mbps speeds
while AX88772D does not.

grammer fix from jmc@

ok miod@
2024-10-07 07:35:40 +00:00
kn
e1668dfc12 new opt-in PATCH_QUIET aka. patch(1) -s; OK tb 2024-10-06 10:24:52 +00:00
chrisz
c08965e9c1 Make scaling available for normal mice, too; not just for touchpads.
Add reverse_scrolling to the manpage.

ok bru@
2024-10-05 13:27:16 +00:00
millert
5703222bd2 Update to 2024bgtz from https://github.com/JodaOrg/global-tz
o Improve historical data for Mexico, Mongolia, and Portugal.
 o System V names are now obsolescent.
 o The main data form now uses %z.
2024-10-02 17:08:47 +00:00
jmc
9119eb3a96 document that there are nvme sensors available and nudge the reader to sysctl;
ok bmercer
2024-09-26 06:10:34 +00:00
kn
50483800d0 document SIOCSIFMTU; OK jmc 2024-09-23 20:38:49 +00:00
kn
eee1a59854 sync struct defintions from headers; OK jmc 2024-09-23 20:37:42 +00:00
schwarze
253c6226a5 For compatibility with groff, the .In macro has been callable and parsed
since mandoc-1.7.24 = mdoc_macro.c rev. 1.11 (July 12, 2009).
Match the documentation to the implementation.
Patch from Evan Silberman <evan at jklol dot net>.
2024-09-22 10:32:28 +00:00
schwarze
e239b10271 Talk less about "Single UNIX" because it has a confusing numbering
scheme.  Instead, stick to the XPG/POSIX numbering scheme that has
clearly won: earlier this year, POSIX Issue 8 has been released,
and nobody calls it "Single UNIX version 5".

The XPG/POSIX numbering scheme is also preferable because it can
be used for the entire history leading up to the current POSIX
standard (1988-2024), whereas the Single UNIX numbering scheme
only works for the period from XPG4.2 to POSIX Issue 7 (1994-2008).

This patch mostly changes (informational) paragraph headers
and corrects two instances of the incorrect term "XPG version"
to the correct term "XPG Issue".  The (normative) .St argument
definitions remain unchanged, and all supported .St arguments
remain documented, including the deprecated arguments -susv1 to -susv4.

No objections when shown on tech@ a few months ago.
2024-09-22 10:13:03 +00:00
dlg
966d87abc9 fix up the ip address config in the example config.
you're supposed to configure the IP addresses inside the tunnel,
sec doesn't support configuration of the tunnel endpoint addresses
because that's handled by SAs via ike config.

hit by Luca Di Gregorio on misc@
2024-09-20 01:15:53 +00:00
jsg
6df4f92a15 spelling 2024-09-17 04:12:57 +00:00