Age | Commit message (Expand) | Author |
2013-12-02 | CIRCLEQ begone. | Kenneth R Westerback |
2013-12-01 | mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway. | Philip Guenther |
2013-12-01 | Eliminate references to the basep argument which was removed in the | Philip Guenther |
2013-11-29 | fairly simple unsigned char casts for ctype | Theo de Raadt |
2013-11-29 | Don't try to reuse _initial_thread in the fork() wrapper, as the | Philip Guenther |
2013-11-28 | The print() routine here can be passed at least some of the non-characters | Philip Guenther |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | unsigned char cast for ctype; ok guenther | Theo de Raadt |
2013-11-26 | Remove unused var and include. Fix errno values as per spec. | Federico G. Schwindt |
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 | unsigned char casts for ctype macros | Theo de Raadt |
2013-11-22 | doc nit okay millert@ | Marc Espie |
2013-11-22 | obvious cast for isspace() | Theo de Raadt |
2013-11-22 | don't use PAGE_SIZE, it is not portable. Ted can polish this after | Theo de Raadt |
2013-11-21 | Fix a big memory leak in libfuse. | Sylvestre Gallon |
2013-11-21 | remove dead assignment as reported by llvm. | Federico G. Schwindt |
2013-11-21 | handle the fourth vararg value to sem_open | Ted Unangst |
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov |
2013-11-20 | shared semaphore fixes. first, eliminate the sem inside a sem indirection. | Ted Unangst |
2013-11-20 | spelling fix; | Jason McIntyre |
2013-11-20 | this implementation may now be capable of shared semaphores | Ted Unangst |
2013-11-20 | more detail on error conditions | Ted Unangst |
2013-11-20 | oops, forgot about unnamed shared sems | Ted Unangst |
2013-11-20 | zhuk and i have slightly different styles. unify and consistify | Ted Unangst |
2013-11-19 | tweak previous; | Jason McIntyre |
2013-11-19 | move -Wxxx flags from CFALGS to COPTS | Alexandre Ratchov |
2013-11-19 | slightly better | Ted Unangst |
2013-11-18 | boilerplate documentation | Ted Unangst |
2013-11-18 | interprocess semaphores ala sem_open. mostly following in the pattern | Ted Unangst |
2013-11-18 | add missing prototypes | Alexandre Ratchov |
2013-11-17 | Mark internal symbols as hidden. This removes symbols from the ABI, | Philip Guenther |
2013-11-16 | In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure | Kenneth R Westerback |
2013-11-16 | _kvm_syserr() is printf-like too | Philip Guenther |
2013-11-16 | ANSIfy a declaration | Philip Guenther |
2013-11-16 | Prep for hidden visibility: move the vnode/file related function | Philip Guenther |
2013-11-15 | getpwnam_r() and getpwuid_r() reopen the passwd even when called with | Sebastian Benoit |
2013-11-13 | Prefix by '_' symbols that are not part of the API. | Alexandre Ratchov |
2013-11-13 | repair prototypes | Theo de Raadt |
2013-11-13 | fix_options() is not used by anything; remove API, crank major | Theo de Raadt |
2013-11-13 | document that ibuf_write() and msgbuf_write() can now return EAGAIN | Sebastian Benoit |
2013-11-13 | original bug diagnosed by sthen: automatic retry in msgbuf_write on | Sebastian Benoit |
2013-11-13 | Remove redundant extern "C" {...}. ok deraadt@ | Jeremie Courreges-Anglas |
2013-11-13 | Document the negative errno quirk used by callbacks in struct fuse_operations. | Stefan Sperling |
2013-11-13 | use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK. | Theo de Raadt |
2013-11-13 | correct types for arguments to the x509 functions | Theo de Raadt |
2013-11-13 | oops should not be static | Theo de Raadt |
2013-11-13 | bring in proto | Theo de Raadt |