summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-2410-55/+70
* * path.cc (path_conv::check): Make sure any trailing path component is part ofChristopher Faylor2002-05-232-1/+10
* * smallprint.c (__small_vsprintf): Implement '%o' after all these years.Christopher Faylor2002-05-232-0/+8
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-228-24/+40
* * include/cygwin/types.h: Revert previous patch.Corinna Vinschen2002-05-222-2/+4
* * include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADSCorinna Vinschen2002-05-222-0/+7
* * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen2002-05-212-4/+12
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlinkChristopher Faylor2002-05-182-4/+8
* * path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor2002-05-184-3/+10
* remove white spaceChristopher Faylor2002-05-181-2/+2
* * fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with highChristopher Faylor2002-05-172-2/+16
* * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen2002-05-173-15/+22
* * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen2002-05-174-16/+9
* * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen2002-05-165-74/+140
* * cygwin.din: Add strlcat and strlcpy.Christopher Faylor2002-05-133-1/+11
* * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen2002-05-133-42/+44
* * fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN whenChristopher Faylor2002-05-122-4/+14
* fix entryChristopher Faylor2002-05-121-3/+3
* * syscalls.cc (_read): Change error to EBADF if attempt to write to aChristopher Faylor2002-05-122-0/+13
* * fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor2002-05-125-60/+80
* * fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.Christopher Faylor2002-05-122-1/+6
* fix formattingChristopher Faylor2002-05-122-12/+17
* fix commentChristopher Faylor2002-05-121-1/+1
* * autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor2002-05-1210-73/+1001
* * syscalls.cc (_write): Change error to EBADF if attempt to write to aChristopher Faylor2002-05-092-0/+8
* * cygheap.h (class cygheap_user): Add member `orig_psid'.Corinna Vinschen2002-05-083-1/+19
* * localtime.cc (tzsetwall): Use wildabbr if generated timezone nameCorinna Vinschen2002-05-072-7/+12
* * spawn.cc (spawn_guts): Move call to set_process_privilege()Corinna Vinschen2002-05-064-11/+13
* * path.h (path_conv::path_conv): Initialise normalized_path to NULL.Christopher Faylor2002-05-042-1/+5
* .Christopher Faylor2002-05-041-0/+10
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-047-65/+167
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-038-24/+53
* * fhandler_proc.cc (fhandler_proc::fstat): Prime with information fromChristopher Faylor2002-05-022-6/+13
* * path.cc (hash_path_name): Improve hash function strength.Corinna Vinschen2002-05-022-3/+6
* missed a conflict indicatorRobert Collins2002-05-021-1/+0
* 2002-05-02 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-05-022-5/+14
* add new filesChristopher Faylor2002-05-024-0/+1325
* add commentChristopher Faylor2002-05-021-0/+1
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-0211-64/+240
* * include/cygwin/types.h: Include <sys/sysmacros.h>.Christopher Faylor2002-05-012-0/+6
* revert patchChristopher Faylor2002-04-193-14/+0
* 2002-04-16 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-04-193-0/+14
* * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes forCorinna Vinschen2002-04-182-2/+8
* remove obsolete comment.Christopher Faylor2002-04-151-3/+0
* * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen2002-04-123-8/+40
* * cygwin.din: Add strptime.Christopher Faylor2002-04-093-1/+9
* * fork.cc (fork_child): Call fixup_mmaps_after_fork() somewhat earlier.Corinna Vinschen2002-04-092-3/+7
* * fhandler.cc (fhandler_base::open): Set read-only bit inCorinna Vinschen2002-04-092-6/+15
* new description for old api.Christopher Faylor2002-04-041-0/+13
* * times.cc (gettimeofday): Fix typo in previous patch.Christopher Faylor2002-03-282-2/+6