Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-23 | regen | Todd C. Miller | |
1998-03-23 | Emulated version of SunOS ostime(2) wass totally wrong. For now | Todd C. Miller | |
we will just return EPERM. Correct code is #if 0'd out as it needs to call settime() which is static to kern_time.c (and it's not clear that we really want to be setting the clock from an emulated program anyway). | |||
1998-03-23 | Emulate otimes(2) | Todd C. Miller | |
1998-03-22 | correct a comment | Todd C. Miller | |
1998-03-06 | Just alter the tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | Just set the OS tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | NCR is handled per process now | Niklas Hallqvist | |
1998-03-06 | regen | Niklas Hallqvist | |
1998-03-06 | Make NCR rdebug behaviour dependent on p_os field | Niklas Hallqvist | |
1998-03-01 | remove unnecessary decls | Niklas Hallqvist | |
1998-02-23 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-22 | unused var decl removed | Niklas Hallqvist | |
1998-02-22 | Remember OS tag when running Linux or SVR4 ELF files. KNF. | Niklas Hallqvist | |
1998-02-22 | KNF | Niklas Hallqvist | |
1998-02-19 | add IBCS2_FIONREAD support; remy@synx.com | Theo de Raadt | |
1998-02-17 | regen | Todd C. Miller | |
1998-02-17 | make COMPAT_OSF1 compile again | Todd C. Miller | |
1998-02-15 | OpenBSD | Niklas Hallqvist | |
1998-02-13 | type botch | Theo de Raadt | |
1998-02-10 | Fix many bugs related to serial line control, like baudrate, bits etc | Niklas Hallqvist | |
1998-02-10 | regen | Niklas Hallqvist | |
1998-02-10 | fake rdebug proto | Niklas Hallqvist | |
1998-02-10 | recover from lint changes elsewhere, not completely tested | Theo de Raadt | |
1998-02-10 | typo fix; netbsd | Theo de Raadt | |
1998-02-09 | More missing type changes; pointed out by deraadt@OpenBSD.org | Thorsten Lockert | |
1998-02-09 | Missed one | Thorsten Lockert | |
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 | |
1998-01-05 | type repair; nino@well.ox.ac.uk | Theo de Raadt | |
1997-12-20 | indent | Theo de Raadt | |
1997-12-20 | clone my F_FREESP stuff to ibcs2 | Theo de Raadt | |
1997-12-20 | add F_FREESP | Theo de Raadt | |
1997-12-18 | support GETLK,SETLK,UNLK etc like svr4 code does; pk | Theo de Raadt | |
1997-12-17 | improve F_FREESP; now it might work | Theo de Raadt | |
1997-12-17 | first cut at F_FREESP; does ibcs2 need this too? This really needs testing! | Theo de Raadt | |
1997-12-14 | support IP_HDRINCL | Theo de Raadt | |
1997-12-12 | fix non-i386 case | 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-09 | sync | Theo de Raadt | |
1997-12-09 | eol | Theo de Raadt | |
1997-12-07 | handle linux cdrom ioctls. not that i play quake that often but it was | Niels Provos | |
the only binary around. | |||
1997-12-04 | vfs lite2 changes things... | Theo de Raadt | |
1997-12-02 | sync | Theo de Raadt | |
1997-12-02 | If i386, and COMPAT_LINUX is enabled, if setegid() is called with an out | Theo de Raadt | |
of range value recognize it as the Linux personality() system call, and switch into Linux emulation mode.... At least they could have picked an unused system call number! | |||
1997-11-30 | fix TIOCGPGRP in sunos emulation | Theo de Raadt | |