summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-292-1447/+0
* Fix style(9).netchild2006-10-281-29/+29
* MFP4:netchild2006-10-284-1/+119
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-224-4/+8
* Fix compile (use the right variable name).netchild2006-10-151-1/+1
* MFP4 (with some minor changes):netchild2006-10-152-0/+1447
* MFP4 (107868 - 107870):netchild2006-10-152-2/+4
* Don't pass unused bufsz to kern_shmctl().jhb2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). Otherjhb2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().jhb2006-10-101-11/+11
* - change if (cond) panic() to KASSERT.netchild2006-10-081-3/+4
* - Replace homegrown check for FIFO with S_ISFIFO. [1]netchild2006-10-081-1/+7
* MFp4:netchild2006-09-232-3/+30
* - don't reboot() when feed with wrong parameters (and enough permissions) [1]netchild2006-09-161-4/+38
* The Linux unlink syscall uses a different errno value when trying to unlinknetchild2006-09-101-0/+7
* - Extend the coverage of PROC_LOCK to cover wakeup(&p->p_emuldata);netchild2006-09-091-1/+3
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-8/+4
* - don't wake every sleeper just the first one [1]netchild2006-09-091-5/+2
* 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
* - 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
* Style fixes to comments.netchild2006-08-162-6/+11
* 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
* - Pass the MPSAFE flag to namei() in linux_uselib() and handle conditionaljhb2006-07-211-24/+25
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-191-1/+4
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-13/+14
* 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-081-11/+12
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-0/+17
* Axe the stackgap macros as the Linux ABIs no longer use the stackgap.jhb2006-06-271-26/+0
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-38/+26
* The linux times syscall can be called with a NULL pointer, so keep coolnetchild2006-06-231-11/+13
* Fix file leaking in translate_path_major_minor.ambrisko2006-05-161-2/+6
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-107-342/+33
* Implement rt_sigpending in the linuxolator.netchild2006-05-101-0/+28
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-053-5/+213
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-011-0/+4
* Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
OpenPOWER on IntegriCloud