summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrent.3
Commit message (Collapse)AuthorAgeFilesLines
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
| | | | Submitted by: ache
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-221-1/+1
| | | | | | with uid_t usage and (user)->pw_uid. PR: 3242
* yp(4) -> yp(8).ru2002-01-141-2/+2
| | | | PR: docs/30797
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Remove blank line introduced in rev 1.13.sheldonh2000-11-201-1/+0
|
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Correct the xref section - it was incorrectly using .Fn insteadmpp1997-02-281-4/+4
| | | | of .Xr for the xrefs.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Update to reflect current include files.mpp1997-01-301-2/+2
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* I hate to read a man page that almost has useful informationjmacd1996-06-201-2/+2
| | | | | | | but falls a little short. I added a comment on the null termination of struct group's gr_mem field. Reviewed by: jkh
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-2/+2
| | | | | wrong function type declarations, and wrong argument type declarations.
* Fixed incomplete or wrong lists of prerequisite #includes related tobde1996-05-011-1/+2
| | | | <sys/types.h>.
* Document YP support.wollman1994-09-201-12/+24
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+192
OpenPOWER on IntegriCloud