| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the following name changes to KSE related functions, etc., to better | Archie Cobbs | 2002-09-25 | 4 | -11/+11 |
| * | - Hold the vn lock over vm_mmap(). | Jeff Roberson | 2002-09-25 | 1 | -4/+4 |
| * | Back out last commit. Linux uses the old 4.3BSD sockaddr format. | Jonathan Mini | 2002-09-24 | 3 | -46/+15 |
| * | Ok, make this compile for real this time. recvfrom_args doesn't have a | John Baldwin | 2002-09-23 | 1 | -1/+1 |
| * | Use correct variable name so that previous commit actually compiles. | John Baldwin | 2002-09-23 | 1 | -2/+2 |
| * | Don't use compatability syscall wrappers in emulation code. | Jonathan Mini | 2002-09-23 | 3 | -15/+50 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 3 | -3/+4 |
| * | Remove NVIDIA ioctl bits. They will be provided in a kernel module. | Matthew N. Dodd | 2002-09-20 | 2 | -29/+0 |
| * | Put an XXX comment here to point somebody in the right direction. | Poul-Henning Kamp | 2002-09-20 | 1 | -0/+1 |
| * | Current uses struct thread *td rather than struct proc *p. | Warner Losh | 2002-09-20 | 1 | -2/+2 |
| * | Pass flags to msync() accounting for differences in the definition of | Matthew N. Dodd | 2002-09-19 | 1 | -1/+5 |
| * | This patch extends the FreeBSD Linux compatibility layer to support | Matthew N. Dodd | 2002-09-19 | 2 | -0/+29 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -6/+1 |
| * | Tidy up some loose ends that bde pointed out. caddr_t bad, ok? | Peter Wemm | 2002-09-07 | 1 | -7/+6 |
| * | The true value of how the kernel was configured for KSTACK_PAGES was not | Peter Wemm | 2002-09-07 | 1 | -8/+7 |
| * | Fix a missing line in a cut/paste error. | Peter Wemm | 2002-09-07 | 1 | -0/+1 |
| * | Collect the a.out coredump code into the calling functions. | Peter Wemm | 2002-09-07 | 1 | -1/+15 |
| * | Do not cast from a pointer to an integer of a possibly different size. | Bruce Evans | 2002-09-05 | 1 | -1/+1 |
| * | Include <sys/malloc.h> instead of depending on namespace pollution 2 | Bruce Evans | 2002-09-05 | 4 | -14/+10 |
| * | Implement LINUX_TIOCSCTTY. | Marcel Moolenaar | 2002-09-05 | 1 | -1/+4 |
| * | Use the new kern_*() functions to avoid using the stack gap in | Ian Dowse | 2002-09-02 | 2 | -90/+49 |
| * | Use the new kern_* functions to avoid the need to store arguments | Ian Dowse | 2002-09-01 | 6 | -328/+264 |
| * | Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to | Jake Burkholder | 2002-09-01 | 3 | -10/+29 |
| * | Add a new function linux_emul_convpath(), which is a version of | Ian Dowse | 2002-09-01 | 2 | -32/+64 |
| * | Make this compile. | Jake Burkholder | 2002-08-31 | 1 | -1/+2 |
| * | Implement data, text, and vmem limit checking in the elf loader and svr4 | Matthew Dillon | 2002-08-30 | 2 | -4/+3 |
| * | Replace (ab)uses of "NULL" where "0" is really meant. | Archie Cobbs | 2002-08-22 | 1 | -1/+1 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
| * | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 8 | -41/+79 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -6/+6 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -3/+3 |
| * | On MAC check failure for readdir, use 'goto out' to use the common exit | Robert Watson | 2002-08-15 | 1 | -1/+1 |
| * | - Add the missing td argument to vn_lock that I missed in my last commit. | Jeff Roberson | 2002-08-13 | 1 | -1/+1 |
| * | - Hold the vnode lock throughout execve. | Jeff Roberson | 2002-08-13 | 2 | -18/+23 |
| * | Enforce MAC policies for the locally implemented vnode services in | Robert Watson | 2002-08-12 | 2 | -0/+28 |
| * | Another fix that wasn't pulled in from the MAC branch: the | Robert Watson | 2002-08-12 | 1 | -1/+2 |
| * | Fix missing parens in MAC readdir() check. This fix was in the MAC | Robert Watson | 2002-08-12 | 1 | -1/+1 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 4 | -4/+7 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 4 | -2/+45 |
| * | Regenerate | Peter Wemm | 2002-07-20 | 3 | -1595/+310 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 9 | -335/+2332 |
| * | Move the switch statement labels for the explicit 64-bit | Robert Drehmel | 2002-07-09 | 1 | -3/+3 |
| * | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | Robert Drehmel | 2002-07-09 | 1 | -0/+3 |
| * | The comment marked with XXX was right: emulate SVR4 for | Robert Drehmel | 2002-07-09 | 1 | -1/+1 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 2 | -22/+48 |
| * | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | Andrew R. Reiter | 2002-06-26 | 1 | -11/+2 |
| * | Add a comment about how we should use vn_open() here instead of directly | Robert Watson | 2002-06-14 | 1 | -0/+4 |
| * | catch up with ktrace changes, KTRPOINT takes a 'struct thread' not | Alfred Perlstein | 2002-06-11 | 1 | -2/+2 |
| * | Catch up to changes in ktrace API. | John Baldwin | 2002-06-07 | 1 | -2/+2 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 9 | -9/+9 |