summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pwdgrp.h
Commit message (Expand)AuthorAgeFilesLines
* * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen2008-12-201-1/+1
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-2/+3
* * sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor2005-04-051-1/+1
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-3/+3
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-0/+1
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-14/+2
* * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor2003-04-101-4/+4
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-3/+3
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-011-1/+1
* * passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor2003-01-311-3/+3
* * strings.h (strechr): New function.Christopher Faylor2003-01-271-1/+1
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-261-3/+17
* * pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor2003-01-251-2/+3
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-241-22/+20
* * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor2003-01-211-35/+37
* * path.h (etc::change_possible): Revert the type to bool.Christopher Faylor2003-01-211-1/+0
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-87/+35
* * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor2003-01-171-7/+6
* update copyrightChristopher Faylor2003-01-171-1/+1
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-85/+81
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-13/+35
* * pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2002-10-241-2/+2
* * pwdgrp.h (pwdgrp_read::pwdgrp_read): Remove.Corinna Vinschen2002-08-191-13/+3
* * pwdgrp.h (pwdgrp_read::~pwdgrp_read): Avoid compiler warning.Corinna Vinschen2002-06-261-1/+2
* * grp.cc (etc_group): Removed.Corinna Vinschen2002-06-051-5/+74
* Eliminate excess whitespace.Christopher Faylor2001-11-051-12/+12
* * pwdgrp.h (pwdgrp_check::set_last_modified): Call GetFileTime()Corinna Vinschen2001-09-091-4/+2
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-091-0/+57