| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-06-16 | copy some format specifiers from kprintf to sprintf. b & r still missing | cgd |
| 1995-06-11 | Add Linux ELF module to the list of things to try. | fvdl |
| 1995-06-08 | Fix various signal handling bugs: | mycroft |
| 1995-06-05 | If necessary, wake up the child during attach so we always get a SIGCHLD. | mycroft |
| 1995-06-05 | We need some compat_10 routines if COMPAT_SUNOS is on (PR #1008). | pk |
| 1995-06-04 | Only do software flow control if IXOFF is set. Also fix hardware flow control | mycroft |
| 1995-06-04 | Use ISSET() and CLR() in two cases. | mycroft |
| 1995-06-03 | #include <sys/vnode.h>, for prototypes. | mycroft |
| 1995-06-02 | Use vaccess(). | mycroft |
| 1995-06-01 | Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1 | jtc |
| 1995-05-31 | add a facility by which to register 'hooks' to be run at shutdown time. | cgd |
| 1995-05-30 | Preserve the ISWHITEOUT flag between cache_enter() and cache_lookup(). | mycroft |
| 1995-05-23 | Remove gratuitous extra indirections. | mycroft |
| 1995-05-23 | properly determine if send/rcv timeout values are out of range. | cgd |
| 1995-05-16 | Generate the new ps_strings format. | mycroft |
| 1995-05-10 | tty_tb.c: need to include ioctl_compat.h in order to compile. | christos |
| 1995-05-04 | Add two vprint()s, to give more informative panic messages. | mycroft |
| 1995-05-01 | make this work sanely on a 64-bit machine. Sacrifices a small bit of | cgd |
| 1995-05-01 | remember first error code (if any) that's different than ENOEXEC. | cgd |
| 1995-04-25 | Make this compile again; from Ted Lemon | christos |
| 1995-04-22 | makesyscalls.sh was changed | christos |
| 1995-04-22 | - new copyargs routine. | christos |
| 1995-04-22 | be a little smarter when printing syscall names & args | cgd |
| 1995-04-21 | Rearrange vfs_shutdown() slightly. | mycroft |
| 1995-04-21 | Add a return type for vaccess(). | mycroft |
| 1995-04-21 | Print a message for each file system that does not unmount cleanly. Add a | mycroft |
| 1995-04-19 | Rename pttty() to ptytty() to mimic ptyioctl(). | mycroft |
| 1995-04-19 | Fix typo. | mycroft |
| 1995-04-19 | Implement pttty(), and rename pt_ioctl to pt_softc. | mycroft |
| 1995-04-19 | Change ttselect() to use a callback to get the tty structure. | mycroft |
| 1995-04-13 | EMUL_IBCS2_ELF -> EMUL_SVR4; EMUL_IBCS2_{COFF,XOUT} -> EMUL_IBCS2 | mycroft |
| 1995-04-10 | Define vfs_unmountall(), to unmount file systems at shutdown time. | mycroft |
| 1995-04-10 | Change `fdclose' to `fdrelease', to avoid confusion with device interfaces. | mycroft |
| 1995-04-10 | Use the new d_type field. | mycroft |
| 1995-04-07 | Use sigcode fields in package structure. This seems to be the cleanest | fvdl |
| 1995-04-05 | Add missing argument to closef(). | mycroft |
| 1995-03-31 | Added TIOCGSID for COMPAT_SVR4 [get session id] | christos |
| 1995-03-29 | Make definition of b_cylinder global. | mycroft |
| 1995-03-26 | don't default return types to ints; specify them. | cgd |
| 1995-03-26 | add an 'INSECURE' option which makes securelevel default to -1 | cgd |
| 1995-03-25 | make it reasonable for processes to not double-map it's user area and kstack | cgd |
| 1995-03-21 | Update to use timer{add,sub}(). | mycroft |
| 1995-03-19 | Use %p. | mycroft |
| 1995-03-19 | Nuke startinit_verbose. | mycroft |
| 1995-03-19 | Actually, do the previous differently. | mycroft |
| 1995-03-19 | Add a `%p' format. | mycroft |
| 1995-03-18 | Clean up comments related to last change, and remove an unneeded | mycroft |
| 1995-03-10 | add prototypes before each inline | chopps |
| 1995-03-09 | Update to match syscalls.master. | mycroft |