Commit Graph

17681 Commits

Author SHA1 Message Date
leot
16690ce41b Add TLDW
From Rocky Hotas, thanks!
2020-03-26 18:25:32 +00:00
skrll
c97977ea42 Fix cprng_fast64 return type to match code 2020-03-24 08:48:31 +00:00
mrg
2f8ce28306 note that MKLLVMRT affects more than amdgpu. 2020-03-24 07:56:26 +00:00
kim
ac8e31be1d Fix the currency symbol for fi_FI.ISO8859-1
In the Finnish language, the recommended symbol for euro is the euro sign
where it is available, and the lowercase letter e otherwise.

The use of the ISO currency code EUR is not an abbreviation of the word
euro in the Finnish language, just like FIM is not an abbreviation of
the word markka.

Reference:
    https://www.kielikello.fi/-/euro-
    Euro
    Kielikello 3/1998
    Kotimaisten kielten keskus
    Institute for the Languages of Finland
    [Last retrieved 2020-03-23]
2020-03-23 13:56:12 +00:00
kim
601620aab2 Add C.UTF-8 2020-03-23 08:44:10 +00:00
wiz
5303923225 Fix some typos, remove unnecessary Pp 2020-03-20 08:02:55 +00:00
sevan
6cccac6916 Update to r359157 from FreeBSD 2020-03-20 03:19:43 +00:00
thorpej
a3d4be7fa6 Update for recent locking changes. 2020-03-20 01:15:05 +00:00
nia
e911afe581 audio.4: 1-12 channels are only universally supported for playback.
When a mono recording device is set to use 1 channel, the kernel will
correct the number of channels back down to 1. This information can be
obtained with AUDIO_GETINFO...
2020-03-17 10:50:59 +00:00
nia
2dc9c196d6 audio.4: Mention the blk_ms sysctl 2020-03-16 19:20:36 +00:00
wiz
6d5974e98f Sort sections. 2020-03-16 13:02:05 +00:00
nia
02ea559cdf pms.4: Typo. 2020-03-16 09:31:41 +00:00
nia
bfc83a571c audio.4: O_NONBLOCK isn't the actual problem 2020-03-16 09:20:01 +00:00
nia
b65a7a635c audio.4: Remove reference to using O_NONBLOCK
It doesn't work properly, but this turns out to not be a problem in most
code (code where it is generally uses threads)...

Don't provide misleading information about using it, or programmers
might start wondering why their code doesn't work.

Noted by Yorick Hardy on current-users
2020-03-16 08:50:06 +00:00
nia
dd302e79dd synaptics: Set up_down_emulation=3 by default.
It's a less surprising default for modern hardware.
2020-03-14 19:29:39 +00:00
ad
be9c6147a4 pmap_remove_all(): Return a boolean value to indicate the behaviour. If
true, all mappings have been removed, the pmap is totally cleared out, and
UVM can then avoid doing the work to call pmap_remove() for each map entry.
If false, either nothing has been done, or some helpful arch-specific voodoo
has taken place.
2020-03-14 14:05:42 +00:00
nia
6fe7b60978 synaptics: Make up_down_emulation useful for single-button clickpads
On devices such as the Thinkpad X250, the clickpad can be pressed
to generate mouse button events 1 and 2. There are also additional
physical buttons which the pms(4) driver recognizes as "up/down" buttons
(mouse buttons 3 and 4). Allow these to be remapped to buttons 1 and 2
and used like normal touchpad buttons with the following sysctl:

# sysctl -w hw.synaptics.up_down_emulation=3

While here, adjust the existing "middle button emulation"
(hw.synaptics.up_down_emulation=1) so it works with single-button
clickpads.

XXX: 3 may be a more useful default than the current default,
depending on hardware availability of touchpads with "up/down buttons".

Update the documentation accordingly.
2020-03-14 13:08:18 +00:00
roy
aadfdb111b terminfo: promote numeric parameters from short to int
POSIX mandates implementations must support upto a short but may exceed it.
When NetBSD terminfo was implemented, no terminfo description used over
a short, but because ncurses has supported ints for some time, some now do.

Infact, such a terminfo description was imported where colour pairs for
screen-256color went up to 65536 which exposed a bug in the existing
implementation where it set to zero. Because the number might mean
something more than a range, we need to be able to store it accurately.

This requires a version bump because whilst the API hasn't changed thanks
to C int promotion, the ABI has. Also the underlying database structure
has changed as well - we now store the numeric paramter inside a uint32_t
field rather than a uint16_t one.
Whilst this change can still read the old style database, the old one
cannot read the new one and thus we now maintain the database as
terminfo2.cdb, leaving the old library and database alone so old programs
still work fine.

libcurses, libfrom, libmenu and libpanel have also been bumped to
accomoate this change.
2020-03-13 15:19:24 +00:00
tnn
a5b3fa3e75 correct documentation for options TFTPROOT
TFTPROOT does *not* require MEMORY_DISK_IS_ROOT. In fact, it doesn't
work at all when MEMORY_DISK_IS_ROOT is set, because then setroot()
tries to perform dhcp on md0 instead of the network card.
2020-03-07 23:17:47 +00:00
fcambus
cd0b68b9c9 Fix area code for Czestochowa and add area code for Tarnow.
While there, fix names for some other Polish cities.
2020-03-04 22:24:46 +00:00
maya
f09a2d8288 Remove ETH (defunct) and add ETM. 2020-03-04 14:59:00 +00:00
fcambus
454f71e77a Add LUZ and WMI airports (Poland). 2020-03-04 14:19:14 +00:00
christos
7acab15b19 Add fido and cbor 2020-03-03 02:25:03 +00:00
isaki
b7468096e2 Describe about (existing) constraints on round_blocksize(). 2020-02-29 05:39:03 +00:00
kim
aa06efc870 Typo fix (remove extra TPM) 2020-02-28 07:31:38 +00:00
kim
7fa57f6b97 Fix .Dt to match installed section 2020-02-28 07:30:51 +00:00
macallan
ae5f09c21f ZFS works fine on my v210, so let's enable it for sparc64 2020-02-27 12:52:20 +00:00
sevan
565b242515 SSTP 2020-02-26 23:38:08 +00:00
uwe
035e2f78b0 Make .Bl -width match the actual .It usage. 2020-02-26 18:39:24 +00:00
uwe
79985dd01d Minor formatting tweaks. 2020-02-26 18:32:57 +00:00
uwe
e979ab6242 Fix unedited pasto. 2020-02-26 18:25:39 +00:00
wiz
ed72789936 Minor fixes. 2020-02-26 10:06:08 +00:00
wiz
795276af5a Fix Xr section numbers. 2020-02-26 10:04:32 +00:00
riastradh
e4d662933e Draft man pages for the standard users and groups.
These are currently listed in order of uid because I went through
src/etc/group and src/etc/master.passwd line by line, and sorting any
other way after the fact -- like lexicographically, how it should be
-- was kinda inconvenient.

Feel free to sort, add information, add historical references,
correct any mistakes, &c., so that these remain living documents
describing NetBSD's standard users and groups and practices around
them.
2020-02-26 07:31:51 +00:00
rin
c7f03ba743 Add one more: Buffalo BSUSRC06. 2020-02-25 11:36:48 +00:00
rin
897e200cea Add CableCreation CD0487 to supported adapter list.
Bump date.
2020-02-25 11:32:09 +00:00
sevan
6c3061a7d9 Sync with r358264 which fixes NetBSD 9.0 release 2020-02-23 23:31:55 +00:00
mrg
7d2bf6fde2 update for xorg-server 1.20.6. 2020-02-23 10:28:16 +00:00
mrg
0cf113e74f install rw_lock_op link too. 2020-02-23 08:57:44 +00:00
isaki
92e2bd444b Make start_input/halt_input optional if the driver has no recording,
make start_output/halt_output optional if the driver has no playback.
And remove such never called functions.
2020-02-23 04:02:45 +00:00
sevan
03e003853e Sync with FreeBSD r358254 2020-02-22 23:38:04 +00:00
ad
284662e223 Add rw_lock_op(): return either RW_READER or RW_WRITER for a lock that is
known to be held by the caller.  Panic if the lock is not held.
2020-02-22 21:24:44 +00:00
martin
fe36d07293 Move sysinst man page next to the source 2020-02-19 21:42:53 +00:00
fcambus
b8575f575a Add RIF (reduction in force). 2020-02-17 17:16:51 +00:00
jmcneill
02f33d7bd0 Remove azalia(4) references, spotted by maxv 2020-02-16 10:45:42 +00:00
sevan
e15af42da1 grammar 2020-02-13 22:48:11 +00:00
ryoon
b48c5a02dc Add description on hw.alps.touchpad_movement_threshold 2020-02-10 16:13:48 +00:00
ryoon
3f4e05bdbc Reflect typo fix, bump date 2020-02-10 15:30:33 +00:00
ryo
accb2dabd4 add support VLAN HW filter 2020-02-10 05:53:11 +00:00
jmcneill
428130a8e6 Retire azalia(4). 2020-02-09 16:06:17 +00:00