| Commit message (Expand) | Author | Age | Files | Lines |
* | * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766) | Juanma Barranquero | 2009-01-04 | 1 | -63/+56 |
* | (process_times): Compute sum of utime and stime. | Eli Zaretskii | 2009-01-02 | 1 | -5/+9 |
* | Reorganize implementation of Flist_system_processes and | Dan Nicolaescu | 2008-12-19 | 1 | -2/+2 |
* | * w32.c (init_environment): Don't free handle to library shell32.dll. | Juanma Barranquero | 2008-12-03 | 1 | -7/+2 |
* | (init_user_info): Allocate buf[] with xmalloc using the size needed by | Eli Zaretskii | 2008-08-30 | 1 | -81/+149 |
* | (w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculation | Eli Zaretskii | 2008-08-15 | 1 | -0/+12 |
* | (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs. | Eli Zaretskii | 2008-08-15 | 1 | -14/+179 |
* | (stat): Only root directory passed to GetDriveType. | Eli Zaretskii | 2008-08-15 | 1 | -2/+14 |
* | (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename from | Eli Zaretskii | 2008-08-15 | 1 | -6/+7 |
* | (w32_system_process_attributes): If the process does not exist, return nil. | Eli Zaretskii | 2008-08-09 | 1 | -0/+8 |
* | (process_times): Fix the case of System process. | Eli Zaretskii | 2008-08-09 | 1 | -3/+16 |
* | Include thelp32.h, psapi.h and coding.h. | Eli Zaretskii | 2008-08-09 | 1 | -4/+710 |
* | Spelling fix. | Glenn Morris | 2008-07-01 | 1 | -3/+3 |
* | American English spelling fix. | Glenn Morris | 2008-06-27 | 1 | -2/+2 |
* | Comment fix for rms. | Glenn Morris | 2008-06-14 | 1 | -1/+1 |
* | Daniel Engeler <engeler at gmail.com> | Glenn Morris | 2008-06-13 | 1 | -5/+310 |
* | Make "xfree (NULL)" a no-op; remove useless if-before-xfree. | Jim Meyering | 2008-06-02 | 1 | -5/+4 |
* | Include dispextern.h. | Eli Zaretskii | 2008-05-24 | 1 | -0/+1 |
* | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. | Jason Rumney | 2008-05-22 | 1 | -16/+16 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+5 |
* | (stat): Fix last change. | Eli Zaretskii | 2008-05-09 | 1 | -1/+1 |
* | Support for reporting owner and group of each file on MS-Windows: | Eli Zaretskii | 2008-05-09 | 1 | -36/+292 |
* | Rename the_passwd_* to dflt_passwd_*. | Eli Zaretskii | 2008-05-09 | 1 | -47/+59 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-23 | 1 | -0/+5 |
|\ |
|
| * | Fix last change. | Jason Rumney | 2008-04-10 | 1 | -1/+1 |
| * | (stat): When Vw32_get_true_file_attributes is Qlocal, get | Jason Rumney | 2008-04-10 | 1 | -0/+5 |
* | | (logon_network_drive): Also logon to remote drives that | Jason Rumney | 2008-04-10 | 1 | -1/+6 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-04-05 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | (readdir): If FindFirstFile/FindNextFile return in cFileName a file name that | Eli Zaretskii | 2008-03-26 | 1 | -3/+17 |
* | | (init_user_info): Don't restrict UID and GID to 0-60000 range. | Eli Zaretskii | 2008-04-05 | 1 | -4/+0 |
* | | (sys_chown, stat, fstat): Use S_* constants instead of _S_* ones, since we | Eli Zaretskii | 2008-04-05 | 1 | -22/+26 |
* | | (readdir): If FindFirstFile/FindNextFile return in cFileName a file name that | Eli Zaretskii | 2008-03-22 | 1 | -4/+15 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-02-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | *** empty log message *** | Juanma Barranquero | 2008-02-05 | 1 | -1/+1 |
* | | (globals_of_w32): Add initializations for g_b_init_get_sid_sub_authority and | Eli Zaretskii | 2008-02-23 | 1 | -3/+11 |
* | | (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of | Eli Zaretskii | 2008-02-16 | 1 | -9/+15 |
* | | (stat): Don't do a double check for networked drive. | Jason Rumney | 2008-01-28 | 1 | -2/+1 |
* | | (fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid and | Eli Zaretskii | 2008-01-26 | 1 | -2/+2 |
* | | (get_sid_sub_authority, get_sid_sub_authority_count): Fix return values | Eli Zaretskii | 2008-01-26 | 1 | -4/+6 |
* | | (init_user_info): Fix commentary for RID usage. | Eli Zaretskii | 2008-01-26 | 1 | -2/+2 |
* | | (g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New | Eli Zaretskii | 2008-01-26 | 1 | -23/+88 |
* | | (logon_network_drive): New function. | Jason Rumney | 2008-01-26 | 1 | -0/+33 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
| * | (w32_get_resource): Remove unused variable `ok'. | Juanma Barranquero | 2007-10-25 | 1 | -1/+0 |
| * | (init_environment): Fix tiny memory leak. | Juanma Barranquero | 2007-10-25 | 1 | -0/+1 |
* | | * configure.in: Remove references to unsupported systems. | Dan Nicolaescu | 2008-01-06 | 1 | -6/+0 |
* | | (w32_get_resource): Remove unused variable `ok'. | Juanma Barranquero | 2007-10-25 | 1 | -1/+0 |
* | | (init_environment): Fix tiny memory leak. | Juanma Barranquero | 2007-10-25 | 1 | -0/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -0/+2 |
|\ \
| |/ |
|