summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Add MPSAFE comment to linux_sigpending().tjr2003-02-161-0/+3
* Obtain proc lock around modification of p_siglist in linux_wait4().tjr2003-02-141-0/+2
* 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,dwmalone2003-02-081-14/+15
* Avoid undefined symbol error with an IPv4 only kernel.ume2003-02-051-1/+9
* Add IPv6 support for Linuxlator.ume2003-02-031-88/+372
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-7/+7
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-132-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-122-2/+2
* Add function linux_msg() for regulating output from the linux emulationalfred2003-01-025-12/+42
* When complaining about obsolete/unimplemented syscalls output the processalfred2003-01-011-2/+2
* SMP locking for ifnet list.hsu2002-12-221-2/+12
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyiedowse2002-12-081-39/+33
* Implement the CDROMREADAUDIO ioctl.marcel2002-10-191-1/+37
* - Use strlcpy() rather than strncpy() to copy NUL terminatedrobert2002-10-171-6/+6
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-114-23/+318
* Back our kernel support for reliable signal queues.jmallett2002-10-012-4/+2
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-302-2/+4
* - Hold the vn lock over vm_mmap().jeff2002-09-251-4/+4
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-242-36/+11
* Don't use compatability syscall wrappers in emulation code.mini2002-09-232-11/+40
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.mdodd2002-09-202-29/+0
* Put an XXX comment here to point somebody in the right direction.phk2002-09-201-0/+1
* Current uses struct thread *td rather than struct proc *p.imp2002-09-201-2/+2
* Pass flags to msync() accounting for differences in the definition ofmdodd2002-09-191-1/+5
* This patch extends the FreeBSD Linux compatibility layer to supportmdodd2002-09-192-0/+29
* Do not cast from a pointer to an integer of a possibly different size.bde2002-09-051-1/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-054-14/+10
* Implement LINUX_TIOCSCTTY.marcel2002-09-051-1/+4
* Use the new kern_*() functions to avoid using the stack gap iniedowse2002-09-022-90/+49
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-016-328/+264
* Add a new function linux_emul_convpath(), which is a version ofiedowse2002-09-012-32/+64
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-172-19/+38
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-6/+6
* Another fix that wasn't pulled in from the MAC branch: therwatson2002-08-121-1/+2
* Fix missing parens in MAC readdir() check. This fix was in the MACrwatson2002-08-121-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-2/+3
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-014-2/+45
* Move the switch statement labels for the explicit 64-bitrobert2002-07-091-3/+3
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64robert2002-07-091-0/+3
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyarr2002-06-261-11/+2
* Add a comment about how we should use vn_open() here instead of directlyrwatson2002-06-141-0/+4
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-028-8/+8
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typemarcel2002-05-181-1/+1
* sysctl -w -> sysctldd2002-05-111-2/+2
* Zap some stale unused headers, including one machine/psl.h (which ispeter2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingrwatson2002-04-201-0/+4
* Rework logic of syscalls that modify process credentials as described injhb2002-04-132-25/+39
* Use td_ucred in a few spots.jhb2002-04-111-3/+3
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+3
OpenPOWER on IntegriCloud