summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-112-2/+13
* Use the correct syscall table limitpeter2003-12-101-1/+2
* Regenpeter2003-12-104-17/+25
* Add missing extattr_list_fd(), extattr_list_file(), extattr_list_link()peter2003-12-101-1/+4
* The osigpending, oaccept, orecvfrom and ogetdirentries entries werepeter2003-12-101-8/+4
* Use mp_ncpus instead of the hw.ncpu sysctl.des2003-12-071-22/+11
* Do not call VOP_GETATTR in getdents function. It does not serve anykan2003-11-192-12/+0
* Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.rwatson2003-11-171-1/+5
* Pull latest changes from OpenBSD:sobomax2003-11-161-3/+13
* 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
OpenPOWER on IntegriCloud