NetBSD/share
ad e0bb7e8edd - Make this needed sequence always work for condvars, by not touching the CV
again after wakeup.  Previously it could panic because cv_signal() could
  be called by cv_wait_sig() + others:

	cv_broadcast(cv);
	cv_destroy(cv);

- In support of the above, if an LWP doing a timed wait is awoken by
  cv_broadcast() or cv_signal(), don't return an error if the timer
  fires after the fact, i.e. either succeed or fail, not both.

- Remove LOCKDEBUG code for CVs which never worked properly and is of
  questionable use.
2020-04-10 17:16:21 +00:00
..
dict Add missing word: cactus. PR 53432. 2018-07-15 06:40:39 +00:00
doc comment out the IFF_TRAILERS stuff that is no longer relevant and add 2019-02-05 19:53:13 +00:00
examples Rename the block table to something else to make it easier to differentiate 2019-11-18 22:27:27 +00:00
i18n Add more aliases for Hebrew and Arabic ISO-8859-... encodings. 2018-06-08 12:07:41 +00:00
installboot Belatedly add NanoPi R1. 2020-03-27 23:02:33 +00:00
legal Split case folding table into separate source file and add full 2016-02-06 10:40:58 +00:00
locale Fix the currency symbol for fi_FI.ISO8859-1 2020-03-23 13:56:12 +00:00
man - Make this needed sequence always work for condvars, by not touching the CV 2020-04-10 17:16:21 +00:00
me
misc Sync with FreeBSD r359561 2020-04-02 11:09:24 +00:00
mk Document and set a default for KERNEL_DIR 2020-04-04 23:54:06 +00:00
nls
tabset
terminfo As described in tech-userlevel: 2020-03-27 15:11:57 +00:00
tmac Provide ability to override <title> 2020-01-23 23:52:13 +00:00
wscons Add AltGr modifier for brazilian abnt2 keymap. 2018-05-29 19:45:31 +00:00
xml
Makefile Add installboot(8) support for evbarm (and, in the future, other evb*) 2019-05-07 05:02:41 +00:00
Makefile.inc