summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Remove the process state PRS_WAIT.julian2002-10-211-3/+0
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Implement the CDROMREADAUDIO ioctl.marcel2002-10-191-1/+37
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* Replace the conventional usage of strncpy() by using strlcpy().robert2002-10-172-13/+5
* - 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
* re-regen. Sigh.peter2002-10-093-7/+7
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.peter2002-10-091-1/+1
* regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-093-12/+54
* Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldpeter2002-10-092-2/+25
* Try and patch up some tab-to-space spammage.peter2002-10-091-19/+19
* Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,peter2002-10-091-0/+22
* Integrate mac_check_socket_send() and mac_check_socket_receive()rwatson2002-10-061-0/+17
* Let kse_wakeup() take a KSE mailbox pointer argument.archie2002-10-022-2/+2
* Back our kernel support for reliable signal queues.jmallett2002-10-015-9/+4
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-305-4/+9
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-254-11/+11
* - Hold the vn lock over vm_mmap().jeff2002-09-251-4/+4
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-243-46/+15
* Ok, make this compile for real this time. recvfrom_args doesn't have ajhb2002-09-231-1/+1
* Use correct variable name so that previous commit actually compiles.jhb2002-09-231-2/+2
* Don't use compatability syscall wrappers in emulation code.mini2002-09-233-15/+50
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-213-3/+4
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.mdodd2002-09-202-29/+0
* Put an XXX comment here to point somebody in the right direction.phk2002-09-201-0/+1
* Current uses struct thread *td rather than struct proc *p.imp2002-09-201-2/+2
* Pass flags to msync() accounting for differences in the definition ofmdodd2002-09-191-1/+5
* This patch extends the FreeBSD Linux compatibility layer to supportmdodd2002-09-192-0/+29
* Completely redo thread states.julian2002-09-111-6/+1
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-7/+6
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-8/+7
* Fix a missing line in a cut/paste error.peter2002-09-071-0/+1
* Collect the a.out coredump code into the calling functions.peter2002-09-071-1/+15
* Do not cast from a pointer to an integer of a possibly different size.bde2002-09-051-1/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-054-14/+10
* Implement LINUX_TIOCSCTTY.marcel2002-09-051-1/+4
* Use the new kern_*() functions to avoid using the stack gap iniedowse2002-09-022-90/+49
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-016-328/+264
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-013-10/+29
* Add a new function linux_emul_convpath(), which is a version ofiedowse2002-09-012-32/+64
* Make this compile.jake2002-08-311-1/+2
* Implement data, text, and vmem limit checking in the elf loader and svr4dillon2002-08-302-4/+3
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-178-41/+79
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-6/+6
* In order to better support flexible and extensible access control,rwatson2002-08-151-3/+3
* On MAC check failure for readdir, use 'goto out' to use the common exitrwatson2002-08-151-1/+1
OpenPOWER on IntegriCloud