summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud