| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for | marcel | 2003-06-28 | 1 | -2/+4 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 2 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 12 | -23/+37 |
* | Change the semantics of sysv shm emulation to take a additional | mbr | 2003-05-05 | 1 | -60/+73 |
* | Initialize tbuf in newstat_copyout() too. | mbr | 2003-04-29 | 1 | -0/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 3 | -6/+3 |
* | Do the same thing for stat64_copyout() as we already | mbr | 2003-04-29 | 1 | -0/+19 |
* | Argh! We want to return the old signal set when the error return is zero | jhb | 2003-04-28 | 1 | -1/+1 |
* | Use a switch to convert the Linux sigprocmask flags to the equivalent | jhb | 2003-04-25 | 1 | -3/+14 |
* | Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX | anholt | 2003-04-24 | 2 | -0/+17 |
* | Fix a lock order reversal. Unlock the proc before calling fget(). | jhb | 2003-04-23 | 1 | -1/+1 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -29/+11 |
* | Don't hold the proc lock while performing sigset conversions on local | jhb | 2003-04-17 | 1 | -1/+1 |
* | Use local struct proc variables to reduce repeated td->td_proc dereferences | jhb | 2003-04-17 | 1 | -10/+14 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | Explicitly cast a l_ulong to an unsigned long to make all arch's happy | jhb | 2003-04-16 | 1 | -1/+1 |
* | Fix printf format in a debug printf. | jhb | 2003-04-16 | 1 | -1/+1 |
* | Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it. | phk | 2003-04-01 | 1 | -0/+1 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -14/+15 |
* | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | phk | 2003-03-28 | 1 | -6/+14 |
* | Add a cleanup function to destroy the osname_lock and call it on module | jhb | 2003-03-26 | 2 | -0/+9 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 2 | -5/+4 |
* | Backout the getcwd changes, a more comprehensive effort will be needed. | phk | 2003-03-20 | 1 | -2/+409 |
* | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | phk | 2003-03-17 | 1 | -409/+2 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 4 | -113/+107 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 6 | -48/+48 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 8 | -94/+78 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -22/+22 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -2/+1 |
* | Add M_WAITOK | ume | 2003-02-20 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 6 | -7/+7 |
* | Use the proc lock to protect p_realtimer instead of Giant, and obtain | tjr | 2003-02-17 | 1 | -3/+2 |
* | Add MPSAFE comment to linux_sigpending(). | tjr | 2003-02-16 | 1 | -0/+3 |
* | Obtain proc lock around modification of p_siglist in linux_wait4(). | tjr | 2003-02-14 | 1 | -0/+2 |
* | 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, | dwmalone | 2003-02-08 | 1 | -14/+15 |
* | Avoid undefined symbol error with an IPv4 only kernel. | ume | 2003-02-05 | 1 | -1/+9 |
* | Add IPv6 support for Linuxlator. | ume | 2003-02-03 | 1 | -88/+372 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 6 | -7/+7 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 2 | -2/+2 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 2 | -2/+2 |
* | Add function linux_msg() for regulating output from the linux emulation | alfred | 2003-01-02 | 5 | -12/+42 |
* | When complaining about obsolete/unimplemented syscalls output the process | alfred | 2003-01-01 | 1 | -2/+2 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -2/+12 |
* | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | iedowse | 2002-12-08 | 1 | -39/+33 |
* | Implement the CDROMREADAUDIO ioctl. | marcel | 2002-10-19 | 1 | -1/+37 |
* | - Use strlcpy() rather than strncpy() to copy NUL terminated | robert | 2002-10-17 | 1 | -6/+6 |
* | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | sobomax | 2002-10-11 | 4 | -23/+318 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 2 | -4/+2 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 2 | -2/+4 |
* | - Hold the vn lock over vm_mmap(). | jeff | 2002-09-25 | 1 | -4/+4 |