summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Regeneratepeter2002-07-203-1596/+311
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-209-335/+2332
* Move the switch statement labels for the explicit 64-bitrobert2002-07-091-3/+3
* Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64robert2002-07-091-0/+3
* The comment marked with XXX was right: emulate SVR4 forrobert2002-07-091-1/+1
* Part 1 of KSE-IIIjulian2002-06-292-22/+48
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyarr2002-06-261-11/+2
* Add a comment about how we should use vn_open() here instead of directlyrwatson2002-06-141-0/+4
* catch up with ktrace changes, KTRPOINT takes a 'struct thread' notalfred2002-06-111-2/+2
* Catch up to changes in ktrace API.jhb2002-06-071-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-029-9/+9
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-23/+10
* correct commented out preprocessor test for i386 to __i386__alfred2002-05-301-1/+1
* Fixed a printf format error. It was old and should have been detected bybde2002-05-251-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-202-10/+23
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typemarcel2002-05-181-1/+1
* sysctl -w -> sysctldd2002-05-111-2/+2
* 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
OpenPOWER on IntegriCloud