# HG changeset patch # User Eli Zaretskii # Date 1217694421 0 # Node ID 390c190a3d44711fc3f818745689ee19e46d036a # Parent 1d85638347af9857ab01d75a9e62dc0477c83067 *** empty log message *** diff -r 1d85638347af -r 390c190a3d44 src/ChangeLog --- a/src/ChangeLog Sat Aug 02 16:24:38 2008 +0000 +++ b/src/ChangeLog Sat Aug 02 16:27:01 2008 +0000 @@ -1,3 +1,18 @@ +2008-08-02 Eli Zaretskii + + * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. + + * lisp.h: Add prototype for directory_files_internal. + + * process.c (Fsystem_processes_list, Fsystem_process_attributes): + New functions. + (syms_of_process): Defsubr them. Add initializations for various + Q* symbols used in procfs_system_process_attributes. + (procfs_list_system_processes, procfs_system_process_attributes) + [HAVE_PROCFS]: New functions. + (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname) + (procfs_get_total_memory): New functions. + 2008-08-01 Juanma Barranquero * xfaces.c (Fx_load_color_file): Fix previous change; @@ -2323,6 +2338,7 @@ (local_heap, local_alloc, local_free, malloc_widget_value) (free_widget_value): Define here. +>>>>>>> 1.6832 2008-06-09 Kenichi Handa * font.h (Qascii_0): Extern it.