Commit Graph

12673 Commits

Author SHA1 Message Date
wiz
2e256d9d5b Simplify macro usage. 2021-01-06 18:05:58 +00:00
pgoyette
386ae5b46e Grammar fix for the grammer fix. Plural subject needs plural verb. :) 2021-01-06 17:22:36 +00:00
kre
f9167198aa Minor grammar fix, more markup, and update date (Dd). 2021-01-06 17:13:23 +00:00
wiz
f77ed54857 Add some paragraph breaks. 2021-01-06 14:07:43 +00:00
wiz
99fedf3d5f Markup improvements and typo fixes. 2021-01-06 10:19:27 +00:00
mlelstv
a1d6d60c3f Explain wedge auto discovery. 2021-01-05 22:17:40 +00:00
pgoyette
b5cd926b3f Better grammar. 2021-01-04 18:27:46 +00:00
uwe
5f81bb7325 wsdisplay(4): WSDISPLAYIO_GET_EDID - fix struct name.
Spotted by RVP.
2020-12-23 06:10:13 +00:00
nia
dc3812a1c6 seemingly did not appear in netbsd 9 2020-12-21 11:30:59 +00:00
mrg
3996f2220f ddb: add two new modifiers to "show pool" and "show all pools"
- /s shows a short single-line per pool list (the normal output
  is about 10 lines per.)
- /S skips pools with zero allocations.
2020-12-19 23:38:21 +00:00
pgoyette
52df486e11 Minor typo - do I really need to bump the date for this? :) 2020-12-18 02:29:50 +00:00
isaki
e0775c3f49 Remove an old description.
This behavior was modified in sys/dev/audio/audio.c rev 1.65 (Mar. 2020).
2020-12-09 05:48:56 +00:00
jmcneill
161b30af53 acpi: add character device for accessing ACPI tables
The /dev/acpi character device gives an aperture into physical memory
that allows only read access to known ACPI tables: RSDP, XSDT/RSDT, and
the root tables. Adapt acpidump(8) to use this interface by default,
falling back to the old /dev/mem method if it is not available or if
ACPIDUMP_USE_DEVMEM=1 is set in the environment. The user visible benefit
of this change is that "options INSECURE" is no longer required to
dump ACPI tables.
2020-12-06 02:57:29 +00:00
wiz
d5fdd803ef Update default pkgsrc database location from /var/db/pkg to /usr/pkg/pkgdb. 2020-12-02 14:18:13 +00:00
kim
a0c0a132d4 Add a comment to clarify the selected drivers to disable in the example 2020-11-24 07:46:46 +00:00
wiz
ed388c6b2e Bump date for previous. 2020-11-21 12:26:41 +00:00
kim
3eea9a90f9 boot.cfg.5: Note that userconf can be used multiple times
Additionally:
- Make it easier for the reader to learn which keywords can be used
  multiple times
- Use multiple "userconf" lines in the EXAMPLES section, conveniently
  listing the current DRM drivers that a user might need to disable to
  troubleshoot "blank screen after boot" issues.
2020-11-21 11:41:54 +00:00
wiz
16da680a08 Add "x86" to Dt 2020-11-14 20:04:46 +00:00
kamil
994be4e978 Reintroduce the support of MKCATPAGES
Requested by <mrg>
2020-11-10 21:47:40 +00:00
kamil
4045d62396 Remove the support for MKCATPAGES
It was optional since 1999 and disabled by default since 2012.

Proposed on tech-userlevel@.
2020-11-08 14:52:35 +00:00
kim
42bf8f9bda Allow line breaks inside author names in prose paragraphs 2020-11-04 15:24:56 +00:00
khorben
cb7259aba3 u3g(4): also list the Huawei EM770W as supported 2020-11-01 06:19:47 +00:00
uwe
3f54244104 Install ddb(9). Xref it from ddb(4). 2020-10-31 22:43:01 +00:00
christos
9ef58d7580 document f_touch 2020-10-31 16:03:01 +00:00
wiz
7c80034b55 Improve wording. 2020-10-31 10:48:17 +00:00
uwe
18275b593a Add a few missing articles. 2020-10-30 22:29:30 +00:00
uwe
ed38e3002e ddb(9) - first cut at the documentation for writing and adding new DDB
commands.  Not yet complete and not hooked into the build.
2020-10-30 22:14:03 +00:00
ryo
0b42d22ad0 move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm Fling
- move from sys/arch/x86/x86/{vmt.c,vmtreg.h,vmtvar.h} to sys/dev/vmt/{vmt_subr.c,vmtreg.h,vmtvar.h},
  and split the attach part of the cpufeaturebus and fdt
- add aarch64 vmware backdoor op
- add include guard to vmt{reg,var}.h
- Yet there is still some little-endian dependency. it needs to be fixed in order to work properly on aarch64eb
2020-10-27 08:57:10 +00:00
rin
e18e78694d Document MKKDEBUG. Thanks martin for letting me know. 2020-10-27 06:33:38 +00:00
nia
82f91d33d2 Normalize some machine dependent CPU frequenct sysctl variables.
This moves machdep.*.frequency.* to machdep.cpu.frequency.*.

This was proposed on tech-kern some time ago. The intention is to allow
third-party tools such as estd and conky to more easily and reliably
fetch or modify the current CPU frequency without iterating through
various machine-dependent variables to check their presence.
2020-10-25 16:39:00 +00:00
kamil
7ba763594c Remove the CIRCLEQ API from queue(3)
It was marked deprecated in NetBSD 7 and already removed from
FreeBSD in 2000 and OpenBSD in 2015.

Proposed on tech-kern@.
2020-10-20 23:27:57 +00:00
wiz
ab745aff6f Use Dv. Bump date for previous. 2020-10-17 09:20:33 +00:00
mlelstv
b761783a16 Setting a socket buffer size stops autoscaling. Add a sysctl to
prevent this behaviour. The default is not changed.
2020-10-17 09:06:15 +00:00
ryo
d87a4d00ad vmx(4) should be MI. moved to sys/dev/pci from sys/arch/x86/pci 2020-10-14 10:19:10 +00:00
roy
30ba5d0082 carp: link state is DOWN until it becomes a MASTER
This is consitent with other BSD's handling of CARP and means
we don't have to carry a custom flag for it.
2020-10-12 15:18:48 +00:00
kim
9de06003f8 Bump date 2020-10-11 22:46:24 +00:00
kim
2f25d90010 Make "rtsol" functional again. 2020-10-11 22:38:48 +00:00
gutteridge
ed20d0c0a0 options.4: add a basic entry for the CNMAGIC option 2020-10-09 01:49:53 +00:00
nia
baeda31567 bump date 2020-10-05 14:54:24 +00:00
nia
a52c896f9b ifconfig up before doing wifi stuff 2020-10-05 06:41:16 +00:00
nia
9c80624b1c synaptics: Emulate scrolling when the middle button is held with TrackPoints
idea stolen from various other operating systems.

this configurable with a sysctl in case somebody wants to hold the middle
button, e.g.  with old window managers that close menus when a button is
released.
2020-10-01 17:13:19 +00:00
roy
9fc1f4f01f Note that opening and closing the tun/tap devices affects link state.
And how this influences Duplicate Address Detection.
2020-09-27 19:36:54 +00:00
roy
ec0ebd44c4 bridge(4): Note that the bridge does not allow assignment of IP addresses
Document using vether(4) instead to get the same effect.
2020-09-27 15:42:48 +00:00
roy
0ba6243a0a tap(4): Improve the description to differentiate from vether(4) 2020-09-27 15:19:04 +00:00
wiz
a36255044e Fix punctuation nit and add RCS Id. 2020-09-27 13:59:24 +00:00
roy
e81d19b9cb tap: Report link state based on if the interface has been opened or not
While a nice addition, it does render tap(4) useless as a bridge(4)
endpoint. We now have vether(4) for use as bridge endpoint.
2020-09-27 13:44:47 +00:00
roy
4b44dc0b5e vether: Implement a virtual ethernet interface
The vether interface simulates a normal Ethernet interface by encapsulating
standard network frames with an Ethernet header, specifically for use as
a member in a bridge(4).

To use vether the administrator needs to configure an address onto the
interface so that packets can be routed to it. An Ethernet header will
be prepended and, if the vether interface is a member of a bridge(4),
the frame will show up there.

Taken from OpenBSD.
2020-09-27 13:31:04 +00:00
jakllsch
ffb4801553 Fix weird spelling, refresh date. 2020-09-22 01:11:48 +00:00
nia
3d17cb2105 do not use WEP 2020-09-21 17:52:31 +00:00
kim
8cdafcce1e Add MLINKS for empb.4 2020-09-21 08:46:07 +00:00