Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r297062: | dchagin | 2016-03-27 | 1 | -2/+4 |
| | | | | Regen for r297061 (fstatfs64 Linux syscall). | ||||
* | Regen for r293592. | dchagin | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | Regen for r293588. | dchagin | 2016-01-09 | 1 | -3/+10 |
| | |||||
* | Regen for r293585. | dchagin | 2016-01-09 | 1 | -2/+2 |
| | |||||
* | Regen for r293582. | dchagin | 2016-01-09 | 1 | -3/+6 |
| | |||||
* | Regen for r293569. | dchagin | 2016-01-09 | 1 | -1/+1 |
| | |||||
* | Regen for r293567. | dchagin | 2016-01-09 | 1 | -2/+5 |
| | |||||
* | Regen for r293555. | dchagin | 2016-01-09 | 1 | -3/+7 |
| | |||||
* | Regen for r293549. | dchagin | 2016-01-09 | 1 | -3/+4 |
| | |||||
* | Regen for r293546. | dchagin | 2016-01-09 | 1 | -6/+16 |
| | |||||
* | Regen for r293533. | dchagin | 2016-01-09 | 1 | -2/+1 |
| | |||||
* | Regen for r293511. | dchagin | 2016-01-09 | 1 | -3/+8 |
| | |||||
* | Regen for r293510. | dchagin | 2016-01-09 | 1 | -2/+5 |
| | |||||
* | Regen for r293508. | dchagin | 2016-01-09 | 1 | -2/+4 |
| | |||||
* | Regen for r293505. | dchagin | 2016-01-09 | 1 | -2/+4 |
| | |||||
* | Regen for r293503. | dchagin | 2016-01-09 | 1 | -3/+7 |
| | |||||
* | Regen for r293501. | dchagin | 2016-01-09 | 1 | -2/+2 |
| | |||||
* | Regen fro r293487. | dchagin | 2016-01-09 | 1 | -1/+13 |
| | |||||
* | Regen for r293483. | dchagin | 2016-01-09 | 1 | -1/+7 |
| | |||||
* | Regen for r293478. | dchagin | 2016-01-09 | 1 | -1/+6 |
| | |||||
* | Regen for r276810. | dchagin | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | This is a direct commit rather than an MFC of r271744. | bz | 2014-09-23 | 1 | -1/+2 |
| | | | | | | | | 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. | rdivacky | 2013-09-18 | 1 | -11/+5 |
| | | | | Approved by: re (delphij) | ||||
* | Regen. | rdivacky | 2013-09-18 | 1 | -5/+12 |
| | | | | Approved by: re (delphij) | ||||
* | Regen. | jhb | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | Regen for r234359. | jkim | 2012-04-16 | 1 | -2/+2 |
| | |||||
* | Regen for r234357. | jkim | 2012-04-16 | 1 | -7/+4 |
| | |||||
* | Regen for r234352. | jkim | 2012-04-16 | 1 | -3/+4 |
| | |||||
* | regen | netchild | 2012-03-10 | 1 | -1/+161 |
| | |||||
* | Regen. | jhb | 2011-12-29 | 1 | -3/+9 |
| | |||||
* | - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate() | lstewart | 2011-11-21 | 1 | -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. | ed | 2011-11-19 | 1 | -2/+3 |
| | |||||
* | Regenerate system call tables. | ed | 2011-11-19 | 1 | -3/+3 |
| | |||||
* | linux compat: add non-dummy capget and capset system calls, regenerate | avg | 2011-03-26 | 1 | -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 syscalls | avg | 2011-03-12 | 1 | -2/+2 |
| | | | | | | | | | 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. | dchagin | 2011-02-12 | 1 | -2/+2 |
| | |||||
* | Regen for r218101. | dchagin | 2011-01-30 | 1 | -3/+3 |
| | | | | MFC after: 1 Month. | ||||
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 1 | -0/+7 |
| | | | | are generated files. | ||||
* | Regenerate system call tables for r184789. | ed | 2008-11-09 | 1 | -1/+7 |
| | |||||
* | Regen. | rdivacky | 2008-05-13 | 1 | -3/+6 |
| | | | | Approved by: kib (mentor) | ||||
* | Regenerate. | jkim | 2008-04-16 | 1 | -1/+31 |
| | |||||
* | Regenerate | kib | 2008-04-08 | 1 | -26/+59 |
| | |||||
* | Regen. | rdivacky | 2008-03-16 | 1 | -1/+8 |
| | |||||
* | regen. | dwmalone | 2007-09-18 | 1 | -1/+1 |
| | | | | Approved by: re (kensmith) | ||||
* | The kernel version of Linux statfs64 is actually supposed to take | dwmalone | 2007-09-18 | 1 | -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. | kib | 2007-08-28 | 1 | -1/+15 |
| | | | | Approved by: re (kensmith) | ||||
* | Implement the openat() linux syscall | julian | 2007-03-29 | 1 | -2/+5 |
| | | | | | Submitted by: Roman Divacky (rdivacky@) MFC after: 2 weeks | ||||
* | Regen. | jkim | 2007-02-15 | 1 | -1/+8 |
| | |||||
* | regen after addition of linux_utimes and linux_rt_sigtimedwait | netchild | 2006-12-31 | 1 | -3/+7 |
| | |||||
* | Regen (just to fix 'generated from' line from the previous commit). | jkim | 2006-12-20 | 1 | -1/+1 |
| |