Home
last modified time | relevance | path

Searched hist:"7893419 d492c40ca82b68fca3dcc0f5f7047d39b" (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dfreebsd32_syscall.hdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dfreebsd32_syscalls.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dfreebsd32_sysent.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
/freebsd/sys/kern/
H A Dsystrace_args.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dsyscalls.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dinit_sysent.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dsyscalls.masterdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
/freebsd/sys/sys/
H A Dsyscall.mkdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dsyscall.hdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
H A Dsysproto.hdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872
/freebsd/sys/vm/
H A Dvm_mmap.cdiff 7893419d492c40ca82b68fca3dcc0f5f7047d39b Mon Dec 04 21:36:08 CET 2023 Brooks Davis <brooks@FreeBSD.org> Remove never implemented sbrk and sstk syscalls

Both system calls were stubs returning EOPNOTSUPP and libc did not
provide _ or __sys_ prefixed symbols. The actual implementation of
sbrk(2) is on top of the undocumented break(2) system call.

Technically this is a change in ABI, but no non-contrived program ever
called these syscalls.

Reviewed by: kib, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42872