summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch
AgeCommit message (Collapse)Author
1995-06-11* Make Linux ELF binaries work. Lots of code duplication, but it will have to dofvdl
for now. * Add a sanity check in linux_uselib
1995-05-28Convert TCP socket options.mycroft
1995-05-28Convert IP socket options.mycroft
1995-05-07Turn off a debugging printf().mycroft
1995-05-07Improve Linux signal emulation, and emulate the modify_ldt() call.mycroft
1995-05-06Add stub for linux_modify_ldt().mycroft
1995-05-06Add linux_modify_ldt(), if __i386__.mycroft
1995-05-01Fix typos.mycroft
1995-05-01Save and restore %fs and %gs across signals.mycroft
1995-05-01Update to match include files. Eliminate _ucodesel, _udatasel, and IdlePTD.mycroft
1995-04-22- added sunos_machdep.c for sun3, atari, amiga and mac68k.christos
- changed machdep.c and trap.c to use struct emul. - remove ep_setup references. - added struct emul to all emulations.
1995-04-07Arch dependant defs for Linux. Just signal stackframe definition for now.fvdl
1995-04-07Changes because of proper Linux signal stackframe building, andfvdl
seperate signal trampoline code. Ugly hack in trap.c no longer needed.
1995-04-07Handle Linux signal tramp code differently. Some changes because of thefvdl
now seperate Linux signal trampoline code. Add linux_sigreturn to syscalls.master.
1995-03-10Add the Linux pause() system call. Fix the arguments to sigsuspend().fvdl
1995-03-08Fix typo in comment.fvdl
1995-03-05Added a few more system calls.fvdl
More consistent alternate root file semantics throughout.
1995-02-28Added Linux compat code.fvdl