summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1997-07-28syncTheo de Raadt
1997-07-28i screwed up twice in 20 seconds, wowTheo de Raadt
1997-07-28syncTheo de Raadt
1997-07-28oopsTheo de Raadt
1997-07-28syncTheo de Raadt
1997-07-28stime; christosTheo de Raadt
1997-07-27syncTheo de Raadt
1997-07-27mremap non-emulation; tron@lyssa.owl.deTheo de Raadt
1997-07-27sa__handler to avoid sa_handler stuff coming before 2000....Theo de Raadt
1997-07-06sync with NetBSD, 970705.Jason Downs
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-06-06symlinks have inodes again; arnej@math.ntnu.noTheo de Raadt
1997-06-02rename sa_handler to sa__handlerTheo de Raadt
1997-05-30Build nicely when $S is absoluteNiklas Hallqvist
1997-04-16Changes up to NetBSD 970415.Jason Downs
1997-04-14#34 - linux_sys_nice from NetBSDThomas Graichen
1997-04-12we don't need NFSMNT_RESVPORT inside of the kernel (pointed out by theo)Thomas Graichen
1997-04-12make it compile (missing include of ultrix_util.h - the otherThomas Graichen
1997-03-28sync (regen)kstailey
1997-03-28added 34 - nicekstailey
1997-03-26Regen.Jason Downs
1997-03-26Merge in NetBSD changes as if 3/19/97, undo some of ours.Jason Downs
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
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
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
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
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-10-30More -Wall happinessNiklas Hallqvist