Age | Commit message (Expand) | Author |
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 |
2013-08-07 | Document lgamma_r, lgammaf_r, and lgammal_r. | Todd C. Miller |
2013-08-07 | simple inaccurate implementation of lrint* functions on vax, just so | Marc Espie |
2013-08-06 | When writing a new record in pw_copy() print the uid and gid as | Todd C. Miller |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-08-06 | scalbnf on vax, okay miod@ | Marc Espie |
2013-08-05 | tgamma(+-0) == +-Inf | Mark Kettenis |
2013-08-03 | KERN_PROC_BYPID --> KERN_FILE_BYPID | Philip Guenther |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis |
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-30 | Free the list used for tracking the pthread_{get,set}specific() | Philip Guenther |
2013-07-30 | Stop overwriting the dying thread's struct thread as its tid member may | Philip Guenther |
2013-07-29 | fix a colossal cockup due to pointer/array confusion. | Ted Unangst |
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-16 | non[ -]existing -> non-existent; | Jason McIntyre |
2013-07-15 | Fix atan2f() and hypotf() by actually converting both their arguments to the | Miod Vallat |
2013-07-15 | use some generic code on vax, to do round/roundf/scalbln... | Marc Espie |
2013-07-15 | use atan2f to add atanf | Marc Espie |
2013-07-15 | bring reference C code that's not compiled in synch with asm code | Marc Espie |
2013-07-15 | add some missing asm functions to vax: long double as aliases to double, | Marc Espie |
2013-07-13 | Remove no longer needed vax CFLAGS workarounds. | Miod Vallat |
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-11 | Merge fuse_opt code with stsp@ fuse_opt code. | syl |
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-05 | Add support for fuse_teardown(3). This function | syl |
2013-07-05 | various tidy up; | Jason McIntyre |
2013-07-05 | ... and gain rintf by using the same technique, along with aliases for | Marc Espie |