Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-07 | emulate linux connect() braindamage even better -- only do so on async | Theo de Raadt | |
sockets; pb@fasterix.freenix.org | |||
1998-01-23 | additional ioctls, makes workman and workbone working. | Niels Provos | |
1997-12-20 | indent | Theo de Raadt | |
1997-12-14 | support IP_HDRINCL | Theo de Raadt | |
1997-12-10 | emulate set controlling tty ioctl | Niels Provos | |
1997-12-10 | add GIFMETRIC and GIFMTU | Niels Provos | |
1997-12-10 | sync | Theo de Raadt | |
1997-12-10 | nanosleep emulation | Theo de Raadt | |
1997-12-10 | emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yet | Theo de Raadt | |
1997-12-10 | insert forgotten copyright + handle eject ioctl. | Niels Provos | |
1997-12-07 | handle linux cdrom ioctls. not that i play quake that often but it was | Niels Provos | |
the only binary around. | |||
1997-11-27 | oh, connect() semantics are EVEN WORSE | Theo de Raadt | |
1997-11-26 | enforce VM_PROT_READ in mmap | Theo de Raadt | |
1997-11-26 | fix shmctl IPC_STAT | Theo de Raadt | |
1997-11-26 | If using async connect(), after select for writeable, if getpeername() | Theo de Raadt | |
indicates connection failure, you can use getsockopt(SOL_SOCKET, SO_ERROR, ...) to find the error. But the linux people I guess didn't know about this, and changed connect() so that a 2nd connect() call on a failed socket returns the error directly. Fake this demented non-standard behaviour which Linux users are now starting to code to. Talk about dilution of the API... | |||
1997-11-26 | indent | Theo de Raadt | |
1997-11-13 | sync | Theo de Raadt | |
1997-11-13 | make msync() have 3 args | Theo de Raadt | |
1997-11-13 | put mremap() in linux_misc.c | Theo de Raadt | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-09-05 | fix F_GETLK; tron@lyssa.owl.de | Theo de Raadt | |
1997-07-28 | sync | Theo de Raadt | |
1997-07-28 | i screwed up twice in 20 seconds, wow | Theo de Raadt | |
1997-07-28 | sync | Theo de Raadt | |
1997-07-28 | oops | Theo de Raadt | |
1997-07-27 | sync | Theo de Raadt | |
1997-07-27 | mremap non-emulation; tron@lyssa.owl.de | Theo de Raadt | |
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-06-02 | rename sa_handler to sa__handler | Theo de Raadt | |
1997-04-14 | #34 - linux_sys_nice from NetBSD | Thomas Graichen | |
1997-01-27 | Nevermind, I looked at it wrong. | Jason Downs | |
1997-01-27 | As of 2.1.14, Linux chown() doesn't follow symlinks either. | Jason Downs | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-10-17 | Contextual goo for -Wall, and remove some stasic specifiers | Niklas Hallqvist | |
1996-10-16 | proto | Theo de Raadt | |
1996-10-16 | fix decls | Theo de Raadt | |
1996-10-16 | use variable | Theo de Raadt | |
1996-09-16 | the linux realaudio doesn't work on netbsd under emulation. | Michael Shalayeff | |
from netbsd-pr port-i386/2581 <sommerfeld@orchard.medford.ma.us> | |||
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-10 | sys/dirent.h | Theo de Raadt | |
1996-08-03 | need mount.h | Theo de Raadt | |
1996-08-03 | follow kernel syscall API | Theo de Raadt | |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist | |
Regenerated derived files from various syscalls.master files. Added $OpenBSD$. | |||
1996-05-22 | sync | Theo de Raadt | |
1996-04-28 | Reran makesyscalls.sh for addition of Linux dummy mount/umount() syscalls. | etheisen | |
Fixed OpenBSD tag damage during previous checkin. | |||
1996-04-28 | Added dummy mount/umount() syscalls for bogus Linux applications that | etheisen | |
blindly call mount(). These dummy calls always return EPERM. Fixed uncommented NetBSD tag problem encountered when using makesyscalls.sh. | |||
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-17 | Good fixes and changes from latest Net. | Michael Shalayeff | |