| Commit message (Expand) | Author | Age | Files | Lines |
* | (lock_file): Do nothing if purifying.emacs-20.4 | Richard M. Stallman | 1999-07-14 | 1 | -0/+6 |
* | (BOOT_TIME_FILE): New macro. | Paul Eggert | 1999-06-18 | 1 | -7/+16 |
* | (get_boot_time): Don't look at /proc/uptime; it | Karl Heuer | 1999-06-05 | 1 | -36/+5 |
* | (lock_if_free): After deleting a stale lock, | Richard M. Stallman | 1999-05-24 | 1 | -2/+2 |
* | Comment change. | Richard M. Stallman | 1999-05-19 | 1 | -1/+7 |
* | Fix performance bug on hosts with large | Richard M. Stallman | 1999-05-19 | 1 | -16/+52 |
* | (get_boot_time): Handle NO_WTMP_FILE. | Karl Heuer | 1999-05-09 | 1 | -1/+1 |
* | (get_boot_time): Test tempname, not filename. | Karl Heuer | 1999-03-18 | 1 | -1/+1 |
* | (init_filelock): New function. | Karl Heuer | 1999-03-09 | 1 | -0/+6 |
* | (get_boot_time): Reduce scope of #ifdef BOOT_TIME | Karl Heuer | 1999-03-09 | 1 | -1/+1 |
* | (get_boot_time): Support FreeBSD way to read boot-time. | Karl Heuer | 1999-03-01 | 1 | -0/+23 |
* | (get_boot_time): Use WTMP_FILE for file name. | Richard M. Stallman | 1999-02-26 | 1 | -5/+18 |
* | (get_boot_time): Don't use BUFSIZ. | Karl Heuer | 1999-02-23 | 1 | -2/+2 |
* | (get_boot_time_1): Put this in #ifdef BOOT_TIME. | Richard M. Stallman | 1999-02-21 | 1 | -0/+2 |
* | (within_one_second): New function. | Richard M. Stallman | 1999-02-19 | 1 | -8/+106 |
* | (get_boot_time): Scan the whole wtmp file | Richard M. Stallman | 1998-05-18 | 1 | -5/+19 |
* | (unlock_file): Encode the file name. | Richard M. Stallman | 1998-05-11 | 1 | -0/+1 |
* | Include coding.h. | Richard M. Stallman | 1998-05-02 | 1 | -2/+5 |
* | Fix previous change. | Richard M. Stallman | 1998-04-29 | 1 | -2/+2 |
* | (lock_file): gcpro `fn'. | Richard M. Stallman | 1998-04-29 | 1 | -0/+6 |
* | (get_boot_time): Remove extraneous semicolon. | Erik Naggum | 1998-04-22 | 1 | -1/+1 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -0/+6 |
* | Include <utmp.h> only if CLASH_DETECTION is | Karl Heuer | 1998-04-08 | 1 | -1/+2 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
* | (get_boot_time): Conditionalize on BOOT_TIME. | Richard M. Stallman | 1998-03-19 | 1 | -2/+12 |
* | (current_lock_owner): If lock file data doesn't include | Richard M. Stallman | 1998-03-19 | 1 | -12/+47 |
* | (MAKE_LOCK_NAME): Use size_byte. | Richard M. Stallman | 1998-01-05 | 1 | -1/+1 |
* | (unlock_buffer): Declare it as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+1 |
* | (unlock_all_files): Don't call unlock_file; | Karl Heuer | 1997-10-23 | 1 | -1/+8 |
* | (lock_file): Use %lu instead of %d in sprintf because | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 |
* | (init_filelock): Function deleted. | Richard M. Stallman | 1997-08-07 | 1 | -25/+0 |
* | (lock_file_1, lock_file): Add casts. | Richard M. Stallman | 1997-08-06 | 1 | -5/+5 |
* | (current_lock_owner): Don't try to delete lock | Richard M. Stallman | 1997-07-31 | 1 | -6/+4 |
* | (lock_if_free): Don't loop; for strange error, return -1. | Richard M. Stallman | 1997-07-30 | 1 | -5/+2 |
* | (lock_file_1): Don't crash if Fuser_login_name or | Richard M. Stallman | 1997-07-12 | 1 | -5/+16 |
* | (current_lock_owner, lock_file_1): Add casts. | Richard M. Stallman | 1997-07-10 | 1 | -3/+3 |
* | Fix typos in comment. | Karl Heuer | 1997-03-17 | 1 | -2/+2 |
* | (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21. | Richard M. Stallman | 1997-01-07 | 1 | -3/+5 |
* | (lock_info_type): Declare pid as unsigned long instead of int. | Richard M. Stallman | 1997-01-02 | 1 | -2/+3 |
* | Total rewrite. | Richard M. Stallman | 1996-12-31 | 1 | -292/+252 |
* | (lock_superlock): Delete superlock file if it stayed | Richard M. Stallman | 1996-09-12 | 1 | -11/+43 |
* | (lock_file_owner_name): Always initialize the_pw. | Richard M. Stallman | 1996-07-29 | 1 | -0/+3 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -11/+11 |
* | (lock_file): Use get_truename_buffer. | Richard M. Stallman | 1995-08-09 | 1 | -2/+3 |
* | (unlock_file, lock_file): Call Fexpand_file_name. | Karl Heuer | 1995-06-07 | 1 | -0/+4 |
* | (unlock_buffer, unlock_all_files, Flock_buffer) | Richard M. Stallman | 1995-02-14 | 1 | -7/+7 |
* | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-04 | 1 | -6/+6 |
* | (init_filelock): Add missing semicolon. | Richard M. Stallman | 1994-11-18 | 1 | -1/+1 |
* | (lock_dir, superlock_file, MAKE_LOCK_NAME): | Richard M. Stallman | 1994-11-17 | 1 | -31/+31 |