Age | Commit message (Expand) | Author |
2013-11-25 | unsigned char changes for ctype | Theo de Raadt |
2013-11-25 | use an unsigned char instead, to avoid lots of casts | Theo de Raadt |
2013-11-25 | Use iswupper() for wide characters, not isupper(); ok deraadt | Stefan Sperling |
2013-11-24 | most obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-22 | doc nit okay millert@ | Marc Espie |
2013-11-16 | In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure | Kenneth R Westerback |
2013-11-15 | getpwnam_r() and getpwuid_r() reopen the passwd even when called with | Sebastian Benoit |
2013-11-13 | oops should not be static | Theo de Raadt |
2013-11-13 | bring in proto | Theo de Raadt |
2013-11-13 | bring in math.h to provide prototypes | Theo de Raadt |
2013-11-12 | remove dead files | Eric Faurot |
2013-11-12 | put the _readdir_unlocked() prototype in an obvious place | Theo de Raadt |
2013-11-12 | ANSI prototypes | Theo de Raadt |
2013-11-12 | a __fputwc_unlock() prototype was available in fvwrite.h, so use that | Theo de Raadt |
2013-11-12 | both files contain a function which should only be static. | Theo de Raadt |
2013-11-12 | permute15() should be static. Not cranking libc now, because it is | Theo de Raadt |
2013-11-12 | insert the proper arguments into a prototype | Theo de Raadt |
2013-11-12 | avoid arithetic on void * | Theo de Raadt |
2013-11-12 | ANSI prototype | Theo de Raadt |
2013-11-12 | pull in missing includes (math.h, unistd.h, stdlib.h) needed for | Theo de Raadt |
2013-11-12 | pull in stdlib.h as required | Theo de Raadt |
2013-11-12 | add proto for amd64 case; unify otherwise | Theo de Raadt |
2013-11-12 | ttyslot() needs <stdlib.h> | Theo de Raadt |
2013-11-06 | Nowadays, seekdir(3) doesn't call _readdir_unlocked(). | Ingo Schwarze |
2013-11-06 | Search the userland buffer of dirent structures before falling back to | Ingo Schwarze |
2013-11-05 | Cleanup, no functional change: | Ingo Schwarze |
2013-11-05 | Make sure seekdir(3) works even when dirp->dd_buf still contains some | Ingo Schwarze |
2013-11-02 | Oops, utime() is section 3, not 2 | Philip Guenther |
2013-11-02 | Fix lie that predated NetBSD: the struct stat time padding affected | Philip Guenther |
2013-11-02 | out of place word; discussed with jmc and guenther | Theo de Raadt |
2013-11-02 | .Xr clock_gettime | Marc Espie |
2013-11-02 | finish xref linking clock_gettime and getitimer | Ted Unangst |
2013-11-01 | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | Philip Guenther |
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 |