Commit Graph

17924 Commits

Author SHA1 Message Date
mrg
1956332deb update GCC 7 version to nb4 20200810, and fix the unknown GCC version
error assignment from "=?" to "?=" so it works as designed.
2020-08-11 09:51:57 +00:00
rin
2cfebd8121 Fix typo: than --> then. Probably not worth bumping date. 2020-08-10 09:30:21 +00:00
mrg
65244620f1 fix various missing transforms for man page, ala PR#55422.
add method to transform both the "__foo__" and "@foo@"
version of various transforms, while upstream are converting
from the former to the latter it seems.  convert all the
common transforms to this method.

expand the grep for .pc files to look for missing @foo@
fixes to the man page genration, and ignore a few things
(thanks uwe@ - .IN lines, and stuff between tab(@) and .TE.)

xorg-server __default_font_path__ -> @default_font_path@,
and xfree86 transform xconfigdir, xkbdir, and modulepath
using new both method.
2020-08-10 09:23:37 +00:00
uwe
cc0600711b Formatting fixes for PostScript output.
Mostly use .Ar instead of .Va and use -literal, .Ql, etc where
appropriate.
2020-08-10 01:10:26 +00:00
maya
5d5e87bd22 Add another TOFU 2020-08-09 22:07:06 +00:00
christos
7b0a191e28 Expose 64 bit fileystems API's on Linux and make the default FS API 64 bits
Should unbreak newfs's of fs's, using the tool version of newfs.
2020-08-09 21:13:38 +00:00
kim
d02a9c330e Fix cross-refs to x86/mbr that were still missing x86
Additionally made some typo fixes, and added some vertical whitespace
to lists that felt crowded. Unified markup for displaying commands.
2020-08-09 18:54:59 +00:00
nia
f1cc503efa TIFU 2020-08-09 17:18:47 +00:00
christos
d3d529e02c Add TOFU 2020-08-09 13:48:00 +00:00
mrg
92a9ab1f55 fix a couple of minor issues:
- un_ed is not a function, but an array
- fix a typo
- add a blank line after a list
2020-08-09 09:20:30 +00:00
wiz
29f550240c Remove trailing whitespace. 2020-08-07 20:17:59 +00:00
christos
9a91acb10a Catch up with genfs_can argument changes 2020-08-07 18:13:19 +00:00
christos
ccc5c96d19 Catch up with lktype addition. 2020-08-07 17:59:32 +00:00
skrll
0902b73820 G/C USE_TOPDOWN_VM. __USE_TOPDOWN_VM is used (and hidden) 2020-08-04 06:10:27 +00:00
riastradh
ee750f0f85 Remove confusing advice about macros that might expand to nothing.
Such macros should not exist; as advised earlier in the file, they
should expand to `__nothing' (literally) from <sys/cdefs.h> which
itself expands to ((void)0) precisely so that the problem this advice
sought to avoid does not arise.
2020-08-02 01:36:46 +00:00
riastradh
07b8ffa655 Update style around single-line braces according to discussion.
https://mail-index.netbsd.org/tech-userlevel/2020/07/12/msg012536.html
https://mail-index.netbsd.org/tech-kern/2020/07/12/msg026594.html

Retain some examples of technically unnecessary braces that likely
aid legibility from the previous commit.
2020-08-02 01:35:07 +00:00
lukem
ff75c76280 style: revert previous
I misintepreted the consensus.
2020-08-02 00:20:21 +00:00
wiz
6b5b1a3c75 Fix typo. 2020-08-01 09:51:06 +00:00
wiz
44506434c1 Fix typo in macro and merge to error descriptions for the same error 2020-08-01 09:50:42 +00:00
maxv
b84521f2f3 Remove references to BRIDGE_IPF, it is now compiled in by default. 2020-08-01 08:20:47 +00:00
lukem
15dbb6ff7e style: prefer braces for single statement control statements
Prefer to use { braces } around single statements after
control statements, instead of discouraging them.

Per discussion on tech-userlevel & tech-kern, where the significant
majority of developers who responded (including current and former
core members) prefer this new style.
2020-08-01 02:45:35 +00:00
riastradh
d7f8883fa9 New workqueue flag WQ_FPU.
Arranges kthread_fpu_enter/exit around calls to the worker.  Saves
cost over explicit calls to kthread_fpu_enter/exit in the worker by
only doing it once, since there's often a high cost to flushing the
icache and zeroing the fpu registers.

As proposed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2020/06/20/msg026524.html
2020-08-01 02:14:43 +00:00
riastradh
7c54d842f7 New functions kthread_fpu_enter/exit.
The MI definitions don't do anything but maintain a flag, but MD code
can define kthread_fpu_enter/exit_md to actually enable/disable the
FPU.  (These are almost pcu_load/discard on systems that use pcu(9),
except they apply to all PCUs.)

Discussed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2020/06/20/msg026524.html

The proposed kthread flag KTHREAD_FPU is not included because I
couldn't find any particular need for it that would not be covered by
just calling kthread_fpu_enter/exit in the kthread function.
2020-08-01 02:04:55 +00:00
fcambus
e275f93abc Update Spleen wscons fonts to version 1.8.2, bringing the following
improvements:

- Fix size of the lower case 'ae' character in the 16x32 and 32x64 versions
- Shorten parentheses, square brackets, braces, slash, backslash in the
  8x16 version, fixing alignment issues
- Shift vertical line and double vertical line characters one pixel
  up in the 8x16 version
2020-07-31 20:46:53 +00:00
leot
afb9677731 Add TSV 2020-07-28 14:35:34 +00:00
jdolecek
9c53671351 add reference to net/py-xmm7360 for the network initialization script 2020-07-27 14:17:47 +00:00
jdolecek
030019dcc8 more attribution 2020-07-27 11:12:56 +00:00
skrll
97f524ff8a Don't define _LKM. LKMs are dead. Long live modules. 2020-07-27 08:26:09 +00:00
wiz
4fb043ce84 Minor wording improvements. 2020-07-26 21:47:16 +00:00
jdolecek
183910b65f finish sentence 2020-07-26 15:57:03 +00:00
jdolecek
73e870b5dc add note that the network initialization script needs the device nodes
to be created
2020-07-26 15:56:30 +00:00
jdolecek
6b6d7b2ff3 add rudimentary wwanc(4) manpage 2020-07-26 15:13:09 +00:00
rillig
3a4242ba1d share/mk/bsd.README: fix typo 2020-07-26 09:22:43 +00:00
rillig
1a15e1964e style: fix typo about enum constants being capitalized 2020-07-26 09:22:15 +00:00
tsutsui
090a690dad Switch x68k to HAVE_XORG_SERVER_VER=120.
Confirmed both color "Graph" VRAM and mono "Text" VRAM servers on XM6i.
2020-07-21 14:42:44 +00:00
tsutsui
2414371414 Switch ports using MI wsfb drivers to HAVE_XORG_SERVER_VER=120.
Xorg wsfb servers from 1.20 for dreamcast (16bpp), hp300 (8bpp), and
luna68k (1bpp) work fine even on NetBSD 9.0, and zaurus is also
confirmed working.

Discussed with mrg@ and macallan@ on tech-x11:
 https://mail-index.netbsd.org/tech-x11/2020/07/thread1.html#002098
2020-07-20 14:24:13 +00:00
fcambus
a41247a4c5 Update Spleen wscons fonts to version 1.8.1, bringing the following
improvements:

- Center tilde vertically for all sizes, as modern fonts do
2020-07-20 13:58:52 +00:00
tsutsui
879355ad78 Fix typos in ${X11INCS.DIX} include paths. PR/55500 2020-07-20 13:55:08 +00:00
dholland
2f503947a6 +craptacular
(originally suggested by pgoyette)
2020-07-16 03:08:58 +00:00
leot
562d999853 Document unbound and unbound_chrootdir. 2020-07-15 17:55:34 +00:00
leot
093639c62c MKBSDTAR is yes by default 2020-07-15 17:46:06 +00:00
jruoho
f1c3cdfd23 's/blacklistd/blocklistd/'. Note also blocklistd_flags. 2020-07-15 16:52:48 +00:00
jruoho
e86652a33f Note modules. 2020-07-15 16:46:11 +00:00
kim
7392fbb224 Document optional speed argument to consdev 2020-07-15 12:38:30 +00:00
jdolecek
5b894df5c4 update list of matched adapters 2020-07-14 17:39:19 +00:00
dholland
e98bb6b88a +corvid
This file already has "covid" somehow, and while that's fine now my
best guess is that it was originally an OCR blooper for "corvid",
which is missing.
2020-07-13 23:56:41 +00:00
jruoho
de35f5b630 Xref rfc6056(7). 2020-07-13 15:05:05 +00:00
uwe
08e4367608 Try to improve markup, PostScript output. 2020-07-13 14:11:16 +00:00
pgoyette
78e3bc6422 Imnprove previous. 2020-07-13 13:42:51 +00:00
jruoho
f2ada8ae6b Complete the example. 2020-07-13 12:44:04 +00:00