mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* .dir-locals.el (c-mode): Add ANDROID_EXPORT noise macro. * .gitignore: Add new files to ignore. * Makefile.in: Adjust for Android. * admin/merge-gnulib: Add new warning. * configure.ac: Detect Android. Run cross-configuration for Android when appropriate. * etc/DEBUG: Document how to debug Emacs on Android. * java/AndroidManifest.xml: * java/Makefile.in: * java/README: * java/debug.sh: * java/org/gnu/emacs/EmacsActivity.java (EmacsActivity): * java/org/gnu/emacs/EmacsApplication.java (EmacsApplication): * java/org/gnu/emacs/EmacsCopyArea.java (EmacsCopyArea): * java/org/gnu/emacs/EmacsDrawLine.java (EmacsDrawLine): * java/org/gnu/emacs/EmacsDrawPoint.java (EmacsDrawPoint): * java/org/gnu/emacs/EmacsDrawRectangle.java (EmacsDrawRectangle): * java/org/gnu/emacs/EmacsDrawable.java (EmacsDrawable): * java/org/gnu/emacs/EmacsFillPolygon.java (EmacsFillPolygon): * java/org/gnu/emacs/EmacsFillRectangle.java (EmacsFillRectangle): * java/org/gnu/emacs/EmacsFontDriver.java (EmacsFontDriver): * java/org/gnu/emacs/EmacsGC.java (EmacsGC): * java/org/gnu/emacs/EmacsHandleObject.java (EmacsHandleObject): * java/org/gnu/emacs/EmacsNative.java (EmacsNative): * java/org/gnu/emacs/EmacsPaintQueue.java (EmacsPaintQueue): * java/org/gnu/emacs/EmacsPaintReq.java (EmacsPaintReq): * java/org/gnu/emacs/EmacsPixmap.java (EmacsPixmap): * java/org/gnu/emacs/EmacsSdk7FontDriver.java (EmacsSdk7FontDriver): * java/org/gnu/emacs/EmacsService.java (class Holder<T>) (EmacsService): * java/org/gnu/emacs/EmacsSurfaceView.java (EmacsSurfaceView): * java/org/gnu/emacs/EmacsThread.java (EmacsThread): * java/org/gnu/emacs/EmacsView.java (EmacsView): * java/org/gnu/emacs/EmacsWindow.java (EmacsWindow): New files and classes. * lib-src/Makefile.in (srcdir): * lib/Makefile.in (VPATH): (HAVE_NATIVE_COMP): (libgnu_a_SOURCES): (DEPFLAGS): Configure correctly for cross-compiling. * lib/faccessat.c: * lib/fpending.c (__fpending): * lib/open.c: * lib/unistd.c (_GL_UNISTD_INLINE): Temporary adjustments to gnulib. * lisp/frame.el (display-graphic-p): (display-screens): (display-pixel-height): (display-pixel-width): (display-mm-height): (display-mm-width): (display-backing-store): (display-save-under): (display-planes): (display-color-cells): (display-visual-class): Adjust for new window system `android'. * lisp/image/wallpaper.el (x-open-connection): Add declaration. * lisp/loadup.el (featurep): Load up files for Android. * lisp/net/eww.el (eww-form-submit, eww-form-file) (eww-form-checkbox, eww-form-select): Adjust faces for android. * lisp/term/android-win.el: New file. * src/Makefile.in: Add new targets emacs.so and android-emacs, then adjust for cross compilation. * src/alloc.c (cleanup_vector): Clean up Android font entities as well. (garbage_collect): Mark androidterm. * src/android-emacs.c (main): * src/android.c (ANDROID_THROW, enum android_fd_table_entry_flags) (struct android_emacs_service, struct android_emacs_pixmap) (struct android_graphics_point, struct android_event_container) (struct android_event_queue, android_run_select_thread) (android_handle_sigusr1, android_init_events, android_pending) (android_next_event, android_write_event, android_select) (android_run_debug_thread, android_user_full_name) (android_get_asset_name, android_fstat, android_fstatat) (android_file_access_p, android_hack_asset_fd, android_open) (android_close, JNICALL, android_init_emacs_service) (android_init_emacs_pixmap, android_init_graphics_point) (MAX_HANDLE, struct android_handle_entry, android_alloc_id) (android_destroy_handle, android_resolve_handle) (android_resolve_handle2, android_change_window_attributes) (android_create_window, android_set_window_background) (android_destroy_window, android_init_android_rect_class) (android_init_emacs_gc_class, android_create_gc, android_free_gc) (android_change_gc, android_set_clip_rectangles) (android_reparent_window, android_lookup_method) (android_clear_window, android_map_window, android_unmap_window) (android_resize_window, android_move_window, android_swap_buffers) (android_get_gc_values, android_set_foreground) (android_fill_rectangle, android_create_pixmap_from_bitmap_data) (android_set_clip_mask, android_set_fill_style, android_copy_area) (android_free_pixmap, android_set_background, android_fill_polygon) (android_draw_rectangle, android_draw_point, android_draw_line) (android_create_pixmap, android_set_ts_origin, android_clear_area): * src/android.h (ANDROID_EXPORT): * src/androidfns.c (android_display_info_for_name) (check_android_display_info, check_x_display_info, gamma_correct) (android_defined_color, android_decode_color) (android_implicitly_set_name, android_explicitly_set_name) (android_set_tool_bar_lines, android_change_tool_bar_height) (android_set_tab_bar_lines, android_change_tab_bar_height) (android_set_scroll_bar_default_height) (android_set_scroll_bar_default_width, android_icon_verify) (android_icon, android_make_gc, android_free_gcs) (unwind_create_frame, do_unwind_create_frame) (android_default_font_parameter, android_create_frame_window) (Fx_create_frame, Fxw_color_defined_p, Fxw_color_values) (Fxw_display_color_p, Fx_display_grayscale_p) (Fx_display_pixel_width, Fx_display_pixel_height) (Fx_display_planes, Fx_display_color_cells, Fx_display_screens) (Fx_display_mm_width, Fx_display_mm_height) (Fx_display_backing_store, Fx_display_visual_class) (Fx_display_monitor_attributes_list, Fx_frame_geometry) (Fx_frame_list_z_order, Fx_frame_restack) (Fx_mouse_absolute_pixel_position) (Fx_set_mouse_absolute_pixel_position, Fandroid_get_connection) (Fx_display_list, Fx_show_tip, Fx_hide_tip) (android_set_background_color, android_set_border_color) (android_set_cursor_color, android_set_cursor_type) (android_set_foreground_color) (android_set_child_frame_border_width) (android_set_internal_border_width, android_set_menu_bar_lines) (android_set_mouse_color, android_set_title, android_set_alpha) (android_frame_parm_handlers, syms_of_androidfns): * src/androidfont.c (struct android_emacs_font_driver) (struct android_emacs_font_spec, struct android_emacs_font_metrics) (struct android_emacs_font_object, struct android_integer) (struct androidfont_info, struct androidfont_entity) (android_init_font_driver, android_init_font_spec) (android_init_font_metrics, android_init_integer) (android_init_font_object, androidfont_get_cache) (androidfont_from_lisp, androidfont_from_java, androidfont_list) (androidfont_match, androidfont_draw, androidfont_open_font) (androidfont_close_font, androidfont_has_char) (androidfont_encode_char, androidfont_text_extents) (androidfont_list_family, androidfont_driver) (syms_of_androidfont_for_pdumper, syms_of_androidfont) (init_androidfont, android_finalize_font_entity): * src/androidgui.h (_ANDROID_GUI_H_, struct android_rectangle) (struct android_point, enum android_gc_function) (enum android_gc_value_mask, enum android_fill_style) (enum android_window_value_mask) (struct android_set_window_attributes, struct android_gc_values) (struct android_gc, enum android_swap_action, enum android_shape) (enum android_coord_mode, struct android_swap_info) (NativeRectangle, struct android_any_event) (struct android_key_event, struct android_configure_event) (union android_event): * src/androidterm.c (android_window_to_frame, android_clear_frame) (android_ring_bell, android_toggle_invisible_pointer) (android_update_begin, android_update_end, show_back_buffer) (android_flush_dirty_back_buffer_on, handle_one_android_event) (android_read_socket, android_frame_up_to_date) (android_buffer_flipping_unblocked_hook) (android_query_frame_background_color, android_parse_color) (android_alloc_nearest_color, android_query_colors) (android_mouse_position, android_get_focus_frame) (android_focus_frame, android_frame_rehighlight) (android_frame_raise_lower, android_make_frame_visible) (android_make_frame_invisible) (android_make_frame_visible_invisible, android_fullscreen_hook) (android_iconify_frame, android_set_window_size_1) (android_set_window_size, android_set_offset, android_set_alpha) (android_new_font, android_bitmap_icon, android_free_pixmap_hook) (android_free_frame_resources, android_delete_frame) (android_delete_terminal, android_scroll_run) (android_after_update_window_line, android_flip_and_flush) (android_clear_rectangle, android_reset_clip_rectangles) (android_clip_to_row, android_draw_fringe_bitmap) (android_set_cursor_gc, android_set_mouse_face_gc) (android_set_mode_line_face_gc, android_set_glyph_string_gc) (android_set_glyph_string_clipping) (android_set_glyph_string_clipping_exactly) (android_compute_glyph_string_overhangs) (android_clear_glyph_string_rect) (android_draw_glyph_string_background, android_fill_triangle) (android_make_point, android_inside_rect_p, android_clear_point) (android_draw_relief_rect, android_draw_box_rect) (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT, android_setup_relief_color) (android_setup_relief_colors, android_draw_glyph_string_box) (android_draw_glyph_string_bg_rect, android_draw_image_relief) (android_draw_image_foreground, android_draw_image_foreground_1) (android_draw_image_glyph_string) (android_draw_stretch_glyph_string, android_draw_underwave) (android_draw_glyph_string_foreground) (android_draw_composite_glyph_string_foreground) (android_draw_glyphless_glyph_string_foreground) (android_draw_glyph_string, android_define_frame_cursor) (android_clear_frame_area, android_clear_under_internal_border) (android_draw_hollow_cursor, android_draw_bar_cursor) (android_draw_window_cursor, android_draw_vertical_window_border) (android_draw_window_divider, android_redisplay_interface) (frame_set_mouse_pixel_position, get_keysym_name) (android_create_terminal, android_term_init, syms_of_androidterm) (mark_androidterm): * src/androidterm.h (_ANDROID_TERM_H_, struct android_display_info) (struct android_output, FRAME_ANDROID_OUTPUT, XSCROLL_BAR): New files. * src/dired.c (file_attributes): Do not use openat on Android. * src/dispextern.h (No_Cursor): Define appropriately on Android. (struct glyph_string, struct face): Make gc field of type struct android_gc on Android. * src/dispnew.c (clear_current_matrices, clear_desired_matrices) (adjust_frame_glyphs_for_window_redisplay, free_glyphs) (update_frame, scrolling, char_ins_del_cost, update_frame_line) (init_display_interactive): Disable text terminal support completely on Android. Fix non-toolkit menus for non-X systems. * src/editfns.c (Fuser_full_name): Call android_user_full_name. * src/emacs.c (android_emacs_init): Make main this on Android. Prohibit argv sorting from exceeding end of argv. * src/epaths.in: Add path definitions for Android. * src/fileio.c (file_access_p): Call android_file_access_p. (file_name_directory): Avoid using openat on Android. (Fcopy_file): Adjust to call sys_fstat instead. (file_directory_p): (Finsert_file_contents): (write_region): Likewise. * src/filelock.c: * src/fns.c (Flocale_info): Pacify warning on Android. * src/font.c (font_make_entity_android): New function. * src/font.h: * src/frame.c (Fframep): (Fwindow_system): Handle new window system `android'. Update doc strings. (Fmake_terminal_frame): Disable on Android. (gui_display_get_resource): Disable get_string_resource_hook on Android. (syms_of_frame): New defsym `android'. * src/frame.h (GCALIGNED_STRUCT): Add new output data for Android. (ENUM_BF): Expand enumerator size. (FRAME_ANDROID_P, FRAME_WINDOW_P, MOUSE_HL_INFO): Add definitions for Android. * src/image.c (GET_PIXEL): (image_create_bitmap_from_file): (image_create_x_image_and_pixmap_1): (image_get_x_image): (slurp_file): (lookup_rgb_color): (image_to_emacs_colors): (image_from_emacs_colors): (image_pixmap_draw_cross): (image_disable_image): (MaskForeground): (gif_load): Add stubs for Android. * src/lisp.h: * src/lread.c (safe_to_load_version, maybe_swap_for_eln1, openp): * src/pdumper.c (pdumper_load): Call sys_fstat instead of fstat. * src/process.c (wait_reading_process_output): Use android_select instead of pselect. * src/scroll.c: Disable on Android. * src/sysdep.c (widen_foreground_group, reset_sys_modes) (init_signals, emacs_fstatat, sys_fstat): New function. (emacs_open, emacs_open_noquit, emacs_close): Implement differently on Android. (close_output_streams): Disable what is not required on Android. * src/term.c (OUTPUT1_IF, encode_terminal_code, string_cost) (string_cost_one_line, per_line_cost, calculate_costs) (struct fkey_table, tty_append_glyph, produce_glyphs) (tty_capable_p, Fsuspend_tty, Fresume_tty, device, init_tty) (maybe_fatal, syms_of_term): Disable text terminal support on Android. * src/termhooks.h (enum output_method): Add android output method. (GCALIGNED_STRUCT, TERMINAL_FONT_CACHE): Define for Android. * src/terminal.c (Fterminal_live_p): Implement for Android. * src/verbose.mk.in (AM_V_GLOBALS): Add JAVAC and DX. * src/xdisp.c (redisplay_internal): Disable text terminals on Android. (display_menu_bar): (display_tty_menu_item): (draw_row_with_mouse_face): (expose_frame): Make the non toolkit menu bar work on Android. * src/xfaces.c (GCGraphicsExposures): (x_create_gc): (x_free_gc): (Fx_load_color_file): Define for Android. * xcompile/Makefile.in (top_srcdir): (top_builddir): * xcompile/README: * xcompile/langinfo.h (nl_langinfo): New files.
935 lines
28 KiB
C
935 lines
28 KiB
C
/* Lock files for editing.
|
||
|
||
Copyright (C) 1985-1987, 1993-1994, 1996, 1998-2022 Free Software
|
||
Foundation, Inc.
|
||
|
||
Author: Richard King
|
||
(according to authors.el)
|
||
|
||
This file is part of GNU Emacs.
|
||
|
||
GNU Emacs is free software: you can redistribute it and/or modify
|
||
it under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation, either version 3 of the License, or (at
|
||
your option) any later version.
|
||
|
||
GNU Emacs is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
GNU General Public License for more details.
|
||
|
||
You should have received a copy of the GNU General Public License
|
||
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
||
|
||
|
||
#include <config.h>
|
||
#include <sys/types.h>
|
||
#include <sys/stat.h>
|
||
#include <signal.h>
|
||
#include <stdio.h>
|
||
#include <stdlib.h>
|
||
|
||
#ifdef HAVE_PWD_H
|
||
#include <pwd.h>
|
||
#endif
|
||
|
||
#include <sys/file.h>
|
||
#include <fcntl.h>
|
||
#include <unistd.h>
|
||
|
||
#ifdef __FreeBSD__
|
||
#include <sys/sysctl.h>
|
||
#endif /* __FreeBSD__ */
|
||
|
||
#include <errno.h>
|
||
|
||
#include <c-ctype.h>
|
||
|
||
#include "lisp.h"
|
||
#include "buffer.h"
|
||
#include "coding.h"
|
||
#ifdef WINDOWSNT
|
||
#include <share.h>
|
||
#include <sys/socket.h> /* for fcntl */
|
||
#endif
|
||
|
||
#ifndef MSDOS
|
||
|
||
#ifdef HAVE_UTMP_H
|
||
#include <utmp.h>
|
||
#endif
|
||
|
||
/* A file whose last-modified time is just after the most recent boot.
|
||
Define this to be NULL to disable checking for this file. */
|
||
#ifndef BOOT_TIME_FILE
|
||
#define BOOT_TIME_FILE "/var/run/random-seed"
|
||
#endif
|
||
|
||
#if !defined WTMP_FILE && !defined WINDOWSNT && defined BOOT_TIME
|
||
#define WTMP_FILE "/var/log/wtmp"
|
||
#endif
|
||
|
||
/* Normally use a symbolic link to represent a lock.
|
||
The strategy: to lock a file FN, create a symlink .#FN in FN's
|
||
directory, with link data USER@HOST.PID:BOOT. This avoids a single
|
||
mount (== failure) point for lock files. The :BOOT is omitted if
|
||
the boot time is not available.
|
||
|
||
When the host in the lock data is the current host, we can check if
|
||
the pid is valid with kill.
|
||
|
||
Otherwise, we could look at a separate file that maps hostnames to
|
||
reboot times to see if the remote pid can possibly be valid, since we
|
||
don't want Emacs to have to communicate via pipes or sockets or
|
||
whatever to other processes, either locally or remotely; rms says
|
||
that's too unreliable. Hence the separate file, which could
|
||
theoretically be updated by daemons running separately -- but this
|
||
whole idea is unimplemented; in practice, at least in our
|
||
environment, it seems such stale locks arise fairly infrequently, and
|
||
Emacs' standard methods of dealing with clashes suffice.
|
||
|
||
We use symlinks instead of normal files because (1) they can be
|
||
stored more efficiently on the filesystem, since the kernel knows
|
||
they will be small, and (2) all the info about the lock can be read
|
||
in a single system call (readlink). Although we could use regular
|
||
files to be useful on old systems lacking symlinks, nowadays
|
||
virtually all such systems are probably single-user anyway, so it
|
||
didn't seem worth the complication.
|
||
|
||
Similarly, we don't worry about a possible 14-character limit on
|
||
file names, because those are all the same systems that don't have
|
||
symlinks.
|
||
|
||
This is compatible with the locking scheme used by Interleaf (which
|
||
has contributed this implementation for Emacs), and was designed by
|
||
Karl Berry, Ethan Jacobson, Kimbo Mundy, and others.
|
||
|
||
On some file systems, notably those of MS-Windows, symbolic links
|
||
do not work well, so instead of a symlink .#FN -> USER@HOST.PID:BOOT,
|
||
the lock is a regular file .#FN with contents USER@HOST.PID:BOOT. To
|
||
establish a lock, a nonce file is created and then renamed to .#FN.
|
||
On MS-Windows this renaming is atomic unless the lock is forcibly
|
||
acquired. On other systems the renaming is atomic if the lock is
|
||
forcibly acquired; if not, the renaming is done via hard links,
|
||
which is good enough for lock-file purposes.
|
||
|
||
To summarize, race conditions can occur with either:
|
||
|
||
* Forced locks on MS-Windows systems.
|
||
|
||
* Non-forced locks on non-MS-Windows systems that support neither
|
||
hard nor symbolic links. */
|
||
|
||
/* Boot time is not available on Android. */
|
||
|
||
#if defined HAVE_ANDROID && !defined ANDROID_STUBIFY
|
||
#undef BOOT_TIME
|
||
#endif
|
||
|
||
|
||
/* Return the time of the last system boot. */
|
||
|
||
static time_t boot_time;
|
||
static bool boot_time_initialized;
|
||
|
||
#ifdef BOOT_TIME
|
||
static void get_boot_time_1 (const char *, bool);
|
||
#endif
|
||
|
||
static time_t
|
||
get_boot_time (void)
|
||
{
|
||
#if defined (BOOT_TIME)
|
||
int counter;
|
||
#endif
|
||
|
||
if (boot_time_initialized)
|
||
return boot_time;
|
||
boot_time_initialized = 1;
|
||
|
||
#if defined (CTL_KERN) && defined (KERN_BOOTTIME)
|
||
{
|
||
int mib[2];
|
||
size_t size;
|
||
struct timeval boottime_val;
|
||
|
||
mib[0] = CTL_KERN;
|
||
mib[1] = KERN_BOOTTIME;
|
||
size = sizeof (boottime_val);
|
||
|
||
if (sysctl (mib, 2, &boottime_val, &size, NULL, 0) >= 0 && size != 0)
|
||
{
|
||
boot_time = boottime_val.tv_sec;
|
||
return boot_time;
|
||
}
|
||
}
|
||
#endif /* defined (CTL_KERN) && defined (KERN_BOOTTIME) */
|
||
|
||
if (BOOT_TIME_FILE)
|
||
{
|
||
struct stat st;
|
||
if (stat (BOOT_TIME_FILE, &st) == 0)
|
||
{
|
||
boot_time = st.st_mtime;
|
||
return boot_time;
|
||
}
|
||
}
|
||
|
||
#if defined (BOOT_TIME)
|
||
/* The utmp routines maintain static state. Don't touch that state
|
||
if we are going to dump, since it might not survive dumping. */
|
||
if (will_dump_p ())
|
||
return boot_time;
|
||
|
||
/* Try to get boot time from utmp before wtmp,
|
||
since utmp is typically much smaller than wtmp.
|
||
Passing a null pointer causes get_boot_time_1
|
||
to inspect the default file, namely utmp. */
|
||
get_boot_time_1 (0, 0);
|
||
if (boot_time)
|
||
return boot_time;
|
||
|
||
/* Try to get boot time from the current wtmp file. */
|
||
get_boot_time_1 (WTMP_FILE, 1);
|
||
|
||
/* If we did not find a boot time in wtmp, look at wtmp, and so on. */
|
||
for (counter = 0; counter < 20 && ! boot_time; counter++)
|
||
{
|
||
Lisp_Object filename = Qnil;
|
||
bool delete_flag = false;
|
||
char cmd_string[sizeof WTMP_FILE ".19.gz"];
|
||
AUTO_STRING_WITH_LEN (tempname, cmd_string,
|
||
sprintf (cmd_string, "%s.%d", WTMP_FILE, counter));
|
||
if (! NILP (Ffile_exists_p (tempname)))
|
||
filename = tempname;
|
||
else
|
||
{
|
||
tempname = make_formatted_string (cmd_string, "%s.%d.gz",
|
||
WTMP_FILE, counter);
|
||
if (! NILP (Ffile_exists_p (tempname)))
|
||
{
|
||
/* The utmp functions on older systems accept only file
|
||
names up to 8 bytes long. Choose a 2 byte prefix, so
|
||
the 6-byte suffix does not make the name too long. */
|
||
filename = Fmake_temp_file_internal (build_string ("wt"), Qnil,
|
||
empty_unibyte_string, Qnil);
|
||
CALLN (Fcall_process, build_string ("gzip"), Qnil,
|
||
list2 (QCfile, filename), Qnil,
|
||
build_string ("-cd"), tempname);
|
||
delete_flag = true;
|
||
}
|
||
}
|
||
|
||
if (! NILP (filename))
|
||
{
|
||
get_boot_time_1 (SSDATA (filename), 1);
|
||
if (delete_flag)
|
||
unlink (SSDATA (filename));
|
||
}
|
||
}
|
||
|
||
return boot_time;
|
||
#else
|
||
return 0;
|
||
#endif
|
||
}
|
||
|
||
#ifdef BOOT_TIME
|
||
/* Try to get the boot time from wtmp file FILENAME.
|
||
This succeeds if that file contains a reboot record.
|
||
|
||
If FILENAME is zero, use the same file as before;
|
||
if no FILENAME has ever been specified, this is the utmp file.
|
||
Use the newest reboot record if NEWEST,
|
||
the first reboot record otherwise.
|
||
Ignore all reboot records on or before BOOT_TIME.
|
||
Success is indicated by setting BOOT_TIME to a larger value. */
|
||
|
||
void
|
||
get_boot_time_1 (const char *filename, bool newest)
|
||
{
|
||
struct utmp ut, *utp;
|
||
|
||
if (filename)
|
||
utmpname (filename);
|
||
|
||
setutent ();
|
||
|
||
while (1)
|
||
{
|
||
/* Find the next reboot record. */
|
||
ut.ut_type = BOOT_TIME;
|
||
utp = getutid (&ut);
|
||
if (! utp)
|
||
break;
|
||
/* Compare reboot times and use the newest one. */
|
||
if (utp->ut_time > boot_time)
|
||
{
|
||
boot_time = utp->ut_time;
|
||
if (! newest)
|
||
break;
|
||
}
|
||
/* Advance on element in the file
|
||
so that getutid won't repeat the same one. */
|
||
utp = getutent ();
|
||
if (! utp)
|
||
break;
|
||
}
|
||
endutent ();
|
||
}
|
||
#endif /* BOOT_TIME */
|
||
|
||
/* An arbitrary limit on lock contents length. 8 K should be plenty
|
||
big enough in practice. */
|
||
enum { MAX_LFINFO = 8 * 1024 };
|
||
|
||
/* Here is the structure that stores information about a lock. */
|
||
|
||
typedef struct
|
||
{
|
||
/* Location of '@', '.', and ':' (or equivalent) in USER. If there's
|
||
no colon or equivalent, COLON points to the end of USER. */
|
||
char *at, *dot, *colon;
|
||
|
||
/* Lock file contents USER@HOST.PID with an optional :BOOT_TIME
|
||
appended. This memory is used as a lock file contents buffer, so
|
||
it needs room for MAX_LFINFO + 1 bytes. A string " (pid NNNN)"
|
||
may be appended to the USER@HOST while generating a diagnostic,
|
||
so make room for its extra bytes (as opposed to ".NNNN") too. */
|
||
char user[MAX_LFINFO + 1 + sizeof " (pid )" - sizeof "."];
|
||
} lock_info_type;
|
||
|
||
/* For some reason Linux kernels return EPERM on file systems that do
|
||
not support hard or symbolic links. This symbol documents the quirk.
|
||
There is no way to tell whether a symlink call fails due to
|
||
permissions issues or because links are not supported, but luckily
|
||
the lock file code should work either way. */
|
||
enum { LINKS_MIGHT_NOT_WORK = EPERM };
|
||
|
||
/* Rename OLD to NEW. If FORCE, replace any existing NEW.
|
||
It is OK if there are temporarily two hard links to OLD.
|
||
Return 0 if successful, -1 (setting errno) otherwise. */
|
||
static int
|
||
rename_lock_file (char const *old, char const *new, bool force)
|
||
{
|
||
#ifdef WINDOWSNT
|
||
return sys_rename_replace (old, new, force);
|
||
#else
|
||
if (! force)
|
||
{
|
||
struct stat st;
|
||
|
||
int r = renameat_noreplace (AT_FDCWD, old, AT_FDCWD, new);
|
||
if (! (r < 0 && errno == ENOSYS))
|
||
return r;
|
||
if (link (old, new) == 0)
|
||
return unlink (old) == 0 || errno == ENOENT ? 0 : -1;
|
||
if (errno != ENOSYS && errno != LINKS_MIGHT_NOT_WORK)
|
||
return -1;
|
||
|
||
/* 'link' does not work on this file system. This can occur on
|
||
a GNU/Linux host mounting a FAT32 file system. Fall back on
|
||
'rename' after checking that NEW does not exist. There is a
|
||
potential race condition since some other process may create
|
||
NEW immediately after the existence check, but it's the best
|
||
we can portably do here. */
|
||
if (emacs_fstatat (AT_FDCWD, new, &st, AT_SYMLINK_NOFOLLOW) == 0
|
||
|| errno == EOVERFLOW)
|
||
{
|
||
errno = EEXIST;
|
||
return -1;
|
||
}
|
||
if (errno != ENOENT)
|
||
return -1;
|
||
}
|
||
|
||
return rename (old, new);
|
||
#endif
|
||
}
|
||
|
||
/* Create the lock file LFNAME with contents LOCK_INFO_STR. Return 0 if
|
||
successful, an errno value on failure. If FORCE, remove any
|
||
existing LFNAME if necessary. */
|
||
|
||
static int
|
||
create_lock_file (char *lfname, char *lock_info_str, bool force)
|
||
{
|
||
#ifdef WINDOWSNT
|
||
/* Symlinks are supported only by later versions of Windows, and
|
||
creating them is a privileged operation that often triggers
|
||
User Account Control elevation prompts. Avoid the problem by
|
||
pretending that 'symlink' does not work. */
|
||
int err = ENOSYS;
|
||
#else
|
||
int err = symlink (lock_info_str, lfname) == 0 ? 0 : errno;
|
||
#endif
|
||
|
||
if (err == EEXIST && force)
|
||
{
|
||
unlink (lfname);
|
||
err = symlink (lock_info_str, lfname) == 0 ? 0 : errno;
|
||
}
|
||
|
||
if (err == ENOSYS || err == LINKS_MIGHT_NOT_WORK || err == ENAMETOOLONG)
|
||
{
|
||
static char const nonce_base[] = ".#-emacsXXXXXX";
|
||
char *last_slash = strrchr (lfname, '/');
|
||
ptrdiff_t lfdirlen = last_slash + 1 - lfname;
|
||
USE_SAFE_ALLOCA;
|
||
char *nonce = SAFE_ALLOCA (lfdirlen + sizeof nonce_base);
|
||
int fd;
|
||
memcpy (nonce, lfname, lfdirlen);
|
||
strcpy (nonce + lfdirlen, nonce_base);
|
||
|
||
fd = mkostemp (nonce, O_BINARY | O_CLOEXEC);
|
||
if (fd < 0)
|
||
err = errno;
|
||
else
|
||
{
|
||
ptrdiff_t lock_info_len;
|
||
lock_info_len = strlen (lock_info_str);
|
||
err = 0;
|
||
|
||
/* Make the lock file readable to others, so that others' sessions
|
||
can read it. Even though nobody should write to the lock file,
|
||
keep it user-writable to work around problems on nonstandard file
|
||
systems that prohibit unlinking readonly files (Bug#37884). */
|
||
if (emacs_write (fd, lock_info_str, lock_info_len) != lock_info_len
|
||
|| fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0)
|
||
err = errno;
|
||
|
||
/* There is no need to call fsync here, as the contents of
|
||
the lock file need not survive system crashes. */
|
||
if (emacs_close (fd) != 0)
|
||
err = errno;
|
||
if (!err && rename_lock_file (nonce, lfname, force) != 0)
|
||
err = errno;
|
||
if (err)
|
||
unlink (nonce);
|
||
}
|
||
|
||
SAFE_FREE ();
|
||
}
|
||
|
||
return err;
|
||
}
|
||
|
||
/* Lock the lock file named LFNAME.
|
||
If FORCE, do so even if it is already locked.
|
||
Return 0 if successful, an error number on failure. */
|
||
|
||
static int
|
||
lock_file_1 (Lisp_Object lfname, bool force)
|
||
{
|
||
intmax_t boot = get_boot_time ();
|
||
Lisp_Object luser_name = Fuser_login_name (Qnil);
|
||
Lisp_Object lhost_name = Fsystem_name ();
|
||
|
||
/* Protect against the extremely unlikely case of the host name
|
||
containing an @ character. */
|
||
if (!NILP (lhost_name) && strchr (SSDATA (lhost_name), '@'))
|
||
lhost_name = CALLN (Ffuncall, intern ("string-replace"),
|
||
build_string ("@"), build_string ("-"),
|
||
lhost_name);
|
||
|
||
char const *user_name = STRINGP (luser_name) ? SSDATA (luser_name) : "";
|
||
char const *host_name = STRINGP (lhost_name) ? SSDATA (lhost_name) : "";
|
||
char lock_info_str[MAX_LFINFO + 1];
|
||
intmax_t pid = getpid ();
|
||
|
||
if (boot)
|
||
{
|
||
if (sizeof lock_info_str
|
||
<= snprintf (lock_info_str, sizeof lock_info_str,
|
||
"%s@%s.%"PRIdMAX":%"PRIdMAX,
|
||
user_name, host_name, pid, boot))
|
||
return ENAMETOOLONG;
|
||
}
|
||
else if (sizeof lock_info_str
|
||
<= snprintf (lock_info_str, sizeof lock_info_str,
|
||
"%s@%s.%"PRIdMAX,
|
||
user_name, host_name, pid))
|
||
return ENAMETOOLONG;
|
||
|
||
return create_lock_file (SSDATA (lfname), lock_info_str, force);
|
||
}
|
||
|
||
/* Return true if times A and B are no more than one second apart. */
|
||
|
||
static bool
|
||
within_one_second (time_t a, time_t b)
|
||
{
|
||
return (a - b >= -1 && a - b <= 1);
|
||
}
|
||
|
||
/* On systems lacking ELOOP, test for an errno value that shouldn't occur. */
|
||
#ifndef ELOOP
|
||
# define ELOOP (-1)
|
||
#endif
|
||
|
||
/* Read the data for the lock file LFNAME into LFINFO. Read at most
|
||
MAX_LFINFO + 1 bytes. Return the number of bytes read, or -1
|
||
(setting errno) on error. */
|
||
|
||
static ptrdiff_t
|
||
read_lock_data (char *lfname, char lfinfo[MAX_LFINFO + 1])
|
||
{
|
||
ptrdiff_t nbytes;
|
||
|
||
while ((nbytes = readlinkat (AT_FDCWD, lfname, lfinfo, MAX_LFINFO + 1)) < 0
|
||
&& errno == EINVAL)
|
||
{
|
||
int fd = emacs_open (lfname, O_RDONLY | O_NOFOLLOW, 0);
|
||
if (0 <= fd)
|
||
{
|
||
ptrdiff_t read_bytes = emacs_read (fd, lfinfo, MAX_LFINFO + 1);
|
||
int read_errno = errno;
|
||
if (emacs_close (fd) != 0)
|
||
return -1;
|
||
errno = read_errno;
|
||
return read_bytes;
|
||
}
|
||
|
||
if (errno != ELOOP)
|
||
return -1;
|
||
|
||
/* readlinkat saw a non-symlink, but emacs_open saw a symlink.
|
||
The former must have been removed and replaced by the latter.
|
||
Try again. */
|
||
maybe_quit ();
|
||
}
|
||
|
||
return nbytes;
|
||
}
|
||
|
||
/* True if errno values are negative. Although the C standard
|
||
requires them to be positive, they are negative in Haiku. */
|
||
enum { NEGATIVE_ERRNO = EDOM < 0 };
|
||
|
||
/* Nonzero values that are not errno values. */
|
||
enum
|
||
{
|
||
/* Another process on this machine owns it. */
|
||
ANOTHER_OWNS_IT = NEGATIVE_ERRNO ? 1 : -1,
|
||
|
||
/* This Emacs process owns it. */
|
||
I_OWN_IT = 2 * ANOTHER_OWNS_IT
|
||
};
|
||
|
||
/* Return 0 if nobody owns the lock file LFNAME or the lock is obsolete,
|
||
ANOTHER_OWNS_IT if another process owns it
|
||
(and set OWNER (if non-null) to info),
|
||
I_OWN_IT if the current process owns it,
|
||
or an errno value if something is wrong with the locking mechanism. */
|
||
|
||
static int
|
||
current_lock_owner (lock_info_type *owner, Lisp_Object lfname)
|
||
{
|
||
lock_info_type local_owner;
|
||
ptrdiff_t lfinfolen;
|
||
intmax_t pid, boot_time;
|
||
char *at, *dot, *lfinfo_end;
|
||
|
||
/* Even if the caller doesn't want the owner info, we still have to
|
||
read it to determine return value. */
|
||
if (!owner)
|
||
owner = &local_owner;
|
||
|
||
/* If nonexistent lock file, all is well; otherwise, got strange error. */
|
||
lfinfolen = read_lock_data (SSDATA (lfname), owner->user);
|
||
if (lfinfolen < 0)
|
||
return errno == ENOENT || errno == ENOTDIR ? 0 : errno;
|
||
if (MAX_LFINFO < lfinfolen)
|
||
return ENAMETOOLONG;
|
||
owner->user[lfinfolen] = 0;
|
||
|
||
/* Parse USER@HOST.PID:BOOT_TIME. If can't parse, return EINVAL. */
|
||
/* The USER is everything before the last @. */
|
||
owner->at = at = memrchr (owner->user, '@', lfinfolen);
|
||
if (!at)
|
||
return EINVAL;
|
||
owner->dot = dot = strrchr (at, '.');
|
||
if (!dot)
|
||
return EINVAL;
|
||
|
||
/* The PID is everything from the last '.' to the ':' or equivalent. */
|
||
if (! c_isdigit (dot[1]))
|
||
return EINVAL;
|
||
errno = 0;
|
||
pid = strtoimax (dot + 1, &owner->colon, 10);
|
||
if (errno == ERANGE)
|
||
pid = -1;
|
||
|
||
/* After the ':' or equivalent, if there is one, comes the boot time. */
|
||
char *boot = owner->colon + 1;
|
||
switch (owner->colon[0])
|
||
{
|
||
case 0:
|
||
boot_time = 0;
|
||
lfinfo_end = owner->colon;
|
||
break;
|
||
|
||
case '\357':
|
||
/* Treat "\357\200\242" (U+F022 in UTF-8) as if it were ":" (Bug#24656).
|
||
This works around a bug in the Linux CIFS kernel client, which can
|
||
mistakenly transliterate ':' to U+F022 in symlink contents.
|
||
See <https://bugzilla.redhat.com/show_bug.cgi?id=1384153>. */
|
||
if (! (boot[0] == '\200' && boot[1] == '\242'))
|
||
return EINVAL;
|
||
boot += 2;
|
||
FALLTHROUGH;
|
||
case ':':
|
||
if (! c_isdigit (boot[0]))
|
||
return EINVAL;
|
||
boot_time = strtoimax (boot, &lfinfo_end, 10);
|
||
break;
|
||
|
||
default:
|
||
return EINVAL;
|
||
}
|
||
if (lfinfo_end != owner->user + lfinfolen)
|
||
return EINVAL;
|
||
|
||
Lisp_Object system_name = Fsystem_name ();
|
||
/* If `system-name' returns nil, that means we're in a
|
||
--no-build-details Emacs, and the name part of the link (e.g.,
|
||
.#test.txt -> larsi@.118961:1646577954) is an empty string. */
|
||
if (NILP (system_name))
|
||
system_name = build_string ("");
|
||
/* Protect against the extremely unlikely case of the host name
|
||
containing an @ character. */
|
||
else if (strchr (SSDATA (system_name), '@'))
|
||
system_name = CALLN (Ffuncall, intern ("string-replace"),
|
||
build_string ("@"), build_string ("-"),
|
||
system_name);
|
||
/* On current host? */
|
||
if (STRINGP (system_name)
|
||
&& dot - (at + 1) == SBYTES (system_name)
|
||
&& memcmp (at + 1, SSDATA (system_name), SBYTES (system_name)) == 0)
|
||
{
|
||
if (pid == getpid ())
|
||
return I_OWN_IT;
|
||
else if (0 < pid && pid <= TYPE_MAXIMUM (pid_t)
|
||
&& (kill (pid, 0) >= 0 || errno == EPERM)
|
||
&& (boot_time == 0
|
||
|| (boot_time <= TYPE_MAXIMUM (time_t)
|
||
&& within_one_second (boot_time, get_boot_time ()))))
|
||
return ANOTHER_OWNS_IT;
|
||
/* The owner process is dead or has a strange pid, so try to
|
||
zap the lockfile. */
|
||
else
|
||
return unlink (SSDATA (lfname)) < 0 ? errno : 0;
|
||
}
|
||
else
|
||
{ /* If we wanted to support the check for stale locks on remote machines,
|
||
here's where we'd do it. */
|
||
return ANOTHER_OWNS_IT;
|
||
}
|
||
}
|
||
|
||
|
||
/* Lock the lock named LFNAME if possible.
|
||
Return 0 in that case.
|
||
Return ANOTHER_OWNS_IT if some other process owns the lock, and info about
|
||
that process in CLASHER.
|
||
Return errno value if cannot lock for any other reason. */
|
||
|
||
static int
|
||
lock_if_free (lock_info_type *clasher, Lisp_Object lfname)
|
||
{
|
||
int err;
|
||
while ((err = lock_file_1 (lfname, 0)) == EEXIST)
|
||
{
|
||
err = current_lock_owner (clasher, lfname);
|
||
|
||
/* Return if we locked it, or another process owns it, or it is
|
||
a strange error. */
|
||
if (err != 0)
|
||
return err == I_OWN_IT ? 0 : err;
|
||
|
||
/* We deleted a stale lock or some other process deleted the lock;
|
||
try again to lock the file. */
|
||
}
|
||
|
||
return err;
|
||
}
|
||
|
||
/* Return the encoded name of the lock file for FN, or nil if none. */
|
||
|
||
static Lisp_Object
|
||
make_lock_file_name (Lisp_Object fn)
|
||
{
|
||
Lisp_Object lock_file_name = call1 (Qmake_lock_file_name,
|
||
Fexpand_file_name (fn, Qnil));
|
||
return !NILP (lock_file_name) ? ENCODE_FILE (lock_file_name) : Qnil;
|
||
}
|
||
|
||
/* lock_file locks file FN,
|
||
meaning it serves notice on the world that you intend to edit that file.
|
||
This should be done only when about to modify a file-visiting
|
||
buffer previously unmodified.
|
||
Do not (normally) call this for a buffer already modified,
|
||
as either the file is already locked, or the user has already
|
||
decided to go ahead without locking.
|
||
|
||
When this returns, either the lock is locked for us,
|
||
or lock creation failed,
|
||
or the user has said to go ahead without locking.
|
||
|
||
If the file is locked by someone else, this calls
|
||
ask-user-about-lock (a Lisp function) with two arguments,
|
||
the file name and info about the user who did the locking.
|
||
This function can signal an error, or return t meaning
|
||
take away the lock, or return nil meaning ignore the lock. */
|
||
|
||
static Lisp_Object
|
||
lock_file (Lisp_Object fn)
|
||
{
|
||
lock_info_type lock_info;
|
||
|
||
/* Don't do locking while dumping Emacs.
|
||
Uncompressing wtmp files uses call-process, which does not work
|
||
in an uninitialized Emacs. */
|
||
if (will_dump_p ())
|
||
return Qnil;
|
||
|
||
Lisp_Object lfname = Qnil;
|
||
if (create_lockfiles)
|
||
{
|
||
/* Create the name of the lock-file for file fn */
|
||
lfname = make_lock_file_name (fn);
|
||
if (NILP (lfname))
|
||
return Qnil;
|
||
}
|
||
|
||
/* See if this file is visited and has changed on disk since it was
|
||
visited. */
|
||
Lisp_Object subject_buf = get_truename_buffer (fn);
|
||
if (!NILP (subject_buf)
|
||
&& NILP (Fverify_visited_file_modtime (subject_buf))
|
||
&& !NILP (Ffile_exists_p (fn))
|
||
&& !(!NILP (lfname) && current_lock_owner (NULL, lfname) == I_OWN_IT))
|
||
call1 (intern ("userlock--ask-user-about-supersession-threat"), fn);
|
||
|
||
/* Don't do locking if the user has opted out. */
|
||
if (!NILP (lfname))
|
||
{
|
||
/* Try to lock the lock. FIXME: This ignores errors when
|
||
lock_if_free returns an errno value. */
|
||
if (lock_if_free (&lock_info, lfname) == ANOTHER_OWNS_IT)
|
||
{
|
||
/* Someone else has the lock. Consider breaking it. */
|
||
Lisp_Object attack;
|
||
char *dot = lock_info.dot;
|
||
ptrdiff_t pidlen = lock_info.colon - (dot + 1);
|
||
static char const replacement[] = " (pid ";
|
||
int replacementlen = sizeof replacement - 1;
|
||
memmove (dot + replacementlen, dot + 1, pidlen);
|
||
strcpy (dot + replacementlen + pidlen, ")");
|
||
memcpy (dot, replacement, replacementlen);
|
||
attack = call2 (intern ("ask-user-about-lock"), fn,
|
||
build_string (lock_info.user));
|
||
/* Take the lock if the user said so. */
|
||
if (!NILP (attack))
|
||
lock_file_1 (lfname, 1);
|
||
}
|
||
}
|
||
return Qnil;
|
||
}
|
||
|
||
static Lisp_Object
|
||
unlock_file (Lisp_Object fn)
|
||
{
|
||
Lisp_Object lfname = make_lock_file_name (fn);
|
||
if (NILP (lfname))
|
||
return Qnil;
|
||
|
||
int err = current_lock_owner (0, lfname);
|
||
if (! (err == 0 || err == ANOTHER_OWNS_IT
|
||
|| (err == I_OWN_IT
|
||
&& (unlink (SSDATA (lfname)) == 0 || (err = errno) == ENOENT))))
|
||
report_file_errno ("Unlocking file", fn, err);
|
||
|
||
return Qnil;
|
||
}
|
||
|
||
static Lisp_Object
|
||
unlock_file_handle_error (Lisp_Object err)
|
||
{
|
||
call1 (intern ("userlock--handle-unlock-error"), err);
|
||
return Qnil;
|
||
}
|
||
|
||
#endif /* MSDOS */
|
||
|
||
void
|
||
unlock_all_files (void)
|
||
{
|
||
register Lisp_Object tail, buf;
|
||
register struct buffer *b;
|
||
|
||
FOR_EACH_LIVE_BUFFER (tail, buf)
|
||
{
|
||
b = XBUFFER (buf);
|
||
if (STRINGP (BVAR (b, file_truename))
|
||
&& BUF_SAVE_MODIFF (b) < BUF_MODIFF (b))
|
||
Funlock_file (BVAR (b, file_truename));
|
||
}
|
||
}
|
||
|
||
DEFUN ("lock-file", Flock_file, Slock_file, 1, 1, 0,
|
||
doc: /* Lock FILE.
|
||
If the option `create-lockfiles' is nil, this does nothing. */)
|
||
(Lisp_Object file)
|
||
{
|
||
#ifndef MSDOS
|
||
CHECK_STRING (file);
|
||
|
||
/* If the file name has special constructs in it,
|
||
call the corresponding file name handler. */
|
||
Lisp_Object handler;
|
||
handler = Ffind_file_name_handler (file, Qlock_file);
|
||
if (!NILP (handler))
|
||
return call2 (handler, Qlock_file, file);
|
||
|
||
lock_file (file);
|
||
#endif /* MSDOS */
|
||
return Qnil;
|
||
}
|
||
|
||
DEFUN ("unlock-file", Funlock_file, Sunlock_file, 1, 1, 0,
|
||
doc: /* Unlock FILE. */)
|
||
(Lisp_Object file)
|
||
{
|
||
#ifndef MSDOS
|
||
CHECK_STRING (file);
|
||
|
||
/* If the file name has special constructs in it,
|
||
call the corresponding file name handler. */
|
||
Lisp_Object handler;
|
||
handler = Ffind_file_name_handler (file, Qunlock_file);
|
||
if (!NILP (handler))
|
||
{
|
||
call2 (handler, Qunlock_file, file);
|
||
return Qnil;
|
||
}
|
||
|
||
internal_condition_case_1 (unlock_file,
|
||
file,
|
||
list1 (Qfile_error),
|
||
unlock_file_handle_error);
|
||
#endif /* MSDOS */
|
||
return Qnil;
|
||
}
|
||
|
||
DEFUN ("lock-buffer", Flock_buffer, Slock_buffer,
|
||
0, 1, 0,
|
||
doc: /* Lock FILE, if current buffer is modified.
|
||
FILE defaults to current buffer's visited file,
|
||
or else nothing is done if current buffer isn't visiting a file.
|
||
|
||
If the option `create-lockfiles' is nil, this does nothing. */)
|
||
(Lisp_Object file)
|
||
{
|
||
if (NILP (file))
|
||
file = BVAR (current_buffer, file_truename);
|
||
else
|
||
CHECK_STRING (file);
|
||
if (SAVE_MODIFF < MODIFF
|
||
&& !NILP (file))
|
||
Flock_file (file);
|
||
return Qnil;
|
||
}
|
||
|
||
DEFUN ("unlock-buffer", Funlock_buffer, Sunlock_buffer,
|
||
0, 0, 0,
|
||
doc: /* Unlock the file visited in the current buffer.
|
||
If the buffer is not modified, this does nothing because the file
|
||
should not be locked in that case. It also does nothing if the
|
||
current buffer is not visiting a file, or is not locked. Handles file
|
||
system errors by calling `display-warning' and continuing as if the
|
||
error did not occur. */)
|
||
(void)
|
||
{
|
||
if (SAVE_MODIFF < MODIFF
|
||
&& STRINGP (BVAR (current_buffer, file_truename)))
|
||
Funlock_file (BVAR (current_buffer, file_truename));
|
||
return Qnil;
|
||
}
|
||
|
||
/* Unlock the file visited in buffer BUFFER. */
|
||
|
||
void
|
||
unlock_buffer (struct buffer *buffer)
|
||
{
|
||
if (BUF_SAVE_MODIFF (buffer) < BUF_MODIFF (buffer)
|
||
&& STRINGP (BVAR (buffer, file_truename)))
|
||
Funlock_file (BVAR (buffer, file_truename));
|
||
}
|
||
|
||
DEFUN ("file-locked-p", Ffile_locked_p, Sfile_locked_p, 1, 1, 0,
|
||
doc: /* Return a value indicating whether FILENAME is locked.
|
||
The value is nil if the FILENAME is not locked,
|
||
t if it is locked by you, else a string saying which user has locked it. */)
|
||
(Lisp_Object filename)
|
||
{
|
||
#ifdef MSDOS
|
||
return Qnil;
|
||
#else
|
||
Lisp_Object ret;
|
||
int owner;
|
||
lock_info_type locker;
|
||
|
||
/* If the file name has special constructs in it,
|
||
call the corresponding file name handler. */
|
||
Lisp_Object handler;
|
||
handler = Ffind_file_name_handler (filename, Qfile_locked_p);
|
||
if (!NILP (handler))
|
||
{
|
||
return call2 (handler, Qfile_locked_p, filename);
|
||
}
|
||
|
||
Lisp_Object lfname = make_lock_file_name (filename);
|
||
if (NILP (lfname))
|
||
return Qnil;
|
||
|
||
owner = current_lock_owner (&locker, lfname);
|
||
switch (owner)
|
||
{
|
||
case I_OWN_IT: ret = Qt; break;
|
||
case ANOTHER_OWNS_IT:
|
||
ret = make_string (locker.user, locker.at - locker.user);
|
||
break;
|
||
case 0: ret = Qnil; break;
|
||
default: report_file_errno ("Testing file lock", filename, owner);
|
||
}
|
||
|
||
return ret;
|
||
#endif
|
||
}
|
||
|
||
void
|
||
syms_of_filelock (void)
|
||
{
|
||
DEFVAR_LISP ("temporary-file-directory", Vtemporary_file_directory,
|
||
doc: /* The directory for writing temporary files. */);
|
||
Vtemporary_file_directory = Qnil;
|
||
|
||
DEFVAR_BOOL ("create-lockfiles", create_lockfiles,
|
||
doc: /* Non-nil means use lockfiles to avoid editing collisions.
|
||
The name of the (per-buffer) lockfile is constructed by prepending
|
||
".#" to the name of the file being locked. See also `lock-buffer' and
|
||
Info node `(emacs)Interlocking'. */);
|
||
create_lockfiles = true;
|
||
|
||
DEFSYM (Qlock_file, "lock-file");
|
||
DEFSYM (Qunlock_file, "unlock-file");
|
||
DEFSYM (Qfile_locked_p, "file-locked-p");
|
||
DEFSYM (Qmake_lock_file_name, "make-lock-file-name");
|
||
|
||
defsubr (&Slock_file);
|
||
defsubr (&Sunlock_file);
|
||
defsubr (&Slock_buffer);
|
||
defsubr (&Sunlock_buffer);
|
||
defsubr (&Sfile_locked_p);
|
||
}
|