| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not call VOP_GETATTR in getdents function. It does not serve any | Alexander Kabaev | 2003-11-19 | 1 | -6/+0 |
| * | Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation. | Robert Watson | 2003-11-17 | 1 | -1/+5 |
| * | Pull latest changes from OpenBSD: | Maxim Sobolev | 2003-11-16 | 1 | -3/+13 |
| * | Use kern_sendit rather than sendit for the Linux send* syscalls. | David Malone | 2003-11-09 | 1 | -142/+103 |
| * | Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs. | Eric Anholt | 2003-11-05 | 1 | -4/+14 |
| * | Back out the following revisions: | Max Khon | 2003-11-05 | 1 | -6/+6 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -7/+4 |
| * | Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16(); | Tim J. Robbins | 2003-10-21 | 2 | -2/+2 |
| * | fix build: linux_to_bsd_msf_lba is no longer used because of previous commit | Sam Leffler | 2003-10-20 | 1 | -12/+0 |
| * | We dont support CDROMREADAUDIO anymore. | Søren Schmidt | 2003-10-20 | 1 | -18/+1 |
| * | Fix some problems in linux_sendmsg() and linux_recvmsg(). | Mitsuru IWASAKI | 2003-10-11 | 1 | -36/+38 |
| * | Restored a non-egregious cast so that this file compiles on i386's | Bruce Evans | 2003-09-07 | 1 | -1/+1 |
| * | Try to make 'uname -a' look more like it does on Linux: | Dag-Erling Smørgrav | 2003-07-29 | 1 | -0/+30 |
| * | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -1/+1 |
| * | Add a new function swap_pager_status() which reports the total size of the | Poul-Henning Kamp | 2003-07-18 | 1 | -8/+4 |
| * | Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for | Marcel Moolenaar | 2003-06-28 | 1 | -2/+4 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 2 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 12 | -23/+37 |
| * | Change the semantics of sysv shm emulation to take a additional | Martin Blapp | 2003-05-05 | 1 | -57/+70 |
| * | Initialize tbuf in newstat_copyout() too. | Martin Blapp | 2003-04-29 | 1 | -0/+1 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 3 | -6/+3 |
| * | Do the same thing for stat64_copyout() as we already | Martin Blapp | 2003-04-29 | 1 | -0/+19 |
| * | Argh! We want to return the old signal set when the error return is zero | John Baldwin | 2003-04-28 | 1 | -1/+1 |
| * | Use a switch to convert the Linux sigprocmask flags to the equivalent | John Baldwin | 2003-04-25 | 1 | -3/+14 |
| * | Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX | Eric Anholt | 2003-04-24 | 2 | -0/+17 |
| * | Fix a lock order reversal. Unlock the proc before calling fget(). | John Baldwin | 2003-04-23 | 1 | -1/+1 |
| * | - Replace inline implementations of sigprocmask() with calls to | John Baldwin | 2003-04-22 | 1 | -28/+10 |
| * | Don't hold the proc lock while performing sigset conversions on local | John Baldwin | 2003-04-17 | 1 | -1/+1 |
| * | Use local struct proc variables to reduce repeated td->td_proc dereferences | John Baldwin | 2003-04-17 | 1 | -10/+14 |
| * | Don't include <sys/disklabel.h> | Poul-Henning Kamp | 2003-04-16 | 1 | -1/+0 |
| * | Explicitly cast a l_ulong to an unsigned long to make all arch's happy | John Baldwin | 2003-04-16 | 1 | -1/+1 |
| * | Fix printf format in a debug printf. | John Baldwin | 2003-04-16 | 1 | -1/+1 |
| * | Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+1 |
| * | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 1 | -14/+15 |
| * | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | Poul-Henning Kamp | 2003-03-28 | 1 | -6/+14 |
| * | Add a cleanup function to destroy the osname_lock and call it on module | John Baldwin | 2003-03-26 | 2 | -0/+9 |
| * | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 2 | -5/+4 |
| * | Backout the getcwd changes, a more comprehensive effort will be needed. | Poul-Henning Kamp | 2003-03-20 | 1 | -2/+409 |
| * | (This commit certainly increases the need for a wash&clean of vfs_cache.c, | Poul-Henning Kamp | 2003-03-17 | 1 | -409/+2 |
| * | - Change the linux_[gs]et_os{name, release, s_version}() functions to | John Baldwin | 2003-03-13 | 4 | -113/+107 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 6 | -48/+48 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 8 | -94/+78 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -22/+22 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+1 |
| * | Add M_WAITOK | Hajimu UMEMOTO | 2003-02-20 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 6 | -7/+7 |
| * | Use the proc lock to protect p_realtimer instead of Giant, and obtain | Tim J. Robbins | 2003-02-17 | 1 | -3/+2 |
| * | Add MPSAFE comment to linux_sigpending(). | Tim J. Robbins | 2003-02-16 | 1 | -0/+3 |
| * | Obtain proc lock around modification of p_siglist in linux_wait4(). | Tim J. Robbins | 2003-02-14 | 1 | -0/+2 |
| * | 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, | David Malone | 2003-02-08 | 1 | -14/+15 |