summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-06functions, not macros; from Daniel DickmanJason McIntyre
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-09sort;Jason McIntyre
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-09add some basic descriptions for the fuse sysctlsTed Unangst
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-02Add mentions about net.mpls and net.inet.ip.ifq.YASUOKA Masahiko
2013-06-02fix id, from bradTed Unangst
2013-06-01tweak previous;Jason McIntyre
2013-06-01reorder syslog params descr to make sense, and minor tweaks, plus jmc@'sMarc Espie
2013-06-01string.h defines null for usTed Unangst
2013-06-01no need to cast nullTed Unangst
2013-05-31doesn't need any headersTed Unangst
2013-05-31minor tweaksTed Unangst
2013-05-31fixieTed Unangst
2013-05-31Add getprogname() and setprogname() to ease slackers^porters' work.Antoine Jacoutot
2013-05-31add shm_open and friends which i have been told ports programs wouldTed Unangst