| Commit message (Expand) | Author | Age | Files | Lines |
| * | Attempt to fix build by updating hostid to follow the new world order. | Xin LI | 2009-05-30 | 1 | -1/+4 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 2 | -15/+15 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -16/+16 |
| * | Implement SI_ISALIST. | Xin LI | 2009-05-29 | 1 | -1/+13 |
| * | Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get the | Xin LI | 2009-05-29 | 1 | -4/+6 |
| * | copyinstr(9) takes parameter 'len' as a size_t *, not int *. | Xin LI | 2009-05-29 | 1 | -1/+2 |
| * | de-register. | Xin LI | 2009-05-29 | 7 | -43/+43 |
| * | svr4_sys_getdents64() should not assume that the cookie would exist | Xin LI | 2009-05-29 | 1 | -1/+4 |
| * | Add new sysconfig bits, Fix the bogus numbering of the old bits. | Xin LI | 2009-05-29 | 2 | -20/+71 |
| * | Use strlcpy(). | Xin LI | 2009-05-28 | 1 | -2/+2 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -17/+17 |
| * | 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 | 2 | -289/+107 |
| * | Remove an unused variable. | Antoine Brodin | 2009-05-24 | 1 | -1/+1 |
| * | Comment nits. | John Baldwin | 2009-05-20 | 1 | -3/+3 |
| * | Put the vnode returned from namei() immediately after namei() returns in | John Baldwin | 2009-05-20 | 1 | -5/+3 |
| * | 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 |
| * | Remove an unused variable. | Christian Brueffer | 2009-05-14 | 1 | -2/+0 |
| * | Fix memory leak in an error case. | Christian Brueffer | 2009-05-13 | 1 | -0/+3 |
| * | 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 |
| * | Regenerate system call tables to use SVN ids. | Ed Schouten | 2009-05-08 | 4 | -5/+11 |
| * | Burn TTY ioctl bridges in compat layers. | Ed Schouten | 2009-05-08 | 4 | -514/+0 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 1 | -0/+1 |
| * | Give vfs_getopt the type it's expecting. | Jamie Gritton | 2009-05-07 | 1 | -4/+2 |
| * | Move the per-prison Linux MIB from a private one-off pointer to the new | Jamie Gritton | 2009-05-07 | 3 | -96/+326 |
| * | Add KTR(9) tracing for futex emulation. | Dmitry Chagin | 2009-05-07 | 1 | -11/+49 |
| * | Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry, | Dmitry Chagin | 2009-05-07 | 1 | -3/+1 |
| * | Change linux struct tms definition to match actual linux one. | Dmitry Chagin | 2009-05-07 | 1 | -4/+4 |
| * | Add preliminary KTR(9) support to the linux emulation layer. | Dmitry Chagin | 2009-05-07 | 2 | -2/+31 |
| * | To avoid excessive code duplication move MI definitions to the MI | Dmitry Chagin | 2009-05-07 | 2 | -0/+11 |
| * | Return EAFNOSUPPORT instead of EINVAL in case when the incorrect or | Dmitry Chagin | 2009-05-07 | 1 | -1/+1 |
| * | Rework r191742. | Dmitry Chagin | 2009-05-07 | 1 | -5/+12 |
| * | Mark Linux MIB sysctls MPSAFE. | Jamie Gritton | 2009-05-04 | 1 | -3/+3 |
| * | Linux socketpair() call expects explicit specified protocol for | Dmitry Chagin | 2009-05-02 | 1 | -1/+4 |
| * | Move extern variable definitions to the header file. | Dmitry Chagin | 2009-05-02 | 2 | -1/+4 |
| * | Reimplement futexes. | Dmitry Chagin | 2009-05-01 | 1 | -355/+446 |
| * | Regen for new jail system calls in r191673. | Jamie Gritton | 2009-04-29 | 4 | -5/+28 |
| * | Introduce the extensible jail framework, using the same "name=value" | Jamie Gritton | 2009-04-29 | 2 | -15/+205 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+2 |
| * | Remove support for FUTEX_REQUEUE operation. | Dmitry Chagin | 2009-04-19 | 3 | -13/+20 |
| * | MFp4 //depot/projects/usb@159909 | Andrew Thompson | 2009-04-05 | 1 | -12/+12 |