summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa formarcel2003-06-281-2/+4
* Add a f_vnode field to struct file.phk2003-06-222-2/+2
* Use __FBSDID().obrien2003-06-1012-23/+37
* Change the semantics of sysv shm emulation to take a additionalmbr2003-05-051-60/+73
* Initialize tbuf in newstat_copyout() too.mbr2003-04-291-0/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-293-6/+3
* Do the same thing for stat64_copyout() as we alreadymbr2003-04-291-0/+19
* Argh! We want to return the old signal set when the error return is zerojhb2003-04-281-1/+1
* Use a switch to convert the Linux sigprocmask flags to the equivalentjhb2003-04-251-3/+14
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXanholt2003-04-242-0/+17
* Fix a lock order reversal. Unlock the proc before calling fget().jhb2003-04-231-1/+1
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-29/+11
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-171-1/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-171-10/+14
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* Explicitly cast a l_ulong to an unsigned long to make all arch's happyjhb2003-04-161-1/+1
* Fix printf format in a debug printf.jhb2003-04-161-1/+1
* Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.phk2003-04-011-0/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-14/+15
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-262-0/+9
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-202-5/+4
* Backout the getcwd changes, a more comprehensive effort will be needed.phk2003-03-201-2/+409
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,phk2003-03-171-409/+2
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-134-113/+107
* Clean up whitespace and remove register keyword.des2003-03-036-48/+48
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-038-94/+78
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-22/+22
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+1
* Add M_WAITOKume2003-02-201-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-196-7/+7
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-171-3/+2
* Add MPSAFE comment to linux_sigpending().tjr2003-02-161-0/+3
* Obtain proc lock around modification of p_siglist in linux_wait4().tjr2003-02-141-0/+2
* 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,dwmalone2003-02-081-14/+15
* Avoid undefined symbol error with an IPv4 only kernel.ume2003-02-051-1/+9
* Add IPv6 support for Linuxlator.ume2003-02-031-88/+372
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-7/+7
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-132-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-122-2/+2
* Add function linux_msg() for regulating output from the linux emulationalfred2003-01-025-12/+42
* When complaining about obsolete/unimplemented syscalls output the processalfred2003-01-011-2/+2
* SMP locking for ifnet list.hsu2002-12-221-2/+12
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyiedowse2002-12-081-39/+33
* Implement the CDROMREADAUDIO ioctl.marcel2002-10-191-1/+37
* - Use strlcpy() rather than strncpy() to copy NUL terminatedrobert2002-10-171-6/+6
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-114-23/+318
* Back our kernel support for reliable signal queues.jmallett2002-10-012-4/+2
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-302-2/+4
* - Hold the vn lock over vm_mmap().jeff2002-09-251-4/+4
OpenPOWER on IntegriCloud