| #
e2afbc45
|
| 29-Dec-2025 |
Felix Johnson <fjohnson@felix-johnson.com> |
ioctl.2: Mention EACCES
ioctls can fail with EACCES, see sys/kern/tty.c
PR: 239504 MFC after: 3 days Reviewed by: ziaee Reported by: Brennan Vincent <brennan@umanwizard.com> Differential Revis
ioctl.2: Mention EACCES
ioctls can fail with EACCES, see sys/kern/tty.c
PR: 239504 MFC after: 3 days Reviewed by: ziaee Reported by: Brennan Vincent <brennan@umanwizard.com> Differential Revision: https://reviews.freebsd.org/D49072
show more ...
|
| #
8269e767
|
| 14-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
libsys: relocate implementations and manpages
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths
libsys: relocate implementations and manpages
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home.
Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
show more ...
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl s
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
c36029e6
|
| 12-Sep-2013 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Consistently reference file descriptors as "fd". 55 other manpages used "fd", while these used "d" and "filedes".
MFC after: 1 week Approved by: gjb Approved by: re (delphij)
|
| #
0b35d6a7
|
| 11-May-2010 |
Christian Brueffer <brueffer@FreeBSD.org> |
Document FIONREAD, FIONWRITE and FIONSPACE.
Obtained from: NetBSD Submitted by: emaste MFC after: 1 week
|
| #
e38e34db
|
| 14-Jul-2007 |
Christian Brueffer <brueffer@FreeBSD.org> |
Take a sentence into the present by removing a reference to FreeBSD 3.0.
Approved by: re (blanket) MFC after: 3 days
|
| #
c879ae35
|
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
| #
1a0a9345
|
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
| #
12270048
|
| 21-Jun-2004 |
Mike Pritchard <mpp@FreeBSD.org> |
PR: docs/67884 Submitted by: Chirstopger Nehren <apeiron@comcast.net>
|
| #
743d5d51
|
| 10-Sep-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7): Properly mark C headers.
|
| #
513e8642
|
| 15-Jul-2003 |
Ceri Davies <ceri@FreeBSD.org> |
Back out revision 1.22.
Requested by: bde
|
| #
03606a21
|
| 13-Jul-2003 |
Ceri Davies <ceri@FreeBSD.org> |
ioctl macros and defines are now present in ioccom.h, not ioctl.h. Update the manpage to reflect this.
PR: docs/54235 Submitted by: Karen Thode <thode12@msn.com>
|
| #
2efeeba5
|
| 19-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fa argument.".
|
| #
5c564bae
|
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
|
| #
2faeeff4
|
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Tidy up the syscall language.
Stop calling system calls "function calls".
Use "The .Fn system call" a-la "The .Nm utility".
When referring to a non-BSD implementation in the HISTOR
mdoc(7) police: Tidy up the syscall language.
Stop calling system calls "function calls".
Use "The .Fn system call" a-la "The .Nm utility".
When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
show more ...
|
| #
5041f86c
|
| 14-Apr-2002 |
Dima Dorfman <dd@FreeBSD.org> |
Correct markup.
|
| #
db8caf03
|
| 26-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Remove the internal implementation details of wrapping syscalls, which do not match the reality anyway.
Approved by: deischen, bde
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
c569c0b5
|
| 29-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Don't xref mt(1) just because it mentions ioctl.
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
|
| #
f4c69d4b
|
| 29-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Don't capitalize variable names.
|
| #
43b8c5db
|
| 29-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
ioctl(2) can return EFAULT from copyin.
PR: 29285 Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
|
| #
7ebcc426
|
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
| #
a307d598
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|