| Age | Commit message (Expand) | Author |
| 1999-09-28 | Remplace kern.shortcorename sysctl with a more flexible sheme, | bouyer |
| 1999-08-25 | Add compatibility calls for the 1.4 System V IPC *ctl() calls, and | thorpej |
| 1999-05-07 | Build libraries for kernel/standalone code from within their compilation | drochner |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1999-04-29 | Make ss_size something reasonable (not 0) so sigaltstack does not fail. | christos |
| 1999-04-27 | From cgd again: pbuf == path on failure. | christos |
| 1999-04-27 | Make the usage consistant and document it: | christos |
| 1999-04-24 | implement a simple function, emul_flags_translate() to do table-based | cgd |
| 1999-04-23 | a quick hack to make generating errno conversion tables from our and other | cgd |
| 1999-04-01 | remove unneeded <vm/*> includes | drochner |
| 1999-03-30 | Explicitly mask mode returned in old stat structure to 16 bits. Also correct | wrstuden |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-14 | Provide a way for compat programs to specify files in the normal tree. | christos |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-09 | char * and char ** -> const char * and const char ** | christos |
| 1998-12-18 | solve the COMPAT_OLDSOCK/MSG_COMPAT problem differently: | drochner |
| 1998-12-18 | back out previous; it breaks when MSG_COMPAT is not defined (no compatibilit... | mrg |
| 1998-12-14 | Nuke some #ifdefs that no longer work with COMPAT_43 defopted. | mycroft |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-10-03 | Assign to TNF completely. | fvdl |
| 1998-09-14 | Fix copyout() arguments. | pk |
| 1998-09-13 | Put the prototypes for native_sig*_to_sig*() in one place. | thorpej |
| 1998-09-11 | Substantial signal handling changes: | mycroft |
| 1998-09-05 | distclean is a synonym for cleandir | lukem |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-29 | move <vm/vm_swap.h> to <sys/swap.h>. <vm/vm_swap.h> still works for now (goes... | mrg |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-08-04 | UIO_MAXIOV -> IOV_MAX | kleink |
| 1998-08-03 | Fix two off-by-one bugs, both present in each recvmsg(2) and sendmsg(2): | kleink |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-04-28 | Make adding new source files easier and enhance readability by ordering SRCS | kleink |
| 1998-03-05 | Modified compat_10_sys_semsys to correctly read in a union arg (a5) | scottb |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-19 | Include the UNION option header. | thorpej |
| 1998-02-10 | - add defopt's for UVM, UVMHIST and PMAP_NEW. | mrg |
| 1998-02-05 | initial import of the new virtual memory system, UVM, into -current. | mrg |
| 1998-01-22 | Fix an old typo that caused shmdt() to fail. | mycroft |
| 1997-11-29 | Modify the recent sigaltstack() interface change to use the __RENAME() scheme; | kleink |
| 1997-11-25 | In XPG4.2, the ss_size member of type stack_t (struct sigaltstack) is specified | kleink |
| 1997-11-04 | Pass down the values of: AR NM RANLIB | gwr |
| 1997-10-20 | Fix the shared library versioning snafu caused by the recent changes | thorpej |
| 1997-10-19 | Copy the whole timespec, not just half of it. Other minor changes. | mycroft |
| 1997-10-16 | add stat12 compatibility calls and rename ostat to stat43 | christos |
| 1997-10-16 | PR/4269: msync is missing MS_* | christos |
| 1997-10-16 | Rename to vm_12.c | christos |
| 1997-10-15 | Adjust u_int arguments of some system calls to int, to match user-level | mycroft |
| 1997-10-10 | u_long -> off_t, I missed the big endian case. From Juergen Hannken-Illjes | fvdl |
| 1997-10-10 | remove advertising clause from all my licenses. | mrg |
| 1997-10-10 | Add getdirentries backward compat syscall. Provide common function to | fvdl |
| 1997-09-03 | machine/psl.h is deprecated; move #include <machine/psl.h> inside #ifdef m68k. | jonathan |