aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyIan Dowse2002-12-081-39/+33
* Implement the CDROMREADAUDIO ioctl.Marcel Moolenaar2002-10-191-1/+37
* - Use strlcpy() rather than strncpy() to copy NUL terminatedRobert Drehmel2002-10-171-6/+6
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-114-23/+318
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-012-4/+2
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-302-2/+4
* - Hold the vn lock over vm_mmap().Jeff Roberson2002-09-251-4/+4
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.Jonathan Mini2002-09-242-36/+11
* Don't use compatability syscall wrappers in emulation code.Jonathan Mini2002-09-232-11/+40
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.Matthew N. Dodd2002-09-202-29/+0
* Put an XXX comment here to point somebody in the right direction.Poul-Henning Kamp2002-09-201-0/+1
* Current uses struct thread *td rather than struct proc *p.Warner Losh2002-09-201-2/+2
* Pass flags to msync() accounting for differences in the definition ofMatthew N. Dodd2002-09-191-1/+5
* This patch extends the FreeBSD Linux compatibility layer to supportMatthew N. Dodd2002-09-192-0/+29
* Do not cast from a pointer to an integer of a possibly different size.Bruce Evans2002-09-051-1/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-054-14/+10
* Implement LINUX_TIOCSCTTY.Marcel Moolenaar2002-09-051-1/+4
* Use the new kern_*() functions to avoid using the stack gap inIan Dowse2002-09-022-90/+49
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-016-328/+264
* Add a new function linux_emul_convpath(), which is a version ofIan Dowse2002-09-012-32/+64
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-172-19/+38
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-6/+6
* Another fix that wasn't pulled in from the MAC branch: theRobert Watson2002-08-121-1/+2
* Fix missing parens in MAC readdir() check. This fix was in the MACRobert Watson2002-08-121-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-2/+3
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-014-2/+45
* Move the switch statement labels for the explicit 64-bitRobert Drehmel2002-07-091-3/+3
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64Robert Drehmel2002-07-091-0/+3
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyAndrew R. Reiter2002-06-261-11/+2
* Add a comment about how we should use vn_open() here instead of directlyRobert Watson2002-06-141-0/+4
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-028-8/+8
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typeMarcel Moolenaar2002-05-181-1/+1
* sysctl -w -> sysctlDima Dorfman2002-05-111-2/+2
* Zap some stale unused headers, including one machine/psl.h (which isPeter Wemm2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingRobert Watson2002-04-201-0/+4
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-132-25/+39
* Use td_ucred in a few spots.John Baldwin2002-04-111-3/+3
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-2/+2
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("Bruce Evans2002-03-241-6/+6
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* Remove __P.Alfred Perlstein2002-03-205-26/+25
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-275-13/+13
* Use the updated getcredhostname() function.Robert Drehmel2002-02-271-2/+1
* Use the getcredhostname function to fill the hostname intoRobert Drehmel2002-02-271-1/+3
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-1/+2
* fix file descriptor leak.Alfred Perlstein2002-02-201-1/+2
* Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,Bruce Evans2002-02-151-2/+0
* Have SIOCGIFCONF return all (if any) AF_INET addresses for theMarcel Moolenaar2002-01-291-4/+22