| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing #include | Matthew Dillon | 2003-01-14 | 1 | -0/+1 |
| * | Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). This | Matthew Dillon | 2003-01-13 | 1 | -1/+4 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 8 | -11/+11 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 8 | -11/+11 |
| * | Add function linux_msg() for regulating output from the linux emulation | Alfred Perlstein | 2003-01-02 | 5 | -12/+42 |
| * | When complaining about obsolete/unimplemented syscalls output the process | Alfred Perlstein | 2003-01-01 | 1 | -2/+2 |
| * | Synchronize to kern/syscalls.master:1.139. | Robert Watson | 2002-12-29 | 1 | -0/+4 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 3 | -5/+16 |
| * | Regen: swapoff | Marcel Moolenaar | 2002-12-16 | 3 | -4/+5 |
| * | Change swapoff from MNOPROTO to UNIMPL. The former doesn't work. | Marcel Moolenaar | 2002-12-16 | 1 | -1/+1 |
| * | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+1 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 13 | -656/+646 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 13 | -646/+656 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 13 | -656/+646 |
| * | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | Ian Dowse | 2002-12-08 | 1 | -39/+33 |
| * | Regenerate after adding syscalls. | Daniel Eischen | 2002-11-16 | 3 | -4/+13 |
| * | Add *context() syscalls to ia64 32-bit compatability table as requested | Daniel Eischen | 2002-11-16 | 1 | -0/+3 |
| * | Bring in two sets of changes: | Robert Watson | 2002-11-05 | 1 | -0/+1 |
| * | Remove reference to struct execve_args from struct imgact, which | Robert Watson | 2002-11-05 | 1 | -1/+2 |
| * | Sync to src/sys/kern/syscalls.master | Robert Watson | 2002-11-02 | 1 | -1/+1 |
| * | Remove the process state PRS_WAIT. | Julian Elischer | 2002-10-21 | 1 | -3/+0 |
| * | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | Peter Wemm | 2002-10-19 | 1 | -0/+3 |
| * | Grab 416/417 real estate before I get burned while testing again. | Peter Wemm | 2002-10-19 | 1 | -0/+2 |
| * | Implement the CDROMREADAUDIO ioctl. | Marcel Moolenaar | 2002-10-19 | 1 | -1/+37 |
| * | Add a placeholder for the execve_mac() system call, similar to SELinux's | Robert Watson | 2002-10-19 | 1 | -0/+1 |
| * | Replace the conventional usage of strncpy() by using strlcpy(). | Robert Drehmel | 2002-10-17 | 2 | -13/+5 |
| * | - Use strlcpy() rather than strncpy() to copy NUL terminated | Robert Drehmel | 2002-10-17 | 1 | -6/+6 |
| * | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | Maxim Sobolev | 2002-10-11 | 4 | -23/+318 |
| * | re-regen. Sigh. | Peter Wemm | 2002-10-09 | 3 | -7/+7 |
| * | Sigh. Fix fat-fingering of diff. I knew this was going to happen. | Peter Wemm | 2002-10-09 | 1 | -1/+1 |
| * | regenerate. sendfile stuff and other recently picked up stubs. | Peter Wemm | 2002-10-09 | 3 | -12/+54 |
| * | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would | Peter Wemm | 2002-10-09 | 2 | -2/+25 |
| * | Try and patch up some tab-to-space spammage. | Peter Wemm | 2002-10-09 | 1 | -19/+19 |
| * | Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post, | Peter Wemm | 2002-10-09 | 1 | -0/+22 |
| * | Integrate mac_check_socket_send() and mac_check_socket_receive() | Robert Watson | 2002-10-06 | 1 | -0/+17 |
| * | Let kse_wakeup() take a KSE mailbox pointer argument. | Archie Cobbs | 2002-10-02 | 2 | -2/+2 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 5 | -9/+4 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 5 | -4/+9 |
| * | 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 |