#
769310e8 |
| 11-Jun-1995 |
fvdl <fvdl@NetBSD.org> |
Linux select() returns the amount of time left before a timeout would have occured in the timeval structure. Emulate this behavior. Reported by Theo de Raadt.
|
#
fc7cfb5f |
| 11-Jun-1995 |
fvdl <fvdl@NetBSD.org> |
* Make Linux ELF binaries work. Lots of code duplication, but it will have to do for now. * Add a sanity check in linux_uselib
|
#
1e1e52e3 |
| 10-Jun-1995 |
mycroft <mycroft@NetBSD.org> |
Rename the dirent fields to match Linux. Make sure the requested buffer is no larger than MAXBSIZE.
|
#
6865b258 |
| 22-Mar-1995 |
mycroft <mycroft@NetBSD.org> |
Emulate the return value of times() better.
|
#
f75ba16b |
| 21-Mar-1995 |
mycroft <mycroft@NetBSD.org> |
Update to use timer{add,sub}().
|
#
182c23c8 |
| 05-Mar-1995 |
fvdl <fvdl@NetBSD.org> |
Added a few more system calls. More consistent alternate root file semantics throughout.
|
#
3bf459f3 |
| 28-Feb-1995 |
fvdl <fvdl@NetBSD.org> |
Added Linux compat code.
|