Commit Graph

17842 Commits

Author SHA1 Message Date
maxv
64f849a4c1 fix file path 2020-06-30 16:22:55 +00:00
fcambus
b11e06097c Update Spleen wscons fonts to version 1.8.0, bringing the following
improvements:

- Improve ampersand character, making it more consistent with other
  sizes (5x8 version)
2020-06-29 09:57:46 +00:00
fcambus
ad2873740c Add font files for Spleen, which can be loaded into the wsfont pool
or a wscons display device using wsfontload(8).

For example, Spleen 16x32 can be loaded and enabled as follow:

wsfontload -N spleen-16x32 -w 16 -h 32 spleen-16x32.fnt
wsconsctl -dw font=spleen-16x32
2020-06-28 14:26:18 +00:00
jruoho
319465cf55 As bin/55344 was fixed, note the flags also in rc.conf(5). 2020-06-24 10:30:43 +00:00
wiz
bc3f8a62e1 New sentence, new line. Fix macro arguments. Improve Nd.
Remove superfluous Pp. Other minor cleanups.
2020-06-24 08:20:13 +00:00
maxv
61584588ce kernel_sanitizers.7 2020-06-23 16:08:46 +00:00
fcambus
832eb6ac89 Fix filenames for vt220* wscons fonts listed in COPYRIGHT.
The extension of uuencoded files on disk is ".uue".
2020-06-22 15:07:11 +00:00
rin
09b1c677c0 Add missing Makefile. 2020-06-22 03:15:48 +00:00
lukem
c72411c4b5 bsd.dep.mk: revert 1.85 (for now)
Revert my recent 1.85 revision that fixed "make tags".  It causes too
much build breakage elsewhere in the tree that needs to be resolved first.

Issues include:
- Directories using TESTS_CXX with .cpp and .cxx extension instead of the
  default .cc extension (see bsd.prog.mk). Most of these have been fixed.
- external/gpl3/gcc build of .cc files. (No idea what's wrong there).
2020-06-22 01:04:26 +00:00
thorpej
8025a6eb14 Add additional sunxi boards:
- libretech,all-h3-cc-h2-plus
- libretech,all-h3-cc-h3
- libretech,all-h3-cc-h5
2020-06-21 19:39:11 +00:00
thorpej
2d473240cd Add evbmips installboot board data. 2020-06-21 17:15:51 +00:00
thorpej
10311849cd Add several boards:
- terasic,de0-atlas
- asus,rk3288-tinker
- nvidia,p3450-0000
- ti,omap4-panda
- ti,omap4-panda-es
- olimex,a20-olinuxino-lime2
- olimex,a20-olinuxino-lime2-emmc
- olimex,a20-olinuxino-micro
- olimex,a20-olinuxino-micro-emmc
- digilent,zynq-zybo
- digilent,zynq-zybo-z7

Update the nvidia,p2771-0000 description to match recent DTS.

Fix u-boot package name for cubietech,cubietruck-plus.
2020-06-21 16:53:57 +00:00
lukem
caf254b942 document PROGS and PROGS_CXX, and default c++ SRCS 2020-06-21 13:29:05 +00:00
lukem
6445c9ec5a bsd.dep.mk: fix "make tags"
Fix "make tags" to actually build a tags file:
- Use !commands() instead of !target(), so that the rule actually works
- Write to ${.OBJDIR}/tags for read-only source (don't know why ${.TARGET}
  isn't sufficient).
- Only match *.[cly] from ${.ALLSRCS} - just excluding *.h causes failures
  because of ${targ}: subdir-${targ} in bsd.subdir.mk.

Thanks to uwe@ for assistance.
2020-06-21 03:39:21 +00:00
wiz
6778ca9128 Remove trailing whitespace. 2020-06-19 07:25:20 +00:00
kamil
460ab12717 Document kmem_strdup() and kmem_strndup()
Added in 2018 by christos@ in sys/sys/kmem.h r. 1.11.
2020-06-18 23:30:51 +00:00
wiz
e830eb67a9 Add acl(9) from FreeBSD.
Needs work before it should be added to the build.
2020-06-18 20:38:42 +00:00
thorpej
4abc8d232e Add vmem_xfreeall(), which frees all allocated regions in the specified arena.
All outstanding allocations MUST have been performed with vmem_xalloc() or
else the behavior is undefined.  (This also implies that the arena must also
not have a quantum cache; note this in the documentation.)
2020-06-16 01:29:00 +00:00
christos
2f0bfbf344 Rename blacklist -> blocklist 2020-06-15 01:57:29 +00:00
rkujawa
6944fee265 is -> are 2020-06-14 22:30:44 +00:00
ad
83f424cd54 g/c vm.idlezero 2020-06-13 20:18:00 +00:00
sevan
4fc6f47689 BAU 2020-06-13 14:31:49 +00:00
wiz
a00a9756c0 Use more markup. 2020-06-12 20:58:43 +00:00
sevan
7509833203 QOI 2020-06-11 23:19:53 +00:00
roy
fead816208 bpf(4): Add ioctls BIOCSETWF and BIOCLOCK
Once BIOCLOCK is executed, the device becomes locked which prevents the
execution of ioctl(2) commands which can change the underlying parameters
of the bpf(4) device. An example might be the setting of bpf(4) filter
programs or attaching to different network interfaces.

BIOCSETWF can be used to set write filters for outgoing packets.
Currently if a bpf(4) consumer is compromised, the bpf(4) descriptor can
essentially be used as a raw socket, regardless of consumer's UID.
Write filters give users the ability to constrain which packets can be sent
through the bpf(4) descriptor.

Taken from OpenBSD.
2020-06-11 13:36:20 +00:00
sevan
4d18db3c85 Sync with r359561 2020-06-11 09:15:31 +00:00
sevan
1f66fbf040 URM 2020-06-10 20:26:52 +00:00
nia
9e48297e1f FQA GCHQ 2020-06-09 19:45:29 +00:00
sevan
919267d79b Use Dx macro 2020-06-08 20:19:12 +00:00
sevan
7b7e9ceaac Pp before Bl 2020-06-08 17:28:10 +00:00
sevan
0d0557bb3b white space 2020-06-08 17:19:44 +00:00
joerg
001816e78d sun2 and vax have no native TLS support, so avoid using modern jemalloc
as it has a couple of nasty race conditions when using TSD.
2020-06-06 22:06:42 +00:00
nia
fcbb6d8f6a FTP 2020-06-06 17:39:35 +00:00
sevan
b56f55278d IME, SCIM 2020-06-05 19:45:51 +00:00
nia
276f012c94 ACAB (worksafe variant) 2020-06-04 14:33:28 +00:00
nia
fbdd61721c ACAB 2020-06-04 14:09:54 +00:00
wiz
4a32f951d1 Add missing comma. 2020-06-04 13:45:19 +00:00
sevan
cc25c51647 Add FHRP, GLBP, HSRP 2020-06-03 14:19:10 +00:00
jmcneill
ea2cc58941 Set USE_XZ_SETS for evbarm-aarch64 2020-06-02 14:26:01 +00:00
christos
6e8b36d108 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library
to another shared object
2. Don't compare ${LIBISPRIVATE} to "yes", because there are 3 places in
   Makefiles which set it to empty (this was a bug)
3. For private libraries, don't create .so* files
2020-06-01 14:39:14 +00:00
christos
e4bfa5b301 Make libuv private, requested by joerg@ 2020-05-30 20:47:58 +00:00
christos
dc0fae96c0 Allow LIBISPRIVATE to build a pic version of itself for embedding into
other shared libraries.
2020-05-30 19:51:32 +00:00
jdolecek
918a50ed58 slightly improve sentence, no need to 'Note' when in NOTES section 2020-05-30 17:18:22 +00:00
jdolecek
4da6fcc004 remove M_SOFTDEP from list of supported malloc types, it's long gone
also remove M_PCB - while it is used by SCTP, it's actually not defined
anywhere

in fact add new NOTES section explaining that the malloc types are
actually not used on NetBSD
2020-05-30 17:12:01 +00:00
mrg
0fe23762b1 remove useless MACHINE_ARCH == sh3 check for GCC 8. 2020-05-29 01:20:43 +00:00
mrg
8b564e4261 switch vax to GCC 8. testing in simh shows the same set of bugs. 2020-05-29 00:14:07 +00:00
nia
3b4f5b4cb0 Remove extremely outdated list of supported devices.
Since this man page will likely be read on a running system, I don't
think providing a list of very old devices that might work is
necessarily useful.
2020-05-27 13:49:16 +00:00
jmcneill
5c836d1bfa Set MKDTB=yes for armv6 2020-05-27 10:53:18 +00:00
mrg
4aaecf0671 switch alpha to GCC 8. tested by rin@, same atf result as with GCC 7.
thanks rin!  only vax, sh3 and m68k left.
2020-05-27 06:06:37 +00:00
christos
b43a201fc6 Move sun2 and alpha to new binutils 2020-05-26 19:29:59 +00:00