| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for | marcel | 2003-06-28 | 1 | -2/+4 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 4 | -6/+6 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 15 | -44/+48 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 14 | -28/+73 |
* | Put definition of struct svr4_sockcache_entry in a .h file rather than | phk | 2003-05-31 | 4 | -13/+14 |
* | Regenerate. | peter | 2003-05-31 | 1 | -0/+447 |
* | Make this compile with WITNESS enabled. It wants the syscall names. | peter | 2003-05-31 | 2 | -2/+3 |
* | Deal with the user VM space expanding. 32 bit applications do not like | peter | 2003-05-23 | 3 | -6/+6 |
* | Collect the nastiness for preserving the kernel MSR_GSBASE around the | peter | 2003-05-15 | 1 | -8/+1 |
* | Regen | peter | 2003-05-14 | 3 | -18/+43 |
* | Add BASIC i386 binary support for the amd64 kernel. This is largely | peter | 2003-05-14 | 8 | -164/+472 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 3 | -10/+21 |
* | Don't #define memset() to bzero(), it is far too prone to bite somebody. | phk | 2003-05-12 | 1 | -2/+0 |
* | Change the semantics of sysv shm emulation to take a additional | mbr | 2003-05-05 | 1 | -60/+73 |
* | Initialize tbuf in newstat_copyout() too. | mbr | 2003-04-29 | 1 | -0/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 3 | -6/+3 |
* | Do the same thing for stat64_copyout() as we already | mbr | 2003-04-29 | 1 | -0/+19 |
* | Argh! We want to return the old signal set when the error return is zero | jhb | 2003-04-28 | 1 | -1/+1 |
* | Use a switch to convert the Linux sigprocmask flags to the equivalent | jhb | 2003-04-25 | 1 | -3/+14 |
* | Regen. | jhb | 2003-04-25 | 3 | -34/+3 |
* | Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather | jhb | 2003-04-25 | 1 | -7/+7 |
* | Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX | anholt | 2003-04-24 | 2 | -0/+17 |
* | Regen. | jhb | 2003-04-24 | 3 | -4/+58 |
* | Fix the thr_create() entry by adding a trailing \. Also, sync up the | jhb | 2003-04-24 | 1 | -4/+4 |
* | Fix a lock order reversal. Unlock the proc before calling fget(). | jhb | 2003-04-23 | 1 | -1/+1 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 3 | -301/+141 |
* | The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don't | jhb | 2003-04-17 | 1 | -4/+0 |
* | Don't hold the proc lock while performing sigset conversions on local | jhb | 2003-04-17 | 1 | -1/+1 |
* | Use local struct proc variables to reduce repeated td->td_proc dereferences | jhb | 2003-04-17 | 2 | -16/+20 |
* | P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it | jhb | 2003-04-17 | 1 | -3/+3 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | Explicitly cast a l_ulong to an unsigned long to make all arch's happy | jhb | 2003-04-16 | 1 | -1/+1 |
* | Fix printf format in a debug printf. | jhb | 2003-04-16 | 1 | -1/+1 |
* | Fix multiple printf warnings on Alpha: | jhb | 2003-04-16 | 1 | -19/+19 |
* | o In struct prison, add an allprison linked list of prisons (protected | mike | 2003-04-09 | 1 | -0/+1 |
* | Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it. | phk | 2003-04-01 | 1 | -0/+1 |
* | Don't include <sys/buf.h> needlessly. | phk | 2003-04-01 | 1 | -1/+2 |
* | - Add thr and umtx system calls. | jeff | 2003-04-01 | 1 | -0/+8 |
* | - Add a placeholder for sigwait | jeff | 2003-03-31 | 1 | -0/+1 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 3 | -28/+30 |
* | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | phk | 2003-03-28 | 1 | -6/+14 |
* | Add a cleanup function to destroy the osname_lock and call it on module | jhb | 2003-03-26 | 2 | -0/+9 |
* | Sync up linux and svr compat elf fixup functions for exec(). These | jhb | 2003-03-21 | 1 | -8/+8 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 2 | -5/+4 |
* | Backout the getcwd changes, a more comprehensive effort will be needed. | phk | 2003-03-20 | 1 | -2/+409 |
* | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | phk | 2003-03-17 | 1 | -409/+2 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 5 | -115/+109 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 6 | -48/+48 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 8 | -94/+78 |