summaryrefslogtreecommitdiff
path: root/random.c
AgeCommit message (Collapse)Author
2014-05-30Merge branch 'random' of ssh://git.savannah.gnu.org/srv/git/hurd/incubator ↵Samuel Thibault
into random
2014-05-30Fix buffer allocation on io_readSamuel Thibault
* random.c (trivfs_S_io_read): Catch buffer allocation error, and truncate allocation when we return less data than requested.
2014-04-08fix a receiver lookupJustus Winter
* mig-decls.h: New file. * mig-mutate.h: Likewise. * Makefile (MIGSFLAGS): Use mig-mutate.h. * random.c (S_startup_dosync): Fix the receiver lookup.
2012-11-27Move random to pthreadsRichard Braun
Makefiles, headers, types, macros and function calls are renamed where appropriate. * random.c: Switch from cthreads to pthreads. * Makefile: Likewise.
2011-08-18Import version from KilobugSamuel Thibault