| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+1 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -14/+15 |
| * | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | Poul-Henning Kamp | 2003-03-28 | 1 | -6/+14 |
| * | Add a cleanup function to destroy the osname_lock and call it on module | John Baldwin | 2003-03-26 | 2 | -0/+9 |
| * | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 2 | -5/+4 |
| * | Backout the getcwd changes, a more comprehensive effort will be needed. | Poul-Henning Kamp | 2003-03-20 | 1 | -2/+409 |
| * | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | Poul-Henning Kamp | 2003-03-17 | 1 | -409/+2 |
| * | - Change the linux_[gs]et_os{name, release, s_version}() functions to | John Baldwin | 2003-03-13 | 4 | -113/+107 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 6 | -48/+48 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 8 | -94/+78 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -22/+22 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+1 |
| * | Add M_WAITOK | Hajimu UMEMOTO | 2003-02-20 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 6 | -7/+7 |
| * | Use the proc lock to protect p_realtimer instead of Giant, and obtain | Tim J. Robbins | 2003-02-17 | 1 | -3/+2 |
| * | Add MPSAFE comment to linux_sigpending(). | Tim J. Robbins | 2003-02-16 | 1 | -0/+3 |
| * | Obtain proc lock around modification of p_siglist in linux_wait4(). | Tim J. Robbins | 2003-02-14 | 1 | -0/+2 |
| * | 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, | David Malone | 2003-02-08 | 1 | -14/+15 |
| * | Avoid undefined symbol error with an IPv4 only kernel. | Hajimu UMEMOTO | 2003-02-05 | 1 | -1/+9 |
| * | Add IPv6 support for Linuxlator. | Hajimu UMEMOTO | 2003-02-03 | 1 | -88/+372 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 6 | -7/+7 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 2 | -2/+2 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 2 | -2/+2 |
| * | 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 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -2/+12 |
| * | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | Ian Dowse | 2002-12-08 | 1 | -39/+33 |
| * | Implement the CDROMREADAUDIO ioctl. | Marcel Moolenaar | 2002-10-19 | 1 | -1/+37 |
| * | - 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 |
| * | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 2 | -4/+2 |
| * | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 2 | -2/+4 |
| * | - 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 | 2 | -36/+11 |
| * | Don't use compatability syscall wrappers in emulation code. | Jonathan Mini | 2002-09-23 | 2 | -11/+40 |
| * | 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 |
| * | 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 |
| * | Add a new function linux_emul_convpath(), which is a version of | Ian Dowse | 2002-09-01 | 2 | -32/+64 |
| * | 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 | 2 | -19/+38 |
| * | Make similar changes to fo_stat() and fo_poll() as made earlier to | Robert Watson | 2002-08-16 | 1 | -6/+6 |
| * | Another fix that wasn't pulled in from the MAC branch: the | Robert Watson | 2002-08-12 | 1 | -1/+2 |