summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
1999-03-02cachectl -> cachectl1itohy
1999-02-28Don't try to translate the mount point, to avoid e.g. mountingpk
1999-02-20If we match, and we're COMPAT_AOUT, use the a.out compat syscall switch,thorpej
1999-02-15Hmm, I forgot to add that..christos
1999-02-14Provide a way for compat programs to specify files in the normal tree.christos
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-11Genchristos
1999-02-11A.out compatibility mode; basically /emul/aout/ checking for syscallschristos
1999-02-10Regen.itohy
1999-02-10const maniaitohy
1999-02-09Regenchristos
1999-02-09const poisoning and CHECK_ALT_CREAT fixes.christos
1999-02-09Regenchristos
1999-02-09const poisoning and CHECK_ALT_CREAT fixes.christos
1999-02-09Regenchristos
1999-02-09const poisoning.christos
1999-02-09const poisoningchristos
1999-02-09Regen.christos
1999-02-09const poisoning.christos
1999-02-09Regenchristos
1999-02-09const poisoning and CHECK_ALT_CREAT fixes.christos
1999-02-09Const poisoning and CHECK_ALT_CREAT fixeschristos
1999-02-09Regenchristos
1999-02-09const poisoningchristos
1999-02-09PR/6962: Paul Shupak: FreeBSD-3.0 additionschristos
1999-02-09PR/6962: Paul Shupak: ELF Freebsd supportchristos
1999-02-09char * and char ** -> const char * and const char **christos
1999-01-26Only declare the uc_pad member if SVR4_UC_MACHINE_PAD is defined.kleink
1999-01-23Fix idiotic errors in I_SETSIG:christos
1999-01-23Don't play silly games with O_NON_BLOCK vs O_NDELAY.christos
1999-01-21- Make the pad field machine dependent (argh!)christos
1999-01-21Handle the mi portion of the *context system call here. Changes from previouschristos
1999-01-21Add prototype for svr4_sendsig.christos
1999-01-21Include the right headers to find svr4_sendsig.christos
1999-01-20Return the machine's ISA for SI_ARCHITECTURE.kleink
1999-01-14fix gcc complaint about assignment in truth valuejtk
1999-01-13Commit fix from PR1623sommerfe
1999-01-12Add symbolic names for the sys_context() subcodes.kleink
1999-01-12If a null pointer argument is passed to setcontext(), exit the process; itkleink
1999-01-10Revert last changes:tron
1999-01-08Fix more `void *' arithmetic.augustss
1999-01-08Rearrange the emulation-specific setregs() entry to set up the FPU controlkleink
1999-01-03Make consistent: si_ -> lsi_erh
1999-01-03Speed up compilation by #include-ing C files from common into one file.erh
1999-01-03Undo previous: Put back opt_sysv.herh
1999-01-03Avoid name clash with standard si_{uid,pid} fields.erh
1999-01-03Moved sysv opt include to header file.erh
1999-01-03Moved opt include to header file.erh
1999-01-03Grab the sysv options.erh
1998-12-21g/c SA_USERTRAMP (ok'd by pk)drochner