summaryrefslogtreecommitdiff
path: root/source3/locking/shmem_sysv.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-4/+0
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-5/+0
1998-08-30- zero shared memory before freeing itAndrew Tridgell1-5/+4
1998-08-15configure: Changes for extra headers.Jeremy Allison1-2/+10
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-9/+13
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-10/+1
1998-07-02nttrans.c: More NT SMB stuff.Jeremy Allison1-2/+9
1998-06-05loadparm.c: Did it ! Changed defaults for 'case preserve' and 'short case pre...Jeremy Allison1-3/+3
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-03-22- added a check for broken RH5 include files. With the standard RH5Andrew Tridgell1-0/+9
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-29a dummy change to shmem_sysv.c to try and break CVS out of a problemAndrew Tridgell1-0/+1
1997-12-16- handle ENOSPC in shmem init.Andrew Tridgell1-4/+6
1997-11-01don't use SEM_UNDO because of ridiculously small undo limits on someAndrew Tridgell1-1/+25
1997-11-01some locking code cleanupsAndrew Tridgell1-152/+152
1997-10-29damn. We need root privilages to do semaphore operations even if weAndrew Tridgell1-28/+43
1997-10-29clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()Andrew Tridgell1-15/+55
1997-10-28fix for broken sunos4 includes (doesn't have SHM_R)Andrew Tridgell1-0/+4
1997-10-28SYSV IPC implementation of fast share modes.Andrew Tridgell1-0/+621