aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* (get_boot_time): Scan the whole wtmp fileRichard M. Stallman1998-05-181-5/+19
* (unlock_file): Encode the file name.Richard M. Stallman1998-05-111-0/+1
* Include coding.h.Richard M. Stallman1998-05-021-2/+5
* Fix previous change.Richard M. Stallman1998-04-291-2/+2
* (lock_file): gcpro `fn'.Richard M. Stallman1998-04-291-0/+6
* (get_boot_time): Remove extraneous semicolon.Erik Naggum1998-04-221-1/+1
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+6
* Include <utmp.h> only if CLASH_DETECTION isKarl Heuer1998-04-081-1/+2
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-1/+1
* (get_boot_time): Conditionalize on BOOT_TIME.Richard M. Stallman1998-03-191-2/+12
* (current_lock_owner): If lock file data doesn't includeRichard M. Stallman1998-03-191-12/+47
* (MAKE_LOCK_NAME): Use size_byte.Richard M. Stallman1998-01-051-1/+1
* (unlock_buffer): Declare it as void.Kenichi Handa1997-11-271-0/+1
* (unlock_all_files): Don't call unlock_file;Karl Heuer1997-10-231-1/+8
* (lock_file): Use %lu instead of %d in sprintf becauseRichard M. Stallman1997-08-131-1/+1
* (init_filelock): Function deleted.Richard M. Stallman1997-08-071-25/+0
* (lock_file_1, lock_file): Add casts.Richard M. Stallman1997-08-061-5/+5
* (current_lock_owner): Don't try to delete lockRichard M. Stallman1997-07-311-6/+4
* (lock_if_free): Don't loop; for strange error, return -1.Richard M. Stallman1997-07-301-5/+2
* (lock_file_1): Don't crash if Fuser_login_name orRichard M. Stallman1997-07-121-5/+16
* (current_lock_owner, lock_file_1): Add casts.Richard M. Stallman1997-07-101-3/+3
* Fix typos in comment.Karl Heuer1997-03-171-2/+2
* (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21.Richard M. Stallman1997-01-071-3/+5
* (lock_info_type): Declare pid as unsigned long instead of int.Richard M. Stallman1997-01-021-2/+3
* Total rewrite.Richard M. Stallman1996-12-311-292/+252
* (lock_superlock): Delete superlock file if it stayedRichard M. Stallman1996-09-121-11/+43
* (lock_file_owner_name): Always initialize the_pw.Richard M. Stallman1996-07-291-0/+3
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-11/+11
* (lock_file): Use get_truename_buffer.Richard M. Stallman1995-08-091-2/+3
* (unlock_file, lock_file): Call Fexpand_file_name.Karl Heuer1995-06-071-0/+4
* (unlock_buffer, unlock_all_files, Flock_buffer)Richard M. Stallman1995-02-141-7/+7
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-041-6/+6
* (init_filelock): Add missing semicolon.Richard M. Stallman1994-11-181-1/+1
* (lock_dir, superlock_file, MAKE_LOCK_NAME):Richard M. Stallman1994-11-171-31/+31
* (init_filelock): Always copy lock_path.Richard M. Stallman1994-11-171-6/+8
* (unlock_all_files): Use the new type-test macros.Karl Heuer1994-11-151-2/+1
* (unlock_all_files, Funlock_buffer, unlock_buffer): Use type test macros.Karl Heuer1994-09-271-4/+3
* (getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.Richard M. Stallman1994-09-161-1/+1
* Update copyright.Karl Heuer1994-05-041-1/+1
* (lock_file): Use assignment, not initialization.Karl Heuer1994-03-231-1/+2
* (lock_superlock): Synchronize NFS cache.Karl Heuer1994-03-111-0/+25
* Include <paths.h>, not "paths.h".Roland McGrath1993-09-121-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* * filelock.c (fill_in_lock_short_file_name): corrected the crcFrancesco Potortì1993-09-081-3/+2
* (getpwuid): Declare it as in xrdb.c.Richard M. Stallman1993-08-141-3/+6
* Fix typo in previous change.Richard M. Stallman1993-07-251-1/+1
* (getpwuid): Declare at top level, and not if __386bsd__.Richard M. Stallman1993-07-251-1/+4
* * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, toJim Blandy1993-06-101-4/+4
* (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocatesRichard M. Stallman1993-06-071-0/+50