| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r213471: | Alexander Leidinger | 2010-11-26 | 1 | -1/+1 |
| * | MFC r215666: | Alexander Leidinger | 2010-11-26 | 1 | -5/+5 |
| * | MFC r215339: | Alexander Leidinger | 2010-11-22 | 1 | -5/+5 |
| * | MFC r215338: | Alexander Leidinger | 2010-11-22 | 2 | -15/+54 |
| * | MFC r213846: | Konstantin Belousov | 2010-10-17 | 1 | -5/+0 |
| * | MFC r200107,200109-200110,202364,202376,205678,207569: | Alexander Leidinger | 2010-07-29 | 4 | -1/+825 |
| * | MFC r202143,202163,202341,202342,204278 | Brooks Davis | 2010-02-24 | 2 | -2/+2 |
| * | MFC r203728: | Xin LI | 2010-02-23 | 1 | -2/+7 |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 1 | -1/+1 |
| * | MFC r200667: | Konstantin Belousov | 2009-12-21 | 1 | -1/+1 |
| * | MFC r198467: | Bjoern A. Zeeb | 2009-12-06 | 1 | -12/+5 |
| * | MFC r198945: | Alexander Leidinger | 2009-11-12 | 1 | -1/+1 |
| * | MFC r197176: | Marko Zec | 2009-09-17 | 1 | -0/+2 |
| * | MFC r197049: | Konstantin Belousov | 2009-09-16 | 1 | -1/+1 |
| * | MFC r196635: | Marko Zec | 2009-08-31 | 1 | -1/+8 |
| * | Merge r196481 from head to stable/8: | Robert Watson | 2009-08-28 | 1 | -6/+4 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 2 | -2/+0 |
| * | Some jail parameters (in particular, "ip4" and "ip6" for IP address | Jamie Gritton | 2009-07-25 | 1 | -35/+43 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 2 | -9/+0 |
| * | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -3/+3 |
| * | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 1 | -6/+18 |
| * | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
| * | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 2 | -15/+27 |
| * | Add explicit includes for jail.h to the files that need them and | Bjoern A. Zeeb | 2009-06-17 | 1 | -0/+1 |
| * | Get vnets from creds instead of threads where they're available, and from | Jamie Gritton | 2009-06-15 | 1 | -3/+3 |
| * | Unlock process lock when return error from getrobustlist call. | Dmitry Chagin | 2009-06-14 | 1 | -1/+3 |
| * | Add counterparts to getcredhostname: | Jamie Gritton | 2009-06-13 | 1 | -6/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 4 | -4/+0 |
| * | Add forgotten in previous commit flags argument. | Dmitry Chagin | 2009-06-01 | 1 | -2/+2 |
| * | Implement accept4 syscall. | Dmitry Chagin | 2009-06-01 | 1 | -1/+19 |
| * | Implement a variation of the accept_common() which takes | Dmitry Chagin | 2009-06-01 | 1 | -14/+21 |
| * | Split linux_accept() syscall onto linux_accept_common() which should | Dmitry Chagin | 2009-06-01 | 1 | -13/+22 |
| * | Implement a variation of the socketpair() syscall which takes a flags | Dmitry Chagin | 2009-05-31 | 1 | -2/+28 |
| * | Move new socket flags handling into a separate function as Linux | Dmitry Chagin | 2009-05-31 | 1 | -15/+23 |
| * | Remove empty lines. | Dmitry Chagin | 2009-05-31 | 1 | -2/+0 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -5/+5 |
| * | linux_ioctl_cdrom: reduce stack usage | Andriy Gapon | 2009-05-27 | 1 | -11/+16 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -140/+92 |
| * | Validate user-supplied arguments values. | Dmitry Chagin | 2009-05-19 | 1 | -1/+28 |
| * | Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg(). | Dmitry Chagin | 2009-05-18 | 2 | -9/+25 |
| * | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | Dmitry Chagin | 2009-05-16 | 2 | -2/+30 |
| * | Return EINVAL in case when the incorrect or unsupported | Dmitry Chagin | 2009-05-16 | 2 | -0/+12 |
| * | Use the protocol family constants for the domain argument validation. | Dmitry Chagin | 2009-05-16 | 1 | -3/+5 |
| * | Emulate SO_PEERCRED socket option. | Dmitry Chagin | 2009-05-16 | 2 | -1/+26 |
| * | Translate l_timeval arg to native struct timeval in | Dmitry Chagin | 2009-05-11 | 1 | -0/+40 |
| * | Add forgotten linux to bsd flags argument mapping into the linux_recv(). | Dmitry Chagin | 2009-05-11 | 1 | -1/+1 |
| * | Do not export AT_CLKTCK when emulating Linux kernel prior | Dmitry Chagin | 2009-05-10 | 2 | -1/+14 |
| * | Introduce linux_kernver() interface which is intended for an exact | Dmitry Chagin | 2009-05-10 | 2 | -17/+62 |
| * | Rework r189362, r191883. | Dmitry Chagin | 2009-05-10 | 2 | -1/+5 |