aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+4
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-311-14/+0
* linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-261-0/+14
* linux compat: improve and fix sendmsg/recvmsg compatibilityAndriy Gapon2011-03-264-53/+252
* Staticize functions which are not used somewhere else, move theAlexander Leidinger2011-03-152-6/+7
* Style(9) fixes. No functional changes.Dmitry Chagin2011-03-121-252/+261
* Remove now-obsolete comment.John Baldwin2011-03-101-6/+1
* Indeed, remove bogus since r219405 check of the Linux ABI.Dmitry Chagin2011-03-091-3/+0
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-082-3/+6
* Print out shared flag for debug purpose.Dmitry Chagin2011-03-031-8/+8
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,Dmitry Chagin2011-03-031-1/+1
* Use umtx_key objects to uniquely identify futexes. Private futexes inJohn Baldwin2011-02-231-17/+32
* Do not clobber %rdx.Dmitry Chagin2011-02-201-1/+0
* For realtime signals fill the sigval value.Dmitry Chagin2011-02-151-0/+4
* Make a linux_rt_sigtimedwait() system call is actually working.Dmitry Chagin2011-02-151-10/+6
* Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().Dmitry Chagin2011-02-151-5/+8
* Put the macro declaration in the relevant include file for future use.Dmitry Chagin2011-02-152-3/+3
* Style(9) fix. Do not initialize variables in the declarations.Dmitry Chagin2011-02-141-2/+5
* Sort include files in the alphabetical order.Dmitry Chagin2011-02-131-1/+1
* Remove comment about 'ftlk' LOR.Dmitry Chagin2011-02-131-2/+1
* Stop printing the LOR, as this is expected behavior.Dmitry Chagin2011-02-131-1/+1
* The bitset field of freshly created futex should be initialized explicity.Dmitry Chagin2011-02-131-0/+1
* Rename used_requeue and use it as bitwise field to store more flags.Dmitry Chagin2011-02-123-4/+8
* Slightly rewrite linux_fork:Dmitry Chagin2011-02-121-13/+6
* Remove bogus include <machine/frame.h>Dmitry Chagin2011-02-121-2/+0
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-121-0/+297
* Linux' shm_open() fails because it wants to find some funky shmfsAlexander Leidinger2011-02-091-1/+9
* Yet another unimplemented futex operation, print out about.Dmitry Chagin2011-01-312-0/+8
* Implement a futex BITSET op.Dmitry Chagin2011-01-312-25/+46
* Style(9) fixes.Dmitry Chagin2011-01-281-28/+28
* Implement a variation of the linux_common_wait() which shouldDmitry Chagin2011-01-282-63/+28
* Style(9) fix.Dmitry Chagin2011-01-281-1/+1
* Style(9) fix.Dmitry Chagin2011-01-231-1/+1
* In linuxolator getdents_common(), it seems there is no reason to loopKonstantin Belousov2011-01-191-3/+4
* Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after theSean Farley2010-12-302-2/+7
* Fix linux kernel module breakage introduced in r215675, by includingDimitry Andric2010-11-221-0/+1
* Do not take the process lock. The assignment to u_short inside theAlexander Leidinger2010-11-221-5/+3
* Remove trailing dot from the unimplemented futex messages to makeAlexander Leidinger2010-11-221-5/+5
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6Alexander Leidinger2010-11-223-22/+53
* Some style(9) fixes.Alexander Leidinger2010-11-151-5/+5
* - print out the PID and program name of the program trying to use anAlexander Leidinger2010-11-152-15/+54
* Remove stale comment.Konstantin Belousov2010-10-141-5/+0
* Simplify timeout check in futex_wait() using itimerfix() and return errorJung-uk Kim2010-10-061-22/+10
* Fix a comparision of an uninitialised pointer.Alexander Leidinger2010-10-061-1/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-2/+2
* Tweak the in-kernel API for sending signals to threads:John Baldwin2010-06-291-2/+2
* Bring USB fixes for linux(4).Wojciech A. Koszek2010-05-242-14/+147
* - #ifdef out the cliplist part, skype seems like using an uninitializedAlexander Leidinger2010-05-031-7/+24
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.Ed Schouten2010-03-281-9/+18
* Fix some problems which may lead to a panic:Alexander Leidinger2010-03-261-1/+3