aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2001-01-14* syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor2-2/+6
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor8-8/+43
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen4-17/+109
2001-01-10* regtool.cc (cmd_list): Add new registry display options.Christopher Faylor3-69/+107
2001-01-10more formatting changes.Christopher Faylor1-2/+4
2001-01-10* regtool.cc (translate): Ensure that 'c' is initialized.Christopher Faylor3-574/+595
2001-01-10* sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor2-1/+5
2001-01-09 Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen3-4/+10
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor17-52/+60
2001-01-05 * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen2-3/+33
2001-01-04* thread.cc: Need LONG_MAX definition.Christopher Faylor2-0/+5
2001-01-03* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.Christopher Faylor2-1/+6
2001-01-03* fhandler_console.cc (fhandler_console::read): Restore missing test for codeChristopher Faylor2-1/+6
2001-01-03Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com>Christopher Faylor3-4151/+4155
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen6-1/+102
2000-12-26* autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor4-14/+30
2000-12-25* include/cygwin/version.h: Bump DLL minor version number to 8.Christopher Faylor2-1/+5
2000-12-25missed a spot.Christopher Faylor1-1/+0
2000-12-25* lib/Makefile.in: Don't make "links" to include/w32api directory.Christopher Faylor2-1/+4
2000-12-22 * cygwinenv.sgml: Fix typo in <filename>. Add missing </para>.Corinna Vinschen2-3/+7
2000-12-20Fix syntax.Corinna Vinschen1-1/+1
2000-12-20 * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen3-0/+22
2000-12-20 * include/winbase.h: Add prototype for SetSecurityDescriptorControl.Corinna Vinschen2-0/+5
2000-12-20* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.Christopher Faylor2-2/+5
2000-12-20* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytesChristopher Faylor3-10/+16
2000-12-19 * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen2-0/+24
2000-12-19 * cygwinenv.sgml: Add text for `smbntsec' option.Corinna Vinschen2-1/+15
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen7-4/+25
2000-12-16* cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt HargetChristopher Faylor2-49/+205
2000-12-16* fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor3-38/+159
2000-12-15* path.cc (normalize_posix_path): Calculate path name length overruns moreChristopher Faylor3-10/+20
2000-12-15* fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor3-127/+51
2000-12-13new entry, installing cygwin-inst snapshots with setupDavid Starks-Browning1-0/+36
2000-12-13update contentsDavid Starks-Browning1-5/+6
2000-12-13very minor wording changeDavid Starks-Browning1-3/+3
2000-12-13update globbing entryDavid Starks-Browning1-10/+1
2000-12-12new entries about contributing packagesDavid Starks-Browning2-0/+23
2000-12-12try again...David Starks-Browning1-1/+1
2000-12-12add tip about -lm order to WinMail@16 entryDavid Starks-Browning1-4/+22
2000-12-12add entry about mt on Win9xDavid Starks-Browning1-2/+8
2000-12-12update & expand section on multiple DLLsDavid Starks-Browning1-4/+11
2000-12-12tiny fixDavid Starks-Browning1-0/+1
2000-12-12added structure (unsolved vs. FITNR).David Starks-Browning1-1/+13
2000-12-12screen has now been portedDavid Starks-Browning1-8/+0
2000-12-12these problems are fixed nowDavid Starks-Browning1-37/+1
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen3-4/+13
2000-12-11* lib/Makefile.in: Install headers and libraries in tooldir.Christopher Faylor2-9/+21
2000-12-11* Makefile.in: Compile/link dumper.exe with c++.Christopher Faylor2-10/+14
2000-12-10* include/sysexits: New file.Christopher Faylor2-0/+122
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor9-48/+100