summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * regtool.cc (find_key): Handle keys with only one subkey.Corinna Vinschen2001-07-152-4/+12
* * syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor2001-07-142-6/+7
* * syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor2001-07-132-16/+26
* * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen2001-07-102-7/+33
* * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen2001-07-092-3/+11
* * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen2001-07-092-0/+21
* WinME also affected by missing pipe keyDavid Starks-Browning2001-07-061-1/+1
* New entry "Why doesn't Cygwin tcl/tk understand Cygwin paths?"David Starks-Browning2001-07-061-0/+9
* New entry: "Why don't international (8-bit) characters work?"David Starks-Browning2001-07-061-0/+14
* New "Known Problems" entry: Pipe key doesn't work on non-US kbds on Win9x.David Starks-Browning2001-07-061-2/+9
* better instructions for installing cygwin snapshotsDavid Starks-Browning2001-07-051-1/+1
* New entry "Where is the su command?"David Starks-Browning2001-07-051-0/+10
* "How do I rebuild the tools on my NT box?": texi2html now provided.David Starks-Browning2001-07-041-10/+3
* "Why the weird directory structure?": new mount output format.David Starks-Browning2001-07-041-5/+7
* Update "Can I use setup to install snapshots?" (now 'no') with new instructions.David Starks-Browning2001-07-041-14/+25
* Add caveat that contents list is always out of date.David Starks-Browning2001-07-041-30/+2
* just a bit more...David Starks-Browning2001-07-041-0/+2
* Add more to entry "How do I print under Cygwin"?David Starks-Browning2001-07-041-3/+24
* Add apropos and /usr/sbin/makewhatis to "Why doesn't man work?" entry.David Starks-Browning2001-07-041-3/+12
* * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success.Christopher Faylor2001-06-292-6/+10
* * regtool.cc (find_key): Revert previous change.Christopher Faylor2001-06-282-7/+8
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-2810-54/+88
* * regtool.cc (find_key): Allow '/' as a synonym for '\\'.Christopher Faylor2001-06-272-3/+10
* * fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor2001-06-264-5/+28
* Remove trailing tabs.Christopher Faylor2001-06-262-2/+2
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-2615-460/+484
* forced commitChristopher Faylor2001-06-241-0/+3
* Fix typoChristopher Faylor2001-06-241-1/+1
* * exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor2001-06-246-75/+84
* * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen2001-06-223-0/+17
* * fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set sizeCorinna Vinschen2001-06-222-1/+6
* * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen2001-06-222-2/+25
* 2001-06-22 Robert Collins rbtcollins@hotmail.comRobert Collins2001-06-212-2/+8
* * fhandler.cc (fhandler_base::open): Work around windows bug whenEgor Duda2001-06-202-0/+17
* * fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda2001-06-204-15/+44
* * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.Earnie Boyd2001-06-192-0/+13
* * fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor2001-06-184-64/+99
* Remove blank line.Christopher Faylor2001-06-181-1/+0
* * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor2001-06-166-8/+25
* * path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor2001-06-152-6/+10
* * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set sizeCorinna Vinschen2001-06-152-1/+9
* * mkpasswd.c (main): Output passwd file in binary mode so that there are no CRsChristopher Faylor2001-06-153-2/+13
* * fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits forChristopher Faylor2001-06-152-44/+40
* * thread.cc (pthread_cond::Signal): Release the condition access variableChristopher Faylor2001-06-142-1/+11
* * fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda2001-06-144-21/+40
* Remove reference to Cygnus.David Starks-Browning2001-06-141-1/+1
* teeny tiny typoDavid Starks-Browning2001-06-141-1/+1
* * who.texinfo: Oops. Add a couple of important folk.Christopher Faylor2001-06-133-0/+10
* * who.texinfo: Remove email addresses. Modernize.Christopher Faylor2001-06-132-55/+68
* * environ.cc (set_file_api_mode): New function. Move settingEgor Duda2001-06-124-4/+29