| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This was never made to work, and given that 32-bit ARM support
is quickly becoming irrelevant, there is no point in keeping it
in the tree.
Sponsored By: EPSRC
Reviewed By: emaste
Differential Revision: https://reviews.freebsd.org/D32918
|
| |
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
| |
Differential revision: https://reviews.freebsd.org/D31473
MFC after: 2 weeks
|
| |
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
| |
for the sake of converting events to/from native.
MFC after: 2 weeks
|
| |
|
|
| |
MFC after: 2 weeks
|
| |
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
| |
rt_sigtimedwait system call.
MFC after: 2 weeks
|
| |
|
|
|
|
| |
timespec not a timeval.
MFC after: 2 weeks
|
| | |
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA
Notes:
svn path=/head/; revision=366147
|
| |
|
|
| |
Notes:
svn path=/head/; revision=365068
|
| |
|
|
| |
Notes:
svn path=/head/; revision=357578
|
| |
|
|
|
|
|
|
|
|
|
| |
Submitted by: Bora Özarslan <borako.ozarslan@gmail.com>
Submitted by: Yang Wang <2333@outlook.jp>
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D19917
Notes:
svn path=/head/; revision=357577
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r355473 vastly improved the readability and cleanliness of these Makefiles.
Every single one of them follows the same pattern and duplicates the exact
same logic.
Now that we have GENERATED/SRCS, split SRCS up into the two parameters we'll
use for ${MAKESYSCALLS} rather than assuming a specific ordering of SRCS and
include a common sysent.mk to handle the rest. This makes it less tedious to
make sweeping changes.
Some default values are provided for GENERATED/SYSENT_*; almost all of these
just use a 'syscalls.master' and 'syscalls.conf' in cwd, and they all use
effectively the same filenames with an arbitrary prefix. Most ABIs will be
able to get away with just setting GENERATED_PREFIX and including
^/sys/conf/sysent.mk, while others only need light additions. kern/Makefile
is the notable exception, as it doesn't take a SYSENT_CONF and the generated
files are spread out between ^/sys/kern and ^/sys/sys, but it otherwise fits
the pattern enough to use the common version.
Reviewed by: brooks, imp
Nice!: emaste
Differential Revision: https://reviews.freebsd.org/D23197
Notes:
svn path=/head/; revision=356868
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When either makesyscalls.lua or syscalls.master changes, all of the
${GENERATED} targets are now out-of-date. With make jobs > 1, this means we
will run the makesyscalls script in parallel for the same ABI, generating
the same set of output files.
Prior to r356603 , there is a large window for interlacing output for some
of the generated files that we were generating in-place rather than staging
in a temp dir. After that, we still should't need to run the script more
than once per-ABI as the first invocation should update all of them. Add
.ORDER to do so cleanly.
Reviewed by: brooks
Discussed with: sjg
Differential Revision: https://reviews.freebsd.org/D23099
Notes:
svn path=/head/; revision=356604
|
| |
|
|
|
|
|
|
| |
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=356234
|
| |
|
|
|
|
|
|
| |
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=356233
|
| |
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22371
Notes:
svn path=/head/; revision=355753
|
| |
|
|
|
|
|
|
|
|
| |
Reviewed by: brooks, emaste
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22371
Notes:
svn path=/head/; revision=355752
|
| |
|
|
| |
Notes:
svn path=/head/; revision=355622
|
| |
|
|
| |
Notes:
svn path=/head/; revision=355621
|
| |
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=355620
|
| |
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D7973
Notes:
svn path=/head/; revision=355615
|
| |
|
|
|
|
|
|
|
|
|
| |
Equivalent to r339958 for sys/kern/syscalls.master.
Also add a dummy name for an UNUSED.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=354539
|
|
|
From Linux arch/arm/kernel/call.S
Reviewed by: imp (earlier)
Submitted by: Grégory Soutadé <soutade_gmail.com>
Differential Revision: https://reviews.freebsd.org/D7972
Notes:
svn path=/head/; revision=354538
|