summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Staticize functions which are not used somewhere else, move thenetchild2011-03-152-6/+7
* Style(9) fixes. No functional changes.dchagin2011-03-121-252/+261
* Remove now-obsolete comment.jhb2011-03-101-6/+1
* Indeed, remove bogus since r219405 check of the Linux ABI.dchagin2011-03-091-3/+0
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-3/+6
* Print out shared flag for debug purpose.dchagin2011-03-031-8/+8
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,dchagin2011-03-031-1/+1
* Use umtx_key objects to uniquely identify futexes. Private futexes injhb2011-02-231-17/+32
* Do not clobber %rdx.dchagin2011-02-201-1/+0
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+4
* Make a linux_rt_sigtimedwait() system call is actually working.dchagin2011-02-151-10/+6
* Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().dchagin2011-02-151-5/+8
* Put the macro declaration in the relevant include file for future use.dchagin2011-02-152-3/+3
* Style(9) fix. Do not initialize variables in the declarations.dchagin2011-02-141-2/+5
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Remove comment about 'ftlk' LOR.dchagin2011-02-131-2/+1
* Stop printing the LOR, as this is expected behavior.dchagin2011-02-131-1/+1
* The bitset field of freshly created futex should be initialized explicity.dchagin2011-02-131-0/+1
* Rename used_requeue and use it as bitwise field to store more flags.dchagin2011-02-123-4/+8
* Slightly rewrite linux_fork:dchagin2011-02-121-13/+6
* Remove bogus include <machine/frame.h>dchagin2011-02-121-2/+0
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-0/+297
* Linux' shm_open() fails because it wants to find some funky shmfsnetchild2011-02-091-1/+9
* Yet another unimplemented futex operation, print out about.dchagin2011-01-312-0/+8
* Implement a futex BITSET op.dchagin2011-01-312-25/+46
* Style(9) fixes.dchagin2011-01-281-28/+28
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-282-63/+28
* Style(9) fix.dchagin2011-01-281-1/+1
* Style(9) fix.dchagin2011-01-231-1/+1
* In linuxolator getdents_common(), it seems there is no reason to loopkib2011-01-191-3/+4
* Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after thescf2010-12-302-2/+7
* Fix linux kernel module breakage introduced in r215675, by includingdim2010-11-221-0/+1
* Do not take the process lock. The assignment to u_short inside thenetchild2010-11-221-5/+3
* Remove trailing dot from the unimplemented futex messages to makenetchild2010-11-221-5/+5
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6netchild2010-11-223-22/+53
* Some style(9) fixes.netchild2010-11-151-5/+5
* - print out the PID and program name of the program trying to use annetchild2010-11-152-15/+54
* Remove stale comment.kib2010-10-141-5/+0
* Simplify timeout check in futex_wait() using itimerfix() and return errorjkim2010-10-061-22/+10
* Fix a comparision of an uninitialised pointer.netchild2010-10-061-1/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-2/+2
* Bring USB fixes for linux(4).wkoszek2010-05-242-14/+147
* - #ifdef out the cliplist part, skype seems like using an uninitializednetchild2010-05-031-7/+24
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+18
* Fix some problems which may lead to a panic:netchild2010-03-261-1/+3
* Actually make O_DIRECTORY work.ed2010-03-211-6/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* - Return EAFNOSUPPORT instead of EINVAL for unsupported address family,delphij2010-02-091-2/+7
OpenPOWER on IntegriCloud