summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.c
AgeCommit message (Collapse)Author
1995-06-11Linux select() returns the amount of time left before a timeout would havefvdl
occured in the timeval structure. Emulate this behavior. Reported by Theo de Raadt.
1995-06-11* Make Linux ELF binaries work. Lots of code duplication, but it will have to dofvdl
for now. * Add a sanity check in linux_uselib
1995-06-10Rename the dirent fields to match Linux. Make sure the requested buffermycroft
is no larger than MAXBSIZE.
1995-03-22Emulate the return value of times() better.mycroft
1995-03-21Update to use timer{add,sub}().mycroft
1995-03-05Added a few more system calls.fvdl
More consistent alternate root file semantics throughout.
1995-02-28Added Linux compat code.fvdl