summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Replace ffind_* with fget calls.alfred2002-01-147-58/+38
* Remove unused variable.alfred2002-01-131-1/+0
* Some of the KSE stuff was accidentally reverted by file locking,alfred2002-01-131-5/+5
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-138-165/+349
* Further fixes related to the interface renaming. Now that wemarcel2002-01-101-52/+12
* Gut this header; since physio_proc_init is never called, the code never doesmsmith2002-01-081-34/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* Pull in more stuff from procfs now that it's been pseudofsized.des2001-12-091-31/+3
* 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-034-43/+111
* 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
* Give struct socket structures a ref counting interface similar todillon2001-11-171-18/+12
* 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
* promote tv_sec in printf to make it type agnosticdillon2001-10-291-4/+4
* 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
* Reporting device drivers by traversing cdevsw[] is at best a hackphk2001-10-261-2/+6
* Add proc/mtab which simulates a Linux system's /etc/mtab.des2001-10-211-1/+72
* 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
* #if 0 out some code that depends on other uncommitted patches.des2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).des2001-10-191-67/+60
* 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
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-103-3/+3
* Catch up with the visibility callback stuff, and give up trying to keep thedes2001-10-011-19/+37
* Specify readability and / or writeability for all nodes that need it.des2001-09-301-18/+18
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readydes2001-09-291-20/+18
* 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
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-251-20/+37
* 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
* Fix typo.julian2001-09-131-1/+1
* Whitespace fix.jhb2001-09-121-1/+1
OpenPOWER on IntegriCloud