summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Regen for r294368.jhb2016-01-201-281/+281
|
* o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]glebius2016-01-141-1/+1
| | | | | | | | | | | | | 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
* Regen for r293592.dchagin2016-01-091-3/+3
|
* Regen for r293588.dchagin2016-01-091-3/+10
|
* Regen for r293585.dchagin2016-01-091-2/+2
|
* Regen for r293582.dchagin2016-01-091-3/+6
|
* Regen for r293569.dchagin2016-01-091-1/+1
|
* Regen for r293567.dchagin2016-01-091-2/+5
|
* Regen for r293555.dchagin2016-01-091-3/+7
|
* Regen for r293549.dchagin2016-01-091-3/+4
|
* Regen for r293546.dchagin2016-01-091-6/+16
|
* Regen for r293533.dchagin2016-01-091-2/+1
|
* Regen for r293511.dchagin2016-01-091-3/+8
|
* Regen for r293510.dchagin2016-01-091-2/+5
|
* Regen for r293508.dchagin2016-01-091-2/+4
|
* Regen for r293505.dchagin2016-01-091-2/+4
|
* Regen for r293503.dchagin2016-01-091-3/+7
|
* Regen fro r293487.dchagin2016-01-091-1/+13
|
* Regen for r293478.dchagin2016-01-091-1/+6
|
* Regen for r276810.dchagin2015-01-081-2/+2
|
* This is a direct commit rather than an MFC of r271744.bz2014-09-231-6/+12
| | | | | | | | Re-gen after r272020 (r271743 in head) implementing most of timer_{create,settime,gettime,getoverrun,delete}. Approved by: re (gjb) Sponsored by: DARPA/AFRL
* Regen.rdivacky2013-09-181-11/+5
| | | | Approved by: re (delphij)
* Regen.rdivacky2013-09-181-5/+12
| | | | Approved by: re (delphij)
* Regenerate system call tables.ed2012-05-251-3/+3
|
* Regen for r234359.jkim2012-04-161-2/+2
|
* Regen for r234357.jkim2012-04-161-7/+4
|
* Regen for r234352.jkim2012-04-161-3/+4
|
* regennetchild2012-03-101-1/+161
|
* Regen.jhb2011-12-291-3/+9
|
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | system calls to provide feed-forward clock management capabilities to userspace processes. ffclock_getcounter() returns the current value of the kernel's feed-forward clock counter. ffclock_getestimate() returns the current feed-forward clock parameter estimates and ffclock_setestimate() updates the feed-forward clock parameter estimates. - Document the syscalls in the ffclock.2 man page. - Regenerate the script-derived syscall related files. Committed on behalf of Julien Ridoux and Darryl Veitch from the University of Melbourne, Australia, as part of the FreeBSD Foundation funded "Feed-Forward Clock Synchronization Algorithms" project. For more information, see http://www.synclab.org/radclock/ Submitted by: Julien Ridoux (jridoux at unimelb edu au)
* Regenerate system call tables.ed2011-11-191-2/+3
|
* Regenerate system call tables.ed2011-11-191-3/+3
|
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-261-3/+5
| | | | | | | | | | 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
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-1/+1
| | | | | | | | | 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
* Regen for r218610.dchagin2011-02-121-2/+2
|
* Regen for r218101.dchagin2011-01-301-3/+3
| | | | MFC after: 1 Month.
* Regen.kib2010-10-081-1/+1
|
* Regenkib2010-07-231-3/+3
|
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+7
| | | | are generated files.
* Regeneratekib2008-11-291-7/+7
|
* Regenerate system call tables for r184789.ed2008-11-091-1/+7
|
* Regen.rdivacky2008-05-131-3/+6
| | | | Approved by: kib (mentor)
* Regenerate.jkim2008-04-161-1/+31
|
* Regeneratekib2008-04-081-26/+59
|
* Regen.rdivacky2008-03-161-1/+8
|
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-0/+1
| | | | | | | | | | | | | 3 arguments, but we had forgotten the second argument. Also make the Linux statfs64 struct depend on the architecture because it has an extra 4 bytes padding on amd64 compared to i386. The three argument fix is from David Taylor, the struct statfs64 stuff is my fault. With this patch I can install i386 Linux matlab on an amd64 machine. Submitted by: David Taylor <davidt_at_yadt.co.uk> Approved by: re (kensmith)
* Regenerate.kib2007-08-281-1/+15
| | | | Approved by: re (kensmith)
* Regen for set_thread_area.jkim2007-03-301-1/+6
|
* Implement the openat() linux syscalljulian2007-03-291-2/+5
| | | | | Submitted by: Roman Divacky (rdivacky@) MFC after: 2 weeks
* Regen.jkim2007-02-151-1/+6
|
OpenPOWER on IntegriCloud