summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (current_lock_owner): Allow for @ sign in username.Jason Rumney2007-07-231-2/+2
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-4/+2
* (lock_file_1): Call get_boot_time early. IncreaseAndreas Schwab2004-11-271-2/+4
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-18/+18
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-8/+8
* (S_ISLNK): Define if not defined.Richard M. Stallman2002-02-061-0/+4
* (Funlock_buffer, Ffile_locked_p): Doc fixes.Richard M. Stallman2001-11-141-4/+6
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-14/+14
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-1/+1
* (current_lock_owner): Fix last change.Gerd Moellmann2001-09-141-2/+2
* Fix last change.Gerd Moellmann2001-09-131-0/+1
* (current_lock_owner): If readlink returns ERANGE,Gerd Moellmann2001-09-131-0/+5
* (unlock_all_files): Use unlock_file to expand eachGerd Moellmann2000-10-241-7/+3
* Use feature tests for fcntl.h, string.h. Don't include time.h, done byDave Love2000-06-231-10/+9
* (get_boot_time): To obtain an 8 char file name, whichGerd Moellmann2000-05-161-2/+8
* (MAKE_LOCK_NAME): Allocate 2 more bytes.Gerd Moellmann2000-04-141-2/+18
* Add forward declaration for get_boot_time_1.Dave Love1999-11-181-0/+5
* (Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann1999-11-051-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-6/+3
* (lock_file): Fix previous change.Dave Love1999-10-141-1/+1
* (lock_file): Move gcpro of `fn'.Dave Love1999-10-131-2/+2
* (get_boot_time): Put local variable used inGerd Moellmann1999-09-201-0/+3
* (Vtemporary_file_directory): New variable.Richard M. Stallman1999-09-161-2/+12
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-2/+2
* Use stdlib.h.Dave Love1999-08-181-0/+3
* Comment change.Richard M. Stallman1999-08-021-1/+1
* (lock_if_free): Indentation fix.Karl Heuer1999-07-301-1/+1
* (lock_if_free): Return -1 if check_lock_owner()Karl Heuer1999-07-221-0/+2
* (lock_file): Do nothing if purifying.emacs-20.4Richard M. Stallman1999-07-141-0/+6
* (BOOT_TIME_FILE): New macro.Paul Eggert1999-06-181-7/+16
* (get_boot_time): Don't look at /proc/uptime; itKarl Heuer1999-06-051-36/+5
* (lock_if_free): After deleting a stale lock,Richard M. Stallman1999-05-241-2/+2
* Comment change.Richard M. Stallman1999-05-191-1/+7
* Fix performance bug on hosts with largeRichard M. Stallman1999-05-191-16/+52
* (get_boot_time): Handle NO_WTMP_FILE.Karl Heuer1999-05-091-1/+1
* (get_boot_time): Test tempname, not filename.Karl Heuer1999-03-181-1/+1
* (init_filelock): New function.Karl Heuer1999-03-091-0/+6
* (get_boot_time): Reduce scope of #ifdef BOOT_TIMEKarl Heuer1999-03-091-1/+1
* (get_boot_time): Support FreeBSD way to read boot-time.Karl Heuer1999-03-011-0/+23
* (get_boot_time): Use WTMP_FILE for file name.Richard M. Stallman1999-02-261-5/+18
* (get_boot_time): Don't use BUFSIZ.Karl Heuer1999-02-231-2/+2
* (get_boot_time_1): Put this in #ifdef BOOT_TIME.Richard M. Stallman1999-02-211-0/+2
* (within_one_second): New function.Richard M. Stallman1999-02-191-8/+106
* (get_boot_time): Scan the whole wtmp fileRichard M. Stallman1998-05-181-5/+19