summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-12since we are documenting that setpwfile() is no longer available, maybeJason McIntyre
2014-03-12Add ERRORS and STANDARDS, thanks to brad@ for the reminder.Ingo Schwarze
2014-03-12Make sure that setgrent(), endgrent(), and endpwent() do not clobberIngo Schwarze
2014-03-12The functions getpw{nam,uid}_r() no longer set errno, not even if anIngo Schwarze
2014-03-10Optimization, no functional change:Ingo Schwarze
2014-03-08Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case.Ingo Schwarze
2014-03-06If RPP_STDIN is set the prompt is not displayed.Todd C. Miller
2014-03-05Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(),Ingo Schwarze
2014-02-21remove section 2/3 pointers from section 1,Ingo Schwarze
2014-01-22Use consistent phrasing for bitmask flags.Philip Guenther
2014-01-22fix a leak in getgrouplist()Jonathan Gray
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20Add missing section numbers to .Xr; found while testing mandocdb(8).Ingo Schwarze
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-19Fix one more off-by-one (making it an off-by-two):Tobias Stoeckmann
2014-01-19Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove theTheo de Raadt
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19Punctuation after macro arguments needs to be in a separate argument.Ingo Schwarze
2014-01-17Fix off-by-one on specially crafted /etc/shells file.Tobias Stoeckmann
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-11-22doc nit okay millert@Marc Espie
2013-11-16In getdiskbyname() set partition size with DL_SETPSIZE(). Make sureKenneth R Westerback
2013-11-15getpwnam_r() and getpwuid_r() reopen the passwd even when called withSebastian Benoit
2013-11-12put the _readdir_unlocked() prototype in an obvious placeTheo de Raadt
2013-11-12ANSI prototypesTheo de Raadt
2013-11-12pull in missing includes (math.h, unistd.h, stdlib.h) needed forTheo de Raadt
2013-11-12pull in stdlib.h as requiredTheo de Raadt
2013-11-12ttyslot() needs <stdlib.h>Theo de Raadt
2013-11-06Nowadays, seekdir(3) doesn't call _readdir_unlocked().Ingo Schwarze
2013-11-06Search the userland buffer of dirent structures before falling back toIngo Schwarze
2013-11-05Cleanup, no functional change:Ingo Schwarze
2013-11-05Make sure seekdir(3) works even when dirp->dd_buf still contains someIngo Schwarze
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-25close(fd), then set errnoTed Unangst
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-20catch up with elf(5)/stab(5) removal;Jason McIntyre
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-07getdirentries(2) is dead; long live getdents(2)!Philip Guenther
2013-10-06Remove an unnecessary (void *) castPhilip Guenther
2013-10-06fdopendir() needs to set dd_curpos so that an immediate telldir() works.Philip Guenther
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-08-16seekdir()/rewinddir() must update the position returned by telldir()Philip Guenther
2013-08-15Align stack yp buffers to 64-bit boundaries now, for they might containMiod Vallat
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-07-31remove complete balony description of the setprogname() interface [asTheo de Raadt
2013-07-18HISTORY; tweaks and ok sobrado@ jmc@Ingo Schwarze
2013-07-17more library historyIngo Schwarze