summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-1015-44/+48
* Use __FBSDID().obrien2003-06-1014-28/+73
* Put definition of struct svr4_sockcache_entry in a .h file rather thanphk2003-05-314-13/+14
* Regenerate.peter2003-05-311-0/+447
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-312-2/+3
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-233-6/+6
* Collect the nastiness for preserving the kernel MSR_GSBASE around thepeter2003-05-151-8/+1
* Regenpeter2003-05-143-18/+43
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-148-164/+472
* - Merge struct procsig with struct sigacts.jhb2003-05-133-10/+21
* Don't #define memset() to bzero(), it is far too prone to bite somebody.phk2003-05-121-2/+0
* Change the semantics of sysv shm emulation to take a additionalmbr2003-05-051-60/+73
* Initialize tbuf in newstat_copyout() too.mbr2003-04-291-0/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-293-6/+3
* Do the same thing for stat64_copyout() as we alreadymbr2003-04-291-0/+19
* Argh! We want to return the old signal set when the error return is zerojhb2003-04-281-1/+1
* Use a switch to convert the Linux sigprocmask flags to the equivalentjhb2003-04-251-3/+14
* Regen.jhb2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherjhb2003-04-251-7/+7
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXanholt2003-04-242-0/+17
* Regen.jhb2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up thejhb2003-04-241-4/+4
* Fix a lock order reversal. Unlock the proc before calling fget().jhb2003-04-231-1/+1
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-223-301/+141
* The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don'tjhb2003-04-171-4/+0
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-171-1/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-172-16/+20
* P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now itjhb2003-04-171-3/+3
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* Explicitly cast a l_ulong to an unsigned long to make all arch's happyjhb2003-04-161-1/+1
* Fix printf format in a debug printf.jhb2003-04-161-1/+1
* Fix multiple printf warnings on Alpha:jhb2003-04-161-19/+19
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+1
* Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.phk2003-04-011-0/+1
* Don't include <sys/buf.h> needlessly.phk2003-04-011-1/+2
* - Add thr and umtx system calls.jeff2003-04-011-0/+8
* - Add a placeholder for sigwaitjeff2003-03-311-0/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-313-28/+30
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-262-0/+9
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-8/+8
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-202-5/+4
* Backout the getcwd changes, a more comprehensive effort will be needed.phk2003-03-201-2/+409
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,phk2003-03-171-409/+2
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-135-115/+109
* Clean up whitespace and remove register keyword.des2003-03-036-48/+48
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-038-94/+78
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-22/+22
OpenPOWER on IntegriCloud