summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2013-10-28kill kame version symbols and sysctlTheo de Raadt
2013-10-25close(fd), then set errnoTed Unangst
2013-10-24Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.Philip Guenther
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-22tweak previous;Jason McIntyre
2013-10-22delete extra words; Henri KemppainenTheo de Raadt
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
2013-10-21Remove arc4random_stir() and arc4random_addrandom(), which none shouldTheo de Raadt
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-14Missed the file renames for the string functions when committing thePhilip Guenther
2013-10-13Make it possible to build to reduced version of a library, includingPhilip Guenther
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-10-06Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soPhilip Guenther
2013-10-04a couple of warning fixes and an RCS marker; ok markus@Damien Miller
2013-10-01replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery;Markus Friedl
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-25Add examples to show why this is a terrible API. OK jmc@ henning@Todd C. Miller
2013-09-25According to POSIX, if the src and dst strings overlap, the behaviorTodd C. Miller
2013-09-11Correct type of tv_sec to time_t.Kenneth R Westerback
2013-09-08Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10Miod Vallat
2013-08-28Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned anStefan Sperling
2013-08-28oops, we forgot to remove the .El in previous; sorry stefan (though youJason McIntyre
2013-08-28Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmcStefan Sperling
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-14use Bsx;Jason McIntyre
2013-08-14ident and data members of struct kevent changed types: ident toPhilip Guenther
2013-08-14more Bx;Jason McIntyre
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-08-08sync with recent name changes;Jason McIntyre
2013-08-01Add linker warnings for rand() and random() and various related functions.Mark Kettenis
2013-07-31remove complete balony description of the setprogname() interface [asTheo de Raadt
2013-07-20sync with the actual definition of struct statfs in <sys/mount.h>; ok jmc@Christian Weisgerber
2013-07-18HISTORY; tweaks and ok sobrado@ jmc@Ingo Schwarze
2013-07-17missing symbol rename.Eric Faurot
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-16more macro simplification; from Jan StaryJason McIntyre
2013-07-12major bump after asr symbols changesEric Faurot
2013-07-12Make some symbols static and prefix all visible symbols with asr_Eric Faurot
2013-07-10rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changesJason McIntyre
2013-07-06functions, not macros; from Daniel DickmanJason McIntyre
2013-07-05ELF_TOOLCHAIN bye bye.Miod Vallat
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie