Go to file
lukem 326483c4de change getgrent() backends so that a flag (per source) is set once the
source has been exhausted. this allows getgrent() across multiple
sources (e.g, ``group: files nis'') to work correctly. the flags are
reset in setgrent()/endgrent().

(as per similar change in getpwent.c rev 1.42)

XXX: this change means that code that uses getgrent() to obtain a list
of groups will have to do duplicate suppression... getgrouplist()
springs to mind; i'm about to modify that
1999-04-25 13:39:41 +00:00
bin More punctuation glitches. 1999-04-20 05:49:50 +00:00
distrib Enter the notes subdir before entering the machine directories. 1999-04-25 12:05:36 +00:00
etc fixed syntax for using an nfs mounted mfs partition 1999-04-24 19:57:11 +00:00
games Buffer overflow fix (from OpenBSD) 1999-04-24 22:09:06 +00:00
gnu Fix evil bitfield bug. 1999-04-25 00:10:44 +00:00
include #ifdef __STDC__ -> #if __STDC__ 1999-04-20 20:15:47 +00:00
lib change getgrent() backends so that a flag (per source) is set once the 1999-04-25 13:39:41 +00:00
libexec Allow rpaths in setuid binaries, noticed by tron. This is already done 1999-04-23 19:29:30 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin Fix entry point parsing if output file specified to modload (PR7352) 1999-04-23 17:47:02 +00:00
share Corrected description of "flags" parameter (bytes -> bits, reformulation 1999-04-25 00:00:05 +00:00
sys It is no longer necessary to protect bus_dma_[un]load() at splbio, since 1999-04-25 10:40:53 +00:00
usr.bin It was a bad idea to call a function 'beep'. 1999-04-25 09:10:07 +00:00
usr.sbin split line 1999-04-25 06:28:10 +00:00
Makefile Improve documentation. 1999-04-01 02:49:12 +00:00