History log of /freebsd-10.3-release/sys/amd64/linux32/linux32_systrace_args.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 293897 14-Jan-2016 glebius

o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]
o Fix Linux compatibility layer incorrect futex handling. [SA-16:03.linux]
o Fix Linux compatibility layer setgroups(2) system call. [SA-16:04.linux]
o Fix TCP MD5 signature denial of service. [SA-16:05.tcp]
o Fix insecure default bsnmpd.conf permissions. [SA-16:06.bsnmpd]

Security: FreeBSD-SA-16:01.sctp, CVE-2016-1879
Security: FreeBSD-SA-16:03.linux, CVE-2016-1880
Security: FreeBSD-SA-16:04.linux, CVE-2016-1881
Security: FreeBSD-SA-16:05.tcp, CVE-2016-1882
Security: FreeBSD-SA-16:06.bsnmpd, CVE-2015-5677


# 293593 09-Jan-2016 dchagin

Regen for r293592.


# 293589 09-Jan-2016 dchagin

Regen for r293588.


# 293586 09-Jan-2016 dchagin

Regen for r293585.


# 293583 09-Jan-2016 dchagin

Regen for r293582.


# 293568 09-Jan-2016 dchagin

Regen for r293567.


# 293556 09-Jan-2016 dchagin

Regen for r293555.


# 293550 09-Jan-2016 dchagin

Regen for r293549.


# 293547 09-Jan-2016 dchagin

Regen for r293546.


# 293534 09-Jan-2016 dchagin

Regen for r293533.


# 293513 09-Jan-2016 dchagin

Regen for r293511.


# 293511 09-Jan-2016 dchagin

Regen for r293510.


# 293509 09-Jan-2016 dchagin

Regen for r293508.


# 293506 09-Jan-2016 dchagin

Regen for r293505.


# 293504 09-Jan-2016 dchagin

Regen for r293503.


# 293488 09-Jan-2016 dchagin

Regen fro r293487.


# 293479 09-Jan-2016 dchagin

Regen for r293478.


# 276811 08-Jan-2015 dchagin

Regen for r276810.


# 272021 23-Sep-2014 bz

This is a direct commit rather than an MFC of r271744.

Re-gen after r272020 (r271743 in head) implementing most of
timer_{create,settime,gettime,getoverrun,delete}.

Approved by: re (gjb)
Sponsored by: DARPA/AFRL


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255676 18-Sep-2013 rdivacky

Regen.

Approved by: re (delphij)


# 255673 18-Sep-2013 rdivacky

Regen.

Approved by: re (delphij)


# 236027 25-May-2012 ed

Regenerate system call tables.


# 234360 16-Apr-2012 jkim

Regen for r234359.


# 234358 16-Apr-2012 jkim

Regen for r234357.


# 234354 16-Apr-2012 jkim

Regen for r234352.


# 232800 10-Mar-2012 netchild

regen


# 228958 29-Dec-2011 jhb

Regen.


# 227694 19-Nov-2011 ed

Regenerate system call tables.


# 227692 19-Nov-2011 ed

Regenerate system call tables.


# 227441 11-Nov-2011 rstone

Correct the types of the arguments to return probes of the syscall
provider. Previously we were erroneously supplying the argument types of
the corresponding entry probe.

Reviewed by: rpaulo
MFC after: 1 week


# 220030 26-Mar-2011 avg

linux compat: add non-dummy capget and capset system calls, regenerate

And drop dummy definitions for those system calls.
This may transiently break the build.

PR: kern/149168
Submitted by: John Wehle <john@feith.com>
Reviewed by: netchild
MFC after: 2 weeks


# 219560 12-Mar-2011 avg

add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls

Regenerate system call and systrace support files.

PR: kern/152822
Submitted by: Artem Belevich <fbsdlist@src.cx>
Reviewed by: jhb (earlier version)
MFC after: 3 weeks