aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-18Add forward declaration for get_boot_time_1.Dave Love1-0/+5
1999-11-05(Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann1-1/+1
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-6/+3
1999-10-14(lock_file): Fix previous change.Dave Love1-1/+1
1999-10-13(lock_file): Move gcpro of `fn'.Dave Love1-2/+2
1999-09-20(get_boot_time): Put local variable used inGerd Moellmann1-0/+3
1999-09-16(Vtemporary_file_directory): New variable.Richard M. Stallman1-2/+12
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-2/+2
1999-08-18Use stdlib.h.Dave Love1-0/+3
1999-08-02Comment change.Richard M. Stallman1-1/+1
1999-07-30(lock_if_free): Indentation fix.Karl Heuer1-1/+1
1999-07-22(lock_if_free): Return -1 if check_lock_owner()Karl Heuer1-0/+2
1999-07-14(lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman1-0/+6
1999-06-18(BOOT_TIME_FILE): New macro.Paul Eggert1-7/+16
1999-06-05(get_boot_time): Don't look at /proc/uptime; itKarl Heuer1-36/+5
1999-05-24(lock_if_free): After deleting a stale lock,Richard M. Stallman1-2/+2
1999-05-19Comment change.Richard M. Stallman1-1/+7
1999-05-19Fix performance bug on hosts with largeRichard M. Stallman1-16/+52
1999-05-09(get_boot_time): Handle NO_WTMP_FILE.Karl Heuer1-1/+1
1999-03-18(get_boot_time): Test tempname, not filename.Karl Heuer1-1/+1
1999-03-09(init_filelock): New function.Karl Heuer1-0/+6
1999-03-09(get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer1-1/+1
1999-03-01(get_boot_time): Support FreeBSD way to read boot-time.Karl Heuer1-0/+23
1999-02-26(get_boot_time): Use WTMP_FILE for file name.Richard M. Stallman1-5/+18
1999-02-23(get_boot_time): Don't use BUFSIZ.Karl Heuer1-2/+2
1999-02-21(get_boot_time_1): Put this in #ifdef BOOT_TIME.Richard M. Stallman1-0/+2
1999-02-19(within_one_second): New function.Richard M. Stallman1-8/+106
1998-05-18(get_boot_time): Scan the whole wtmp fileRichard M. Stallman1-5/+19
1998-05-11(unlock_file): Encode the file name.Richard M. Stallman1-0/+1
1998-05-02Include coding.h.Richard M. Stallman1-2/+5
1998-04-29Fix previous change.Richard M. Stallman1-2/+2
1998-04-29(lock_file): gcpro `fn'.Richard M. Stallman1-0/+6
1998-04-22(get_boot_time): Remove extraneous semicolon.Erik Naggum1-1/+1
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+6
1998-04-08Include <utmp.h> only if CLASH_DETECTION isKarl Heuer1-1/+2
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-1/+1
1998-03-19(get_boot_time): Conditionalize on BOOT_TIME.Richard M. Stallman1-2/+12
1998-03-19(current_lock_owner): If lock file data doesn't includeRichard M. Stallman1-12/+47
1998-01-05(MAKE_LOCK_NAME): Use size_byte.Richard M. Stallman1-1/+1
1997-11-27(unlock_buffer): Declare it as void.Kenichi Handa1-0/+1
1997-10-23(unlock_all_files): Don't call unlock_file;Karl Heuer1-1/+8
1997-08-13(lock_file): Use %lu instead of %d in sprintf becauseRichard M. Stallman1-1/+1
1997-08-07(init_filelock): Function deleted.Richard M. Stallman1-25/+0
1997-08-06(lock_file_1, lock_file): Add casts.Richard M. Stallman1-5/+5
1997-07-31(current_lock_owner): Don't try to delete lockRichard M. Stallman1-6/+4
1997-07-30(lock_if_free): Don't loop; for strange error, return -1.Richard M. Stallman1-5/+2
1997-07-12(lock_file_1): Don't crash if Fuser_login_name orRichard M. Stallman1-5/+16
1997-07-10(current_lock_owner, lock_file_1): Add casts.Richard M. Stallman1-3/+3
1997-03-17Fix typos in comment.Karl Heuer1-2/+2
1997-01-07(LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21.Richard M. Stallman1-3/+5