Commit Graph

18234 Commits

Author SHA1 Message Date
rin 735b9693ea PR port-mvme68k/56146
Build wrtvid as tools.
2021-05-06 13:23:36 +00:00
christos 88ec8e1e1c Fix code example (from RVP) 2021-05-04 17:51:55 +00:00
christos 87874d0971 Fix incorrect structure name (Rocky Hotas) 2021-05-04 17:47:51 +00:00
nia 719c9c8c6e intro.7: add missing entries 2021-05-01 07:41:14 +00:00
christos a2d5970e99 Mention that check-names is now the default. 2021-04-30 16:12:18 +00:00
bad eda596189c enable sun8icrypto on Allwinner H3 too.
Allwinner H3 needs a slower mod clock according to the Linux driver.

tested on NanoPi R1.

thanks jmcneill@ and riastradh@ for advice.

XXX pullup-9
2021-04-28 16:57:05 +00:00
thorpej 314209004d Update autoconf(9) for recent autoconfiguration changes. 2021-04-28 00:49:22 +00:00
nia 5783e20041 add a man page for sun8icrypto(4) 2021-04-27 21:13:38 +00:00
mrg 842d17106a xorg-server 1.20.11 is now current. 2021-04-27 04:02:09 +00:00
christos ef70f9b69b Revert the AFLAGS change since it affects kernels. 2021-04-26 00:38:23 +00:00
christos 617e25cc45 make MACHINE_MIPS a boolean not a condition 2021-04-25 21:55:58 +00:00
rin 3fce5ffb9d Add missing \ for previous. 2021-04-25 15:33:15 +00:00
christos 8c4355e24e - since we are using regex already, shorten by merging arm and mips entries
- add a MACHINE_MIPS64 macro shorthand
- pass -m{soft,hard}-float to the assembler when we are passing it to the
  compiler
2021-04-25 14:32:20 +00:00
mrg 9aab5f6a62 switch powerpc and arm64 to GCC 10. 2021-04-25 08:01:54 +00:00
nia d6f5a14b2b these sysctl variables were removed 2021-04-25 05:52:22 +00:00
nia 4986201e82 update information 2021-04-24 07:12:17 +00:00
rin 1062ebcd31 Capitalize /EFI and /EFI/NetBSD as usual. Both are case-insensitive although.
Maybe not worth bumping dates...
2021-04-22 01:36:25 +00:00
skrll eea8ca29ae Switch hppa to gcc 10 2021-04-18 20:32:49 +00:00
mlelstv 34c5ec62b8 Use GCC10 for all amd64 including XEN kernels. 2021-04-17 09:39:33 +00:00
mrg 2c7f7c1589 switch alpha, ia64, sparc*, riscv*, amd64 and vax to GCC 10 default. 2021-04-17 04:07:16 +00:00
pgoyette f9d5d6d2d4 Add a couple definitions for RPG 2021-04-16 15:53:55 +00:00
msaitoh 882c1780be - Remove obsolete cltom(9) and mtocl(9).
- Add missing manual page's link of m_adj.
2021-04-16 07:45:41 +00:00
nia b936cc7999 OpenSSL man pages have moved 2021-04-14 07:56:23 +00:00
nia de6863b74f intro.3: add a few 2021-04-14 07:52:53 +00:00
mrg ed979dc750 add GCC_NO_IMPLICIT_FALLTHRU, GCC_NO_MAYBE_UNINITIALIZED, and
GCC_NO_RETURN_LOCAL_ADDR.
2021-04-12 04:18:38 +00:00
nia 94b8a1943a 'no merit' is a strong statement 2021-04-10 08:01:21 +00:00
isaki 2786b28adf Fix a wrong description in previous.
MD drivers can support 20 or 24 bits formats even under current MI layer's
constraints.
http://mail-index.netbsd.org/source-changes-d/2021/03/12/msg013255.html
2021-04-10 04:10:21 +00:00
mrg eca8198938 switch HAVE_GCC=9 to gcc.old. 2021-04-10 00:35:24 +00:00
riastradh 90555e3e13 Remove sentence that has not been true since netbsd-6.
ioctl(RNDADDDATA) is not the only way to raise the entropy estimate;
privileged writes to /dev/random have the same effect.
2021-04-06 22:12:16 +00:00
riastradh 2c5643bbca New vax documentation, vax/covid(4) 2021-04-01 00:03:01 +00:00
simonb 0e41d78f21 Reenable kernel modules for MIPS now that they work. 2021-03-31 06:35:35 +00:00
rin 52b96e0e1d Make this format a little bit nicely. 2021-03-30 15:29:43 +00:00
simonb 566f9e2cfa On MIPS if we compile C files as N64, compile assembly with the same ABI. 2021-03-29 05:22:49 +00:00
nia b41a8b7b73 DRM 2021-03-28 17:52:09 +00:00
christos 60c74c06b2 Clarify and explain the rationale for parentheses in sizeof and return as
discussed.
2021-03-28 14:28:56 +00:00
christos 7829d1021c - EXIT_FAILURE instead of 1
- %j instead of PRI for *intmax_t
- != -1 instead of < 0 for syscalls
2021-03-28 14:16:16 +00:00
isaki 1b5c35427c Update documents.
- query_format has been mandatory (since at least Feb 2020).
- set_params has been replaced to set_format (since May 2019).
2021-03-28 07:42:06 +00:00
nia 7bef196ea2 Add uxrcom(4) 2021-03-27 08:01:21 +00:00
simonb 8d4bbb0957 Make columns nicely aligned. 2021-03-27 02:46:45 +00:00
simonb a82a6a8354 Add aarch64 and sparc64 to MKZFS yes.
Sort the machine names for the "Default: yes on ..." lines.
2021-03-24 04:36:57 +00:00
christos 7f9d45e9ac From Greg A. Woods:
- add LDSTATIC to all the LINK rules, replacing CPPFLAGS which should not be
  used
- create new COMPILE_LINK rules that are like LINK rules but have CPPFLAGS
  where appropriate
2021-03-23 22:02:44 +00:00
simonb 5f1014a3da Work in progress for MIPS modules. Only tested on mipseb64, not yet
enabled anywhere.
2021-03-23 13:22:40 +00:00
christos 3b02207a1b Fix the shuttle rules by defining a new EXEC_TARGET instead of re-using
OBJECT_TARGET which adds an extra .o sometimes. Noticed by Greg A. Woods
2021-03-22 21:52:26 +00:00
wiz 4df5d7619b New sentence, new line. 2021-03-22 00:09:06 +00:00
mrg f96996de73 note that ttyaction.[35] first appeared in netbsd 1.3. 2021-03-21 23:29:36 +00:00
nia abfcffbda7 pci(4): many more drivers 2021-03-17 14:10:29 +00:00
nia e00e848741 add ale(4) and bge(4) to pci.4 2021-03-17 13:42:03 +00:00
nia 14acd5b28d add alc(4) 2021-03-17 13:12:33 +00:00
nia fb65b08c8d Use inline cross-references. 2021-03-15 18:21:51 +00:00
rin 35a048da19 Document NFS_BOOT_UDP instead of NFS_BOOT_TCP; We've switched to
NFS over TCP by default.

Bump date.
2021-03-14 02:56:07 +00:00