summaryrefslogtreecommitdiff
path: root/src/filelock.c
AgeCommit message (Expand)Author
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-07-23(current_lock_owner): Allow for @ sign in username.Jason Rumney
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-04-20Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen
2004-11-27(lock_file_1): Call get_boot_time early. IncreaseAndreas Schwab
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-02-06(S_ISLNK): Define if not defined.Richard M. Stallman
2001-11-14(Funlock_buffer, Ffile_locked_p): Doc fixes.Richard M. Stallman
2001-11-13Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-09-14(current_lock_owner): Fix last change.Gerd Moellmann
2001-09-13Fix last change.Gerd Moellmann
2001-09-13(current_lock_owner): If readlink returns ERANGE,Gerd Moellmann
2000-10-24(unlock_all_files): Use unlock_file to expand eachGerd Moellmann
2000-06-23Use feature tests for fcntl.h, string.h. Don't include time.h, done byDave Love
2000-05-16(get_boot_time): To obtain an 8 char file name, whichGerd Moellmann
2000-04-14(MAKE_LOCK_NAME): Allocate 2 more bytes.Gerd Moellmann
1999-11-18Add forward declaration for get_boot_time_1.Dave Love
1999-11-05(Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert
1999-10-14(lock_file): Fix previous change.Dave Love
1999-10-13(lock_file): Move gcpro of `fn'.Dave Love
1999-09-20(get_boot_time): Put local variable used inGerd Moellmann
1999-09-16(Vtemporary_file_directory): New variable.Richard M. Stallman
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn
1999-08-18Use stdlib.h.Dave Love
1999-08-02Comment change.Richard M. Stallman
1999-07-30(lock_if_free): Indentation fix.Karl Heuer
1999-07-22(lock_if_free): Return -1 if check_lock_owner()Karl Heuer
1999-07-14(lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman
1999-06-18(BOOT_TIME_FILE): New macro.Paul Eggert
1999-06-05(get_boot_time): Don't look at /proc/uptime; itKarl Heuer
1999-05-24(lock_if_free): After deleting a stale lock,Richard M. Stallman
1999-05-19Comment change.Richard M. Stallman
1999-05-19Fix performance bug on hosts with largeRichard M. Stallman
1999-05-09(get_boot_time): Handle NO_WTMP_FILE.Karl Heuer
1999-03-18(get_boot_time): Test tempname, not filename.Karl Heuer
1999-03-09(init_filelock): New function.Karl Heuer
1999-03-09(get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer
1999-03-01(get_boot_time): Support FreeBSD way to read boot-time.Karl Heuer
1999-02-26(get_boot_time): Use WTMP_FILE for file name.Richard M. Stallman
1999-02-23(get_boot_time): Don't use BUFSIZ.Karl Heuer
1999-02-21(get_boot_time_1): Put this in #ifdef BOOT_TIME.Richard M. Stallman
1999-02-19(within_one_second): New function.Richard M. Stallman
1998-05-18(get_boot_time): Scan the whole wtmp fileRichard M. Stallman