Module Name:src
Committed By: thorpej
Date: Fri Dec 4 00:26:16 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_misc_notalpha.c
Log Message:
Rewrite linux_sys_alarm() to use dogetitimer() / dosetitimer(), rather
than fiddling with process timers directly.
To
Module Name:src
Committed By: christos
Date: Tue Nov 3 22:08:44 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
PR/55780: Bernd Sieker: setsockopt in Linux emulation misses some options
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: mgorny
Date: Sat Oct 24 09:01:56 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
Fix compat with Linux programs that use longer namelen for sockets
Linux is less strict than NetBSD and permits namelen to be l
Module Name:src
Committed By: rin
Date: Thu May 14 08:26:29 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_sched.c
Log Message:
Fix previous; specify lwpid for curlpw in the case of pid == 0.
For linux_sys_sched_setaffinity, pid == 0 means the current thread.
Module Name:src
Committed By: thorpej
Date: Wed Apr 29 01:55:52 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_signal.c
Log Message:
Fix proc lookup by distinguishing between the "tgid" and "tid" cases.
To generate a diff of this commit:
cvs rdiff -u -r1.81
Module Name:src
Committed By: thorpej
Date: Wed Apr 29 01:55:18 UTC 2020
Modified Files:
src/sys/compat/linux/common: linux_sched.c
Log Message:
Fix proc / lwp lookup processing in linux_sys_sched_getaffinity()
and linux_sys_sched_setaffinity(). They were incorrect even b
Module Name:src
Committed By: christos
Date: Sun Jul 15 21:31:00 UTC 2018
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
- fix constants and explain limit
- use machine32 instead of hard-coded x86 stuff
To generate a diff of this commit:
cvs
Module Name:src
Committed By: msaitoh
Date: Mon Jul 9 05:43:35 UTC 2018
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
Fix compile error.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/compat/linux/common/linux_exec_
Module Name:src
Committed By: christos
Date: Sun Jul 8 17:58:39 UTC 2018
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
Enable executing linux go binaries by using a special probe function for them.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: kamil
Date: Sun Apr 15 03:25:25 UTC 2018
Modified Files:
src/sys/compat/linux/common: linux_sched.c
Log Message:
Remove unused variable p from linux_sys_clone()
After refactoring by in 2010 (r. 1.63) the p variable is no longer
used.
As not
Module Name:src
Committed By: christos
Date: Sun Jan 7 21:14:38 UTC 2018
Modified Files:
src/sys/compat/linux/common: linux_sigaction.c linux_signal.c
Log Message:
Ignore signal 64 for now (go uses it)
XXX: pullup-8
To generate a diff of this commit:
cvs rdiff -u -r1.34
Module Name:src
Committed By: maxv
Date: Tue Nov 21 10:45:12 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_sg.c
Log Message:
This should be "linux_sg_version", not "version".
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux
Module Name:src
Committed By: riastradh
Date: Sat Jul 29 02:31:22 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_time.c
Log Message:
Put suser check in the right function: settimeofday, not gettimeofday.
While here, remove wrong comment.
Noted by kre@.
To
Module Name:src
Committed By: riastradh
Date: Sat Jul 29 01:14:59 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_time.c
Log Message:
Only let the superuser set the compat_linux timezone.
Not really keen to invent a new kauth cookie for this useless purpose.
Module Name:src
Committed By: dholland
Date: Sun Apr 9 00:02:30 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
speed limit 80
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/compat/linux/common/linux_futex.c
Pleas
Module Name:src
Committed By: rin
Date: Mon Feb 20 16:30:41 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_signal.c
Log Message:
KNF; no binary changes
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/compat/linux/common/linux_signal.c
Module Name:src
Committed By: rin
Date: Mon Feb 20 16:26:30 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_signal.c
Log Message:
CID 980928: fix NULL pointer dereferece
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/compat/linux/common
Module Name:src
Committed By: christos
Date: Thu Feb 9 22:01:48 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_socketcall.c linux_socketcall.h
Log Message:
use proper arg functions, remove bogus ones.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -
Module Name:src
Committed By: uwe
Date: Mon Feb 6 23:45:49 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
Use ELFOSABI_LINUX instead of a magic number.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/compat/li
Module Name:src
Committed By: christos
Date: Fri Feb 3 22:29:51 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_socketcall.h
Log Message:
New versions of linux on arm and others have both socketcall and separate
syscalls...
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Fri Feb 3 16:57:39 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_socket.h
linux_socketcall.c linux_socketcall.h
Log Message:
add sendmmsg and recvmmsg
To generate a diff of this commit
Module Name:src
Committed By: christos
Date: Fri Feb 3 13:08:08 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_socketcall.c
linux_socketcall.h
Log Message:
handle accept4 for i386
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: martin
Date: Fri Feb 3 08:43:02 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
Do not compile accept4 on i386, there is no such syscall in Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1
Module Name:src
Committed By: christos
Date: Thu Feb 2 15:36:55 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
implement accept4
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/compat/linux/common/linux_socket.c
Module Name:src
Committed By: christos
Date: Sat Jan 28 15:01:01 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_file64.c linux_misc.c
Log Message:
copy the terminating NUL (njoly)
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/compat/l
Module Name:src
Committed By: christos
Date: Fri Jan 13 22:46:44 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_file64.c
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/compat/linux/common/linux_file64.c
Please no
Module Name:src
Committed By: christos
Date: Fri Jan 13 22:45:15 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_misc.c
Log Message:
no namlen on linux
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/sys/compat/linux/common/linux_misc.c
P
Module Name:src
Committed By: christos
Date: Fri Jan 13 20:24:37 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_misc.c
Log Message:
convert strcpy to a bounded copy to avoid compiler warnings, although the
reclen test prevents overflow.
To generate a diff of
Module Name:src
Committed By: martin
Date: Mon Jan 2 20:10:44 UTC 2017
Modified Files:
src/sys/compat/linux/common: linux_signal.h
Log Message:
Provide a dummy linux_sigset_t for all architectures that do not have
any machdep one. This make kdump compile again.
To gener
Module Name:src
Committed By: njoly
Date: Wed Aug 31 08:12:44 UTC 2016
Modified Files:
src/sys/compat/linux/common: linux_misc.c linux_misc.h
Log Message:
Teach wait4 about WCONTINUED.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/compat/linux/c
Module Name:src
Committed By: maxv
Date: Mon Aug 15 09:20:11 UTC 2016
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
Uninitialized var, found by brainy; not tested, but obvious enough
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35
Module Name:src
Committed By: ozaki-r
Date: Tue Jul 5 07:55:08 UTC 2016
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
Fix psref isn't released in a case of IFADDR_EMPTY
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/co
Module Name:src
Committed By: chs
Date: Fri May 20 13:54:34 UTC 2016
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
simplify and fix futex requeuing:
don't wake up all the threads being requeued to have them move themselves
from one list to another
Module Name:src
Committed By: pgoyette
Date: Sat Oct 10 04:28:04 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_mod.c
Log Message:
Add an additional dependency on compat_sysv
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/compat/linux/co
Module Name:src
Committed By: christos
Date: Fri Jul 3 02:24:28 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_sched.c
Log Message:
PR/50021: Rin Okuyama: Fix linux affinity syscalls
XXX: pullup-7
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.6
Module Name:src
Committed By: matt
Date: Thu Jun 11 02:54:00 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rtr
Date: Sun May 24 17:07:27 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
convert remaining linux_get_sa() users to use linux_get_sa_sb() and
pass the pointer to the sockaddr in msghdr.msg_name, while remo
Module Name:src
Committed By: njoly
Date: Sun Mar 1 13:19:39 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_fcntl.h linux_file.c
Log Message:
Add Linux specific fcntl(2) commands. Support F_DUPFD_CLOEXEC.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: njoly
Date: Sat Feb 28 13:08:00 UTC 2015
Modified Files:
src/sys/compat/linux/common: linux_limit.h
Log Message:
When converting limits from linux32 (int32_t) to native (uint64_t),
cast it to unsigned first to avoid bad side effect for negativ
Module Name:src
Committed By: njoly
Date: Sat Nov 22 15:47:42 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_errno.h
Log Message:
Do not define LINUX_EDEADLK more than once.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/compat/linux/c
Module Name:src
Committed By: ozaki-r
Date: Fri Nov 21 06:03:04 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
Tweak linux_getifhwaddr
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/compat
Module Name:src
Committed By: maxv
Date: Thu Oct 30 16:45:28 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_uselib.c
Log Message:
Reject non-regular files.
Patch from njoly@.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/compat/linux
Module Name:src
Committed By: maxv
Date: Sun Oct 19 17:33:59 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_uselib.c
Log Message:
Resource leak.
Found by my code scanner.
Tested by njoly@; ok njoly@ rmind@ on tech-kern@.
To generate a diff of this commit:
Module Name:src
Committed By: njoly
Date: Wed Jun 25 16:38:53 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_file.c
Log Message:
Add support for more open flags that have a native equivalent
(O_NONBLOCK, O_DIRECT and O_NOFOLLOW).
Translate native EFTYPE error
Module Name:src
Committed By: njoly
Date: Fri May 23 12:28:51 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
Add a funtion that translate socket type value from Linux to NetBSD.
Use it for socket and socketpair syscalls.
To generate a d
Module Name:src
Committed By: njoly
Date: Tue May 20 17:31:18 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_uid16.c
Log Message:
Fix signed vs. unsigned comparison in getgroups16() syscall. Negative
gisetsize values now fail with EINVAL as expected.
To gene
Module Name:src
Committed By: njoly
Date: Tue May 6 18:17:22 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_fadvise64_64.c
Log Message:
Fix c&p error for the length argument in fadvise64_64.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sy
Module Name:src
Committed By: njoly
Date: Tue May 6 13:21:50 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_file.c
Log Message:
linux_off_t -> off_t in pwrite() syscall args comment.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/co
Module Name:src
Committed By: maxv
Date: Tue Apr 15 17:29:00 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
A specially-crafted binary could easily control a kernel array index.
Add some checks to ensure that nothing will be read outs
Module Name:src
Committed By: maxv
Date: Tue Feb 11 16:00:13 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
Fix uninitialized variable. Harmless: it does not change the behavior
at all.
ok rmind@ christos@
To generate a diff of this com
Module Name:src
Committed By: njoly
Date: Mon Jan 27 19:19:15 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_socket.h
Log Message:
Add basic IPV6 level socket options support (IPV6_V6ONLY).
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: njoly
Date: Mon Jan 27 13:23:33 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
Add SO_SNDLOWAT, SO_RCVLOWAT and SO_ACCEPTCONN support for socket
options.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: njoly
Date: Thu Jan 23 19:18:08 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_sched.c
Log Message:
Fix inverted pid/lid arguments in do_sched_{get,set}param calls.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 s
Module Name:src
Committed By: njoly
Date: Fri Dec 27 16:58:50 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_termios.c
Log Message:
Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37
Module Name:src
Committed By: njoly
Date: Fri Dec 27 15:10:53 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_ipccall.c linux_ipccall.h
linux_socketcall.c linux_socketcall.h
Log Message:
Rename ipcall/socketcall specific defines to avoid conflict wi
Module Name:src
Committed By: njoly
Date: Sun Dec 8 14:59:43 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_file.c
Log Message:
Add missing syscall argument fd in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/compat/linux/
Module Name:src
Committed By: slp
Date: Sun Nov 10 12:07:52 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_misc.c
Log Message:
On linux_sys_getdents, insert d_type at the end of each record.
Fixes PR kern/47806.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Thu Oct 17 21:08:16 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
remove unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/compat/linux/common/linux_futex.
Module Name:src
Committed By: pooka
Date: Sun Aug 11 09:07:15 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_misc.c
Log Message:
Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).
TODO: all of the m*() calls are by definition incompatib
Module Name:src
Committed By: njoly
Date: Thu Jul 18 17:31:02 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
Do not make FUTEX_WAIT wait indefinitely for an invalid timeout
(tv_nsec = -1).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: stacktic
Date: Sat Jun 8 12:50:32 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_ioctl.h
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/compat/linux/common/linux_ioctl.h
Please note tha
Module Name:src
Committed By: christos
Date: Wed Apr 17 14:39:41 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_futex.c
Log Message:
handle timeouts like before.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/compat/linux/common/linux_
Module Name:src
Committed By: christos
Date: Tue Apr 16 23:03:05 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_futex.c linux_futex.h
Log Message:
Add some more futex gunk and explain why it does not work (yet).
Now skype aborts with a futex timeout, instead o
Module Name:src
Committed By: christos
Date: Mon Apr 15 19:24:04 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_misc.c
Log Message:
alpha uses standard utimes.
To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/sys/compat/linux/common/linux_
Module Name:src
Committed By: pooka
Date: Tue Apr 9 08:00:20 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_misc.c
Log Message:
Fix COMPAT_LINUX32.
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/sys/compat/linux/common/linux_misc.c
Ple
Module Name:src
Committed By: christos
Date: Fri Jan 11 02:49:09 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_futex.h
Log Message:
add the futex PI commands (not implemented yet)
PI = Priotity Inheritance
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: pooka
Date: Thu Sep 13 13:59:33 UTC 2012
Modified Files:
src/sys/compat/linux/common: linux_misc.h linux_statfs.h
Log Message:
Rename structure members to make the code compile in environments
where "linux" is #defined.
To generate a diff of
Module Name:src
Committed By: martin
Date: Fri Jun 22 08:47:48 UTC 2012
Modified Files:
src/sys/compat/linux/common: linux_socketcall.c
Log Message:
>From the "parse errors that you just do not see as a human" department:
build fix.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Thu Jun 21 17:55:16 UTC 2012
Modified Files:
src/sys/compat/linux/common: linux_socketcall.c
Log Message:
fix token pasting.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/compat/linux/common/linux_socke
Module Name:src
Committed By: christos
Date: Wed Jun 20 15:03:18 UTC 2012
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_socketcall.c
Log Message:
print proper ktruser names depending on the emulation.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: christos
Date: Fri Nov 18 17:36:06 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_signal.c
Log Message:
remove one more kassert
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/compat/linux/common/linux_sign
Module Name:src
Committed By: christos
Date: Fri Nov 18 15:45:47 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_signal.c
Log Message:
remove incorrect assertions (the len passed is the size of the bsd structure
not the linux one)
To generate a diff of this c
Module Name:src
Committed By: martin
Date: Fri Nov 18 09:17:09 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_siginfo.h
Log Message:
Provide linux_siginfo_t for all archs, to unbreak kdump build.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16
Module Name:src
Committed By: chs
Date: Sun Sep 25 13:40:07 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_termios.h
Log Message:
linux_termio c_cc array should be indexed by LINUX_OLD_V* rather than LINUX_V*.
fixes array overrun on alpha noticed by gcc 4.5.
Module Name:src
Committed By: christos
Date: Wed Sep 14 12:28:09 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_futex.c linux_futex.h linux_mod.c
Log Message:
Can't use RUN_ONCE here to initialize the futex_lock, otherwise we cannot
unload the module.
To gen
Module Name:src
Committed By: njoly
Date: Thu Sep 1 12:44:10 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_file64.c
Log Message:
Make linux_sys_getdents64 fails with ENOTDIR instead of EINVAL, when fd
does not refer to a directory.
To generate a diff of th
Module Name:src
Committed By: christos
Date: Thu Aug 18 02:26:39 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_sched.c
Log Message:
Better debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/compat/linux/common/linux_sched.c
Pl
Module Name:src
Committed By: christos
Date: Thu Aug 18 02:21:02 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_exec.c
Log Message:
sizeof type -> sizeof *var
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/compat/linux/common/linux_e
Module Name:src
Committed By: christos
Date: Sun Jul 17 23:59:55 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_socket.c
Log Message:
fail early on socket domain+type combinations we don't support
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.1
Module Name:src
Committed By: mrg
Date: Mon Jul 4 12:39:36 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_termios.h
Log Message:
avoid array bounds violation on netbsd/mips when dealing with termio
structures. (did linux/mips ever support termio?).
the effe
Module Name:src
Committed By: alnsn
Date: Sat May 28 23:24:58 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_ipc.c
Log Message:
Fix typo in a comment.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/compat/linux/common/linux_ipc.c
Plea
Module Name:src
Committed By: christos
Date: Thu Apr 14 00:59:06 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_file.c linux_pipe.c
Log Message:
move dup3 to a more appropriate place because pipe is "special". Gotta love
linux.
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Sun Apr 10 15:50:34 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_pipe.c
Log Message:
- implement dup3 and pipe2
- eliminate amd64 ifdef
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/compa
Module Name:src
Committed By: christos
Date: Sun Apr 10 15:49:56 UTC 2011
Modified Files:
src/sys/compat/linux/common: linux_file.c
Log Message:
We have O_CLOEXEC now
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/compat/linux/common/linux_file.c
Module Name:src
Committed By: chs
Date: Tue Nov 2 18:03:00 UTC 2010
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_socket.h
Log Message:
update linux_sys_socket() to understand the flags that are now
included in the "type" parameter. in linux_sys_sendm
85 matches
Mail list logo