summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* FREE -> freessouhlal2006-08-281-2/+2
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-271-0/+51
* Correct the number of retries in a futex_wake() call.netchild2006-08-261-2/+6
* Don't call suser_cred() directly from linux_sethostname(), as it justrwatson2006-08-251-3/+0
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-13/+1
* Get rid of some nested includes.netchild2006-08-191-0/+1
* MALLOC -> malloc and FREE -> freessouhlal2006-08-191-4/+4
* ifdef DEBUG a printfssouhlal2006-08-191-0/+2
* while (0); -> while (0) in multi-line macrosimp2006-08-172-3/+2
* - disable some more code when osrelease=2.4.2netchild2006-08-171-22/+46
* Move some stuff into headers where they belong.netchild2006-08-173-6/+3
* Fix the DEBUG build:netchild2006-08-172-5/+3
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-161-0/+2
* Style fixes to comments.netchild2006-08-162-6/+11
* Include sys/limits.h for INT_MAX. freebsd32_proto.h 1.58 does not includejkim2006-08-161-0/+1
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-154-725/+850
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-152-2/+2
* Disable some parts of the code on amd64 for now to prevent a panic. A betternetchild2006-08-151-1/+8
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-153-2/+163
* Add some new files needed for linux 2.6.x compatibility.netchild2006-08-155-0/+1140
* Lock the vnode around the call to VOP_GETATTR. Move the locked codekib2006-08-081-5/+16
* With socket code no longer in svr4_stream.c, MAC includes are no longerrwatson2006-08-051-2/+0
* Use TAILQ_EMPTY instead of checking if TAILQ_FIRST is NULL.brooks2006-08-041-1/+1
* Regen for MPSAFE flag removal.jhb2006-07-288-425/+435
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-282-413/+409
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-3/+4
* Regen.jhb2006-07-284-7/+7
* - Explicitly lock Giant to protect the fields in the svr4_strm structurejhb2006-07-283-12/+44
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-271-10/+24
* Regen.jhb2006-07-214-5/+5
* Clean up the svr4 socket cache and streams code some to make it more easilyjhb2006-07-214-40/+110
* Add conditional VFS Giant locking to svr4_sys_fchroot() and mark it MPSAFE.jhb2006-07-212-20/+22
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-24/+25
* Regen.jhb2006-07-194-6/+6
* Add conditional VFS Giant locking to svr4_sys_resolvepath() and mark itjhb2006-07-192-2/+5
* Make svr4_sys_waitsys() a lot less ugly and mark it MPSAFE.jhb2006-07-192-155/+149
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-191-1/+4
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-191-24/+0
* sync with master.davidxu2006-07-141-6/+11
* Regen.jhb2006-07-114-6/+6
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-113-18/+24
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-103-406/+68
* Unexpand PTRIN() in several places and fix one instance where 0 was beingjhb2006-07-101-13/+13
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-5/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-082-19/+24
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-0/+17
* Don't try to copyin extra data for IPC_RMID requests to msgctl() orjhb2006-07-061-6/+1
* Housekeeping. Update for maintainers who have handed in their commit bitsmarkm2006-07-011-2/+0
* Improve linprovfs to provide/fix thenetchild2006-06-271-27/+51
* Regen.jhb2006-06-274-6/+6
OpenPOWER on IntegriCloud