index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
man
/
man9
/
mutex.9
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed whitespace at end-of-line; no content changes. I simply did
schweikh
2001-07-14
1
-8
/
+8
*
s/mtx_try_enter/mtx_trylock/
dd
2001-05-06
1
-1
/
+1
*
- Document mtx_initialized().
jhb
2001-03-30
1
-7
/
+18
*
Fixed wrong include in synopsis. <sys/param.h> is a prerequisite for
bde
2001-03-29
1
-5
/
+5
*
- Both <sys/sx.h> and <sys/mutex.h> depend on <sys/types.h> and
jhb
2001-03-28
1
-0
/
+2
*
mdoc(7) cleanup.
ru
2001-02-12
1
-26
/
+34
*
Catch up to mutex API changes.
bmilekic
2001-02-12
1
-145
/
+214
*
mtx_try_enter() returns an int, not void.
jhb
2001-02-02
1
-1
/
+1
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
1
-39
/
+1
*
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
ru
2000-12-14
1
-11
/
+10
*
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
jhb
2000-12-13
1
-0
/
+15
*
Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h
jhb
2000-11-01
1
-1
/
+1
*
Whitespace only:
sheldonh
2000-10-30
1
-13
/
+16
*
- Document MUTEX_DECLARE and MTX_COLD
jhb
2000-10-26
1
-5
/
+42
*
Huge improvement to the mutex man page.
markm
2000-09-25
1
-9
/
+151
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+222