aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fixed a printf format error. It was old and should have been detected byBruce Evans2002-05-251-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-202-10/+23
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typeMarcel Moolenaar2002-05-181-1/+1
* sysctl -w -> sysctlDima Dorfman2002-05-111-2/+2
* Zap some stale unused headers, including one machine/psl.h (which isPeter Wemm2002-05-011-6/+0
* Add an XXX: linux_uselib() should be using vn_open() rather than invokingRobert Watson2002-04-201-0/+4
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-1/+1
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-132-25/+39
* - p_cansee() needs the target process locked.John Baldwin2002-04-131-17/+15
* Use proc lock to protect p_ucred pointer while we deference it to read aJohn Baldwin2002-04-111-0/+4
* Use td_ucred in a few spots.John Baldwin2002-04-111-3/+3
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-106-0/+2839
* - Change fill_kinfo_proc() to require that the process is locked when itJohn Baldwin2002-04-092-4/+7
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-042-0/+5
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-015-6/+6
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsAlfred Perlstein2002-03-291-11/+17
* Make the reference counting of 'struct pargs' SMP safe.Alfred Perlstein2002-03-271-2/+1
* Fixed some style bugs in the removal of __P(()). Tabs before "__P(("Bruce Evans2002-03-241-6/+6
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-204-5/+2
* Remove __P.Alfred Perlstein2002-03-2026-280/+274
* 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