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
/
sys
/
kern
/
kern_lockf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
- Fix a bunch of casts to long which were truncating off_t's.
mux
2002-11-07
1
-17
/
+15
*
Remove a conditional #include <sys/kernel.h>, it is already
mux
2002-09-14
1
-1
/
+0
*
Add a #include for <sys/mount.h>
phk
2002-08-13
1
-0
/
+1
*
More caddr_t removal.
alfred
2002-06-29
1
-3
/
+3
*
Remove __P.
alfred
2002-03-19
1
-8
/
+8
*
make LOCKF_DEBUG kernel option work (sorta)
alfred
2001-12-02
1
-10
/
+26
*
KSE Milestone 2
julian
2001-09-12
1
-13
/
+17
*
advlock: simplify overflow checks
ache
2001-08-29
1
-2
/
+2
*
Cosmetique & style fixes from bde
ache
2001-08-26
1
-5
/
+2
*
Remove extra check unneded now
ache
2001-08-24
1
-2
/
+0
*
Add yet one check for SEEK_END overflow
ache
2001-08-23
1
-1
/
+2
*
Oops, fix my broken handling of new l_len<0 case
ache
2001-08-23
1
-2
/
+4
*
Originally BSD return EINVAL for l_len < 0, but now POSIX wants it too,
ache
2001-08-23
1
-3
/
+6
*
Cosmetique: correct English in comments
ache
2001-08-23
1
-2
/
+2
*
Move <machine/*> after <sys/*>
ache
2001-08-23
1
-2
/
+2
*
Detect off_t EOVERFLOW of start/end offsets calculations for adv. lock,
ache
2001-08-23
1
-1
/
+12
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+1
*
Implement client side NFS locks.
alfred
2001-04-17
1
-1
/
+1
*
Protect p_wmesg and p_wchan with sched_lock while checking for deadlocks
jhb
2001-03-24
1
-0
/
+3
*
Commit the remaining part of PR14914:
phk
1999-11-16
1
-8
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fixed corruption of the "blocked" list in lf_setlock() when tsleep()
bde
1999-07-04
1
-17
/
+20
*
Fix a freelist trashing under following confitions:
dt
1999-05-08
1
-1
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Fixed printf format errors.
bde
1998-07-29
1
-34
/
+39
*
Make the debug options new-style.
eivind
1998-01-31
1
-1
/
+3
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+4
*
Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug.
bde
1997-04-01
1
-5
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Added some ufs #includes so that this compiles with option LOCKF_DEBUG.
bde
1997-02-18
1
-2
/
+7
*
Restored some lost function return types.
bde
1997-02-12
1
-0
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-69
/
+54
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Delete bogus inconsistency check that could cause a gratuitous panic. I
dg
1996-12-29
1
-8
/
+1
*
Fixed arg checking in if_advlock(). Invalid args were accepted in an
bde
1996-12-19
1
-11
/
+14
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-2
/
+2
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-9
/
+19
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Changed some variable names in lf_addblock to make the code both
dg
1994-10-25
1
-9
/
+9
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-7
/
+8
*
Made lockf advisory locking code generic (rather than ufs specific), and
dg
1994-08-08
1
-0
/
+797