aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.13: use the correct symbol for declaring the sysvec table sizesPeter Wemm2003-12-131-1/+2
* RegenPeter Wemm2003-12-134-17/+25
* MFC: 1.27-1.28: sync up syscalls listPeter Wemm2003-12-131-9/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-072-122/+0
* Do not call VOP_GETATTR in getdents function. It does not serve anyAlexander Kabaev2003-11-192-12/+0
* Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.Robert Watson2003-11-171-1/+5
* Pull latest changes from OpenBSD:Maxim Sobolev2003-11-161-3/+13
* Use kern_sendit rather than sendit for the Linux send* syscalls.David Malone2003-11-091-144/+105
* Move a MD 32 bit binary support routine into the MD areas. exec_setregsPeter Wemm2003-11-082-45/+2
* RegenPeter Wemm2003-11-084-7/+7
* "implement" vfork(). Add comments next to the other syscalls that needPeter Wemm2003-11-081-1/+12
* Remove some duplicated comments that refer to npx. XXX The setregsPeter Wemm2003-11-081-11/+0
* Point the description of the fpu data in the context structures toPeter Wemm2003-11-081-1/+1
* Dont write to the stackgap directly in execve().Peter Wemm2003-11-071-3/+9
* Regen.John Baldwin2003-11-074-13/+13
* Sync with global syscalls.master by marking ptrace(), dup(), pipe(),John Baldwin2003-11-071-9/+9
* Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.Eric Anholt2003-11-051-4/+14
* Back out the following revisions:Max Khon2003-11-051-6/+6
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-7/+4
* Oops, forgot to save these in the editor. Add CTASSERTS for signal andPeter Wemm2003-10-301-0/+10
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitPeter Wemm2003-10-303-5/+26
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();Tim J. Robbins2003-10-212-2/+2
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitSam Leffler2003-10-201-12/+0
* Fix some security bugs in the SVR4 emulator:Tim J. Robbins2003-10-206-20/+78
* We dont support CDROMREADAUDIO anymore.Søren Schmidt2003-10-201-18/+1
* Various style and type fixes in my last commit.Olivier Houchard2003-10-201-16/+12
* Implement partially /proc/<pid>/maps.Olivier Houchard2003-10-191-5/+96
* Fix some problems in linux_sendmsg() and linux_recvmsg().Mitsuru IWASAKI2003-10-111-36/+38
* make kernel_sysctl()'s args match its prototype in order to fix theAndrew Gallatin2003-10-081-1/+1
* Fix a (fortunately harmless) signed / unsigned bug.Dag-Erling Smørgrav2003-09-301-1/+2
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-254-3/+72
* Previous commit contained too-smart-for-its-own-good code that mightDag-Erling Smørgrav2003-09-221-8/+9
* Fake multi-cpu statistics for proc/stat by dividing the totals by theDag-Erling Smørgrav2003-09-221-5/+18
* Fix some broken comments.Dag-Erling Smørgrav2003-09-091-3/+3
* Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscateDag-Erling Smørgrav2003-09-091-17/+96
* Restored a non-egregious cast so that this file compiles on i386'sBruce Evans2003-09-071-1/+1
* Switch to using the emulator in the common compat area.Peter Wemm2003-08-233-10/+13
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportPeter Wemm2003-08-224-55/+8
* Initial sweep to de-i386-ify thisPeter Wemm2003-08-223-79/+84
* RegenPeter Wemm2003-08-224-411/+411
* Begin attempting to consolidate the two different i386 emulationsPeter Wemm2003-08-223-63/+75
* RegenPeter Wemm2003-08-214-14/+14
* This is too funny for words. Swap syscalls 416 and 417 around. It worksPeter Wemm2003-08-211-2/+2
* Whitespace cleanup.Dag-Erling Smørgrav2003-08-181-14/+14
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-171-0/+1
* Remove dangling extern reference to swap_pager_fullPoul-Henning Kamp2003-08-061-2/+0
* Add support for multiple CPUs to cpuinfo.Dag-Erling Smørgrav2003-08-041-8/+18
* Try to make 'uname -a' look more like it does on Linux:Dag-Erling Smørgrav2003-07-291-0/+30
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Use __FBSDID().David E. O'Brien2003-07-253-5/+8