| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-06-11 | Go with the flow; use `/emul/sunos' pseudo-root (from Matthew Green). | pk |
| 1995-06-11 | Linux select() returns the amount of time left before a timeout would have | fvdl |
| 1995-06-11 | Don't forget to acknowledge that all the ELF stuff was taken from | fvdl |
| 1995-06-11 | Make this link when SYSVXXXX is not enabled too. | fvdl |
| 1995-06-11 | * Always kill all vm_cmds before giving up on loading an executable | fvdl |
| 1995-06-11 | Remade these after syscalls.master had changed. | fvdl |
| 1995-06-11 | * Make Linux ELF binaries work. Lots of code duplication, but it will have to do | fvdl |
| 1995-06-10 | Remove /dev/zero special case. It's done in mmap(). | mycroft |
| 1995-06-10 | Set st_rdev in SVR4 struct stat. | mycroft |
| 1995-06-10 | Rename the dirent fields to match Linux. Make sure the requested buffer | mycroft |
| 1995-06-01 | Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1 | jtc |
| 1995-06-01 | Clear up name conflict between Ultrix syscall 103 and 139. | mellon |
| 1995-05-29 | syscall 139 is ULTRIX_SYS_sigcleanup (from Simon Burge) | mellon |
| 1995-05-28 | Need netinet/tcp.h. | mycroft |
| 1995-05-28 | Convert TCP socket options. | mycroft |
| 1995-05-28 | Fill in `name' argument to getsockopt() correctly. | mycroft |
| 1995-05-28 | Fix typo. | mycroft |
| 1995-05-28 | Convert IP socket options. | mycroft |
| 1995-05-28 | Get rid of damned `static's. | mycroft |
| 1995-05-16 | Generate the new ps_strings format. | mycroft |
| 1995-05-10 | syscalls.master was changed. | christos |
| 1995-05-10 | Made this compile on the i386 (gasp)... Someone will need to test it. | christos |
| 1995-05-07 | Turn off a debugging printf(). | mycroft |
| 1995-05-07 | Improve Linux signal emulation, and emulate the modify_ldt() call. | mycroft |
| 1995-05-06 | Add stub for linux_modify_ldt(). | mycroft |
| 1995-05-06 | Add linux_modify_ldt(), if __i386__. | mycroft |
| 1995-05-04 | init `mode' field in sunaudiogetinfo(). | pk |
| 1995-05-01 | Fix typos. | mycroft |
| 1995-05-01 | Adjust for new defn of md_regs. | mycroft |
| 1995-05-01 | Declare sigcode and esigcode. | mycroft |
| 1995-05-01 | Save and restore %fs and %gs across signals. | mycroft |
| 1995-05-01 | Update to match include files. Eliminate _ucodesel, _udatasel, and IdlePTD. | mycroft |
| 1995-05-01 | Remove usages of ibcs_sigflags. | mycroft |
| 1995-04-27 | Try to make the reboot system call compile under sun3 with RB_STRING | christos |
| 1995-04-26 | Make sunos_reboot(RB_STRING,"...") work for sun3. | gwr |
| 1995-04-25 | sigcode and esigcode aren't defined for ultrix emulation | mellon |
| 1995-04-23 | Fix compiler error in sunos_reboot(). | briggs |
| 1995-04-22 | syscalls.master was changed | christos |
| 1995-04-22 | Added sunos_reboot(). | christos |
| 1995-04-22 | - added sunos_machdep.c for sun3, atari, amiga and mac68k. | christos |
| 1995-04-22 | - added struct emul to all emulations. | christos |
| 1995-04-18 | Update setup functions for changes in exec.h. | mycroft |
| 1995-04-17 | config.new file lists | cgd |
| 1995-04-13 | EMUL_IBCS2_ELF -> EMUL_SVR4; EMUL_IBCS2_{COFF,XOUT} -> EMUL_IBCS2 | mycroft |
| 1995-04-07 | Arch dependant defs for Linux. Just signal stackframe definition for now. | fvdl |
| 1995-04-07 | Changes because of proper Linux signal stackframe building, and | fvdl |
| 1995-04-07 | syscalls.master was changed, so update these | fvdl |
| 1995-04-07 | Handle Linux signal tramp code differently. Some changes because of the | fvdl |
| 1995-04-04 | Fix conversion of `type' and `whence' values in struct flock. | mycroft |