Age | Commit message (Expand) | Author |
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 |
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-26 | Use %r27 as the thread control block pointer, allowing for __get_tcb() calls | Miod Vallat |
2013-08-24 | Move underrun/overrun recovery code from the sun-api back-end to | Alexandre Ratchov |
2013-08-24 | replace random() with arc4random. | David Gwynne |
2013-08-17 | Use %lld and cast to (long long) when printing time_t values and atoll() | Philip Guenther |
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-10 | Plug fd and mem leak in fuse_open's error path. ok syl@ | Jeremie Courreges-Anglas |
2013-08-10 | Remove some useless DPRINTF. | Sylvestre Gallon |
2013-08-08 | sync with recent name changes; | Jason McIntyre |
2013-08-08 | rename fuse docs after existent functions; | Jason McIntyre |
2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q | Philip Guenther |