Commit Graph

295737 Commits

Author SHA1 Message Date
andvar 04bd96690e s/entires/entries/ 2022-05-04 07:32:50 +00:00
nia a0036ffd0a regen 2022-05-04 06:45:53 +00:00
nia 71673aa608 More Xeon Scalable / Skylake-E devices 2022-05-04 06:42:43 +00:00
simonb 4fd3376103 White space KNF nits. 2022-05-04 02:38:27 +00:00
blymn c395ca4a40 Add mutt_test to the test runs, this test tries to emulate a real
curses application to test the interaction of various curses calls.
2022-05-03 22:18:16 +00:00
rillig cd641597e2 doc/CHANGES: add indent(1), lint(1), make(1) 2022-05-03 22:12:54 +00:00
blymn 2d82c97411 Update check files, changes due to bug fixes. 2022-05-03 22:01:13 +00:00
andvar 0ac7f4ddbc fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. 2022-05-03 20:52:30 +00:00
skrll de9f756669 Catch up with aarch64 TTBR0 handling in pmap_{,de}activate_efirt and
kpreempt_{en,dis}able.
2022-05-03 20:12:27 +00:00
skrll d5b5a50d1f Style. NFCI. 2022-05-03 20:10:20 +00:00
skrll 5d3396d34a Sprinkle some KASSERT(kpreempt_disabled()); 2022-05-03 20:09:54 +00:00
rillig 71fe82a5ea make: remove test scenarios for old GCC versions
These had been useful for NetBSD 8, which used GCC 5.
2022-05-03 19:05:34 +00:00
jkoshy 55387571fd Catch up with Elftoolchain head: changes to support 'tools' builds
out of the box.
2022-05-03 16:47:15 +00:00
mlelstv ed2b616e39 Fix vnode locking around VOP_OPEN. 2022-05-03 14:20:24 +00:00
uwe 4ce86c6fbd libwsemul_vt100: Rumpified wscons vt100 emulator (wsvt25).
This library provides wscons vt100 emulation (aka TERM=wsvt25).  This
is internal module, not a device, so there's no RUMP_COMPONENT.  The
public interface provided by this module is wsemul_vt100_ops and it
needs the user to provide (in rump namespace) wsdisplay_emulinput and
wsdisplay_emulbell, provided in the real kernel by wsdisplay.

This subdirectory is not hooked into the build.
2022-05-03 14:11:59 +00:00
hannken c3e6fdfefb Regen. 2022-05-03 13:55:29 +00:00
hannken 08a1218d90 Really depend the lockdebug checks on option VNODE_LOCKDEBUG -- were
enabled by accident.
2022-05-03 13:54:18 +00:00
uwe d9b6d5a181 libXcursor: Add missing MLINKS. 2022-05-03 13:46:22 +00:00
uwe f33c454aa5 xorg-server: Add xorg.conf.d(5) MLINKS. 2022-05-03 12:53:51 +00:00
jkoshy fde05ead87 Minor: fix a typo. 2022-05-03 12:09:19 +00:00
jkoshy 242fdcb1b6 Prepare the ground for <elfdefinitions.h> to be used by the 'tools'
build of 'libctf'.
2022-05-03 10:50:42 +00:00
jmcneill 839a28332a Trailing whitespace 2022-05-03 10:09:40 +00:00
hannken b4444624ac Regen. 2022-05-03 08:35:11 +00:00
hannken 500d26083a Make option VNODE_LOCKDEBUG more functional.
- Add "LOCKED=EXCL" option for vnode operations needing exclusive locked nodes.

- As it is impossible to check for shared locks held by current thread avoid
  false assertions by testing for exclusive lock only in the "LOCKED=NO" case.

- New option "RUMP_VNODE_LOCKDEBUG" enables VNODE_LOCKDEBUG for the rump kernel.
2022-05-03 08:33:59 +00:00
hannken dabbbd0d67 Lock vnode for VOP_LOOKUP(). 2022-05-03 07:36:20 +00:00
hannken 8188ee7673 No IO_NODELOCKED for unlocked vnode. 2022-05-03 07:35:43 +00:00
hannken 61d03fed13 Lock devvp for kauth KAUTH_REQ_SYSTEM_MOUNT_DEVICE. 2022-05-03 07:34:38 +00:00
hannken d82e4b430a Lock devvp for vinvalbuf(). 2022-05-03 07:33:07 +00:00
blymn 4690f5da75 Output changed due to bug fixes in curses. 2022-05-03 07:26:19 +00:00
blymn a7d2c21606 * Don't redraw the background if the new background character is the
same as the old one.  This prevents excessive redraws in some
   applications.

 * Fix bug introduced when wbkgrndset was fixed, we cannot blindly
   replace any instance of the old background character with the new one
   because some of those characters were put there by the application
   leading to display corruption.  So flag characters as background when
   they are erased and only update the flagged characters when setting
   the background.
2022-05-03 07:25:34 +00:00
uwe dbbde5bcaf libXrandr: Add missing MLINKS. 2022-05-03 00:29:23 +00:00
gutteridge 035d4c5a1b if_wm.c: various spelling and grammar fixes 2022-05-03 00:23:33 +00:00
gutteridge a221396914 tap.4: trim introduction to match current reality
As of 10.0, tap(4) can no longer be used as a bridge(4) endpoint, so
avoid potentially confusing the reader, who'd later encounter the
caveats section, noting use of vether(4) is required instead.
2022-05-02 23:25:12 +00:00
jkoshy 4a1c2f9704 Catch up with Elftoolchain upstream <r3980>. 2022-05-02 20:27:43 +00:00
jkoshy 9df6d2eefa Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.
This change avoids redefining 'SHN_SUNW_IGNORE' if the symbol is already
present.
2022-05-02 20:09:48 +00:00
christos 23ae5a70c4 explicitly set TZ=UTC so that we don't depend on the testing rig for it. 2022-05-02 19:57:50 +00:00
jkoshy b5818589d8 Bug fix: use the correct target path in a dependency. 2022-05-02 18:28:38 +00:00
uwe a1b3837fd8 xterm: Try to make manpage substitutions more readable.
Use X11EXTRAMANTRANSFORMS to set most of them, so that the sed(1)
syntax noise doesn't drown out the keys/values.  Add comments.

Keep using X11EXTRAMANDEFS for __app_version__ - my make-fu is too
weak to figure out how to do that properly while keeping happy
multiple levels of quoting along the way.

Same output is generated.
2022-05-02 10:50:02 +00:00
skrll fc14127360 Only print the appropriate PAR fields for PAR.F={0,1}
Group the fields in the header.
2022-05-02 10:13:15 +00:00
jkoshy d9c2ca1f96 Add NetBSD version control markers. 2022-05-02 09:43:23 +00:00
wiz 544dc2388d gdb-12.1 out 2022-05-02 08:12:51 +00:00
ryo 62432df567 fix non-MULTIPROCESSOR build 2022-05-02 04:39:29 +00:00
uwe 336105f8be xterm(1): Add substitution for __double_buffer__ 2022-05-01 23:24:34 +00:00
uwe 9493cab14a bsd.x11.mk: Add xlocaledir substitution. 2022-05-01 23:02:32 +00:00
uwe 2c85024b98 libX11: Install Compose(5) manual page. 2022-05-01 22:54:59 +00:00
jkoshy 41230fd906 Remove trailing whitespace from upstream revision strings.
No functional change.
2022-05-01 19:41:35 +00:00
jkoshy f56b29a750 Make the generated <sys/elfdefinitions.h> file visible when compiling
libdwarf.
2022-05-01 17:25:19 +00:00
jkoshy 3ee194030b Remove trailing whitespace from upstream revision strings to reduce
diffs against upstream.

No functional change.
2022-05-01 17:20:47 +00:00
uwe 70503e8c99 libX11: Add missing MLINKS. 2022-05-01 13:45:46 +00:00
mrg b7bc084315 attach the other pciid for intel 100 series KT serial.
seen on a thinkpad 460s.
2022-05-01 04:24:47 +00:00