aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-279-23/+22
* Use the updated getcredhostname() function.Robert Drehmel2002-02-272-5/+2
* - Use the new getcredhostname function in the SVR4 uname system call.Robert Drehmel2002-02-271-2/+3
* Use the getcredhostname function to fill the hostname intoRobert Drehmel2002-02-271-1/+3
* remove "discards qualifier" erro by not potentially writing toJulian Elischer2002-02-261-2/+5
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-233-3/+12
* 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
* Attempt to unmangle some code touched in the previous commit.Peter Wemm2002-02-071-11/+8
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-11/+17
* include sys/lock.h and sys/mutex.h to make compile.Alfred Perlstein2002-01-301-0/+2
* 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
* Lock the caller process if the pid passed to getsid() or getpgid()Seigo Tanimura2002-01-191-4/+6
* For getsid(), return the sid stored in struct session. This preventsSeigo Tanimura2002-01-191-1/+1
* Make compile, remove extra fdrop() calls.Alfred Perlstein2002-01-191-3/+1
* make compile, add missing { and variable declaration.Alfred Perlstein2002-01-191-2/+2
* Semi-backout previous fgetvp change, we need the struct file pointerAlfred Perlstein2002-01-191-7/+11
* fix typo, there's uap, just fdAlfred Perlstein2002-01-161-1/+1
* Reinstate linux_ifname. Although the Linuxulator doesn't use itMarcel Moolenaar2002-01-151-0/+27
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-147-58/+38
* Remove unused variable.Alfred Perlstein2002-01-131-1/+0
* Some of the KSE stuff was accidentally reverted by file locking,Alfred Perlstein2002-01-131-5/+5
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-138-165/+349
* Further fixes related to the interface renaming. Now that weMarcel Moolenaar2002-01-101-52/+12
* Gut this header; since physio_proc_init is never called, the code never doesMike Smith2002-01-081-34/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-5/+5
* Pull in more stuff from procfs now that it's been pseudofsized.Dag-Erling Smørgrav2001-12-091-31/+3
* 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-034-43/+111
* 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
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-18/+12
* 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
* promote tv_sec in printf to make it type agnosticMatthew Dillon2001-10-291-4/+4
* 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
* Reporting device drivers by traversing cdevsw[] is at best a hackPoul-Henning Kamp2001-10-261-2/+6
* Add proc/mtab which simulates a Linux system's /etc/mtab.Dag-Erling Smørgrav2001-10-211-1/+72
* 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
* #if 0 out some code that depends on other uncommitted patches.Dag-Erling Smørgrav2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).Dag-Erling Smørgrav2001-10-191-65/+58