Age | Commit message (Expand) | Author |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-25 | close(fd), then set errno | Ted Unangst |
2013-10-24 | Align 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_file2 | Philip Guenther |
2013-10-22 | tweak previous; | Jason McIntyre |
2013-10-22 | delete extra words; Henri Kemppainen | Theo de Raadt |
2013-10-21 | update documentation for these functions. They now state the case regarding | Theo de Raadt |
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-14 | Missed the file renames for the string functions when committing the | Philip Guenther |
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther |
2013-10-07 | getdirentries(2) is dead; long live getdents(2)! | Philip Guenther |
2013-10-06 | Remove an unnecessary (void *) cast | Philip Guenther |
2013-10-06 | fdopendir() needs to set dd_curpos so that an immediate telldir() works. | Philip Guenther |
2013-10-06 | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | Philip Guenther |
2013-10-04 | a couple of warning fixes and an RCS marker; ok markus@ | Damien Miller |
2013-10-01 | replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; | Markus Friedl |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-09-25 | Add examples to show why this is a terrible API. OK jmc@ henning@ | Todd C. Miller |
2013-09-25 | According to POSIX, if the src and dst strings overlap, the behavior | Todd C. Miller |
2013-09-11 | Correct type of tv_sec to time_t. | Kenneth R Westerback |
2013-09-08 | Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10 | Miod Vallat |
2013-08-28 | Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an | Stefan Sperling |
2013-08-28 | oops, we forgot to remove the .El in previous; sorry stefan (though you | Jason McIntyre |
2013-08-28 | Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmc | Stefan Sperling |
2013-08-16 | seekdir()/rewinddir() must update the position returned by telldir() | Philip Guenther |
2013-08-15 | Align stack yp buffers to 64-bit boundaries now, for they might contain | Miod Vallat |
2013-08-14 | use Bsx; | Jason McIntyre |
2013-08-14 | ident and data members of struct kevent changed types: ident to | Philip Guenther |
2013-08-14 | more Bx; | Jason McIntyre |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-08 | sync with recent name changes; | Jason McIntyre |
2013-08-01 | Add linker warnings for rand() and random() and various related functions. | Mark Kettenis |
2013-07-31 | remove complete balony description of the setprogname() interface [as | Theo de Raadt |
2013-07-20 | sync with the actual definition of struct statfs in <sys/mount.h>; ok jmc@ | Christian Weisgerber |
2013-07-18 | HISTORY; tweaks and ok sobrado@ jmc@ | Ingo Schwarze |
2013-07-17 | missing symbol rename. | Eric Faurot |
2013-07-17 | more library history | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | more macro simplification; from Jan Stary | Jason McIntyre |
2013-07-12 | major bump after asr symbols changes | Eric Faurot |
2013-07-12 | Make some symbols static and prefix all visible symbols with asr_ | Eric Faurot |
2013-07-10 | rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changes | Jason McIntyre |
2013-07-06 | functions, not macros; from Daniel Dickman | Jason McIntyre |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-07-03 | test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53. | Marc Espie |