aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux/alpha uses the same BSDish return mechanism we do forAndrew Gallatin2002-01-231-0/+4
* Reinstate linux_ifname. Although the Linuxulator doesn't use itMarcel Moolenaar2002-01-151-0/+27
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-143-25/+22
* Remove unused variable.Alfred Perlstein2002-01-131-1/+0
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-133-111/+216
* Further fixes related to the interface renaming. Now that weMarcel Moolenaar2002-01-101-52/+12
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-5/+5
* When translating the interface name when "eth?" is given, do notMarcel Moolenaar2001-12-041-3/+9
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-033-40/+103
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not aDag-Erling Smørgrav2001-11-241-1/+1
* Deal with a few issues that cropped up following the recent changesIan Dowse2001-11-192-14/+70
* Implement DVD-ROM ioctls.Marcel Moolenaar2001-11-182-27/+434
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.Marcel Moolenaar2001-11-182-0/+5
* Fix missing holdsock()->fgetsock()Matthew Dillon2001-11-171-7/+5
* Forward declare struct ifnet - this fixes a warning in tdfx_pci.cPeter Wemm2001-11-171-0/+1
* Fix printf warnings (int/long)Peter Wemm2001-11-171-2/+4
* Fix warning in debug printf. This is a long on alpha, and int on i386,Peter Wemm2001-11-171-1/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structRobert Watson2001-11-081-6/+6
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makeMichael Reifenberger2001-10-281-3/+52
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysDag-Erling Smørgrav2001-10-272-7/+5
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6Bill Fenner2001-10-261-2/+23
* Tweak the way we determine if an interface needs to have its name translated.Dag-Erling Smørgrav2001-10-202-22/+62
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hMarcel Moolenaar2001-10-192-8/+209