summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Collapse)Author
1998-03-23regenTodd C. Miller
1998-03-23Emulated version of SunOS ostime(2) wass totally wrong. For nowTodd 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-23Emulate otimes(2)Todd C. Miller
1998-03-22correct a commentTodd C. Miller
1998-03-06Just alter the tag if it is not already setNiklas Hallqvist
1998-03-06Just set the OS tag if it is not already setNiklas Hallqvist
1998-03-06NCR is handled per process nowNiklas Hallqvist
1998-03-06regenNiklas Hallqvist
1998-03-06Make NCR rdebug behaviour dependent on p_os fieldNiklas Hallqvist
1998-03-01remove unnecessary declsNiklas Hallqvist
1998-02-23GCC 2.8 -WallNiklas Hallqvist
1998-02-22unused var decl removedNiklas Hallqvist
1998-02-22Remember OS tag when running Linux or SVR4 ELF files. KNF.Niklas Hallqvist
1998-02-22KNFNiklas Hallqvist
1998-02-19add IBCS2_FIONREAD support; remy@synx.comTheo de Raadt
1998-02-17regenTodd C. Miller
1998-02-17make COMPAT_OSF1 compile againTodd C. Miller
1998-02-15OpenBSDNiklas Hallqvist
1998-02-13type botchTheo de Raadt
1998-02-10Fix many bugs related to serial line control, like baudrate, bits etcNiklas Hallqvist
1998-02-10regenNiklas Hallqvist
1998-02-10fake rdebug protoNiklas Hallqvist
1998-02-10recover from lint changes elsewhere, not completely testedTheo de Raadt
1998-02-10typo fix; netbsdTheo de Raadt
1998-02-09More missing type changes; pointed out by deraadt@OpenBSD.orgThorsten Lockert
1998-02-09Missed oneThorsten Lockert
1998-02-07emulate linux connect() braindamage even better -- only do so on asyncTheo de Raadt
sockets; pb@fasterix.freenix.org
1998-01-23additional ioctls, makes workman and workbone working.Niels Provos
1998-01-05type repair; nino@well.ox.ac.ukTheo de Raadt
1997-12-20indentTheo de Raadt
1997-12-20clone my F_FREESP stuff to ibcs2Theo de Raadt
1997-12-20add F_FREESPTheo de Raadt
1997-12-18support GETLK,SETLK,UNLK etc like svr4 code does; pkTheo de Raadt
1997-12-17improve F_FREESP; now it might workTheo de Raadt
1997-12-17first cut at F_FREESP; does ibcs2 need this too? This really needs testing!Theo de Raadt
1997-12-14support IP_HDRINCLTheo de Raadt
1997-12-12fix non-i386 caseTheo de Raadt
1997-12-10emulate set controlling tty ioctlNiels Provos
1997-12-10add GIFMETRIC and GIFMTUNiels Provos
1997-12-10syncTheo de Raadt
1997-12-10nanosleep emulationTheo de Raadt
1997-12-10emulate linux SIOCGIFHWADDR; stolen from freebsd; not tested yetTheo de Raadt
1997-12-10insert forgotten copyright + handle eject ioctl.Niels Provos
1997-12-09syncTheo de Raadt
1997-12-09eolTheo de Raadt
1997-12-07handle linux cdrom ioctls. not that i play quake that often but it wasNiels Provos
the only binary around.
1997-12-04vfs lite2 changes things...Theo de Raadt
1997-12-02syncTheo de Raadt
1997-12-02If i386, and COMPAT_LINUX is enabled, if setegid() is called with an outTheo 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-30fix TIOCGPGRP in sunos emulationTheo de Raadt