aboutsummaryrefslogtreecommitdiff
path: root/include/grp.h
Commit message (Expand)AuthorAgeFilesLines
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten2016-07-311-2/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-3/+3
* Replace our version of the pwcache(3) API with NetBSD's implementation.Brooks Davis2012-10-191-0/+4
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Namespace: setgrent() is an XSI extension.David Schultz2009-03-141-1/+3
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-171-4/+11
* Use relatively new visibility primitives for conditionals. DocumentMike Barcroft2002-09-181-6/+13
* style(9): line up function namesMike Barcroft2002-09-171-8/+8
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* Include <sys/_types.h>. This should have been part of the previousMike Barcroft2002-04-151-1/+1
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-3/+3
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-8/+8
* Make user_from_uid and group_from_gid return const char *, just likeWarner Losh2002-03-221-1/+1
* Use a integral type that doesn't require <sys/types.h>. ThisMike Barcroft2002-03-081-1/+2
* Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft2002-02-261-1/+5
* Per POSIX <grp.h> doesn't require <sys/types.h>.Maxim Sobolev2002-02-251-2/+3
* Backout rev.1.5 - it seems that it's posixly correct that the programMaxim Sobolev2002-02-251-2/+0
* In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),Maxim Sobolev2002-02-251-0/+2
* Move user_from_uid to pwd.hWarner Losh2002-02-141-0/+1
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray2002-01-221-1/+2
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-071-2/+0
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-05-071-0/+2
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+69