summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2002-05-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-05-3013-30/+423
* * mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal.Christopher Faylor2002-05-302-1/+6
* * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):Corinna Vinschen2002-05-302-0/+9
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-306-29/+45
* * mount.cc (main): Make -b the default.Christopher Faylor2002-05-302-1/+5
* speling fxiChristopher Faylor2002-05-301-1/+1
* * configure.in (vax-*-netbsd*): Don't build gas for thisJason Thorpe2002-05-302-0/+9
* 2002-05-29 Matt Thomas <matt@3am-software.com>Jason Thorpe2002-05-302-0/+55
* * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor2002-05-293-1/+7
* * ps.cc (main): Use uid or uid32 member of struct external_pinfoCorinna Vinschen2002-05-292-7/+25
* * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen2002-05-293-2/+11
* * external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor2002-05-293-4/+13
* * ps.cc (main): Change print format for uid to unsigned. Use uid32Corinna Vinschen2002-05-292-5/+10
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-2917-55/+135
* * include/cygwin/socket.h: Protect some symbols against multipleCorinna Vinschen2002-05-296-20/+399
* * passwd.c (prog_name): New global variable.Corinna Vinschen2002-05-292-39/+114
* * dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection ofChristopher Faylor2002-05-292-43/+61
* clarify changelogChristopher Faylor2002-05-291-1/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly check forChristopher Faylor2002-05-292-1/+10
* 2002-05-28 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-05-289-38/+223
* 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>Marek Michalkiewicz2002-05-282-0/+8
* Add DLX targetNick Clifton2002-05-282-2/+6
* * ps.cc (usage): Fix typo.Corinna Vinschen2002-05-282-1/+6
* * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen2002-05-283-1/+8
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-2815-74/+235
* Add DLX targetNick Clifton2002-05-287-1/+354
* * include/w32api.h: Increment version to 1.5Earnie Boyd2002-05-283-4/+9
* Merging MinGW changesEarnie Boyd2002-05-282-1/+6
* Merging MinGW changesEarnie Boyd2002-05-2846-1877/+1877
* * ps.cc (prog_name): New global variable.Christopher Faylor2002-05-282-11/+86
* * autoload.cc (noload): Properly mask low order word for determining number ofChristopher Faylor2002-05-282-1/+6
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.Christopher Faylor2002-05-282-3/+6
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-2832-922/+1075
* * security.cc (lsa2str): New function.Corinna Vinschen2002-05-272-2/+15
* * syscalls.cc (seteuid): Do not take allow_ntsec into account.Corinna Vinschen2002-05-272-242/+225
* 2002-05-27 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith2002-05-272-7/+16
* 2002-05-27 Rick Rankin <rick_rankin@yahoo.com>Danny Smith2002-05-272-0/+7
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-275-2/+16
* * winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.Christopher Faylor2002-05-272-3/+5
* update commentChristopher Faylor2002-05-271-1/+1
* * strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor2002-05-272-3/+16
* * ia64.h: Use #include "" instead of <> for local header files.Alan Modra2002-05-253-4/+9
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-2536-42/+7
* 2002-05-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-05-249-27/+157
* Fix typos.Christopher Faylor2002-05-241-16/+16
* * libc/sys/linux/sys/cdefs.h: Add __weak_reference macros.Thomas Fitzsimmons2002-05-2412-23/+351
* * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen2002-05-242-4/+11
* * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2002-05-242-122/+203
* 2002-05-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-05-242-1/+10
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-2410-55/+70