aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie60-92/+98
2000-08-02* include/sys/strace.h: Fix strace definition.Christopher Faylor2-2/+6
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor5-125/+139
2000-07-31* passwd.c (main): Initialize oldpwd before beeing used.Corinna Vinschen2-0/+5
2000-07-30* fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor3-12/+19
2000-07-29* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode if itChristopher Faylor2-0/+14
2000-07-29* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we endChristopher Faylor2-1/+6
2000-07-29* kill.cc (main): Add '-f' option to force termination of a process.Christopher Faylor3-36/+244
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor29-633/+761
2000-07-29* environ.cc (parse_thing): Make binmode a DWORD.Christopher Faylor4-5/+10
2000-07-29* include/cygwin/cygwin_dll.h: Update for modern compilers.Christopher Faylor3-6/+10
2000-07-28Minor formatting change.Christopher Faylor2-2/+2
2000-07-28Fix typo.Christopher Faylor1-1/+1
2000-07-28* utils/mount.cc (main): Add --show-cygdrive-prefixes option.Christopher Faylor3-2/+57
2000-07-28* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor7-12/+155
2000-07-28* include/cygwin/version.h: Bump DLL minor version number to 4.Christopher Faylor2-1/+5
2000-07-27Remove obsolete entries:David Starks-Browning1-97/+41
2000-07-27Entry 'How do anti-virus programs like Cygwin?': Remove disclaimer; hangingDavid Starks-Browning1-4/+7
2000-07-27Entry 'How should I set my PATH?': Don't omit Windows system directories.David Starks-Browning1-1/+2
2000-07-27Added missing ChangeLog entry.Corinna Vinschen1-0/+5
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie19-4/+75
2000-07-27* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeedChristopher Faylor2-1/+6
2000-07-27fix typo.Christopher Faylor1-1/+1
2000-07-26Give signal_exit noreturn attribute.Christopher Faylor1-1/+1
2000-07-26* exceptions.cc (signal_exit): Renamed from "really+exit". Always setsChristopher Faylor2-18/+15
2000-07-26 * environ.cc (posify): Revert previous patch.Corinna Vinschen2-18/+37
2000-07-26* syscalls.cc (stat_worker): Make stat return correct st_blocks for files withChristopher Faylor2-151/+157
2000-07-26 * security.cc (lookup_name): Search on local machine first ifCorinna Vinschen2-0/+22
2000-07-26* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to makeChristopher Faylor2-0/+6
2000-07-26Add missing ChangeLog entry.Christopher Faylor1-0/+10
2000-07-26 * passwd.cc: Change name of passwd_in_memory_p to passwd_state.Corinna Vinschen2-15/+38
2000-07-26* syscalls.cc (statfs): Use path_conv method to convert input path.Christopher Faylor2-3/+5
2000-07-26* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor3-83/+122
2000-07-25New entry (Programming Questions): 'Why doesn't gdb handle signals?'David Starks-Browning1-0/+8
2000-07-25Entry 'Is the Cygwin library multi-thread-safe?': Update for latest release.David Starks-Browning1-30/+5
2000-07-25Entry 'Are mixed-case filenames possible with Cygwin?': Expand slightly,David Starks-Browning1-6/+8
2000-07-25New entry (Cygwin API Questions): 'Is there a mouse interface?' -- No.David Starks-Browning1-0/+5
2000-07-25Entry 'Can I use my own malloc?': Add warning about _malloc_r from newlib.David Starks-Browning1-3/+8
2000-07-25Entry 'Is it OK to have multiple copies of the DLL?':David Starks-Browning1-9/+5
2000-07-25Changed 'sourceware.cygnus.com' to 'sources.redhat.com' in the FAQ, where app...David Starks-Browning5-25/+22
2000-07-24 * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen2-1/+5
2000-07-24 * fhandler.h (class fhandler_dev_random): Add members for managingCorinna Vinschen3-11/+95
2000-07-23 * fhandler.h: Add comment.Corinna Vinschen2-0/+7
2000-07-23 * fhandler.h (class fhandler_dev_raw): Add private member `varblkop'Corinna Vinschen4-64/+97
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen4-17/+38
2000-07-21 * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen2-6/+13
2000-07-21 * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE andCorinna Vinschen1-1/+1
2000-07-21 * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen2-1/+7
2000-07-20 * ntsec.sgml: Add description for the new setuid abilityCorinna Vinschen4-13/+190
2000-07-19 * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen2-6/+11