summaryrefslogtreecommitdiffstats
path: root/include/grp.h
Commit message (Expand)AuthorAgeFilesLines
* Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-191-0/+4
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Namespace: setgrent() is an XSI extension.das2009-03-141-1/+3
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-171-4/+11
* Use relatively new visibility primitives for conditionals. Documentmike2002-09-181-6/+13
* style(9): line up function namesmike2002-09-171-8/+8
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-3/+3
* Include <sys/_types.h>. This should have been part of the previousmike2002-04-151-1/+1
* o Implement <sys/_types.h>, a new header for storing types that aremike2002-04-011-3/+3
* Breath deep and take __P out of the system include files.imp2002-03-231-8/+8
* Make user_from_uid and group_from_gid return const char *, just likeimp2002-03-221-1/+1
* Use a integral type that doesn't require <sys/types.h>. Thismike2002-03-081-1/+2
* Rather than include namespace pollution in <grp.h> in order to declaremike2002-02-261-1/+5
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-2/+3
* Backout rev.1.5 - it seems that it's posixly correct that the programsobomax2002-02-251-2/+0
* In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),sobomax2002-02-251-0/+2
* Move user_from_uid to pwd.himp2002-02-141-0/+1
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-221-1/+2
* Back out all of yesterdays include file changes.eivind1997-05-071-2/+0
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+2
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+69
OpenPOWER on IntegriCloud