#
1cd83a59 |
| 04-Aug-1997 |
bouyer <bouyer@NetBSD.org> |
Fix "missing entries" bug when reading large directories: When reading a directory and running out of space in the dest buffer, off should point to the current entry (which was not saved) and not to
Fix "missing entries" bug when reading large directories: When reading a directory and running out of space in the dest buffer, off should point to the current entry (which was not saved) and not to the next. I discovered this bug using linux and SunOS emulation over NFS, but seems to affect other emulations as well.
show more ...
|
#
9745684e |
| 27-Jul-1997 |
augustss <augustss@NetBSD.org> |
Changes to the sudio system: - It is now possible to handle devices that want "looping" DMA, e.g. the SoundBlaster correctly. The WSS and SB drivers use this. To do this several new method
Changes to the sudio system: - It is now possible to handle devices that want "looping" DMA, e.g. the SoundBlaster correctly. The WSS and SB drivers use this. To do this several new methods were introduced in audio_hw_if. - Different silence handling (forced by previous change). - The audio driver can now be mmap()-ed, but due to problems in the VM system only for writing for now. - The OSS (Linux) audio emulation takes advantage of some of the new features.
show more ...
|
#
bc5c0f65 |
| 07-Apr-1997 |
augustss <augustss@NetBSD.org> |
Add Linux nice() syscall.
|
#
118b9b47 |
| 10-Aug-1996 |
mycroft <mycroft@NetBSD.org> |
sys/dir.h -> sys/dirent.h
|
#
365a9775 |
| 23-Jun-1996 |
mycroft <mycroft@NetBSD.org> |
Catch up with setre[ug]id() changes.
|
#
69761c2a |
| 20-May-1996 |
fvdl <fvdl@NetBSD.org> |
Update list of Linux syscalls and implement the ones that are likely to be used and doable.
|
#
d7130e83 |
| 04-Apr-1996 |
christos <christos@NetBSD.org> |
- Prototyping changes - Fix bug that gcc -Wall found in linux_sys_getpgid()
|
#
46c08798 |
| 03-Apr-1996 |
mycroft <mycroft@NetBSD.org> |
Add explicit return types.
|
#
2df17859 |
| 18-Dec-1995 |
fvdl <fvdl@NetBSD.org> |
msync, readv and writev were recently added to the Linux kernel; add them to the emulation as well.
|
#
9df1f908 |
| 09-Dec-1995 |
mycroft <mycroft@NetBSD.org> |
We don't need a private version of fork() here any more.
|
#
652c9eff |
| 09-Oct-1995 |
mycroft <mycroft@NetBSD.org> |
Use cookies for directory offset, mostly from Greg Hudson.
|
#
245f292f |
| 07-Oct-1995 |
mycroft <mycroft@NetBSD.org> |
Prefix names of system call implementation functions with `sys_'.
|
#
e1da0d53 |
| 19-Sep-1995 |
thorpej <thorpej@NetBSD.org> |
Make system calls conform to a standard prototype and bring those prototypes into scope.
|
#
788a8655 |
| 13-Sep-1995 |
fvdl <fvdl@NetBSD.org> |
Update offset elsewhere in linux_getdents(); still emulate a bug in Linux, but avoid endless loops.
|
#
a396a097 |
| 07-Sep-1995 |
fvdl <fvdl@NetBSD.org> |
Fix some bugs & typing problems.
|
#
28d9d642 |
| 23-Aug-1995 |
fvdl <fvdl@NetBSD.org> |
Emulate some syscalls that appear in Linux 1.3: a select() with normal args, getdents() and flock().
|
#
7cd62a50 |
| 21-Aug-1995 |
fvdl <fvdl@NetBSD.org> |
Check for status NULL argument in wait4 and waitpid. From PR #1392 by Thomas EberHardt.
|
#
9a0cd134 |
| 21-Aug-1995 |
mycroft <mycroft@NetBSD.org> |
Implement the old and older uname(2) calls.
|
#
2c033071 |
| 16-Aug-1995 |
mycroft <mycroft@NetBSD.org> |
If updating the timeval would make it negative, zero it instead.
|
#
dc41c425 |
| 16-Aug-1995 |
mycroft <mycroft@NetBSD.org> |
Allow bogus timevals, per Linux.
|
#
e9d68a77 |
| 14-Aug-1995 |
mycroft <mycroft@NetBSD.org> |
Export bsd_to_linux_sig[], and use it.
|
#
88b8e43a |
| 14-Aug-1995 |
mycroft <mycroft@NetBSD.org> |
Rearrange #includes.
|
#
ad35618e |
| 13-Aug-1995 |
mycroft <mycroft@NetBSD.org> |
Linux doesn't allow select(2) to be restarted.
|
#
6b95b513 |
| 24-Jun-1995 |
christos <christos@NetBSD.org> |
Use compat_util.[ch].
|
#
c4aaa600 |
| 22-Jun-1995 |
fvdl <fvdl@NetBSD.org> |
* Changed to use generic ELF code from kern/exec_elf.c (which was taken from the svr4 exec code plus the linux compat mods) * Include file change * Add multicast sockopts (from John Brezak)
|