summaryrefslogtreecommitdiff
path: root/src/w32.c
Commit message (Expand)AuthorAgeFilesLines
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (stat): Fix last change.Eli Zaretskii2009-07-111-1/+1
* (logon_network_drive): Don't assume PATH is an absolute file name.Eli Zaretskii2009-07-111-17/+37
* (stat): Treat UNC file names as residing on remote drives. (Bug#3542)Eli Zaretskii2009-07-091-3/+5
* Emulation of `getloadavg' on MS-Windows:Eli Zaretskii2009-07-041-5/+201
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-2/+1
* inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned.Eli Zaretskii2009-03-211-11/+11
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)Juanma Barranquero2009-01-041-63/+56
* (process_times): Compute sum of utime and stime.Eli Zaretskii2009-01-021-5/+9
* Reorganize implementation of Flist_system_processes andDan Nicolaescu2008-12-191-2/+2
* * w32.c (init_environment): Don't free handle to library shell32.dll.Juanma Barranquero2008-12-031-7/+2
* (init_user_info): Allocate buf[] with xmalloc using the size needed byEli Zaretskii2008-08-301-81/+149
* (w32_system_process_attributes) [_MSC_VER < 1300]: Alternative calculationEli Zaretskii2008-08-151-0/+12
* (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.Eli Zaretskii2008-08-151-14/+179
* (stat): Only root directory passed to GetDriveType.Eli Zaretskii2008-08-151-2/+14
* (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX): Rename fromEli Zaretskii2008-08-151-6/+7
* (w32_system_process_attributes): If the process does not exist, return nil.Eli Zaretskii2008-08-091-0/+8
* (process_times): Fix the case of System process.Eli Zaretskii2008-08-091-3/+16
* Include thelp32.h, psapi.h and coding.h.Eli Zaretskii2008-08-091-4/+710
* Spelling fix.Glenn Morris2008-07-011-3/+3
* American English spelling fix.Glenn Morris2008-06-271-2/+2
* Comment fix for rms.Glenn Morris2008-06-141-1/+1
* Daniel Engeler <engeler at gmail.com>Glenn Morris2008-06-131-5/+310
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-021-5/+4
* Include dispextern.h.Eli Zaretskii2008-05-241-0/+1
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-16/+16
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+5
* (stat): Fix last change.Eli Zaretskii2008-05-091-1/+1
* Support for reporting owner and group of each file on MS-Windows:Eli Zaretskii2008-05-091-36/+292
* Rename the_passwd_* to dflt_passwd_*.Eli Zaretskii2008-05-091-47/+59
* Merge from emacs--rel--22Miles Bader2008-04-231-0/+5
|\
| * Fix last change.Jason Rumney2008-04-101-1/+1
| * (stat): When Vw32_get_true_file_attributes is Qlocal, getJason Rumney2008-04-101-0/+5
* | (logon_network_drive): Also logon to remote drives thatJason Rumney2008-04-101-1/+6
* | Merge from emacs--rel--22Miles Bader2008-04-051-0/+15
|\ \ | |/
| * (readdir): If FindFirstFile/FindNextFile return in cFileName a file name thatEli Zaretskii2008-03-261-3/+17
* | (init_user_info): Don't restrict UID and GID to 0-60000 range.Eli Zaretskii2008-04-051-4/+0
* | (sys_chown, stat, fstat): Use S_* constants instead of _S_* ones, since weEli Zaretskii2008-04-051-22/+26
* | (readdir): If FindFirstFile/FindNextFile return in cFileName a file name thatEli Zaretskii2008-03-221-4/+15
* | Merge from emacs--rel--22Miles Bader2008-02-241-1/+1
|\ \ | |/
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
* | (globals_of_w32): Add initializations for g_b_init_get_sid_sub_authority andEli Zaretskii2008-02-231-3/+11
* | (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead ofEli Zaretskii2008-02-161-9/+15
* | (stat): Don't do a double check for networked drive.Jason Rumney2008-01-281-2/+1
* | (fstat): Use pw_uid and pw_gid from the_passwd structure for st_uid andEli Zaretskii2008-01-261-2/+2
* | (get_sid_sub_authority, get_sid_sub_authority_count): Fix return valuesEli Zaretskii2008-01-261-4/+6
* | (init_user_info): Fix commentary for RID usage.Eli Zaretskii2008-01-261-2/+2
* | (g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): NewEli Zaretskii2008-01-261-23/+88
* | (logon_network_drive): New function.Jason Rumney2008-01-261-0/+33