summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-254-3/+72
* Previous commit contained too-smart-for-its-own-good code that mightdes2003-09-221-8/+9
* Fake multi-cpu statistics for proc/stat by dividing the totals by thedes2003-09-221-5/+18
* Fix some broken comments.des2003-09-091-3/+3
* Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscatedes2003-09-091-17/+96
* Restored a non-egregious cast so that this file compiles on i386'sbde2003-09-071-1/+1
* Switch to using the emulator in the common compat area.peter2003-08-233-10/+13
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportpeter2003-08-224-55/+8
* Initial sweep to de-i386-ify thispeter2003-08-223-79/+84
* Regenpeter2003-08-224-411/+411
* Begin attempting to consolidate the two different i386 emulationspeter2003-08-223-63/+75
* Regenpeter2003-08-214-14/+14
* This is too funny for words. Swap syscalls 416 and 417 around. It workspeter2003-08-211-2/+2
* Whitespace cleanup.des2003-08-181-14/+14
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-171-0/+1
* Remove dangling extern reference to swap_pager_fullphk2003-08-061-2/+0
* Add support for multiple CPUs to cpuinfo.des2003-08-041-8/+18
* Try to make 'uname -a' look more like it does on Linux:des2003-07-291-0/+30
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Use __FBSDID().obrien2003-07-253-5/+8
* Add a new function swap_pager_status() which reports the total size of thephk2003-07-182-16/+9
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa formarcel2003-06-281-2/+4
* Add a f_vnode field to struct file.phk2003-06-224-6/+6
* 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
OpenPOWER on IntegriCloud