Age | Commit message (Expand) | Author | Files | Lines |
2005-03-27 | * timer.cc (nanosleep): Treat tv_sec < 0 as invalid. | Christopher Faylor | 3 | -5/+21 |
2005-03-27 | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 25 | -287/+509 |
2005-03-26 | Mention generic-build-script in packaging FAQ | Joshua Daniel Franklin | 2 | -13/+22 |
2005-03-24 | * cygcheck.cc (init_paths): Use full path instead of "." for the | Corinna Vinschen | 2 | -3/+15 |
2005-03-24 | * fhandler.h (fhandler_socket::secret_event): Remove. | Corinna Vinschen | 5 | -263/+229 |
2005-03-24 | * include/stdio.h (__mingw_fwrite): Change return value to | Danny Smith | 3 | -2/+8 |
2005-03-23 | * include/ctype.h: Always define macros when inside cygwin. | Christopher Faylor | 2 | -2/+8 |
2005-03-23 | checkin previously missed file. | Christopher Faylor | 1 | -1/+0 |
2005-03-23 | fix comment | Christopher Faylor | 1 | -1/+1 |
2005-03-23 | * fhandler.h (fhandler_socket::eid_connect): Make private. | Corinna Vinschen | 4 | -76/+135 |
2005-03-23 | * include/cygwin/version.h: Change coment for most recent API version bump to | Christopher Faylor | 2 | -1/+7 |
2005-03-23 | * include/ctype.h: New file. | Christopher Faylor | 4 | -4/+194 |
2005-03-23 | * Makefile.common: Add -dD to options when creating preprocess files. | Christopher Faylor | 2 | -6/+10 |
2005-03-22 | * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft. | Christopher Faylor | 13 | -16/+282 |
2005-03-22 | * cygwin.din (__ctype_ptr): Export. | Corinna Vinschen | 3 | -1/+8 |
2005-03-21 | * fhandler.h (class cygthread): Remove forward declaration. | Corinna Vinschen | 2 | -1/+4 |
2005-03-21 | * fhandler.h (class cygthread): Forward declare. | Corinna Vinschen | 4 | -137/+226 |
2005-03-19 | * how-programming.texinfo: Remove incorrect libm.a note. | Joshua Daniel Franklin | 2 | -2/+4 |
2005-03-19 | * child_info.h (fork_info): Use different method to alias variable. | Christopher Faylor | 9 | -896/+921 |
2005-03-18 | * net.cc (cygwin_getprotobyname): Don't try to be fancy with return values. | Christopher Faylor | 2 | -2/+8 |
2005-03-17 | * fhandler_disk_file.cc (fhandler_disk_file::utimes): Handle opening | Corinna Vinschen | 2 | -4/+8 |
2005-03-17 | * fhandler_socket.cc (fhandler_socket::connect): Always set sun_path | Corinna Vinschen | 2 | -42/+41 |
2005-03-16 | complete a sentenc | Christopher Faylor | 1 | -1/+1 |
2005-03-16 | * fhandler_tape.cc (get_ll): This is a generally useful function so move it | Christopher Faylor | 4 | -4/+13 |
2005-03-16 | * winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change. | Christopher Faylor | 2 | -1/+6 |
2005-03-16 | missing file from previous checkin. | Christopher Faylor | 1 | -20/+12 |
2005-03-16 | * dir.cc: Rename opendir_* to dirent_* throughout. | Christopher Faylor | 5 | -15/+34 |
2005-03-16 | * cygtls.cc (free_local): New macro. | Christopher Faylor | 5 | -92/+93 |
2005-03-16 | * errno.cc (errmap): Correct typo in previous change. | Christopher Faylor | 2 | -1/+5 |
2005-03-16 | * include/winnt.h (_LUID): Add structure. Correct LUID typedef. | Danny Smith | 2 | -1/+10 |
2005-03-15 | * cygtls.cc (_cygtls::remove): Free process_ident, if it exists. | Christopher Faylor | 3 | -0/+10 |
2005-03-15 | 2005-03-15 Hans Leidekker <hans@it.vu.nl> | Danny Smith | 2 | -2/+6 |
2005-03-12 | * path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK. | Christopher Faylor | 3 | -38/+65 |
2005-03-10 | * path.cc (is_floppy): New function. | Corinna Vinschen | 3 | -1/+25 |
2005-03-10 | * autoload.cc (LoadDLLprime): Use nocopy segment or forked processes will not | Christopher Faylor | 2 | -2/+7 |
2005-03-10 | * autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdef | Christopher Faylor | 3 | -3/+15 |
2005-03-10 | * pinfo.h (pinfo::pinfo): Clear more elements in the constructor. | Christopher Faylor | 2 | -2/+6 |
2005-03-09 | * net.cc (dup_ent): Revert older stupid test for null. Don't copy name if it | Christopher Faylor | 2 | -6/+13 |
2005-03-09 | * fhandler_socket.cc (fhandler_socket::eid_pipe_name): Fix format | Corinna Vinschen | 2 | -44/+61 |
2005-03-09 | * net.cc (dup_ent): Revert previous stupid change. | Christopher Faylor | 2 | -1/+5 |
2005-03-09 | * signal.cc (sigprocmask): Rename first parameter to "how". | Corinna Vinschen | 2 | -10/+13 |
2005-03-09 | * net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf. | Christopher Faylor | 2 | -1/+5 |
2005-03-09 | * path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT when | Christopher Faylor | 2 | -2/+8 |
2005-03-09 | Remove \n from debug_printf | Christopher Faylor | 1 | -1/+1 |
2005-03-08 | * fhandler_socket.cc (fhandler_socket::listen): Don't limit the number | Corinna Vinschen | 2 | -2/+7 |
2005-03-08 | revert errnoneous checkin | Christopher Faylor | 1 | -46/+22 |
2005-03-08 | * pinfo.cc (pinfo::exit): Right shift exit value by eight when not started in a | Christopher Faylor | 3 | -24/+55 |
2005-03-08 | * mmap.cc (mmap64): Handle MAP_AUTOGROW flag. | Corinna Vinschen | 4 | -11/+71 |
2005-03-08 | * dcrt0.cc (dll_crt0_0): Eliminate muto::init call. | Christopher Faylor | 5 | -23/+30 |
2005-03-08 | * kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't pad | Christopher Faylor | 2 | -2/+7 |