| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (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 |
* | (init_filelock): Always copy lock_path. | Richard M. Stallman | 1994-11-17 | 1 | -6/+8 |
* | (unlock_all_files): Use the new type-test macros. | Karl Heuer | 1994-11-15 | 1 | -2/+1 |
* | (unlock_all_files, Funlock_buffer, unlock_buffer): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -4/+3 |
* | (getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__. | Richard M. Stallman | 1994-09-16 | 1 | -1/+1 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (lock_file): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -1/+2 |
* | (lock_superlock): Synchronize NFS cache. | Karl Heuer | 1994-03-11 | 1 | -0/+25 |
* | Include <paths.h>, not "paths.h". | Roland McGrath | 1993-09-12 | 1 | -1/+1 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | * filelock.c (fill_in_lock_short_file_name): corrected the crc | Francesco Potortì | 1993-09-08 | 1 | -3/+2 |
* | (getpwuid): Declare it as in xrdb.c. | Richard M. Stallman | 1993-08-14 | 1 | -3/+6 |
* | Fix typo in previous change. | Richard M. Stallman | 1993-07-25 | 1 | -1/+1 |
* | (getpwuid): Declare at top level, and not if __386bsd__. | Richard M. Stallman | 1993-07-25 | 1 | -1/+4 |
* | * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to | Jim Blandy | 1993-06-10 | 1 | -4/+4 |
* | (MAKE_LOCK_PATH): If SHORT_FILE_NAMES allocates | Richard M. Stallman | 1993-06-07 | 1 | -0/+50 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | entered into RCS | Jim Blandy | 1992-06-30 | 1 | -0/+1 |
* | *** empty log message *** | Jim Blandy | 1992-05-10 | 1 | -1/+1 |
* | *** empty log message *** | Jim Blandy | 1992-05-01 | 1 | -34/+74 |
* | *** empty log message *** | Jim Blandy | 1992-02-22 | 1 | -1/+1 |