| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reference to defunct vms-pwd.h. | Thien-Thi Nguyen | 2005-04-20 | 1 | -4/+2 |
* | (lock_file_1): Call get_boot_time early. Increase | Andreas Schwab | 2004-11-27 | 1 | -2/+4 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -18/+18 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -8/+8 |
* | (S_ISLNK): Define if not defined. | Richard M. Stallman | 2002-02-06 | 1 | -0/+4 |
* | (Funlock_buffer, Ffile_locked_p): Doc fixes. | Richard M. Stallman | 2001-11-14 | 1 | -4/+6 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 1 | -14/+14 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -1/+1 |
* | (current_lock_owner): Fix last change. | Gerd Moellmann | 2001-09-14 | 1 | -2/+2 |
* | Fix last change. | Gerd Moellmann | 2001-09-13 | 1 | -0/+1 |
* | (current_lock_owner): If readlink returns ERANGE, | Gerd Moellmann | 2001-09-13 | 1 | -0/+5 |
* | (unlock_all_files): Use unlock_file to expand each | Gerd Moellmann | 2000-10-24 | 1 | -7/+3 |
* | Use feature tests for fcntl.h, string.h. Don't include time.h, done by | Dave Love | 2000-06-23 | 1 | -10/+9 |
* | (get_boot_time): To obtain an 8 char file name, which | Gerd Moellmann | 2000-05-16 | 1 | -2/+8 |
* | (MAKE_LOCK_NAME): Allocate 2 more bytes. | Gerd Moellmann | 2000-04-14 | 1 | -2/+18 |
* | Add forward declaration for get_boot_time_1. | Dave Love | 1999-11-18 | 1 | -0/+5 |
* | (Ffile_locked_p): Make FILENAME a required argument. | Gerd Moellmann | 1999-11-05 | 1 | -1/+1 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -6/+3 |
* | (lock_file): Fix previous change. | Dave Love | 1999-10-14 | 1 | -1/+1 |
* | (lock_file): Move gcpro of `fn'. | Dave Love | 1999-10-13 | 1 | -2/+2 |
* | (get_boot_time): Put local variable used in | Gerd Moellmann | 1999-09-20 | 1 | -0/+3 |
* | (Vtemporary_file_directory): New variable. | Richard M. Stallman | 1999-09-16 | 1 | -2/+12 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-13 | 1 | -2/+2 |
* | Use stdlib.h. | Dave Love | 1999-08-18 | 1 | -0/+3 |
* | Comment change. | Richard M. Stallman | 1999-08-02 | 1 | -1/+1 |
* | (lock_if_free): Indentation fix. | Karl Heuer | 1999-07-30 | 1 | -1/+1 |
* | (lock_if_free): Return -1 if check_lock_owner() | Karl Heuer | 1999-07-22 | 1 | -0/+2 |
* | (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 |