aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_lockf.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* - Fix a bunch of casts to long which were truncating off_t's.Maxime Henrion2002-11-071-17/+15
* Remove a conditional #include <sys/kernel.h>, it is alreadyMaxime Henrion2002-09-141-1/+0
* Add a #include for <sys/mount.h>Poul-Henning Kamp2002-08-131-0/+1
* More caddr_t removal.Alfred Perlstein2002-06-291-3/+3
* Remove __P.Alfred Perlstein2002-03-191-8/+8
* make LOCKF_DEBUG kernel option work (sorta)Alfred Perlstein2001-12-021-10/+26
* KSE Milestone 2Julian Elischer2001-09-121-13/+17
* advlock: simplify overflow checksAndrey A. Chernov2001-08-291-2/+2
* Cosmetique & style fixes from bdeAndrey A. Chernov2001-08-261-5/+2
* Remove extra check unneded nowAndrey A. Chernov2001-08-241-2/+0
* Add yet one check for SEEK_END overflowAndrey A. Chernov2001-08-231-1/+2
* Oops, fix my broken handling of new l_len<0 caseAndrey A. Chernov2001-08-231-2/+4
* Originally BSD return EINVAL for l_len < 0, but now POSIX wants it too,Andrey A. Chernov2001-08-231-3/+6
* Cosmetique: correct English in commentsAndrey A. Chernov2001-08-231-2/+2
* Move <machine/*> after <sys/*>Andrey A. Chernov2001-08-231-2/+2
* Detect off_t EOVERFLOW of start/end offsets calculations for adv. lock,Andrey A. Chernov2001-08-231-1/+12
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+1
* Implement client side NFS locks.Alfred Perlstein2001-04-171-1/+1
* Protect p_wmesg and p_wchan with sched_lock while checking for deadlocksJohn Baldwin2001-03-241-0/+3
* Commit the remaining part of PR14914:Poul-Henning Kamp1999-11-161-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed corruption of the "blocked" list in lf_setlock() when tsleep()Bruce Evans1999-07-041-17/+20
* Fix a freelist trashing under following confitions:Dmitrij Tejblum1999-05-081-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Fixed printf format errors.Bruce Evans1998-07-291-34/+39
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+4
* Use OID_AUTO instead of a magic number for Lite2 sysctl debug.lockf_debug.Bruce Evans1997-04-011-5/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.Bruce Evans1997-02-181-2/+7
* Restored some lost function return types.Bruce Evans1997-02-121-0/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-69/+54
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Delete bogus inconsistency check that could cause a gratuitous panic. IDavid Greenman1996-12-291-8/+1
* Fixed arg checking in if_advlock(). Invalid args were accepted in anBruce Evans1996-12-191-11/+14
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-9/+19
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Changed some variable names in lf_addblock to make the code bothDavid Greenman1994-10-251-9/+9
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-7/+8
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-081-0/+797