| Commit message (Expand) | Author | Age | Files | Lines |
* | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -1/+4 |
* | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-31 | 1 | -14/+0 |
* | linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-26 | 1 | -0/+14 |
* | linux compat: improve and fix sendmsg/recvmsg compatibility | Andriy Gapon | 2011-03-26 | 4 | -53/+252 |
* | Staticize functions which are not used somewhere else, move the | Alexander Leidinger | 2011-03-15 | 2 | -6/+7 |
* | Style(9) fixes. No functional changes. | Dmitry Chagin | 2011-03-12 | 1 | -252/+261 |
* | Remove now-obsolete comment. | John Baldwin | 2011-03-10 | 1 | -6/+1 |
* | Indeed, remove bogus since r219405 check of the Linux ABI. | Dmitry Chagin | 2011-03-09 | 1 | -3/+0 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | Dmitry Chagin | 2011-03-08 | 2 | -3/+6 |
* | Print out shared flag for debug purpose. | Dmitry Chagin | 2011-03-03 | 1 | -8/+8 |
* | Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED, | Dmitry Chagin | 2011-03-03 | 1 | -1/+1 |
* | Use umtx_key objects to uniquely identify futexes. Private futexes in | John Baldwin | 2011-02-23 | 1 | -17/+32 |
* | Do not clobber %rdx. | Dmitry Chagin | 2011-02-20 | 1 | -1/+0 |
* | For realtime signals fill the sigval value. | Dmitry Chagin | 2011-02-15 | 1 | -0/+4 |
* | Make a linux_rt_sigtimedwait() system call is actually working. | Dmitry Chagin | 2011-02-15 | 1 | -10/+6 |
* | Style(9) fix. Wrap long lines in linux_rt_sigtimedwait(). | Dmitry Chagin | 2011-02-15 | 1 | -5/+8 |
* | Put the macro declaration in the relevant include file for future use. | Dmitry Chagin | 2011-02-15 | 2 | -3/+3 |
* | Style(9) fix. Do not initialize variables in the declarations. | Dmitry Chagin | 2011-02-14 | 1 | -2/+5 |
* | Sort include files in the alphabetical order. | Dmitry Chagin | 2011-02-13 | 1 | -1/+1 |
* | Remove comment about 'ftlk' LOR. | Dmitry Chagin | 2011-02-13 | 1 | -2/+1 |
* | Stop printing the LOR, as this is expected behavior. | Dmitry Chagin | 2011-02-13 | 1 | -1/+1 |
* | The bitset field of freshly created futex should be initialized explicity. | Dmitry Chagin | 2011-02-13 | 1 | -0/+1 |
* | Rename used_requeue and use it as bitwise field to store more flags. | Dmitry Chagin | 2011-02-12 | 3 | -4/+8 |
* | Slightly rewrite linux_fork: | Dmitry Chagin | 2011-02-12 | 1 | -13/+6 |
* | Remove bogus include <machine/frame.h> | Dmitry Chagin | 2011-02-12 | 1 | -2/+0 |
* | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | Dmitry Chagin | 2011-02-12 | 1 | -0/+297 |
* | Linux' shm_open() fails because it wants to find some funky shmfs | Alexander Leidinger | 2011-02-09 | 1 | -1/+9 |
* | Yet another unimplemented futex operation, print out about. | Dmitry Chagin | 2011-01-31 | 2 | -0/+8 |
* | Implement a futex BITSET op. | Dmitry Chagin | 2011-01-31 | 2 | -25/+46 |
* | Style(9) fixes. | Dmitry Chagin | 2011-01-28 | 1 | -28/+28 |
* | Implement a variation of the linux_common_wait() which should | Dmitry Chagin | 2011-01-28 | 2 | -63/+28 |
* | Style(9) fix. | Dmitry Chagin | 2011-01-28 | 1 | -1/+1 |
* | Style(9) fix. | Dmitry Chagin | 2011-01-23 | 1 | -1/+1 |
* | In linuxolator getdents_common(), it seems there is no reason to loop | Konstantin Belousov | 2011-01-19 | 1 | -3/+4 |
* | Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the | Sean Farley | 2010-12-30 | 2 | -2/+7 |
* | Fix linux kernel module breakage introduced in r215675, by including | Dimitry Andric | 2010-11-22 | 1 | -0/+1 |
* | Do not take the process lock. The assignment to u_short inside the | Alexander Leidinger | 2010-11-22 | 1 | -5/+3 |
* | Remove trailing dot from the unimplemented futex messages to make | Alexander Leidinger | 2010-11-22 | 1 | -5/+5 |
* | By using the 32-bit Linux version of Sun's Java Development Kit 1.6 | Alexander Leidinger | 2010-11-22 | 3 | -22/+53 |
* | Some style(9) fixes. | Alexander Leidinger | 2010-11-15 | 1 | -5/+5 |
* | - print out the PID and program name of the program trying to use an | Alexander Leidinger | 2010-11-15 | 2 | -15/+54 |
* | Remove stale comment. | Konstantin Belousov | 2010-10-14 | 1 | -5/+0 |
* | Simplify timeout check in futex_wait() using itimerfix() and return error | Jung-uk Kim | 2010-10-06 | 1 | -22/+10 |
* | Fix a comparision of an uninitialised pointer. | Alexander Leidinger | 2010-10-06 | 1 | -1/+1 |
* | Replace sbuf_overflowed() with sbuf_error(), which returns any error | Matthew D Fleming | 2010-09-10 | 1 | -2/+2 |
* | Tweak the in-kernel API for sending signals to threads: | John Baldwin | 2010-06-29 | 1 | -2/+2 |
* | Bring USB fixes for linux(4). | Wojciech A. Koszek | 2010-05-24 | 2 | -14/+147 |
* | - #ifdef out the cliplist part, skype seems like using an uninitialized | Alexander Leidinger | 2010-05-03 | 1 | -7/+24 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | Ed Schouten | 2010-03-28 | 1 | -9/+18 |
* | Fix some problems which may lead to a panic: | Alexander Leidinger | 2010-03-26 | 1 | -1/+3 |