summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Collapse)Author
1997-02-23sigcode -> hpux_sigcodeJason Downs
1997-02-13regenNiklas Hallqvist
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-27do not conflict against generic siginfo!Theo de Raadt
1997-01-27Nevermind, I looked at it wrong.Jason Downs
1997-01-27As of 2.1.14, Linux chown() doesn't follow symlinks either.Jason Downs
1997-01-27Use lchown(2) instead.Jason Downs
1997-01-27__mc68k__ -> m68kJason Downs
1997-01-26Regen.Jason Downs
1997-01-26Since these are old systems, call lchown() in place of chown().Jason Downs
1997-01-26Regen.Jason Downs
1997-01-26We can do lchown(2) now.Jason Downs
1997-01-26We can do lchown(2) now.Jason Downs
1997-01-23Sync with NetBSD 970118, missed...Niklas Hallqvist
1997-01-23Sync with NetBSD 970118Niklas Hallqvist
1997-01-19Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not lookNiklas Hallqvist
there
1997-01-15add prototype of reboot2() via machdep.hkstailey
1997-01-13Import compat_m68k4k from NetBSDNiklas Hallqvist
1997-01-11implement mincore syscall, just like sunos & ultrix compat do.Michael Shalayeff
1997-01-08svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3Niklas Hallqvist
1997-01-02pulled out the duplicated, conditional code from both kern/vfs_syscalls.cMichael Shalayeff
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>)
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags.
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-10-30More -Wall happinessNiklas Hallqvist
1996-10-17Contextual goo for -Wall, and remove some stasic specifiersNiklas Hallqvist
1996-10-16protoTheo de Raadt
1996-10-16fix declsTheo de Raadt
1996-10-16use variableTheo de Raadt
1996-10-12Argh, fix a stupid typoNiklas Hallqvist
1996-09-16the linux realaudio doesn't work on netbsd under emulation.Michael Shalayeff
from netbsd-pr port-i386/2581 <sommerfeld@orchard.medford.ma.us>
1996-09-13Heh Per, SVR4 wants to load the ELF interpreter too, sometimes :-)Niklas Hallqvist
1996-09-08fix typoTheo de Raadt
1996-09-06Deal with the new pipes gracefullyNiklas Hallqvist
1996-08-31Cleanup execPer Fogelstrom
1996-08-25syncTheo de Raadt
1996-08-25route execve via compat filename translationTheo de Raadt
1996-08-23It is clear noone even tried to compile OSF/1 emulation lately.Niklas Hallqvist
Made it compile again.
1996-08-23Fix sys_poll wrapper so it compilesNiklas Hallqvist
1996-08-10sys/dirent.hTheo de Raadt
1996-08-03need mount.hTheo de Raadt
1996-08-03sys/dirent.h not sys/dir.h; netbsd pr#2599; jonathan@DSG.Stanford.EDUTheo de Raadt
1996-08-03follow kernel syscall APITheo de Raadt
1996-08-02RegenNiklas Hallqvist
1996-08-02/sys_poll/s/STD/NOARGS/Niklas Hallqvist
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1996-08-02Add $OpenBSD$Niklas Hallqvist
1996-08-02Make emulations use our native poll(2)Niklas Hallqvist