freebsd-skq/share
Pawel Jakub Dawidek e5cccaf001 - Use existing functions mtx_lock() and mtx_unlock().
- Change variable name to 'error', as this is what is mostly used for
  functions that return an error.
- Add mutex(9) to the SEE ALSO section.
- Bump the date.

I don't really like the example code. I'd prefer symmetry where possible, eg.

	mtx_lock(&example_lock);
	error = example(NULL, EXAMPLE_ONE);
	mtx_unlock(&example_lock);
	if (error != 0)
		return (error);

But I'll leave it as it is for now.

Reviewed by:	simon
2006-09-27 08:39:00 +00:00
..
colldef New Ukrainian locale: uk_UA.CP1251. 2005-03-04 14:24:30 +00:00
dict Add more technical terms to reduce false positives when spellchecking 2005-05-04 14:19:36 +00:00
doc Commit the results of the typo hunt by Darren Pilgrim. 2006-08-04 07:56:35 +00:00
examples - Use existing functions mtx_lock() and mtx_unlock(). 2006-09-27 08:39:00 +00:00
info Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
isdn
man Document config_intrhook. 2006-09-25 20:12:13 +00:00
me
misc o Reserve space for 3.x releases similar to 2.1. 2006-08-01 15:26:09 +00:00
mk When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy 2006-09-13 23:27:21 +00:00
mklocale - Use SWIDTH0 for combining characters. [1] 2006-07-28 06:10:33 +00:00
monetdef The monetary decimal point (mon_decimal_point) for pt_PT.ISO8859-1 2006-06-11 14:43:18 +00:00
msgdef Remove empty lines at the end 2006-02-18 22:08:28 +00:00
numericdef New Ukrainian locale: uk_UA.CP1251. 2005-03-04 14:24:30 +00:00
security Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
sendmail Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
skel Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
snmp Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
syscons Backout my last changes. ISO-8859-15 does not specify ACS graphics. 2006-04-30 09:05:56 +00:00
tabset
termcap Backout my last changes. ISO-8859-15 does not specify ACS graphics. 2006-04-30 09:05:56 +00:00
timedef Fix x.fmt 2006-04-20 11:00:52 +00:00
zoneinfo Merge from vendor branch. 2006-05-11 04:50:25 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
Makefile.inc