summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Zap some stale unused headers, including one machine/psl.h (which ispeter2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingrwatson2002-04-201-0/+4
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-1/+1
* Rework logic of syscalls that modify process credentials as described injhb2002-04-132-25/+39
* - p_cansee() needs the target process locked.jhb2002-04-131-17/+15
* Use proc lock to protect p_ucred pointer while we deference it to read ajhb2002-04-111-0/+4
* Use td_ucred in a few spots.jhb2002-04-111-3/+3
* Initial support for executing IA-32 binaries. This will not compiledfr2002-04-106-0/+2839
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-092-4/+7
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-042-0/+5
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-015-6/+6
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-291-11/+17
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-2/+1
* 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-204-5/+2
* Remove __P.alfred2002-03-2026-280/+274
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-279-23/+22
* Use the updated getcredhostname() function.robert2002-02-272-5/+2
* - Use the new getcredhostname function in the SVR4 uname system call.robert2002-02-271-2/+3
* Use the getcredhostname function to fill the hostname intorobert2002-02-271-1/+3
* remove "discards qualifier" erro by not potentially writing tojulian2002-02-261-2/+5
* Lock struct pgrp, session and sigio.tanimura2002-02-233-3/+12
* 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
* Attempt to unmangle some code touched in the previous commit.peter2002-02-071-11/+8
* Pre-KSE/M3 commit.julian2002-02-071-11/+17
* include sys/lock.h and sys/mutex.h to make compile.alfred2002-01-301-0/+2
* 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
* Lock the caller process if the pid passed to getsid() or getpgid()tanimura2002-01-191-4/+6
* For getsid(), return the sid stored in struct session. This preventstanimura2002-01-191-1/+1
* Make compile, remove extra fdrop() calls.alfred2002-01-191-3/+1
* make compile, add missing { and variable declaration.alfred2002-01-191-2/+2
* Semi-backout previous fgetvp change, we need the struct file pointeralfred2002-01-191-7/+11
* fix typo, there's uap, just fdalfred2002-01-161-1/+1
* Reinstate linux_ifname. Although the Linuxulator doesn't use itmarcel2002-01-151-0/+27
* 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
OpenPOWER on IntegriCloud