summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-2/+2
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("bde2002-03-241-6/+6
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Remove __P.alfred2002-03-205-28/+27
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-275-13/+13
* Use the updated getcredhostname() function.robert2002-02-271-2/+1
* Use the getcredhostname function to fill the hostname intorobert2002-02-271-1/+3
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+2
* fix file descriptor leak.alfred2002-02-201-1/+2
* Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,bde2002-02-151-2/+0
* Have SIOCGIFCONF return all (if any) AF_INET addresses for themarcel2002-01-291-4/+22
* Linux/alpha uses the same BSDish return mechanism we do forgallatin2002-01-231-0/+4
* Reinstate linux_ifname. Although the Linuxulator doesn't use itmarcel2002-01-151-0/+27
* Replace ffind_* with fget calls.alfred2002-01-143-25/+22
* Remove unused variable.alfred2002-01-131-1/+0
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-133-111/+216
* Further fixes related to the interface renaming. Now that wemarcel2002-01-101-52/+12
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* When translating the interface name when "eth?" is given, do notmarcel2001-12-041-3/+9
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-033-40/+103
* Revert incorrect KSEfication: realitexpire expects a struct proc *, not ades2001-11-241-1/+1
* Deal with a few issues that cropped up following the recent changesiedowse2001-11-192-14/+70
* Implement DVD-ROM ioctls.marcel2001-11-182-27/+434
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.marcel2001-11-182-0/+5
* Fix missing holdsock()->fgetsock()dillon2001-11-171-7/+5
* Forward declare struct ifnet - this fixes a warning in tdfx_pci.cpeter2001-11-171-0/+1
* Fix printf warnings (int/long)peter2001-11-171-2/+4
* Fix warning in debug printf. This is a long on alpha, and int on i386,peter2001-11-171-1/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-6/+6
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-281-3/+52
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-272-7/+5
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6fenner2001-10-261-2/+23
* Tweak the way we determine if an interface needs to have its name translated.des2001-10-202-22/+62
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hmarcel2001-10-192-8/+209
* Add support for the "device private" ioctls soon to be used by the an driver.des2001-10-192-16/+76
* Whitespace fix.des2001-10-191-1/+1
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-0/+42
* Try to make Linux socket ioctls work. Up until now they've only *pretended*des2001-10-151-50/+281
* When casting from uid16/gid16 to uid/gid respectively, make suremarcel2001-10-141-14/+16
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Remove linux_getpgid(). We map the syscall natively now.marcel2001-09-281-21/+0
* Swap the src and dst arguments of the bcopy added in themarcel2001-09-281-1/+1
* The arg parameter is passed by value in Linux, but not in FreeBSD.marcel2001-09-261-5/+6
* Fix abuse of vtagtype. In addition, after this the linux programs will besobomax2001-09-191-32/+20
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-0/+8
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-2/+58
* Fix off by one error introduced by the use of the ifnet_byindex()marcel2001-09-141-1/+1
OpenPOWER on IntegriCloud