Commit Graph

17780 Commits

Author SHA1 Message Date
kamil
2fcff62046 Cross-Link from dlfcn(3) to dlinfo(3) 2020-01-13 08:29:05 +00:00
kamil
ee05bbd41a Document dlinfo(3)
Man-page taken from FreeBSD.
2020-01-13 08:25:02 +00:00
sevan
e75b3ef75f Update callout_halt() to match src/sys/sys/callout.h 2020-01-12 20:49:21 +00:00
christos
852bfb5491 re-enable BSDTAR now that the two issues (symlinks/atomicity) have been fixed. 2020-01-12 16:11:51 +00:00
nia
64cbb87e66 Note some more layouts that work with KB_SWAPCTRLCAPS. 2020-01-11 21:45:08 +00:00
sevan
156bc3dc15 Import rge(4) from OpenBSD for Realtek's RTL8125 based 2.5GbE network cards. 2020-01-11 20:56:50 +00:00
leot
792a71dec7 Add WP
From Rocky Hotas, thanks!
2020-01-10 16:18:21 +00:00
maya
67719436d2 Fix markup typo. 2020-01-10 14:56:00 +00:00
maya
4fece28851 Add some more licenses appearing in external.
Remove mentions of src/gnu that no longer exists.
Mention /usr/pkg/etc.
Bump date
2020-01-10 12:58:41 +00:00
christos
0fb78fffb4 Back out previous. This has no chance to work unless the make variable parsing
is not changed do that instead of scanning for a single character delim ':',
it scans for "?:". This is because !empty(COMPILE.c:M*-pg*) contains a ':'.
2020-01-08 22:04:24 +00:00
christos
42506d4e49 tweak the DBG rule that -fomit-frame-pointer for aarch64 when profiling
(because the compiler complains), to use a match with the compile flags
and *pg*, instead of using a match to a target suffix (which is NetBSD
build-specific). Pointed out by phone@.
2020-01-08 04:15:45 +00:00
wiz
d21e55a432 Break line after macro ends; add article 2020-01-01 20:13:19 +00:00
ryo
6d2cfc2125 add support Aquantia AQC seriese 10G network adapters.
this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd ,
but drastically rewritten for NetBSD.
2020-01-01 10:11:21 +00:00
uwe
7b0d3f464c Use -dash list instead of -tag list without content. 2019-12-30 00:49:56 +00:00
wiz
37492cb5bd Add missing '-width' argument to macro. 2019-12-29 23:03:20 +00:00
triaxx
f47126f28c urndis.4: add LGE Nexus 5 as a knonw working device. 2019-12-29 20:58:34 +00:00
msaitoh
417c7af79c s/conjuction/conjunction/ 2019-12-27 10:13:59 +00:00
msaitoh
a0403cde04 s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
msaitoh
157af15806 Update supported device list with part number. From FreeBSD. 2019-12-25 15:56:35 +00:00
uwe
6c118d6c68 G/c the list of old files that are gone for decades. 2019-12-24 23:41:05 +00:00
sevan
40e981e167 AVB 2019-12-23 23:31:18 +00:00
sevan
beae28131c Update to r355063 2019-12-23 23:11:01 +00:00
uwe
51f8282d94 Fix if/else syntax in previous. 2019-12-23 20:17:33 +00:00
reed
99bf06da72 Simplify Subsection formatting
Had a formatting issue with mandoc but not groff.
Reported to mandoc developer. Bug in mandoc
but was recommended to not use the "weird" feature.
2019-12-23 17:31:54 +00:00
maxv
87107185b5 Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
wiz
1d3f9bf21d Improve wording. 2019-12-20 14:09:23 +00:00
christos
e33a0ba00d move MV to sys.mk because it is used there. Pointed out by joerg@ 2019-12-20 04:04:25 +00:00
yamaguchi
e8ed765847 Add information for ixl(4)'s VLAN hardware filter 2019-12-20 02:24:02 +00:00
maxv
e67f51b8f7 Retire filemon, discussed on tech-kern@. 2019-12-18 07:37:17 +00:00
joerg
fcbdfe5fba Teach ddb(4) about printing the full mount list. 2019-12-15 20:29:08 +00:00
sevan
40db275b26 PCBC 2019-12-14 13:36:14 +00:00
mrg
74b9b609f1 switch powerpc to GCC 8. 2019-12-14 10:59:25 +00:00
pgoyette
08f76bd663 Point out that spurious wake-ups are possible, and that an LWP should
check for resource availability after being awoken.
2019-12-12 02:34:55 +00:00
scole
bb0577334b Synchronize htdocs, manual, comments, and code so that enabling the platinumfb is done using "platinum" in openfirmware settings. Remove "screen" option which was somewhat disingenuous. 2019-12-11 21:04:47 +00:00
yamaguchi
ab26da02e0 Added the manual for ixl(4) 2019-12-10 13:07:28 +00:00
yamaguchi
a5e8635231 Ported driver for Intel Ethernet 700 series
reviewed by msaitoh and knakahara
2019-12-10 12:08:52 +00:00
mlelstv
f12d5d1854 Drop comment about dk_lookup being in the wrong place. 2019-12-08 12:23:00 +00:00
wiz
27a591f890 Sort SEE ALSO. 2019-12-08 10:57:17 +00:00
nia
d4aa4cb973 Replace mention of azalia with hdaudio 2019-12-08 02:57:52 +00:00
nia
ff58397b58 Add hdaudio 2019-12-08 02:54:54 +00:00
uwe
55d76dd035 Simplify markup for inline code to plain .Li in most places.
Use backslashes to protetect embedded spaces in inline code to prevent
filling from stretching them.

Use .Fn and .Fa to refer only to things this manual page documents,
they are not to be used for "a function" or "a function argument" in
general.

In code examples drop the empty line at the beginning of a function
(mandated by the KNF when there are no variables) - it doesn't help
readability here.
2019-12-08 00:00:59 +00:00
wiz
70da9690a6 Simplify macro usage. 2019-12-07 12:22:19 +00:00
kamil
86db9970db Remove misleading comments from core(5)
netbsd_elfcore_procinfo is still in version 1.
cpi_siglwp is stored in the same netbsd_elfcore_procinfo version (1).

The size of struct is stored in cpi_cpisize and the struct can be
expanded without versioning the struct.
2019-12-06 18:03:49 +00:00
riastradh
c91905c4be Save the entropy seed daily in /etc/security. 2019-12-06 14:43:29 +00:00
jmcneill
2aeb9a97d8 Enable DTrace on aarch64 2019-12-04 11:47:52 +00:00
riastradh
915366b261 Update rnd(9) man page to reflect reality since netbsd-7.
- Note rndsource_setcb, RND_FLAG_HASCB, and rnd_add_data_sync.
- Note user's obligation to serialize access to each rndsource.
2019-12-04 03:04:43 +00:00
uwe
e7dd57c6e6 Use groff -Tencoding argument to emit <meta charset="..."/> 2019-12-03 14:41:00 +00:00
sevan
b0d24b3c37 SCSI OSD 2019-12-01 23:08:09 +00:00
jmcneill
84d4c1fb40 Enable ZFS support on aarch64 2019-12-01 20:28:25 +00:00
jmcneill
2e3c4047ee Build aarch64 modules without fp or simd instructions. 2019-12-01 20:24:47 +00:00
kamil
018b416e9d Disable KCOV instrumentation in x86_machdep.c
This allows to use cpu_intr_p() directly inside KCOV.
2019-12-01 17:25:47 +00:00
riastradh
560cfcce81 Use .Sy, not .Em, for bold-faced WARNING of impending doom.
Underline and, worse, italic aren't as good at catching the eye.
2019-11-30 02:47:14 +00:00
riastradh
4ff9c3de4a Document relation to atomic_ops(3) and membar_ops(3). 2019-11-30 02:38:44 +00:00
riastradh
44366f2bcd Document xc_barrier. 2019-11-30 02:22:23 +00:00
riastradh
be06bc7780 Missed a spot: delete mb.9 from MLINKS too. 2019-11-29 22:38:28 +00:00
riastradh
86f9decda4 New atomic load/store operations for the kernel.
Guarantee no fusing and no tearing, and can optionally impose
ordering relative to other memory operations.

Unordered:
- atomic_load_relaxed
- atomic_store_relaxed

Ordered:
- atomic_load_acquire
- atomic_load_consume
- atomic_store_release

These are intended to match C11 semantics, and can be defined in
terms of the C11 atomic API when ready.
2019-11-29 22:17:23 +00:00
riastradh
bb04fd03e6 Nix obsolete mb(9) man page. 2019-11-29 20:31:35 +00:00
christos
8dc6c738dd simple import script 2019-11-27 19:00:25 +00:00
christos
bd9bf8b634 merge our changes 2019-11-27 18:58:57 +00:00
kre
2dbb2da38b PR toolchain/54715
Remove duplicate (incorrect) version of the .Lk macro, so the
earlier (fancier and functional) definition survives.

For now simply comment it out.  Sometime later this one should be
removed - but the two have been present since these macros were
first imported (1999) so leaving this visible (but removed) a
little longer shouldn't hurt.

I (believe) this one is the only duplicate of this form.

With this change the Lk macro in doc2html should work as it is designed
(but does not call other macros, and can only have punctuation following
the URL and (optional) anchor args (2nd arg is the anchor if it isn't
punctuation).

Tested by martin@
2019-11-26 08:38:19 +00:00
ad
e1ebacd1d3 Update to match recent changes. 2019-11-23 19:46:38 +00:00
martin
9d445e0761 Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is
important information when trying to reproduce a build.
2019-11-22 13:30:19 +00:00
tkusumi
b94e44675e autofs: Change my email address in man pages to netbsd.org 2019-11-21 15:24:17 +00:00
mrg
540580a78d switch riscv32/64 to GCC 8. 2019-11-21 07:56:58 +00:00
hikaru
87bee1d028 Add opencrypto driver for Intel QuickAssist. 2019-11-20 09:37:44 +00:00
christos
ee0c356bd6 Sync with FreeBSD which capitalizes the control character names, and adds
a binary set.
Add a table with the full names for the control character set.
2019-11-19 05:11:33 +00:00
sevan
f692f6d8b0 Rename the block table to something else to make it easier to differentiate
between action and name. Use this table as the example for populating by npfctl.

Drop the int-block table, it's quite cumbersome to have a firewall which
needs the internal network lists added if reboot. Use the localnet variable to
indicated which network we should pass in traffic from instead.
2019-11-18 22:27:27 +00:00
christos
249752ac15 Compare libraries that the bsd.prog.mk "knows about" vs the ones we actually
install... Yes, pretty bad right now.
2019-11-18 16:23:28 +00:00
christos
4d3961b8b8 Improve the script to check for installed libraries, and fix the wrong
names and obsolete libraries it found.
2019-11-18 16:09:21 +00:00
christos
e2cf0109bf switch arm to gcc-8 2019-11-18 15:38:07 +00:00
gutteridge
360e979690 re.4: msaitoh@ added the NCube vendor ID that identifies the TP-Link
TG-3468 v2 as well.
2019-11-18 05:01:36 +00:00
wiz
99bcd5fce2 file system police. New sentence, new line. 2019-11-17 11:46:38 +00:00
mrg
bc98eb4506 switch powerpc64 to GCC 8. 2019-11-17 02:59:25 +00:00
mrg
1cf39b370c switch ia64 to GCC 8. boots just as far as GCC 7 in ski. 2019-11-17 02:52:18 +00:00
mlelstv
7bc0ae990c Document new functions vn_bdev_open and vn_bdev_openpath. 2019-11-16 22:09:56 +00:00
nia
dc40b3d931 Document usage of KERN_ARND 2019-11-16 17:33:09 +00:00
mrg
a7e410a84d sparc & sparc64 -> GCC 8. 2019-11-16 10:23:36 +00:00
mrg
0d35e2c2c3 i386 -> GCC 8. 2019-11-16 10:22:20 +00:00
maxv
65ee926c5a Make kMSan compatible with KCOV. With kMSan we are forced to stay with the
fsanitize flag on subr_kcov.c, which means that kMSan will instrument KCOV.
We add a bunch of __nomsan attributes to reduce this instrumentation, but
it does not remove it completely. That's fine.
2019-11-15 09:44:44 +00:00
jdolecek
bff033fe7d document vm.ubc_direct 2019-11-14 21:23:46 +00:00
joerg
3cdbfa93d9 Restore pax-as-tar. 2019-11-13 22:32:16 +00:00
isaki
8799519c62 Add some audio drivers in SEE ALSO. 2019-11-13 07:52:25 +00:00
wiz
625842098e Remove self-reference 2019-11-12 12:50:04 +00:00
wiz
3f63b553ac Update list of audio drivers in SEE ALSO.
Based on audioplay(1) man page, where I'll remove them shortly.
2019-11-12 12:49:06 +00:00
wiz
5952ea0ef1 Make a sentence easier to read, and fix some nits. 2019-11-11 11:06:27 +00:00
pgoyette
834dafbf7a Add UPC - universal product code 2019-11-11 04:11:53 +00:00
gutteridge
2ce1a612c2 re.4: note additional cards supported, and tweak another detail
This driver also works as-is with a D-Link DGE-530T rev. D2 and a
TP-Link TG-3468 v3, as both match pre-existing PCI vendor and device ID
values. (It should also work with a TG-3468 v2, but would need another
vendor ID match added for that variant.) While here, also note it
supports UDP checksum offload, too.
2019-11-10 23:14:16 +00:00
christos
bfcdd97237 Document __FPTRCAST
XXX: more macros need documentation (__CAST etc.)
2019-11-10 18:45:09 +00:00
sevan
df20fab130 sync with FreeBSD r354417 2019-11-06 23:43:35 +00:00
msaitoh
9068f29f34 Add support for KSZ80[0456]1, KSZ8721, KSZ9[01]31, KS8731 and KSZ9477.
It also supports LAN7430's internal PHY. First wrote by nisimura@ and added
some device support by me. Not tested well.
2019-11-06 16:02:53 +00:00
wiz
39fe99ec7b Remove superfluous Pp. 2019-11-06 11:55:18 +00:00
dyoung
19dbe0f014 Fix typo: vmem_add(9) does not actually take an addrp argument. 2019-11-05 22:19:43 +00:00
maxv
b7edd3d132 Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us
to detect race conditions at runtime. It is a variation of TSan that is
easy to implement and more suited to kernel internals, albeit theoretically
less precise than TSan's happens-before.

We do basically two things:

 - On every KCSAN_NACCESSES (=2000) memory accesses, we create a cell
   describing the access, and delay the calling CPU (10ms).

 - On all memory accesses, we verify if the memory we're reading/writing
   is referenced in a cell already.

The combination of the two means that, if for example cpu0 does a read that
is selected and cpu1 does a write at the same address, kCSan will fire,
because cpu1's write collides with cpu0's read cell.

The coverage of the instrumentation is the same as that of kASan. Also, the
code is organized in a way similar to kASan, so it is easy to add support
for more architectures than amd64. kCSan is compatible with KCOV.

Reviewed by Kamil.
2019-11-05 20:19:17 +00:00
tnn
089ec8953f documentation for WSDISPLAYIO_FBINFO 2019-11-02 19:22:36 +00:00
tnn
81811bfe84 expand section on GPIOREAD 2019-11-02 18:56:41 +00:00
wiz
8cce55b527 Mention smscphy. Link to jmphy. Bump date. 2019-11-02 16:36:56 +00:00
wiz
c410605877 Fix date. Improve history. Wording. Punctuation nit. 2019-11-02 16:34:49 +00:00
wiz
aa781b6b21 Add missing quote. 2019-11-02 16:34:30 +00:00
wiz
6c167d6055 Fix RCS Id. Improve history. Punctuation nits. 2019-11-02 16:34:14 +00:00
tnn
29b6793c06 ssdfb: update manpage 2019-11-02 14:47:35 +00:00
msaitoh
2eec381762 Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup
and IFM_NONE support.
2019-11-01 02:53:22 +00:00
martin
66ef6a30f0 PR misc/54657: let RELEASEMACHINEDIR default to ${MACHINE}-${MACHINE_ARCH}
for evb{arm,mips,sh3}*.
2019-10-31 06:43:19 +00:00
msaitoh
c9c1388e4a Add jmphy.4. 2019-10-30 13:32:32 +00:00
msaitoh
d4bacf091b Add jmphy(4) from OpenBSD. 2019-10-30 12:06:25 +00:00
wiz
ca05e4ffba "file system" police. 2019-10-28 13:43:10 +00:00
wiz
fb89dfc245 Use Nx. Improve wording. Sort SEE ALSO. 2019-10-28 13:41:31 +00:00
wiz
78ec798ef6 Sort SEE ALSO. 2019-10-28 13:38:03 +00:00
maxv
a8c6c0bf54 Add nvmmctl, with two commands for now. 2019-10-28 13:04:18 +00:00
ozaki-r
b2358a5409 Implement a front-end driver of virtio-9p called vio9p
In conjunction with mount_9p, it enables a NetBSD system running as a VM guest
to mount an exported filesystem by the host via virtio-9p.  It exports a 9p
end-point of virtio-9p via a character device file for mount_9p.

Reviewed by yamaguchi@
2019-10-28 02:56:40 +00:00
martin
fdafaadd05 Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU
systems. From Andrew Doran in PR kern/54648.
2019-10-25 17:39:56 +00:00
christos
20f77b55bf 1. All Makefiles that use ARM_APCS_FLAGS add -marm unconditionally and
bsd.own.mk also adds it for gcc only (so we end up with 2 -marm for gcc).
   Just add -marm unconditionally in bsd.own.mk in ARM_APCS_FLAGS and remove
   it from everywhere else.
2. gcc-8 now warns about thumb internetwork in APCS mode. This does not make
   sense because the documentation says that this flag does not make a
   difference in apcs mode, but might produce larger code in non-APCS mode.
   So we just add it to silence the warnings.
2019-10-24 18:46:20 +00:00
christos
78be1c9f56 move a{md,arch}64 to gcc 8 2019-10-22 13:49:30 +00:00
sevan
6827e7dc90 CIA ISMS 2019-10-20 21:53:42 +00:00
msaitoh
b4093656b6 Add support for Killer E2400 and E2500. 2019-10-17 09:13:48 +00:00
christos
66434e381d remove sup examples 2019-10-15 18:32:59 +00:00
christos
0c7a7c13c0 Allow individual lex and yacc sources to override/extend LFLAGS and YFLAGS
respectively.
2019-10-15 15:05:00 +00:00
ryoon
34216fb6c3 Add Apple adapter, A1433 2019-10-15 13:21:19 +00:00
mrg
69f74cd544 make GCC_NO_STRINGOP_OVERFLOW apply to gcc 7 too. 2019-10-13 10:12:13 +00:00
mrg
de11d87641 introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
2019-10-13 07:28:04 +00:00
jhigh
0090dad153 added backend support for argon2 password scheme 2019-10-09 13:13:08 +00:00
maxv
066833e6eb Improvements in tpm(4):
- Remove interrupt support, do polling only, avoids unnecessary trouble.
 - Simplify a few things.
 - Fix the suspend function, the SaveState command is 0x98, not 0x9C.
 - Make the driver MP-safe.
 - Sync the man page with reality.
2019-10-08 18:43:02 +00:00
wiz
c46f45b0b3 Fix date. Add RCS Id. 2019-10-07 14:29:28 +00:00
wiz
c6844e3115 New sentence, new line. 2019-10-07 14:29:21 +00:00
msaitoh
d3ce678f8d Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by
Tomokazu HARADA and patch provided by Andrius V.
2019-10-07 11:53:40 +00:00
uwe
bc5cb90f91 Use .Bl -tag -width Fn. There's no such thing as -width compact
or, rather, there is, but the width specified is that of the word
"compact".
2019-10-06 17:21:28 +00:00
uwe
48eb05d281 Avoid using .Fn for XC_HIGHPRI_IPL as it looks inconsistent with
.Dv XC_HIGHPRI
2019-10-06 17:14:18 +00:00
uwe
7c1ff2f1ba Format (*func)(arg1, arg2) so that "func" too is formatted as an
argument (the incantation is, admittedly, rather baroque and kludgy).
2019-10-06 17:01:15 +00:00
sevan
cd8c140f3a AWDL, BLE, another NAN 2019-10-06 15:17:39 +00:00
uwe
0892295b90 Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences
from the most up-to-date ABI, which in gcc 8 is used by default.
XXX: This needs a better condition.
2019-10-05 18:37:39 +00:00
ryoon
dfe601d86e Fix a pasto, uhdiev, bump date 2019-10-05 06:28:50 +00:00
gutteridge
4b075bd22c panic.9: add xrefs to printf(3) and printf(9)
printf(3) fmt strings are referenced in the body, and there might as
well be a cross-reference to other kernel message output functions.
2019-10-04 21:55:00 +00:00
sevan
eb128c78ad DAAP DLNA 2019-10-02 11:14:46 +00:00
rin
d66ba54477 Describe roundup2(9) in roundup(9).
Bump date.

Install it also as roundup2(9).
2019-10-02 08:21:08 +00:00
sevan
f3e3e81ae9 Document standards and correct history.
via Free / OpenBSD.
2019-09-30 13:44:52 +00:00
mrg
4be7da17b5 gcc 7 can now be found in gcc.old. 2019-09-29 22:10:55 +00:00
christos
63ec74c9e4 document that mstohz take and return unsigned int 2019-09-28 15:11:19 +00:00
sevan
11f59b6878 SDR 2019-09-25 20:17:59 +00:00
wiz
2f5074a348 New sentence, new line. 2019-09-23 18:43:59 +00:00
jmcneill
fc0d064c28 mcx(4) will appear in 9.0 2019-09-23 18:26:52 +00:00
christos
02cdd248ec Add a new member to struct vfsstat and grow the unused members
The new member is caled f_mntfromlabel and it is the dkw_wname
of the corresponding wedge. This is now used by df -W to display
the mountpoint name as NAME=
2019-09-22 22:59:37 +00:00
sevan
1e625733bf Add support for blacklistd 2019-09-22 19:51:18 +00:00
sevan
4c89ad8172 Passive FTP works as a client without this and we're not hosting an FTP server (port are not listed in services_tcp) 2019-09-22 19:30:15 +00:00
dsainty
c5e7c3ca96 Purge an ancient email address, use dsainty@NetBSD.org instead 2019-09-22 07:42:28 +00:00
sevan
6a10ef685a pastos 2019-09-21 23:55:01 +00:00
sevan
34b316756b improve description 2019-09-21 21:10:56 +00:00
sevan
9a6d582b1c Add descriptions for all rules and make use of localnet variable in place of direct IP address 2019-09-21 20:41:52 +00:00
sevan
91b0bc2c1f default policy is to blockall 2019-09-21 20:35:52 +00:00
sevan
7fbde1b12f Drop the final keyword to use the default policy of last matching rule wins 2019-09-21 20:31:31 +00:00
jmcneill
a594e6948a Add support for Mellanox 5th generation ethernet devices. This driver
supports the ConnectX-4 Lx EN, ConnectX-4 EN, ConnectX-5 EN, and
ConnectX-6 EN adapters.

Driver ported from OpenBSD.
2019-09-21 14:04:12 +00:00
sevan
b058b370e0 With bin/54124 fixed, the rule needs to be explicitly set to stateful. 2019-09-21 11:46:25 +00:00
wiz
d465c255f1 Fix date, add comma in enumeration. 2019-09-20 13:42:24 +00:00
mrg
fe950ae3d5 add mos(4) driver for Moschip MCS7730/MCS7830/MCS7832 usb ethernet.
ported from openbsd.  usbnet version loses about 40% of code.
2019-09-20 10:34:54 +00:00
gson
3738f96e99 MKZFS is no longer the default on i386; it was disabled in 2015 in
bsd.own.mk 1.846.
2019-09-16 12:57:10 +00:00
manu
3f984dd2cd Remove obsoeolete BUGS note that UEFI bootloader does not support multiboot 2019-09-16 01:57:58 +00:00
bad
c296e4670d Also don't add a sysroot at all if a rumpkernel build. 2019-09-15 21:17:08 +00:00
gutteridge
4b9e0a77d2 fstab.5: add mention of zfs 2019-09-15 21:04:40 +00:00
maxv
a342a8d3c1 Regen for vHCI, IPMI (was forgotten it seems), and srt (for which a man
page is now available).
2019-09-15 15:15:02 +00:00
tnn
7c284eeeb5 add SYNOPSIS for how to make ugen capture specific vendor & product 2019-09-14 11:19:38 +00:00
maya
4bf438acf0 Allow overriding the default man substitutions with X11EXTRAMANTRANSFORMS 2019-09-13 10:23:07 +00:00
wiz
78994265c6 New sentence, new line. Bump date for previous. 2019-09-13 07:11:04 +00:00
manu
31a86650fb Document that bootdev option accepts device specification as NAME=label 2019-09-13 01:34:19 +00:00
sevan
88fd7a1b6c struct buf is typedefed to buf_t
specify the width argument for Bl
2019-09-12 21:08:35 +00:00
sevan
a3f227edb3 Update parameter list, struct buf is typedefed to buf_t 2019-09-12 20:32:30 +00:00
ryo
77e643c7fb - examin/m displays with splitting by spaces as specified size
- add support 'q' modifier on all arch
- consider endianness
2019-09-10 09:32:04 +00:00
ryo
31e239d6f3 Add support for 'p' qualifier for pointer values on examine.
this shows as a pointer with symbol if possible. (e.g. "x/p $sp,10")
2019-09-10 08:16:04 +00:00
sevan
b0668c0a94 CSU UTS 2019-09-09 18:11:20 +00:00
sevan
c989538b5f GFCI, RCD 2019-09-09 12:42:52 +00:00
sevan
822b4698de Adjust history
Based on zero(4s) manual on P1334 of
http://chiclassiccomp.org/docs/content/computing/Sun/software/800-1751-10_SunOS4.0Reference_RevA_9May88.pdf
2019-09-09 01:22:24 +00:00
sevan
ec2478416f wtmp was actually arount in v2
https://www.tuhs.org/Archive/Distributions/Research/1972_stuff/unix_2nd_edition_manual.pdf
via Ingo Schwarze <schwarze@OpenBSD>
2019-09-09 00:21:03 +00:00
sevan
8a189553dd core(5) was in v1
https://www.bell-labs.com/usr/dmr/www/man51.pdf
via Ingo Schwarze <schwarze@OpenBSD>
2019-09-09 00:14:55 +00:00
wiz
581b8a8821 Remove superfluous Pp. 2019-09-07 19:32:52 +00:00
sevan
a39b301ea0 Extend history section
https://www.bell-labs.com/usr/dmr/man41.pdf
via Ingo Schwarze <schwarze@OpenBSD>
2019-09-07 16:37:20 +00:00
sevan
ab9636cfb1 I missread a diff before making the change for the previous commit.
Drop the reference to v7 and the direct struct.
https://www.bell-labs.com/usr/dmr/www/man51.pdf
2019-09-07 12:17:10 +00:00
sevan
a817d3689b dir(5) was what appeared in v7, the struct was called direct.
Fix history for dirent.

via Ingo Schwarze <schwarze@OpenBSD>
2019-09-07 11:35:01 +00:00
msaitoh
bcf5b1471b Add support SIOCZIFDATA as ixgbe.c.
BUGS
     The following event counters are not cleared by SIOCZIFDATA because the
     corresponding registers are read only and not cleared on read:

           Good Packets Received
           Good Octets Received
           Multicast Packets Received
           Good Packets Transmitted
           Good Octets Transmitted
2019-09-05 10:01:30 +00:00
wiz
d7f41ab186 New sentence, new line. Use \(em. 2019-09-04 05:37:06 +00:00
riastradh
8c9fd3588e Update NIST SP800-90A reference. 2019-09-04 04:03:25 +00:00
riastradh
31473673fa Replace slightly wrong rant by shorter and slightly less long rant.
(If X and Y in Z/2Z are independent, then so are X and X+Y.  What was
I thinking.)
2019-09-04 04:00:04 +00:00
riastradh
c85d1d2343 Update man page to reflect switch from CTR_DRBG to Hash_DRBG. 2019-09-04 03:15:20 +00:00
sevan
300432e405 INODE STM 2019-09-03 21:34:03 +00:00
sevan
18e2bd9a65 PPT 2019-09-02 10:35:15 +00:00
gutteridge
fc526dea88 urndis.4: note two additional brands/models known to work 2019-09-01 23:01:01 +00:00
sevan
83120a9834 GECOS
http://bitsavers.trailing-edge.com/pdf/ge/GE-6xx/CPB-1002A_GE-625_635_GECOS_Jan65.pdf
2019-09-01 21:55:13 +00:00
wiz
edfa7875a1 fetch(9) -> ufetch(9). Remove reference to unimplemented ppi(9). 2019-09-01 19:09:00 +00:00
wiz
7fe9b221bc fetch(9) -> ufetch(9). Remove superfluous Pp. 2019-09-01 19:08:35 +00:00
wiz
8a9aa6762b fetch(9) -> ufetch(9) 2019-09-01 19:08:22 +00:00
sevan
3402eb4f2c utmp(5) was present in v1
https://www.bell-labs.com/usr/dmr/www/man51.pdf
Earliest version of wtmp I could find was in v3
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man5/wtmp.5
2019-09-01 19:04:59 +00:00
sevan
167ab6fb0f passwd(5) was in v1
https://www.bell-labs.com/usr/dmr/www/man51.pdf
2019-09-01 18:57:05 +00:00
oster
9f2ab3a020 s/Xr store/Xr ustore/ to fix cross-references in these man-pages. 2019-09-01 17:50:32 +00:00
sevan
dae97b56ad grammar 2019-09-01 15:08:52 +00:00
sevan
1b6d199210 Update arpresolve arguments 2019-09-01 14:49:11 +00:00
sevan
6be8c991bd Grammar
Document history
2019-09-01 14:40:07 +00:00
sevan
b5df3a23fa Document history 2019-09-01 14:34:54 +00:00
sevan
0aad8f52a4 Document history 2019-09-01 14:22:12 +00:00
sevan
2428025147 spelling and grammar 2019-09-01 13:39:07 +00:00
sevan
016e22c37c Improve readability 2019-09-01 13:30:54 +00:00
sevan
202400c27b new sentence, new line 2019-09-01 12:56:14 +00:00
sevan
35f9263c55 grammar
address warnings from mandoc -Tlint while here.
2019-09-01 12:50:22 +00:00
maya
eeb355e2e9 List bwfm at sdmmc 2019-09-01 08:04:48 +00:00
uwe
30c555fd2c Move the text that explains that cd(1) is a shell built-in to the very
beginning of the description where it can be seen prominently.
Improve formatting.
2019-08-31 21:35:50 +00:00
sevan
8f2ae5e634 Direct reader to shell documentation generally, rather than csh(1) specifically.
Mention variables OLDPWD and PWD.
2019-08-31 17:34:46 +00:00
sevan
3d85f14dad Document history 2019-08-30 21:41:42 +00:00
sevan
758dfc058b SICP 2019-08-30 15:43:52 +00:00
wiz
386e0403d4 Various minor fixes. 2019-08-30 09:24:19 +00:00
wiz
be3f189986 Fix date. 2019-08-30 09:22:17 +00:00
mrg
0483faae68 document usbnet diagnostics in usbnet(4). remove all the no longer
present messages in specific drivers for the usbnet drivers.
2019-08-30 08:54:58 +00:00
uwe
4a712029ca New sentence - new line. Minor markup tweaks. 2019-08-29 16:08:14 +00:00
sevan
ac2e3e80e3 Earliest reference to /dev/null I can find is in v4 sh(1) and nulldev in
nsys/ken/subr.c
via TUHS archive
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V4
2019-08-29 15:22:08 +00:00
wiz
dd0e934ad9 Add RCS Id, sort sections. 2019-08-28 22:11:25 +00:00
rmind
0e4f0bc520 Install thmap(9) man page. 2019-08-28 21:48:14 +00:00
rmind
be44fde23f Add thmap(9) man page. Reviewed by wiz@.
Forgot to commit it half a year ago.
2019-08-28 20:08:11 +00:00
kamil
1a5f018b01 Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio
code. This caused new build issued with duplicated symbols in few places
and rump kernel code picking different code paths borrowed from libc.
Handle all this in one go.

Add bsd.sanitizer.mk to share common code used by programs and libraries.

Switch from realall to beforeinstall target in .syms files. This is more
reliable in MKSANITIZER.
2019-08-27 22:48:53 +00:00
mrg
1db21b1df3 fix MKCXX=no:
- don't build GDB
- don't build sanitizers
- don't build GCC commands
- fix some set lists
2019-08-23 08:17:26 +00:00
wiz
b480f76e08 Mark up NULL. Capitalize NetBSD. 2019-08-23 07:14:35 +00:00
mrg
454a193c22 update for usbnet_mii and read/write reg return change. 2019-08-23 05:37:05 +00:00
sevan
753807d576 ATF NURBS 2019-08-22 21:30:47 +00:00
gson
f185b2bce9 Don't say that makeoptions DEBUG="-g" also turns on options DEBUG,
because it does not.  Fixes PR kern/54438.
2019-08-20 14:03:55 +00:00
maya
ccb8bdcbd4 G/C mention of SCIOCREPROBE, removed in 1998.
Thanks to Hiroyuki Bessho in PR kern/34146
2019-08-18 11:53:23 +00:00
wiz
68efb6081c Typo fixes, 'file system'; new sentence, new line; expand IA-32.
Bump date for previous.
2019-08-18 08:12:36 +00:00
manu
05a5afb967 Document new GPT and RAIDframe capacity of bootstrap code
While there, also document EFI setup and some bugs
2019-08-18 02:23:48 +00:00
sevan
06381ccc88 RDP RFB VNC 2019-08-17 21:14:22 +00:00
kamil
92253c7761 Add PAXCTL_FLAG rules for MKSANITIZER
Add per-program rules to disable ASLR for ASan, TSan and MSan in all
sanitized programs. This flag is not needed for other supported sanitizers.

Without this change, sanitized init(8) dies early on startup.

Approach originally suggested by <joerg>
2019-08-17 00:14:48 +00:00
maxv
3808726a03 Unlink KMEM_GUARD leftovers. 2019-08-15 12:24:08 +00:00
kamil
0e6f677375 Add SANITIZER_RENAME_CLASSES in bsd.prog.mk
This adds a more flexible version of SANITIZER_RENAME_SYMBOL.

New symbol allows to specify MKSANITIZER specific renames on per-file and
per-symbol basis.
2019-08-15 08:42:59 +00:00
wiz
377f156ee7 Fix Xr usage. 2019-08-15 08:37:13 +00:00
mrg
d3025cbd35 - document locking requirements more
- expand uno_foo() docs to include return type and parameters
- expand uno_intr() docs
- add uno_tick()
- fix various typoes
2019-08-15 08:33:14 +00:00
uwe
c3a403baa3 Drop xref to wsfontload(8). 2019-08-13 13:22:16 +00:00
uwe
93e3945ee8 Formatting tweaks. 2019-08-13 10:31:19 +00:00
maya
48ffb757ab Document pain of using wsmux with more than one type of keyboard from
userland.
2019-08-13 07:09:49 +00:00
nia
0af042a9d7 Fix some apparant typos of wscons defines.
These don't exist anywhere in /usr/include, but the corrected variants
do.

No idea why WSMOUSE_EVENT_VERSION is the odd one out. That seems incorrect
too.
2019-08-12 11:11:28 +00:00
mrg
24747793a5 remove mention of dv_private and note that usbnet must be first.
fix Ethernet capitalisation in one place.
2019-08-12 00:01:23 +00:00
wiz
7c3a4c78f7 Minor fixes. 2019-08-11 22:03:16 +00:00
mrg
fc57de4558 minor rewording of a few places and add a new section to describe
the type of changes required to port a driver to usbnet interfaces.
2019-08-11 21:33:08 +00:00
wiz
50285510b5 Various fixes: Pp cleanup, use more macros, sort sections,
fix typos, Americanize spelling (like other man pages), fix macro arguments.
2019-08-11 08:26:46 +00:00
mrg
a344262228 oops. i must have deleted the 'u' in 'ustore.9' when partially
fixing the alphabeta ordering here.  fixes build.
2019-08-10 23:33:10 +00:00
mrg
2e9fdde4cf usbnet may be stable now. document it. 2019-08-10 20:35:35 +00:00
christos
a3a94da6c9 Add a script to compare the library lists so we can keep them in sync easier. 2019-08-10 12:50:36 +00:00
christos
9b5a96cd27 Make the X11 library lists consistent again. 2019-08-10 12:46:38 +00:00
christos
806cddf3f2 Don't install PIC libraries by default because they are too big since they
contain debug symbols. I supplied a patch in PR/54449 to remove the debugging
symbols but folks preferred to not install them at all.
2019-08-10 12:20:17 +00:00
maya
b314678c24 urndis: list macallan's newer samsung instead of some other samsung.
(this strongly suggests anything in-between will work too)
2019-08-08 05:50:20 +00:00
uwe
98b5aa84a9 Try to improve formatting and naration. 2019-08-08 00:20:54 +00:00
wiz
d9c1d28aef Fix previous: Link to module(9). Suggested by pgoyette. 2019-08-07 19:58:50 +00:00
wiz
1f9f05ddd2 Remove Pp in wrong places. Fix Xref. 2019-08-07 19:16:36 +00:00
wiz
25b8d95356 New sentence, new line. Sort SEE ALSO. 2019-08-07 19:07:09 +00:00
rin
e2ea3f1962 - Stop showing struct rasops_info; readers can read the header itself.
- Correct description for optimized font widths.
- Remove strange blank line.
2019-08-07 13:46:02 +00:00
pgoyette
9ca5a508cd Document interaction of SYSCTL_SETUP functions and the module loader. 2019-08-07 13:22:00 +00:00
maya
ba1beab6cb Provide documentation for KERN_LWP.
PR lib/20108
2019-08-05 22:03:10 +00:00
ryoon
7e169e0a45 pnpbios.4 is in i386 2019-08-05 15:06:47 +00:00
sevan
e9954cd1d7 SGIs from the MIPS & ARM world :) 2019-07-28 21:43:39 +00:00
rin
981581a5b2 For wsvt25, stop disabling color attributes for underlined text.
With this change, underlined text is drawn in correct colors if
MD backend of wscons is underline-capable.

As the removed comment said, we render underlined text in red, if
MD backend of wscons does not support underline. However, this is
done regardless of original color attributes; foreground color is
forcibly changed to red. So, we don't need to disable original
colors for underlined.
2019-07-28 02:37:54 +00:00