summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* (lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman1999-07-141-0/+6
* (BOOT_TIME_FILE): New macro.Paul Eggert1999-06-181-7/+16
* (get_boot_time): Don't look at /proc/uptime; itKarl Heuer1999-06-051-36/+5
* (lock_if_free): After deleting a stale lock,Richard M. Stallman1999-05-241-2/+2
* Comment change.Richard M. Stallman1999-05-191-1/+7
* Fix performance bug on hosts with largeRichard M. Stallman1999-05-191-16/+52
* (get_boot_time): Handle NO_WTMP_FILE.Karl Heuer1999-05-091-1/+1
* (get_boot_time): Test tempname, not filename.Karl Heuer1999-03-181-1/+1
* (init_filelock): New function.Karl Heuer1999-03-091-0/+6
* (get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer1999-03-091-1/+1
* (get_boot_time): Support FreeBSD way to read boot-time.Karl Heuer1999-03-011-0/+23
* (get_boot_time): Use WTMP_FILE for file name.Richard M. Stallman1999-02-261-5/+18
* (get_boot_time): Don't use BUFSIZ.Karl Heuer1999-02-231-2/+2
* (get_boot_time_1): Put this in #ifdef BOOT_TIME.Richard M. Stallman1999-02-211-0/+2
* (within_one_second): New function.Richard M. Stallman1999-02-191-8/+106
* (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