freebsd-dev/sys/alpha/linux
Maxim Sobolev 3ad9c842d2 - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
  BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by:	marcel
Approved by:	marcel
Tested with:	LSB runtime test
2002-10-11 11:43:09 +00:00
..
linux_dummy.c Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
linux_genassym.c It seems I accidently committed a change that removed the userland includes 2002-09-17 07:22:23 +00:00
linux_ipc64.h - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); 2002-10-11 11:43:09 +00:00
linux_locore.s Don't auto-generate the syscalls. 2000-12-03 01:30:31 +00:00
linux_machdep.c MFi386: fork1 apparently takes 4 args now 2002-10-02 14:30:14 +00:00
linux_proto.h Remove __P(). This was tested on the GENERIC kernel. 2002-03-20 18:58:47 +00:00
linux_syscall.h Regenerated file from previous commit to syscalls.master 2002-01-23 22:47:47 +00:00
linux_sysent.c Regenerated file from previous commit to syscalls.master 2002-01-23 22:47:47 +00:00
linux_sysvec.c Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
linux.h In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux 2001-10-15 20:06:34 +00:00
Makefile Make the target a little bit more generic. 2000-11-01 08:47:34 +00:00
syscalls.conf
syscalls.master Linux/alpha uses the same BSDish return mechanism we do for 2002-01-23 22:46:14 +00:00