summaryrefslogtreecommitdiff
path: root/include/grp.h
AgeCommit message (Expand)Author
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-31Fix up setgrent(3) to have a POSIX-compliant prototype.Ed Schouten
2014-05-11include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker
2012-10-19Replace our version of the pwcache(3) API with NetBSD's implementation.Brooks Davis
2010-02-16Remove the Berkeley clause 3's.Warner Losh
2009-03-14Namespace: setgrent() is an XSI extension.David Schultz
2003-04-17= Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine
2002-09-18Use relatively new visibility primitives for conditionals. DocumentMike Barcroft
2002-09-17style(9): line up function namesMike Barcroft
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-04-15Include <sys/_types.h>. This should have been part of the previousMike Barcroft
2002-04-01o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2002-03-22Make user_from_uid and group_from_gid return const char *, just likeWarner Losh
2002-03-08Use a integral type that doesn't require <sys/types.h>. ThisMike Barcroft
2002-02-26Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft
2002-02-25Per POSIX <grp.h> doesn't require <sys/types.h>.Maxim Sobolev
2002-02-25Backout rev.1.5 - it seems that it's posixly correct that the programMaxim Sobolev
2002-02-25In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),Maxim Sobolev
2002-02-14Move user_from_uid to pwd.hWarner Losh
2002-01-22Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray
1997-05-07Back out all of yesterdays include file changes.Eivind Eklund
1997-05-07Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund
1994-05-24BSD 4.4 Lite Include SourcesRodney W. Grimes