| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | inc/sys/stat.h (struct stat): Change the types of st_uid and st_gid to unsigned. | Eli Zaretskii | 2009-03-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid to unsigned. (getpwuid): Argument is now unsigned. uid_t is now unsigned. ntlib.c (setuid): Argument is now unsigned. (getuid): Return value is now unsigned. (getpwuid): Argument is now unsigned. (fchown): UID and GID arguments are now unsigned. ntlib.h (fchown): UID and GID arguments are now unsigned. (getuid): Return value is now unsigned. (setuid): Argument is now unsigned. (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h). w32.c (getpwuid): Change argument type to unsigned. (struct w32_id): Change type of `rid' member to unsigned. (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of argument ID to unsigned. All callers changed. (getuid, geteuid, getgid, getegid): Change return type to unsigned. | ||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| | | |||||
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -8/+7 |
| | | |||||
| * | Include sys/types.h, sys/stat.h, and errno.h. | Eli Zaretskii | 2008-05-09 | 1 | -0/+147 |
| | | | | | | (IS_DIRECTORY_SEP): New macro. (convert_time, is_exec, stat): New functions. | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | | 2001). | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -7/+7 |
| | | |||||
| * | (sleep): Make argument unsigned long. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
| | | |||||
| * | (getppid): Look for EM_PARENT_PROCESS_ID. | Geoff Voelker | 1998-05-30 | 1 | -1/+1 |
| | | |||||
| * | (getpid): Delete function. | Geoff Voelker | 1997-09-03 | 1 | -6/+0 |
| | | |||||
| * | (getwd): Correct return type. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
| | | |||||
| * | Include ntlib.h. | Geoff Voelker | 1996-05-03 | 1 | -2/+121 |
| | | | | | | | | (nt_sleep): Rename to sleep. (getwd): Return directory. (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, sys_ctime, sys_fopen): New functions. | ||||
| * | (getpid): New function. | Geoff Voelker | 1996-03-19 | 1 | -0/+6 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -12/+13 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1994-11-01 | 1 | -0/+90 |