Age | Commit message (Expand) | Author |
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 | Update the fuse_opt to have option like -h working. | Sylvestre Gallon |
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-11-01 | Add missing bitfields needed by gvfs. | Sylvestre Gallon |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt |
2013-11-01 | enable fuse. | Sylvestre Gallon |
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-23 | In pthread_kill()/pthread_cancel(), hold the target thread's flags | 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-08 | 1) our dirent entries are now 8 byte aligned. | Philip Guenther |
2013-10-07 | Fix some different signedness error. this commit make clang happier. | Sylvestre Gallon |
2013-10-07 | Remove an unused variable and a useless bzero | Sylvestre Gallon |
2013-10-07 | Refactor fb_len and fb_err handling in libfuse. | Sylvestre Gallon |
2013-10-07 | Remove useless debug code from libfuse | Sylvestre Gallon |
2013-10-07 | Adapt libfuse to FUSE kernel changes | Sylvestre Gallon |
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-04 | _thread_sys_tcdrain() doesn't exist and isn't used | Philip Guenther |
2013-10-01 | replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery; | Markus Friedl |
2013-10-01 | Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@ | Todd C. Miller |
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-21 | Fix an ino_t inconsistency in libfuse. This commit unbreak | Sylvestre Gallon |
2013-09-21 | Bump major to 26, regen .pc and header with new version info. | James Turner |
2013-09-21 | Merge conflicts | James Turner |
2013-09-21 | Update sqlite to 3.8.0.2. A list of changes are available here: | James Turner |
2013-09-14 | - bit clearer about sysctls/securelevel (text lifted from i386_iopl(2)) | Jason McIntyre |
2013-09-11 | switch to using arc4random, as prompted by deraadt@. | Marc Espie |
2013-09-11 | Correct type of tv_sec to time_t. | Kenneth R Westerback |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie |
2013-09-08 | Remove a.out leftovers. (it's september now) | Miod Vallat |
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 | Following the ARM manuals and cookbooks, ldrex/strex don't have implicit | Patrick Wildt |
2013-08-28 | Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an | Stefan Sperling |