summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-22Fixed typo.Tobias Stoeckmann
2013-04-19add clock_gettime to see also. i think guenther was ok with this.Ted Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-04-15Implement fdatasync() as a wrapper around fsync()Matthew Dempsky
2013-04-06rthread sysctl isn't experimental anymore. oh, and it's gone too.Ted Unangst
2013-04-05- Add comments regarding copies of these files also in libexec/ld.soKurt Miller
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-03-24sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not somePhilip Guenther
2013-03-21Do not need machine/param.hTheo de Raadt
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-11document LOG_ODELAY; from Daniel DickmanJason McIntyre
2013-03-07Oops: confstr()'s return value should include the NUL in its countPhilip Guenther
2013-03-02zap end of line whitespace;Jason McIntyre