summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-09Prepare the random translator to be merged into the Hurd sourcesJustus Winter
Move the random translator to its own subdirectory 'random'. This is the last commit to this repository. Development of the random translator will continue in the main Hurd repository.
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