summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Use kern_sendit rather than sendit for the Linux send* syscalls.dwmalone2003-11-091-144/+105
* Move a MD 32 bit binary support routine into the MD areas. exec_setregspeter2003-11-082-45/+2
* Regenpeter2003-11-084-7/+7
* "implement" vfork(). Add comments next to the other syscalls that needpeter2003-11-081-1/+12
* Remove some duplicated comments that refer to npx. XXX The setregspeter2003-11-081-11/+0
* Point the description of the fpu data in the context structures topeter2003-11-081-1/+1
* Dont write to the stackgap directly in execve().peter2003-11-071-3/+9
* Regen.jhb2003-11-074-13/+13
* Sync with global syscalls.master by marking ptrace(), dup(), pipe(),jhb2003-11-071-9/+9
* Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.anholt2003-11-051-4/+14
* Back out the following revisions:fjoe2003-11-051-6/+6
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+4
* Oops, forgot to save these in the editor. Add CTASSERTS for signal andpeter2003-10-301-0/+10
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitpeter2003-10-303-5/+26
* Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16();tjr2003-10-212-2/+2
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitsam2003-10-201-12/+0
* Fix some security bugs in the SVR4 emulator:tjr2003-10-206-20/+78
* We dont support CDROMREADAUDIO anymore.sos2003-10-201-18/+1
* Various style and type fixes in my last commit.cognet2003-10-201-16/+12
* Implement partially /proc/<pid>/maps.cognet2003-10-191-5/+96
* Fix some problems in linux_sendmsg() and linux_recvmsg().iwasaki2003-10-111-36/+38
* make kernel_sysctl()'s args match its prototype in order to fix thegallatin2003-10-081-1/+1
* Fix a (fortunately harmless) signed / unsigned bug.des2003-09-301-1/+2
* 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
OpenPOWER on IntegriCloud