summaryrefslogtreecommitdiff
path: root/source/locking/shmem.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-172/+242
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+6
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-051-25/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-051-5/+6
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-4/+4
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-33/+60
* - zero shared memory before freeing itAndrew Tridgell1998-08-301-1/+4
* configure: Changes for extra headers.Jeremy Allison1998-08-151-6/+9
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+1
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-3/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-3/+3
* - added a check for broken RH5 include files. With the standard RH5Andrew Tridgell1998-03-221-0/+6
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* some locking code cleanupsAndrew Tridgell1997-11-011-10/+10
* clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1997-10-291-19/+29
* SYSV IPC implementation of fast share modes.Andrew Tridgell1997-10-281-257/+274
* change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1997-10-271-21/+34
* shared memory code cleanups (partly preparing for a possible sysVAndrew Tridgell1997-10-221-27/+17
* - change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1997-09-151-15/+15
* added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell1997-08-281-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-2/+2
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-12/+12
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-68/+193
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* locking.c proto.h shmem.c smb.h status.c :Samba Release Account1997-01-151-229/+229
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-5/+1
* - made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1996-08-171-2/+3
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-151-0/+722