Commit Graph

18045 Commits

Author SHA1 Message Date
christos cfb54e988a provide a no-addr-of-packed-member for both clang and gcc 2020-10-18 19:58:02 +00:00
christos ba78da4b48 Handle the no-addr-of-packed-member only for the files that need it, not
globally.
2020-10-18 19:57:44 +00:00
leot 12d649ab88 Add PBR and VBR
From Rocky Hotas, thanks!
2020-10-18 10:17:09 +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
mrg 64499c64d2 turn off kernel modules on mips since they don't work yet, and
we build 2 or 3 versions of them.
2020-10-17 07:40:21 +00:00
nia ebfeb641aa share/mk: Define some missing X11 libraries. 2020-10-16 06:55:36 +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
christos df11da68ff merge 20200606: resolve conflict by adding kb2 and rin entries to putty 2020-10-10 12:57:39 +00:00
rin 16b640a67f Build GDB for aarch64eb; it works just fine as far as I can see. 2020-10-09 23:58:50 +00:00
mrg c4f3171f96 switch powerpc, sh3, vax and m68k to GCC 9. that's everyone.
thanks espcially to rin@ for testing and fixing issues.
2020-10-09 05:41:16 +00:00
macallan 7995230b1d build Xorg server on hppa 2020-10-09 04:19:43 +00:00
gutteridge ed20d0c0a0 options.4: add a basic entry for the CNMAGIC option 2020-10-09 01:49:53 +00:00
nia c50d584d1e NGPC 2020-10-05 14:54:50 +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 5532132dc1 various vidya, also md = minidisc, dc = data center 2020-10-04 19:04:48 +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
jmcneill c9f4e317e7 Add HAVE_NVMM and use it to control the build of NVMM related components.
Defined to "yes" on amd64, "no" everywhere else.
2020-09-26 17:49:49 +00:00
kamil b39e815ec0 Switch GDB on i386 to 1100
Confirmed to build and work.
2020-09-23 23:39:18 +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
christos 88f9b1b400 switch amd64 to gdb-11 2020-09-20 14:42:29 +00:00
ginsbach bba63d4084 CDN, CRTP, FTTH 2020-09-19 01:43:20 +00:00
mrg 6e63e64722 reverse HAVE_GCC test, and list remaining GCC 8 platforms:
- powerpc
- sh3
- m68k
- vax
2020-09-15 09:32:31 +00:00
mrg aa4e3817c0 switch sparc* and mips* to GCC 9. 2020-09-15 09:27:25 +00:00
christos 5965259d15 make everyone use gdb.old 2020-09-15 04:54:41 +00:00
skrll 7836e80fac Switch hppa to gcc 9.
Summary for 883 test programs:
    7487 passed test cases.
    644 failed test cases.
    51 expected failed test cases.
    582 skipped test cases.
2020-09-14 19:00:28 +00:00
mrg dc79d63350 switch m68k and sh3 to binutils 2.34. testing sun3 in tme
and landisk in gxemul shows them both to work as well as
binutils 2.31.

that's binutils 2.34 for everyone now.
2020-09-14 00:11:45 +00:00
mrg dbb7d87cee fix syntax errors in previous. 2020-09-13 23:33:21 +00:00
mrg c51a5adcd2 switch riscv and ia64 to GCC 9.
switch riscv to binutils 2.34.
2020-09-13 23:32:04 +00:00
mrg 881ec4a82d switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
2020-09-13 20:59:18 +00:00
wiz 207ba25b58 Bump date for previous. 2020-09-13 07:36:55 +00:00
mlelstv ad2d0017d3 Document keyboard mode ioctls and let wsconsctl manage it. 2020-09-13 07:35:15 +00:00
kamil 4b3dee3027 Build and install GCC TSan for 64-bit CPUs 2020-09-13 02:37:31 +00:00
jmcneill 0d54a9589a Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to
conditionally include ACPI and UEFI bits instead of relying on adhoc
MACHINE_ARCH tests.
2020-09-12 15:25:41 +00:00
mrg a1c8c273ac switch to GCC 9 on arm and x86.
note GCC 8.3, 8.4 and 9.3 import dates.  add an UPDATING entry.
2020-09-12 08:31:39 +00:00
roy f9cd9ecd85 sysctl: Adjust man page for new ARP sysctl ND settings 2020-09-11 15:16:48 +00:00
wiz d7913f1566 New sentence, new line. 2020-09-11 12:20:01 +00:00
kim 62e78738da Document update_motd_release and motd_release_tag 2020-09-11 12:01:59 +00:00